diff --git a/incubator/atuin/2.3.1/CHANGELOG.md b/incubator/atuin/2.3.1/CHANGELOG.md index 53cb758045f..165f1e9d2ae 100644 --- a/incubator/atuin/2.3.1/CHANGELOG.md +++ b/incubator/atuin/2.3.1/CHANGELOG.md @@ -14,6 +14,19 @@ title: Changelog +- update ignored updates to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19433](https://github.com/truecharts/charts/issues/19433)) + +- lock file maintenance ignored by renovate ([#19370](https://github.com/truecharts/charts/issues/19370)) + +- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333)) + + +## [atuin-2.3.1](https://github.com/truecharts/charts/compare/atuin-2.1.2...atuin-2.3.1) (2024-03-17) + +### Chore + + + - update ignored updates to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19433](https://github.com/truecharts/charts/issues/19433)) - lock file maintenance ignored by renovate ([#19370](https://github.com/truecharts/charts/issues/19370)) @@ -84,16 +97,4 @@ title: Changelog - lock file maintenance ignored by renovate ([#19370](https://github.com/truecharts/charts/issues/19370)) -- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333)) - - -## [atuin-2.3.0](https://github.com/truecharts/charts/compare/atuin-2.1.2...atuin-2.3.0) (2024-03-17) - -### Chore - - - -- lock file maintenance ignored by renovate ([#19370](https://github.com/truecharts/charts/issues/19370)) - -- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333)) - +- update ignored by renovate (patch) ([#19333](https://github.com/truecharts/charts/issues/19333)) \ No newline at end of file diff --git a/premium/authelia/23.6.0/CHANGELOG.md b/premium/authelia/23.6.0/CHANGELOG.md deleted file mode 100644 index 72eb71985f5..00000000000 --- a/premium/authelia/23.6.0/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [authelia-23.6.0](https://github.com/truecharts/charts/compare/authelia-23.5.5...authelia-23.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [authelia-23.5.5](https://github.com/truecharts/charts/compare/authelia-23.5.4...authelia-23.5.5) (2024-03-16) - -### Chore - - - -- rename `enterprise`- train to `premium`-train \ No newline at end of file diff --git a/premium/authelia/23.6.0/Chart.yaml b/premium/authelia/23.6.0/Chart.yaml deleted file mode 100644 index 0f9623e119a..00000000000 --- a/premium/authelia/23.6.0/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.12" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 4.37.5 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.6.0 diff --git a/premium/authelia/23.6.0/charts/common-20.1.5.tgz b/premium/authelia/23.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/premium/authelia/23.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/premium/authelia/23.6.0/charts/redis-13.0.3.tgz b/premium/authelia/23.6.0/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/premium/authelia/23.6.0/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/premium/authelia/23.6.0/ix_values.yaml b/premium/authelia/23.6.0/ix_values.yaml deleted file mode 100644 index 6079b4463f3..00000000000 --- a/premium/authelia/23.6.0/ix_values.yaml +++ /dev/null @@ -1,582 +0,0 @@ -image: - repository: ghcr.io/authelia/authelia - pullPolicy: IfNotPresent - tag: 4.37.5@sha256:25fc5423238b6f3a1fc967fda3f6a9212846aeb4a720327ef61c8ccff52dbbe2 -manifestManager: - enabled: true -workload: - main: - replicas: 2 - strategy: RollingUpdate - podSpec: - containers: - main: - command: - - authelia - args: - - --config=/configuration.yaml - envFrom: - - configMapRef: - name: authelia-paths - probes: - liveness: - type: http - path: "/api/health" - readiness: - type: http - path: "/api/health" - startup: - type: http - path: "/api/health" -service: - main: - ports: - main: - port: 9091 - targetPort: 9091 -persistence: - config: - enabled: true - mountPath: "/config" -cnpg: - main: - enabled: true - user: authelia - database: authelia -# Enabled redis -# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis -redis: - enabled: true -domain: example.com -## -## Server Configuration -## -server: - ## - ## Port sets the configured port for the daemon, service, and the probes. - ## Default is 9091 and should not need to be changed. - ## - port: 9091 - ## Buffers usually should be configured to be the same value. - ## Explanation at https://www.authelia.com/docs/configuration/server.html - ## Read buffer size adjusts the server's max incoming request size in bytes. - ## Write buffer size does the same for outgoing responses. - read_buffer_size: 4096 - write_buffer_size: 4096 - ## Set the single level path Authelia listens on. - ## Must be alphanumeric chars and should not contain any slashes. - path: "" -log: - ## Level of verbosity for logs: info, debug, trace. - level: trace - ## Format the logs are written as: json, text. - format: text - ## TODO: Statefulness check should check if this is set, and the configMap should enable it. - ## File path where the logs will be written. If not set logs are written to stdout. - # file_path: /config/authelia.log -## Default redirection URL -## -## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end -## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use -## in such a case. -## -## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication. -## Default is https://www. (value at the top of the values.yaml). -default_redirection_url: "" -# default_redirection_url: https://example.com - -theme: light -## -## TOTP Configuration -## -## Parameters used for TOTP generation -totp: - ## The issuer name displayed in the Authenticator application of your choice - ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names - ## Defaults to . - issuer: "" - ## The period in seconds a one-time password is current for. Changing this will require all users to register - ## their TOTP applications again. Warning: before changing period read the docs link below. - period: 30 - ## The skew controls number of one-time passwords either side of the current one that are valid. - ## Warning: before changing skew read the docs link below. - ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation. - skew: 1 -## -## Password Policy Config -## -## Parameters used for Password Policies -password_policy: - ## See: https://www.authelia.com/configuration/security/password-policy/ - standard: - enabled: false - min_length: 8 - max_length: 0 - require_uppercase: false - require_lowercase: false - require_number: false - require_special: false - zxcvbn: - ## See https://www.authelia.com/configuration/security/password-policy/#zxcvbn for more info - enabled: false - min_score: 3 -## -## Duo Push API Configuration -## -## Parameters used to contact the Duo API. Those are generated when you protect an application of type -## "Partner Auth API" in the management panel. -duo_api: - enabled: false - hostname: api-123456789.example.com - integration_key: ABCDEF - plain_api_key: "" -## NTP settings -ntp: - address: "time.cloudflare.com:123" - version: 4 - max_desync: 3s - disable_startup_check: false - disable_failure: true -## -## Authentication Backend Provider Configuration -## -## Used for verifying user passwords and retrieve information such as email address and groups users belong to. -## -## The available providers are: `file`, `ldap`. You must use one and only one of these providers. -authentication_backend: - ## Disable both the HTML element and the API for reset password functionality - disable_reset_password: false - ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation. - ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will - ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP. - ## To force update on every request you can set this to '0' or 'always', this will increase processor demand. - ## See the below documentation for more information. - ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format - ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval - refresh_interval: 5m - ## LDAP backend configuration. - ## - ## This backend allows Authelia to be scaled to more - ## than one instance and therefore is recommended for - ## production. - ldap: - ## Enable LDAP Backend. - enabled: false - ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. - ## Acceptable options are as follows: - ## - 'activedirectory' - For Microsoft Active Directory. - ## - 'custom' - For custom specifications of attributes and filters. - ## This currently defaults to 'custom' to maintain existing behaviour. - ## - ## Depending on the option here certain other values in this section have a default value, notably all of the - ## attribute mappings have a default value that this config overrides, you can read more about these default values - ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults - implementation: activedirectory - ## The url to the ldap server. Format: ://
[:]. - ## Scheme can be ldap or ldaps in the format (port optional). - url: ldap://openldap.default.svc.cluster.local - ## Connection Timeout. - timeout: 5s - ## Use StartTLS with the LDAP connection. - start_tls: false - tls: - ## Server Name for certificate validation (in case it's not set correctly in the URL). - server_name: "" - ## Skip verifying the server certificate (to allow a self-signed certificate). - ## In preference to setting this we strongly recommend you add the public portion of the certificate to the - ## certificates directory which is defined by the `certificates_directory` option at the top of the config. - skip_verify: false - ## Minimum TLS version for either Secure LDAP or LDAP StartTLS. - minimum_version: TLS1.2 - ## The base dn for every LDAP query. - base_dn: DC=example,DC=com - ## The attribute holding the username of the user. This attribute is used to populate the username in the session - ## information. It was introduced due to #561 to handle case insensitive search queries. For you information, - ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this - ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database. - ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user - ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also - ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above - ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt. - username_attribute: "uid" - ## An additional dn to define the scope to all users. - additional_users_dn: OU=Users - ## The users filter used in search queries to find the user profile based on input filled in login form. - ## Various placeholders are available in the user filter: - ## - {input} is a placeholder replaced by what the user inputs in the login form. - ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`. - ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. - ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later - ## versions, so please don't use it. - ## - ## Recommended settings are as follows: - ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user)) - ## - OpenLDAP: - ## - (&({username_attribute}={input})(objectClass=person)) - ## - (&({username_attribute}={input})(objectClass=inetOrgPerson)) - ## - ## To allow sign in both with username and email, one can use a filter like - ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person)) - users_filter: "" - ## An additional dn to define the scope of groups. - additional_groups_dn: OU=Groups - ## The groups filter used in search queries to find the groups of the user. - ## - {input} is a placeholder replaced by what the user inputs in the login form. - ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`). - ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN. - ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`. - ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. - ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later - ## versions, so please don't use it. - ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in - ## later version, so please don't use it. - ## - ## If your groups use the `groupOfUniqueNames` structure use this instead: - ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames)) - groups_filter: "" - ## The attribute holding the name of the group - group_name_attribute: "cn" - ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the - ## first one returned by the LDAP server is used. - mail_attribute: "mail" - ## The attribute holding the display name of the user. This will be used to greet an authenticated user. - display_name_attribute: "displayname" - ## The username of the admin user. - user: CN=admin,DC=example,DC=com - plain_password: "" - ## - ## File (Authentication Provider) - ## - ## With this backend, the users database is stored in a file which is updated when users reset their passwords. - ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia - ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security - ## implications it is highly recommended you leave the default values. Before considering changing these settings - ## please read the docs page below: - ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning - ## - ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html - ## - file: - enabled: true - path: /config/users_database.yml - password: - algorithm: argon2id - iterations: 1 - key_length: 32 - salt_length: 16 - memory: 1024 - parallelism: 8 -## -## Access Control Configuration -## -## Access control is a list of rules defining the authorizations applied for one resource to users or group of users. -## -## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed -## to anyone. Otherwise restrictions follow the rules defined. -## -## Note: One can use the wildcard * to match any subdomain. -## It must stand at the beginning of the pattern. (example: *.mydomain.com) -## -## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct. -## -## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'. -## -## - 'domain' defines which domain or set of domains the rule applies to. -## -## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not -## provided. If provided, the parameter represents either a user or a group. It should be of the form -## 'user:' or 'group:'. -## -## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'. -## -## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter -## is optional and matches any resource if not provided. -## -## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies. -access_control: - ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any - ## resource if there is no policy to be applied to the user. - default_policy: deny - networks_access_control: [] - # networks_access_control: - # - name: private - # networks: - # - 10.0.0.0/8 - # - 172.16.0.0/12 - # - 192.168.0.0/16 - # - name: vpn - # networks: - # - 10.9.0.0/16 - - rules: [] - # rules: - # - domain: public.example.com - # policy: bypass - # - domain: "*.example.com" - # policy: bypass - # methods: - # - OPTIONS - # - domain: secure.example.com - # policy: one_factor - # networks: - # - private - # - vpn - # - 192.168.1.0/24 - # - 10.0.0.1 - # - domain: - # - secure.example.com - # - private.example.com - # policy: two_factor - # - domain: singlefactor.example.com - # policy: one_factor - # - domain: "mx2.mail.example.com" - # subject: "group:admins" - # policy: deny - # - domain: "*.example.com" - # subject: - # - "group:admins" - # - "group:moderators" - # policy: two_factor - # - domain: dev.example.com - # resources: - # - "^/groups/dev/.*$" - # subject: "group:dev" - # policy: two_factor - # - domain: dev.example.com - # resources: - # - "^/users/john/.*$" - # subject: - # - ["group:dev", "user:john"] - # - "group:admins" - # policy: two_factor - # - domain: "{user}.example.com" - # policy: bypass -## -## Session Provider Configuration -## -## The session cookies identify the user once logged in. -## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined. -session: - ## The name of the session cookie. (default: authelia_session). - name: authelia_session - ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. - ## Please read https://www.authelia.com/docs/configuration/session.html#same_site - same_site: lax - ## The time in seconds before the cookie expires and session is reset. - expiration: 1h - ## The inactivity time in seconds before the session is reset. - inactivity: 5m - ## The remember me duration. - ## Value is in seconds, or duration notation. Value of 0 disables remember me. - ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format - ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to - ## spy or attack. Currently the default is 1M or 1 month. - remember_me_duration: 1M -## -## Redis Provider -## -## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html -## -## The redis connection details -redisProvider: - port: 6379 - ## Optional username to be used with authentication. - # username: authelia - username: "" - ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc). - database_index: 0 - ## The maximum number of concurrent active connections to Redis. - maximum_active_connections: 8 - ## The target number of idle connections to have open ready for work. Useful when opening connections is slow. - minimum_idle_connections: 0 - ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s). - tls: - enabled: false - ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). - server_name: "" - ## Skip verifying the server certificate (to allow a self-signed certificate). - ## In preference to setting this we strongly recommend you add the public portion of the certificate to the - ## certificates directory which is defined by the `certificates_directory` option at the top of the config. - skip_verify: false - ## Minimum TLS version for the connection. - minimum_version: TLS1.2 - ## The Redis HA configuration options. - ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name). - high_availability: - enabled: false - enabledSecret: false - ## Sentinel Name / Master Name - sentinel_name: mysentinel - ## The additional nodes to pre-seed the redis provider with (for sentinel). - ## If the host in the above section is defined, it will be combined with this list to connect to sentinel. - ## For high availability to be used you must have either defined; the host above or at least one node below. - nodes: [] - # nodes: - # - host: sentinel-0.databases.svc.cluster.local - # port: 26379 - # - host: sentinel-1.databases.svc.cluster.local - # port: 26379 - - ## Choose the host with the lowest latency. - route_by_latency: false - ## Choose the host randomly. - route_randomly: false -## -## Regulation Configuration -## -## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done -## in a short period of time. -regulation: - ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation. - max_retries: 3 - ## The time range during which the user can attempt login before being banned. The user is banned if the - ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation. - ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format - find_time: 2m - ## The length of time before a banned user can login again. Ban Time accepts duration notation. - ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format - ban_time: 5m -## -## Storage Provider Configuration -## -## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers. -storage: - ## - ## PostgreSQL (Storage Provider) - ## - postgres: - port: 5432 - database: authelia - username: authelia - sslmode: disable - timeout: 5s -## -## Notification Provider -## -## -## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration. -## The available providers are: filesystem, smtp. You must use one and only one of these providers. -notifier: - ## You can disable the notifier startup check by setting this to true. - disable_startup_check: false - ## - ## File System (Notification Provider) - ## - ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html - ## - filesystem: - enabled: true - filename: /config/notification.txt - ## - ## SMTP (Notification Provider) - ## - ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate. - ## [Security] By default Authelia will: - ## - force all SMTP connections over TLS including unauthenticated connections - ## - use the disable_require_tls boolean value to disable this requirement - ## (only works for unauthenticated connections) - ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates - ## (configure in tls section) - smtp: - enabled: false - enabledSecret: false - host: smtp.mail.svc.cluster.local - port: 25 - timeout: 5s - username: test - plain_password: test - sender: admin@example.com - ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. - identifier: localhost - ## Subject configuration of the emails sent. - ## {title} is replaced by the text from the notifier - subject: "[Authelia] {title}" - ## This address is used during the startup check to verify the email configuration is correct. - ## It's not important what it is except if your email server only allows local delivery. - startup_check_address: test@authelia.com - disable_require_tls: false - disable_html_emails: false - tls: - ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). - server_name: "" - ## Skip verifying the server certificate (to allow a self-signed certificate). - ## In preference to setting this we strongly recommend you add the public portion of the certificate to the - ## certificates directory which is defined by the `certificates_directory` option at the top of the config. - skip_verify: false - ## Minimum TLS version for either StartTLS or SMTPS. - minimum_version: TLS1.2 -identity_providers: - oidc: - ## Enables this in the config map. Currently in beta stage. - ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap - enabled: false - access_token_lifespan: 1h - authorize_code_lifespan: 1m - id_token_lifespan: 1h - refresh_token_lifespan: 90m - enable_client_debug_messages: false - ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for - ## security reasons. - minimum_parameter_entropy: 8 - clients: [] - # clients: - # - - ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration. - # id: myapp -## The description to show to users when they end up on the consent screen. Defaults to the ID above. -# description: My Application - -## The client secret is a shared secret between Authelia and the consumer of this client. -# secret: apple123 - -## Sets the client to public. This should typically not be set, please see the documentation for usage. -# public: false - -## The policy to require for this client; one_factor or two_factor. -# authorization_policy: two_factor - -## Configures the consent mode; auto, explicit or implicit -# consent_mode: auto - -## Audience this client is allowed to request. -# audience: [] - -## Scopes this client is allowed to request. -# scopes: -# - openid -# - profile -# - email -# - groups - -## Redirect URI's specifies a list of valid case-sensitive callbacks for this client. -# redirect_uris: -# - https://oidc.example.com/oauth2/callback - -## Grant Types configures which grants this client can obtain. -## It's not recommended to configure this unless you know what you're doing. -# grant_types: -# - refresh_token -# - authorization_code - -## Response Types configures which responses this client can be sent. -## It's not recommended to configure this unless you know what you're doing. -# response_types: -# - code - -## Response Modes configures which response modes this client supports. -## It's not recommended to configure this unless you know what you're doing. -# response_modes: -# - form_post -# - query -# - fragment - -## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256. -# userinfo_signing_algorithm: none - -portal: - open: - enabled: true - -ingress: - main: - required: true diff --git a/premium/authelia/23.6.0/.helmignore b/premium/authelia/23.8.2/.helmignore similarity index 100% rename from premium/authelia/23.6.0/.helmignore rename to premium/authelia/23.8.2/.helmignore diff --git a/premium/authelia/23.8.2/CHANGELOG.md b/premium/authelia/23.8.2/CHANGELOG.md new file mode 100644 index 00000000000..bc52f7cad68 --- /dev/null +++ b/premium/authelia/23.8.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authelia-23.8.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.2) (2024-03-17) + +### Chore + + + +- update container 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.8.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.1) (2024-03-17) + +### Chore + + + +- 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.8.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.1) (2024-03-17) + +### Chore + + + +- 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.8.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.1) (2024-03-17) + +### Chore + + + +- 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.8.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.1) (2024-03-17) + +### Chore + + + +- 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.8.1](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.1) (2024-03-17) + +### Chore + + + +- 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.8.2/Chart.yaml b/premium/authelia/23.8.2/Chart.yaml new file mode 100644 index 00000000000..c828991d794 --- /dev/null +++ b/premium/authelia/23.8.2/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.3 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.8.2 diff --git a/premium/authelia/23.6.0/LICENSE b/premium/authelia/23.8.2/LICENSE similarity index 100% rename from premium/authelia/23.6.0/LICENSE rename to premium/authelia/23.8.2/LICENSE diff --git a/premium/authelia/23.6.0/README.md b/premium/authelia/23.8.2/README.md similarity index 100% rename from premium/authelia/23.6.0/README.md rename to premium/authelia/23.8.2/README.md diff --git a/premium/authelia/23.8.2/app-changelog.md b/premium/authelia/23.8.2/app-changelog.md new file mode 100644 index 00000000000..99cf7fcbec9 --- /dev/null +++ b/premium/authelia/23.8.2/app-changelog.md @@ -0,0 +1,17 @@ + + +## [authelia-23.8.2](https://github.com/truecharts/charts/compare/authelia-23.6.0...authelia-23.8.2) (2024-03-17) + +### Chore + + + +- update container 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.6.0/app-readme.md b/premium/authelia/23.8.2/app-readme.md similarity index 100% rename from premium/authelia/23.6.0/app-readme.md rename to premium/authelia/23.8.2/app-readme.md diff --git a/premium/authelia/23.8.2/charts/common-20.2.2.tgz b/premium/authelia/23.8.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/authelia/23.8.2/charts/common-20.2.2.tgz differ diff --git a/stable/anonaddy/20.11.1/charts/redis-13.0.5.tgz b/premium/authelia/23.8.2/charts/redis-13.0.5.tgz similarity index 100% rename from stable/anonaddy/20.11.1/charts/redis-13.0.5.tgz rename to premium/authelia/23.8.2/charts/redis-13.0.5.tgz diff --git a/premium/authelia/23.8.2/ix_values.yaml b/premium/authelia/23.8.2/ix_values.yaml new file mode 100644 index 00000000000..892c9589fbb --- /dev/null +++ b/premium/authelia/23.8.2/ix_values.yaml @@ -0,0 +1,582 @@ +image: + repository: ghcr.io/authelia/authelia + pullPolicy: IfNotPresent + tag: 4.38.3@sha256:2405f5c923edb14c2b83d30315ec584f99cabffd79da91d8a990711a3cf1ab6c +manifestManager: + enabled: true +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + command: + - authelia + args: + - --config=/configuration.yaml + envFrom: + - configMapRef: + name: authelia-paths + probes: + liveness: + type: http + path: "/api/health" + readiness: + type: http + path: "/api/health" + startup: + type: http + path: "/api/health" +service: + main: + ports: + main: + port: 9091 + targetPort: 9091 +persistence: + config: + enabled: true + mountPath: "/config" +cnpg: + main: + enabled: true + user: authelia + database: authelia +# Enabled redis +# ... for more options see https://github.com/tccr.io/truecharts/charts/tree/master/tccr.io/truecharts/redis +redis: + enabled: true +domain: example.com +## +## Server Configuration +## +server: + ## + ## Port sets the configured port for the daemon, service, and the probes. + ## Default is 9091 and should not need to be changed. + ## + port: 9091 + ## Buffers usually should be configured to be the same value. + ## Explanation at https://www.authelia.com/docs/configuration/server.html + ## Read buffer size adjusts the server's max incoming request size in bytes. + ## Write buffer size does the same for outgoing responses. + read_buffer_size: 4096 + write_buffer_size: 4096 + ## Set the single level path Authelia listens on. + ## Must be alphanumeric chars and should not contain any slashes. + path: "" +log: + ## Level of verbosity for logs: info, debug, trace. + level: trace + ## Format the logs are written as: json, text. + format: text + ## TODO: Statefulness check should check if this is set, and the configMap should enable it. + ## File path where the logs will be written. If not set logs are written to stdout. + # file_path: /config/authelia.log +## Default redirection URL +## +## If user tries to authenticate without any referer, Authelia does not know where to redirect the user to at the end +## of the authentication process. This parameter allows you to specify the default redirection URL Authelia will use +## in such a case. +## +## Note: this parameter is optional. If not provided, user won't be redirected upon successful authentication. +## Default is https://www. (value at the top of the values.yaml). +default_redirection_url: "" +# default_redirection_url: https://example.com + +theme: light +## +## TOTP Configuration +## +## Parameters used for TOTP generation +totp: + ## The issuer name displayed in the Authenticator application of your choice + ## See: https://github.com/google/google-authenticator/wiki/Key-Uri-Format for more info on issuer names + ## Defaults to . + issuer: "" + ## The period in seconds a one-time password is current for. Changing this will require all users to register + ## their TOTP applications again. Warning: before changing period read the docs link below. + period: 30 + ## The skew controls number of one-time passwords either side of the current one that are valid. + ## Warning: before changing skew read the docs link below. + ## See: https://www.authelia.com/docs/configuration/one-time-password.html#period-and-skew to read the documentation. + skew: 1 +## +## Password Policy Config +## +## Parameters used for Password Policies +password_policy: + ## See: https://www.authelia.com/configuration/security/password-policy/ + standard: + enabled: false + min_length: 8 + max_length: 0 + require_uppercase: false + require_lowercase: false + require_number: false + require_special: false + zxcvbn: + ## See https://www.authelia.com/configuration/security/password-policy/#zxcvbn for more info + enabled: false + min_score: 3 +## +## Duo Push API Configuration +## +## Parameters used to contact the Duo API. Those are generated when you protect an application of type +## "Partner Auth API" in the management panel. +duo_api: + enabled: false + hostname: api-123456789.example.com + integration_key: ABCDEF + plain_api_key: "" +## NTP settings +ntp: + address: "time.cloudflare.com:123" + version: 4 + max_desync: 3s + disable_startup_check: false + disable_failure: true +## +## Authentication Backend Provider Configuration +## +## Used for verifying user passwords and retrieve information such as email address and groups users belong to. +## +## The available providers are: `file`, `ldap`. You must use one and only one of these providers. +authentication_backend: + ## Disable both the HTML element and the API for reset password functionality + disable_reset_password: false + ## The amount of time to wait before we refresh data from the authentication backend. Uses duration notation. + ## To disable this feature set it to 'disable', this will slightly reduce security because for Authelia, users will + ## always belong to groups they belonged to at the time of login even if they have been removed from them in LDAP. + ## To force update on every request you can set this to '0' or 'always', this will increase processor demand. + ## See the below documentation for more information. + ## Duration Notation docs: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Refresh Interval docs: https://www.authelia.com/docs/configuration/authentication/ldap.html#refresh-interval + refresh_interval: 5m + ## LDAP backend configuration. + ## + ## This backend allows Authelia to be scaled to more + ## than one instance and therefore is recommended for + ## production. + ldap: + ## Enable LDAP Backend. + enabled: false + ## The LDAP implementation, this affects elements like the attribute utilised for resetting a password. + ## Acceptable options are as follows: + ## - 'activedirectory' - For Microsoft Active Directory. + ## - 'custom' - For custom specifications of attributes and filters. + ## This currently defaults to 'custom' to maintain existing behaviour. + ## + ## Depending on the option here certain other values in this section have a default value, notably all of the + ## attribute mappings have a default value that this config overrides, you can read more about these default values + ## at https://www.authelia.com/docs/configuration/authentication/ldap.html#defaults + implementation: activedirectory + ## The url to the ldap server. Format: ://
[:]. + ## Scheme can be ldap or ldaps in the format (port optional). + url: ldap://openldap.default.svc.cluster.local + ## Connection Timeout. + timeout: 5s + ## Use StartTLS with the LDAP connection. + start_tls: false + tls: + ## Server Name for certificate validation (in case it's not set correctly in the URL). + server_name: "" + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + ## Minimum TLS version for either Secure LDAP or LDAP StartTLS. + minimum_version: TLS1.2 + ## The base dn for every LDAP query. + base_dn: DC=example,DC=com + ## The attribute holding the username of the user. This attribute is used to populate the username in the session + ## information. It was introduced due to #561 to handle case insensitive search queries. For you information, + ## Microsoft Active Directory usually uses 'sAMAccountName' and OpenLDAP usually uses 'uid'. Beware that this + ## attribute holds the unique identifiers for the users binding the user and the configuration stored in database. + ## Therefore only single value attributes are allowed and the value must never be changed once attributed to a user + ## otherwise it would break the configuration for that user. Technically, non-unique attributes like 'mail' can also + ## be used but we don't recommend using them, we instead advise to use the attributes mentioned above + ## (sAMAccountName and uid) to follow https://www.ietf.org/rfc/rfc2307.txt. + username_attribute: "uid" + ## An additional dn to define the scope to all users. + additional_users_dn: OU=Users + ## The users filter used in search queries to find the user profile based on input filled in login form. + ## Various placeholders are available in the user filter: + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username_attribute} is a mandatory placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## + ## Recommended settings are as follows: + ## - Microsoft Active Directory: (&({username_attribute}={input})(objectCategory=person)(objectClass=user)) + ## - OpenLDAP: + ## - (&({username_attribute}={input})(objectClass=person)) + ## - (&({username_attribute}={input})(objectClass=inetOrgPerson)) + ## + ## To allow sign in both with username and email, one can use a filter like + ## (&(|({username_attribute}={input})({mail_attribute}={input}))(objectClass=person)) + users_filter: "" + ## An additional dn to define the scope of groups. + additional_groups_dn: OU=Groups + ## The groups filter used in search queries to find the groups of the user. + ## - {input} is a placeholder replaced by what the user inputs in the login form. + ## - {username} is a placeholder replace by the username stored in LDAP (based on `username_attribute`). + ## - {dn} is a matcher replaced by the user distinguished name, aka, user DN. + ## - {username_attribute} is a placeholder replaced by what is configured in `username_attribute`. + ## - {mail_attribute} is a placeholder replaced by what is configured in `mail_attribute`. + ## - DON'T USE - {0} is an alias for {input} supported for backward compatibility but it will be deprecated in later + ## versions, so please don't use it. + ## - DON'T USE - {1} is an alias for {username} supported for backward compatibility but it will be deprecated in + ## later version, so please don't use it. + ## + ## If your groups use the `groupOfUniqueNames` structure use this instead: + ## (&(uniquemember={dn})(objectclass=groupOfUniqueNames)) + groups_filter: "" + ## The attribute holding the name of the group + group_name_attribute: "cn" + ## The attribute holding the mail address of the user. If multiple email addresses are defined for a user, only the + ## first one returned by the LDAP server is used. + mail_attribute: "mail" + ## The attribute holding the display name of the user. This will be used to greet an authenticated user. + display_name_attribute: "displayname" + ## The username of the admin user. + user: CN=admin,DC=example,DC=com + plain_password: "" + ## + ## File (Authentication Provider) + ## + ## With this backend, the users database is stored in a file which is updated when users reset their passwords. + ## Therefore, this backend is meant to be used in a dev environment and not in production since it prevents Authelia + ## to be scaled to more than one instance. The options under 'password' have sane defaults, and as it has security + ## implications it is highly recommended you leave the default values. Before considering changing these settings + ## please read the docs page below: + ## https://www.authelia.com/docs/configuration/authentication/file.html#password-hash-algorithm-tuning + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + file: + enabled: true + path: /config/users_database.yml + password: + algorithm: argon2id + iterations: 1 + key_length: 32 + salt_length: 16 + memory: 1024 + parallelism: 8 +## +## Access Control Configuration +## +## Access control is a list of rules defining the authorizations applied for one resource to users or group of users. +## +## If 'access_control' is not defined, ACL rules are disabled and the 'bypass' rule is applied, i.e., access is allowed +## to anyone. Otherwise restrictions follow the rules defined. +## +## Note: One can use the wildcard * to match any subdomain. +## It must stand at the beginning of the pattern. (example: *.mydomain.com) +## +## Note: You must put patterns containing wildcards between simple quotes for the YAML to be syntactically correct. +## +## Definition: A 'rule' is an object with the following keys: 'domain', 'subject', 'policy' and 'resources'. +## +## - 'domain' defines which domain or set of domains the rule applies to. +## +## - 'subject' defines the subject to apply authorizations to. This parameter is optional and matching any user if not +## provided. If provided, the parameter represents either a user or a group. It should be of the form +## 'user:' or 'group:'. +## +## - 'policy' is the policy to apply to resources. It must be either 'bypass', 'one_factor', 'two_factor' or 'deny'. +## +## - 'resources' is a list of regular expressions that matches a set of resources to apply the policy to. This parameter +## is optional and matches any resource if not provided. +## +## Note: the order of the rules is important. The first policy matching (domain, resource, subject) applies. +access_control: + ## Default policy can either be 'bypass', 'one_factor', 'two_factor' or 'deny'. It is the policy applied to any + ## resource if there is no policy to be applied to the user. + default_policy: deny + networks_access_control: [] + # networks_access_control: + # - name: private + # networks: + # - 10.0.0.0/8 + # - 172.16.0.0/12 + # - 192.168.0.0/16 + # - name: vpn + # networks: + # - 10.9.0.0/16 + + rules: [] + # rules: + # - domain: public.example.com + # policy: bypass + # - domain: "*.example.com" + # policy: bypass + # methods: + # - OPTIONS + # - domain: secure.example.com + # policy: one_factor + # networks: + # - private + # - vpn + # - 192.168.1.0/24 + # - 10.0.0.1 + # - domain: + # - secure.example.com + # - private.example.com + # policy: two_factor + # - domain: singlefactor.example.com + # policy: one_factor + # - domain: "mx2.mail.example.com" + # subject: "group:admins" + # policy: deny + # - domain: "*.example.com" + # subject: + # - "group:admins" + # - "group:moderators" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/groups/dev/.*$" + # subject: "group:dev" + # policy: two_factor + # - domain: dev.example.com + # resources: + # - "^/users/john/.*$" + # subject: + # - ["group:dev", "user:john"] + # - "group:admins" + # policy: two_factor + # - domain: "{user}.example.com" + # policy: bypass +## +## Session Provider Configuration +## +## The session cookies identify the user once logged in. +## The available providers are: `memory`, `redis`. Memory is the provider unless redis is defined. +session: + ## The name of the session cookie. (default: authelia_session). + name: authelia_session + ## Sets the Cookie SameSite value. Possible options are none, lax, or strict. + ## Please read https://www.authelia.com/docs/configuration/session.html#same_site + same_site: lax + ## The time in seconds before the cookie expires and session is reset. + expiration: 1h + ## The inactivity time in seconds before the session is reset. + inactivity: 5m + ## The remember me duration. + ## Value is in seconds, or duration notation. Value of 0 disables remember me. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ## Longer periods are considered less secure because a stolen cookie will last longer giving attackers more time to + ## spy or attack. Currently the default is 1M or 1 month. + remember_me_duration: 1M +## +## Redis Provider +## +## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html +## +## The redis connection details +redisProvider: + port: 6379 + ## Optional username to be used with authentication. + # username: authelia + username: "" + ## This is the Redis DB Index https://redis.io/commands/select (sometimes referred to as database number, DB, etc). + database_index: 0 + ## The maximum number of concurrent active connections to Redis. + maximum_active_connections: 8 + ## The target number of idle connections to have open ready for work. Useful when opening connections is slow. + minimum_idle_connections: 0 + ## The Redis TLS configuration. If defined will require a TLS connection to the Redis instance(s). + tls: + enabled: false + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + ## Minimum TLS version for the connection. + minimum_version: TLS1.2 + ## The Redis HA configuration options. + ## This provides specific options to Redis Sentinel, sentinel_name must be defined (Master Name). + high_availability: + enabled: false + enabledSecret: false + ## Sentinel Name / Master Name + sentinel_name: mysentinel + ## The additional nodes to pre-seed the redis provider with (for sentinel). + ## If the host in the above section is defined, it will be combined with this list to connect to sentinel. + ## For high availability to be used you must have either defined; the host above or at least one node below. + nodes: [] + # nodes: + # - host: sentinel-0.databases.svc.cluster.local + # port: 26379 + # - host: sentinel-1.databases.svc.cluster.local + # port: 26379 + + ## Choose the host with the lowest latency. + route_by_latency: false + ## Choose the host randomly. + route_randomly: false +## +## Regulation Configuration +## +## This mechanism prevents attackers from brute forcing the first factor. It bans the user if too many attempts are done +## in a short period of time. +regulation: + ## The number of failed login attempts before user is banned. Set it to 0 to disable regulation. + max_retries: 3 + ## The time range during which the user can attempt login before being banned. The user is banned if the + ## authentication failed 'max_retries' times in a 'find_time' seconds window. Find Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + find_time: 2m + ## The length of time before a banned user can login again. Ban Time accepts duration notation. + ## See: https://www.authelia.com/docs/configuration/index.html#duration-notation-format + ban_time: 5m +## +## Storage Provider Configuration +## +## The available providers are: `local`, `mysql`, `postgres`. You must use one and only one of these providers. +storage: + ## + ## PostgreSQL (Storage Provider) + ## + postgres: + port: 5432 + database: authelia + username: authelia + sslmode: disable + timeout: 5s +## +## Notification Provider +## +## +## Notifications are sent to users when they require a password reset, a u2f registration or a TOTP registration. +## The available providers are: filesystem, smtp. You must use one and only one of these providers. +notifier: + ## You can disable the notifier startup check by setting this to true. + disable_startup_check: false + ## + ## File System (Notification Provider) + ## + ## Important: Kubernetes (or HA) users must read https://www.authelia.com/docs/features/statelessness.html + ## + filesystem: + enabled: true + filename: /config/notification.txt + ## + ## SMTP (Notification Provider) + ## + ## Use a SMTP server for sending notifications. Authelia uses the PLAIN or LOGIN methods to authenticate. + ## [Security] By default Authelia will: + ## - force all SMTP connections over TLS including unauthenticated connections + ## - use the disable_require_tls boolean value to disable this requirement + ## (only works for unauthenticated connections) + ## - validate the SMTP server x509 certificate during the TLS handshake against the hosts trusted certificates + ## (configure in tls section) + smtp: + enabled: false + enabledSecret: false + host: smtp.mail.svc.cluster.local + port: 25 + timeout: 5s + username: test + plain_password: test + sender: admin@example.com + ## HELO/EHLO Identifier. Some SMTP Servers may reject the default of localhost. + identifier: localhost + ## Subject configuration of the emails sent. + ## {title} is replaced by the text from the notifier + subject: "[Authelia] {title}" + ## This address is used during the startup check to verify the email configuration is correct. + ## It's not important what it is except if your email server only allows local delivery. + startup_check_address: test@authelia.com + disable_require_tls: false + disable_html_emails: false + tls: + ## Server Name for certificate validation (in case you are using the IP or non-FQDN in the host option). + server_name: "" + ## Skip verifying the server certificate (to allow a self-signed certificate). + ## In preference to setting this we strongly recommend you add the public portion of the certificate to the + ## certificates directory which is defined by the `certificates_directory` option at the top of the config. + skip_verify: false + ## Minimum TLS version for either StartTLS or SMTPS. + minimum_version: TLS1.2 +identity_providers: + oidc: + ## Enables this in the config map. Currently in beta stage. + ## See https://www.authelia.com/docs/configuration/identity-providers/oidc.html#roadmap + enabled: false + access_token_lifespan: 1h + authorize_code_lifespan: 1m + id_token_lifespan: 1h + refresh_token_lifespan: 90m + enable_client_debug_messages: false + ## SECURITY NOTICE: It's not recommended changing this option, and highly discouraged to have it below 8 for + ## security reasons. + minimum_parameter_entropy: 8 + clients: [] + # clients: + # - + ## The ID is the OpenID Connect ClientID which is used to link an application to a configuration. + # id: myapp +## The description to show to users when they end up on the consent screen. Defaults to the ID above. +# description: My Application + +## The client secret is a shared secret between Authelia and the consumer of this client. +# secret: apple123 + +## Sets the client to public. This should typically not be set, please see the documentation for usage. +# public: false + +## The policy to require for this client; one_factor or two_factor. +# authorization_policy: two_factor + +## Configures the consent mode; auto, explicit or implicit +# consent_mode: auto + +## Audience this client is allowed to request. +# audience: [] + +## Scopes this client is allowed to request. +# scopes: +# - openid +# - profile +# - email +# - groups + +## Redirect URI's specifies a list of valid case-sensitive callbacks for this client. +# redirect_uris: +# - https://oidc.example.com/oauth2/callback + +## Grant Types configures which grants this client can obtain. +## It's not recommended to configure this unless you know what you're doing. +# grant_types: +# - refresh_token +# - authorization_code + +## Response Types configures which responses this client can be sent. +## It's not recommended to configure this unless you know what you're doing. +# response_types: +# - code + +## Response Modes configures which response modes this client supports. +## It's not recommended to configure this unless you know what you're doing. +# response_modes: +# - form_post +# - query +# - fragment + +## The algorithm used to sign userinfo endpoint responses for this client, either none or RS256. +# userinfo_signing_algorithm: none + +portal: + open: + enabled: true + +ingress: + main: + required: true diff --git a/premium/authelia/23.6.0/questions.yaml b/premium/authelia/23.8.2/questions.yaml similarity index 100% rename from premium/authelia/23.6.0/questions.yaml rename to premium/authelia/23.8.2/questions.yaml diff --git a/premium/authelia/23.6.0/templates/NOTES.txt b/premium/authelia/23.8.2/templates/NOTES.txt similarity index 100% rename from premium/authelia/23.6.0/templates/NOTES.txt rename to premium/authelia/23.8.2/templates/NOTES.txt diff --git a/premium/authelia/23.6.0/templates/_configmap.tpl b/premium/authelia/23.8.2/templates/_configmap.tpl similarity index 100% rename from premium/authelia/23.6.0/templates/_configmap.tpl rename to premium/authelia/23.8.2/templates/_configmap.tpl diff --git a/premium/authelia/23.6.0/templates/_secrets.tpl b/premium/authelia/23.8.2/templates/_secrets.tpl similarity index 100% rename from premium/authelia/23.6.0/templates/_secrets.tpl rename to premium/authelia/23.8.2/templates/_secrets.tpl diff --git a/premium/authelia/23.6.0/templates/common.yaml b/premium/authelia/23.8.2/templates/common.yaml similarity index 100% rename from premium/authelia/23.6.0/templates/common.yaml rename to premium/authelia/23.8.2/templates/common.yaml diff --git a/premium/authelia/23.6.0/values.yaml b/premium/authelia/23.8.2/values.yaml similarity index 100% rename from premium/authelia/23.6.0/values.yaml rename to premium/authelia/23.8.2/values.yaml diff --git a/premium/blocky/14.3.5/CHANGELOG.md b/premium/blocky/14.3.5/CHANGELOG.md deleted file mode 100644 index acf48583135..00000000000 --- a/premium/blocky/14.3.5/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blocky-14.3.5](https://github.com/truecharts/charts/compare/blocky-14.3.4...blocky-14.3.5) (2024-03-16) - -### Chore - - - -- rename `enterprise`- train to `premium`-train \ No newline at end of file diff --git a/premium/blocky/14.3.5/Chart.yaml b/premium/blocky/14.3.5/Chart.yaml deleted file mode 100644 index 965c19e396a..00000000000 --- a/premium/blocky/14.3.5/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.12" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 0.23.0 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.3.5 diff --git a/premium/blocky/14.3.5/charts/common-20.0.9.tgz b/premium/blocky/14.3.5/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/premium/blocky/14.3.5/charts/common-20.0.9.tgz and /dev/null differ diff --git a/premium/blocky/14.3.5/charts/redis-13.0.3.tgz b/premium/blocky/14.3.5/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/premium/blocky/14.3.5/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/premium/blocky/14.3.5/.helmignore b/premium/blocky/14.5.1/.helmignore similarity index 100% rename from premium/blocky/14.3.5/.helmignore rename to premium/blocky/14.5.1/.helmignore diff --git a/premium/blocky/14.5.1/CHANGELOG.md b/premium/blocky/14.5.1/CHANGELOG.md new file mode 100644 index 00000000000..f8255a3a296 --- /dev/null +++ b/premium/blocky/14.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blocky-14.5.1](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [blocky-14.5.0](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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/premium/blocky/14.5.1/Chart.yaml b/premium/blocky/14.5.1/Chart.yaml new file mode 100644 index 00000000000..a5e2da68ac5 --- /dev/null +++ b/premium/blocky/14.5.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.5.1 diff --git a/premium/blocky/14.3.5/LICENSE b/premium/blocky/14.5.1/LICENSE similarity index 100% rename from premium/blocky/14.3.5/LICENSE rename to premium/blocky/14.5.1/LICENSE diff --git a/premium/blocky/14.3.5/README.md b/premium/blocky/14.5.1/README.md similarity index 100% rename from premium/blocky/14.3.5/README.md rename to premium/blocky/14.5.1/README.md diff --git a/premium/blocky/14.5.1/app-changelog.md b/premium/blocky/14.5.1/app-changelog.md new file mode 100644 index 00000000000..ce3fce7460f --- /dev/null +++ b/premium/blocky/14.5.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [blocky-14.5.1](https://github.com/truecharts/charts/compare/blocky-14.4.0...blocky-14.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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/premium/blocky/14.3.5/app-readme.md b/premium/blocky/14.5.1/app-readme.md similarity index 100% rename from premium/blocky/14.3.5/app-readme.md rename to premium/blocky/14.5.1/app-readme.md diff --git a/premium/blocky/14.5.1/charts/common-20.2.2.tgz b/premium/blocky/14.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/blocky/14.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/ctfd/4.12.1/charts/redis-13.0.5.tgz b/premium/blocky/14.5.1/charts/redis-13.0.5.tgz similarity index 100% rename from stable/ctfd/4.12.1/charts/redis-13.0.5.tgz rename to premium/blocky/14.5.1/charts/redis-13.0.5.tgz diff --git a/premium/blocky/14.3.5/dashboard.json b/premium/blocky/14.5.1/dashboard.json similarity index 100% rename from premium/blocky/14.3.5/dashboard.json rename to premium/blocky/14.5.1/dashboard.json diff --git a/premium/blocky/14.3.5/dashboardpsql.json b/premium/blocky/14.5.1/dashboardpsql.json similarity index 100% rename from premium/blocky/14.3.5/dashboardpsql.json rename to premium/blocky/14.5.1/dashboardpsql.json diff --git a/premium/blocky/14.3.5/ix_values.yaml b/premium/blocky/14.5.1/ix_values.yaml similarity index 100% rename from premium/blocky/14.3.5/ix_values.yaml rename to premium/blocky/14.5.1/ix_values.yaml diff --git a/premium/blocky/14.3.5/questions.yaml b/premium/blocky/14.5.1/questions.yaml similarity index 100% rename from premium/blocky/14.3.5/questions.yaml rename to premium/blocky/14.5.1/questions.yaml diff --git a/premium/blocky/14.3.5/templates/NOTES.txt b/premium/blocky/14.5.1/templates/NOTES.txt similarity index 100% rename from premium/blocky/14.3.5/templates/NOTES.txt rename to premium/blocky/14.5.1/templates/NOTES.txt diff --git a/premium/blocky/14.3.5/templates/_blockyConfig.tpl b/premium/blocky/14.5.1/templates/_blockyConfig.tpl similarity index 100% rename from premium/blocky/14.3.5/templates/_blockyConfig.tpl rename to premium/blocky/14.5.1/templates/_blockyConfig.tpl diff --git a/premium/blocky/14.3.5/templates/_k8sgateway.tpl b/premium/blocky/14.5.1/templates/_k8sgateway.tpl similarity index 100% rename from premium/blocky/14.3.5/templates/_k8sgateway.tpl rename to premium/blocky/14.5.1/templates/_k8sgateway.tpl diff --git a/premium/blocky/14.3.5/templates/common.yaml b/premium/blocky/14.5.1/templates/common.yaml similarity index 100% rename from premium/blocky/14.3.5/templates/common.yaml rename to premium/blocky/14.5.1/templates/common.yaml diff --git a/premium/blocky/14.3.5/values.yaml b/premium/blocky/14.5.1/values.yaml similarity index 100% rename from premium/blocky/14.3.5/values.yaml rename to premium/blocky/14.5.1/values.yaml diff --git a/premium/nextcloud/29.6.0/.helmignore b/premium/clusterissuer/7.7.1/.helmignore similarity index 100% rename from premium/nextcloud/29.6.0/.helmignore rename to premium/clusterissuer/7.7.1/.helmignore diff --git a/premium/clusterissuer/7.7.1/CHANGELOG.md b/premium/clusterissuer/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2ee70e2a653 --- /dev/null +++ b/premium/clusterissuer/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clusterissuer-7.7.1](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/premium/clusterissuer/7.7.1/Chart.yaml new file mode 100644 index 00000000000..ad6e94905b8 --- /dev/null +++ b/premium/clusterissuer/7.7.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: 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.2 + 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.1 diff --git a/premium/clusterissuer/7.7.1/README.md b/premium/clusterissuer/7.7.1/README.md new file mode 100644 index 00000000000..626fef0a05e --- /dev/null +++ b/premium/clusterissuer/7.7.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/premium/clusterissuer) + +**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/premium/clusterissuer/7.7.1/app-changelog.md b/premium/clusterissuer/7.7.1/app-changelog.md new file mode 100644 index 00000000000..494b22a13c2 --- /dev/null +++ b/premium/clusterissuer/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [clusterissuer-7.7.1](https://github.com/truecharts/charts/compare/clusterissuer-7.6.0...clusterissuer-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/premium/clusterissuer/7.7.1/app-readme.md new file mode 100644 index 00000000000..da6fe3111af --- /dev/null +++ b/premium/clusterissuer/7.7.1/app-readme.md @@ -0,0 +1,8 @@ +Certificate management for Kubernetes + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/clusterissuer](https://truecharts.org/charts/premium/clusterissuer) + +--- + +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/clusterissuer/7.7.1/charts/common-20.2.2.tgz b/premium/clusterissuer/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/clusterissuer/7.7.1/charts/common-20.2.2.tgz differ diff --git a/premium/clusterissuer/7.7.1/ix_values.yaml b/premium/clusterissuer/7.7.1/ix_values.yaml new file mode 100644 index 00000000000..7d18cf8a5c1 --- /dev/null +++ b/premium/clusterissuer/7.7.1/ix_values.yaml @@ -0,0 +1,104 @@ +image: + repository: hello-world + tag: latest@sha256:d000bc569937abbe195e20322a0bde6b2922d805332fd6d8a68b19f524b7d21d + pullPolicy: IfNotPresent +manifestManager: + enabled: true +workload: + main: + enabled: false + podSpec: + containers: + main: + enabled: false + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false +service: + main: + enabled: false + ports: + main: + enabled: false + port: 9999 +portal: + open: + enabled: false +operator: + verify: + additionalOperators: + - cert-manager + enabled: true + failOnError: false +clusterIssuer: + selfSigned: + enabled: true + name: "selfsigned" + CA: [] + # - name: myca + # selfSigned: true + # selfSignedCommonName: "my-selfsigned-ca" + # # Used to manually define a CA-crt not used when selfSigned is enabled + # crt: "" + # key: "" + # # TODO: Add option to use SCALE CA certs + + ACME: [] +# - name: letsencrypt +# # Used for both logging in to the DNS provider AND ACME registration +# email: "" +# server: 'https://acme-staging-v02.api.letsencrypt.org/directory' +# # Used primarily for the SCALE GUI +# customServer: 'https://acme-staging-v02.api.letsencrypt.org/directory' +# email: "" +# # Options: HTTP01, cloudflare, route53, akamai, digitalocean, rfc2136, acmedns +# type: "" +# # for cloudflare +# cfapikey: "" +# cfapitoken: "" +# # for route53 +# region: "" +# accessKeyID: "" +# route53SecretAccessKey: "" +# # optional for route53 +# role: "" +# # for akamai +# serviceConsumerDomain: "" +# akclientToken: "" +# akclientSecret: "" +# akaccessToken: "" +# # for digitalocean +# doaccessToken: "" +# # for rfc2136 +# nameserver: "" +# tsigKeyName: "" +# tsigAlgorithm: "" +# rfctsigSecret: "" +# # for acmedns +# name: sd +# acmednsHost: asdf +# # Pick one of the bellow acmednsConfig +# acmednsConfigJson: +# acmednsConfig: +# - domain: "" +# username: "" +# password: "" +# fulldomain: "" +# subdomain: "" +# allowFrom: [] + +clusterCertificates: + # Namespaces in which the certificates must be available + # Accepts comma-separated regex expressions + # replicationNamespaces: 'ix-.*' + certificates: [] + # - name: mycert + # enabled: true + # certificateIssuer: selfsigned + # hosts: + # - my.domain.com + # - '*.my.domain.com' diff --git a/premium/clusterissuer/7.7.1/questions.yaml b/premium/clusterissuer/7.7.1/questions.yaml new file mode 100755 index 00000000000..135235ae000 --- /dev/null +++ b/premium/clusterissuer/7.7.1/questions.yaml @@ -0,0 +1,446 @@ +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: clusterIssuer + group: App Configuration + label: Cluster Certificate Issuer + schema: + additional_attrs: true + type: dict + attrs: + - variable: ACME + label: 'ACME Issuer' + schema: + type: list + default: [] + items: + - variable: ACMEEntry + label: 'ACME Issuer Entry' + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: "Name to give the issuer" + schema: + type: string + required: true + valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' + default: "" + - variable: type + label: Type or DNS-Provider + description: DNS Provider + schema: + type: string + default: cloudflare + enum: + - value: cloudflare + description: Cloudflare + - value: route53 + description: Route53 + - value: akamai + description: Akamai + - value: digitalocean + description: Digitalocean + - value: rfc2136 + description: rfc2136 (Advanced) + - value: HTTP01 + description: HTTP01 (Experimental) + - value: acmedns + description: ACME DNS (Advanced) + - variable: server + label: Server + description: "Server for ACME, for example: letsencrypt" + schema: + type: string + default: 'Letsencrypt-Production' + enum: + - value: 'https://acme-v02.api.letsencrypt.org/directory' + description: Letsencrypt-Production + - value: 'https://acme-staging-v02.api.letsencrypt.org/directory' + description: Letsencrypt-Staging + - value: 'https://api.buypass.no/acme-v02/directory' + description: BuyPass-Production + - value: 'https://api.test4.buypass.no/acme-v02/directory' + description: BuyPass-Staging + - value: custom + description: Custom + - variable: customServer + label: Custom ACME Server (Advanced) + description: "This can be used to enter your own custom ACME server" + schema: + type: string + show_if: [["server", "=", "custom"]] + default: 'https://acme-staging-v02.api.letsencrypt.org/directory' + - variable: caBundle + label: Trusted CABundle for private ACME server + description: "Trusted CABundle for private ACME server, encoded in base64" + schema: + type: string + show_if: [["server", "=", "custom"]] + - variable: email + label: Email + description: "Email adress to use for certificate issuing must match your DNS provider email when required" + schema: + type: string + required: true + default: "something@example.com" + - variable: cfapikey + label: CloudFlare API key + description: "CloudFlare API Key" + schema: + show_if: [["type", "=", "cloudflare"]] + type: string + default: "" + - variable: cfapitoken + label: CloudFlare API Token + description: "CloudFlare API Token" + schema: + show_if: [["type", "=", "cloudflare"]] + type: string + default: "" + - variable: region + label: Route53 Region + description: "Route 53 Region" + schema: + show_if: [["type", "=", "route53"]] + type: string + required: true + default: "us-west-1" + - variable: accessKeyID + label: Route53 accessKeyID + description: "Route53 accessKeyID" + schema: + show_if: [["type", "=", "route53"]] + type: string + required: true + default: "" + - variable: route53SecretAccessKey + label: Route53 Secret Access Key + description: "Route53 Secret Access Key" + schema: + show_if: [["type", "=", "route53"]] + type: string + required: true + default: "" + - variable: role + label: Route53 Role (optional) + description: "Route53 Role" + schema: + show_if: [["type", "=", "route53"]] + type: string + default: "" + - variable: serviceConsumerDomain + label: Akamai Service Consumer Domain + description: "Akamai Service Consumer Domain" + schema: + show_if: [["type", "=", "akamai"]] + type: string + required: true + default: "" + - variable: akclientToken + label: Akamai Client Token + description: "Client Token" + schema: + show_if: [["type", "=", "akamai"]] + type: string + required: true + default: "" + - variable: akclientSecret + label: Akamai Client Secret + description: "Akamai Client Secret" + schema: + show_if: [["type", "=", "akamai"]] + type: string + required: true + default: "" + - variable: akaccessToken + label: Akamai Access Token + description: "Akamai Access Token" + schema: + show_if: [["type", "=", "akamai"]] + type: string + required: true + default: "" + - variable: doaccessToken + label: Digitalocean Access Token + description: "Digitalocean Access Token" + schema: + show_if: [["type", "=", "digitalocean"]] + type: string + required: true + default: "" + - variable: nameserver + label: rfc2136 Namesever + description: "rfc2136 Namesever" + schema: + show_if: [["type", "=", "rfc2136"]] + type: string + required: true + default: "" + - variable: tsigKeyName + label: rfc2136 tsig Key Name + description: "rfc2136 tsig Key Name" + schema: + show_if: [["type", "=", "rfc2136"]] + type: string + required: true + default: "" + - variable: tsigAlgorithm + label: rfc2136 tsig Algorithm + description: "rfc2136 tsig Algorithm" + schema: + show_if: [["type", "=", "rfc2136"]] + type: string + required: true + default: "" + - variable: rfctsigSecret + label: rfc2136 sig Secret + description: "rfc2136 sig Secret" + schema: + show_if: [["type", "=", "rfc2136"]] + type: string + required: true + default: "" + - variable: acmednsHost + label: ACME DNS host + description: "ACME DNS API server address" + schema: + show_if: [["type", "=", "acmedns"]] + type: string + required: true + default: "https://auth.acme-dns.io" + - variable: acmednsConfig + label: ACME DNS config + description: "ACME DNS per-domain auth configuration" + schema: + show_if: [["type", "=", "acmedns"]] + type: list + default: [] + items: + - variable: acmednsEntry + label: 'ACME DNS entry' + schema: + type: dict + attrs: + - variable: domain + label: Domain + schema: + type: string + required: true + - variable: username + label: Username + schema: + type: string + required: true + - variable: password + label: Password + schema: + type: string + required: true + - variable: fulldomain + label: Full domain + schema: + type: string + required: true + - variable: subdomain + label: Subdomain + schema: + type: string + required: true + - variable: allowFrom + label: Allow from + schema: + type: list + default: [] + items: + - variable: cidr + label: CIDR + schema: + type: ipaddr + cidr: true + required: true + - variable: CA + label: Certificate Authority Issuer + schema: + type: list + default: [] + items: + - variable: CAEntry + label: 'CA Issuer Entry' + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: "Name to give the issuer" + schema: + type: string + required: true + valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' + default: "" + - variable: selfSigned + label: selfSigned + description: "Create Self Signed CA cert" + schema: + type: boolean + default: true + - variable: selfSignedCommonName + label: selfSigned CommonName + description: "Common name for selfSigned Certiticate Authority" + schema: + type: string + required: true + show_if: [["selfSigned", "=", true]] + default: "my-selfsigned-ca" + - variable: crt + label: "Custom CA cert (experimental)" + description: "certificate for Certiticate Authority" + schema: + type: string + required: true + max_length: 10240 + show_if: [["selfSigned", "=", false]] + default: "" + - variable: key + label: "Custom CA key (experimental)" + description: "key Certiticate Authority" + schema: + type: string + required: true + max_length: 10240 + show_if: [["selfSigned", "=", false]] + default: "" + - variable: selfSigned + label: 'SelfSigned Issuer' + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: enabled + description: "Enable self-signed issuer" + schema: + type: boolean + default: true + - variable: name + label: Name + description: "Name to give the issuer" + schema: + type: string + required: true + valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' + default: "selfsigned" + - variable: clusterCertificates + group: App Configuration + label: Cluster Wide Certificates (Advanced) + description: "Creates certificates for use within the entire cluster. Can be used to create wildcard certificates." + schema: + additional_attrs: true + type: dict + attrs: + - variable: certificates + label: Cluster Certificates + schema: + type: list + default: [] + items: + - variable: CertEntry + label: 'Certificate Entry' + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + schema: + type: boolean + default: true + - variable: name + label: Certificate Name + schema: + type: string + required: true + default: "" + - variable: certificateIssuer + label: Cert-Manager clusterIssuer + description: "One of the Cert-Manager clusterIssuers defined above" + schema: + type: string + required: true + valid_chars: '^[a-z]+(-?[a-z]){0,63}-?[a-z]+$' + default: "selfsigned" + - variable: hosts + label: Certificate Hosts + description: "NOTE: Creation of wildcard certificates with an ACME issuer requires a DNSO1 solver to be set up." + schema: + type: list + default: [] + items: + - variable: host + label: Host + schema: + type: string + default: "" + required: true + - variable: customMetrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: true diff --git a/premium/nextcloud/29.6.0/templates/NOTES.txt b/premium/clusterissuer/7.7.1/templates/NOTES.txt similarity index 100% rename from premium/nextcloud/29.6.0/templates/NOTES.txt rename to premium/clusterissuer/7.7.1/templates/NOTES.txt diff --git a/premium/clusterissuer/7.7.1/templates/clusterissuer/_ACME.tpl b/premium/clusterissuer/7.7.1/templates/clusterissuer/_ACME.tpl new file mode 100644 index 00000000000..e49a071c590 --- /dev/null +++ b/premium/clusterissuer/7.7.1/templates/clusterissuer/_ACME.tpl @@ -0,0 +1,128 @@ +{{- define "certmanager.clusterissuer.acme" -}} +{{- $operator := index $.Values.operator "cert-manager" -}} +{{- $namespace := $operator.namespace | default "cert-manager" -}} + +{{- $rfctsigSecret := .rfctsigSecret | default "" -}} +{{/* https://cert-manager.io/docs/configuration/acme/dns01/rfc2136/#troubleshooting */}} +{{- if $rfctsigSecret -}} {{/* If we try to decode and fail, go on and encode it. */}} + {{- if (contains "illegal base64" (b64dec $rfctsigSecret)) -}} + {{- $rfctsigSecret = b64enc $rfctsigSecret -}} + {{- end -}} +{{- end -}} + +{{- range .Values.clusterIssuer.ACME }} + {{- if or (not .name) (not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name)) -}} + {{- fail "ACME - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}} + {{- end -}} + {{- $validTypes := list "HTTP01" "cloudflare" "route53" "digitalocean" "akamai" "rfc2136" "acmedns" -}} + {{- if not (mustHas .type $validTypes) -}} + {{- fail (printf "Expected ACME type to be one of [%s], but got [%s]" (join ", " $validTypes) .type) -}} + {{- end -}} + {{- $issuerSecretName := printf "%s-clusterissuer-secret" .name }} + {{- $acmednsDict := dict -}} + {{- if and (eq .type "acmedns") (not .acmednsConfigJson) }} + {{- range .acmednsConfig }} + {{/* Transform to a dict with domain as a key, also remove domain from the dict */}} + {{- $_ := set $acmednsDict .domain (omit . "domain") -}} + {{- end }} + {{- end }} +--- +apiVersion: cert-manager.io/v1 +kind: ClusterIssuer +metadata: + name: {{ .name }} +spec: + acme: + email: {{ .email }} + server: {{ if eq .server "custom" }}{{ .customServer }}{{ else }}{{ .server }}{{ end }} + {{- if .caBundle }} + caBundle: {{ .caBundle }} + {{- end }} + privateKeySecretRef: + name: {{ .name }}-acme-clusterissuer-account-key + solvers: + {{- if eq .type "HTTP01" }} + - http01: + ingress: {} + {{- else }} + - dns01: + {{- if eq .type "cloudflare" }} + cloudflare: + email: {{ .email }} + {{- if .cfapitoken }} + apiTokenSecretRef: + name: {{ $issuerSecretName }} + key: cf-api-token + {{- else if .cfapikey }} + apiKeySecretRef: + name: {{ $issuerSecretName }} + key: cf-api-key + {{- else -}} + {{- fail "A cloudflare API key or token is required" -}} + {{- end -}} + {{- else if eq .type "route53" }} + route53: + region: {{ .region }} + accessKeyID: {{ .accessKeyID }} + {{- if .role }} + role: {{ .role }} + {{- end }} + secretAccessKeySecretRef: + name: {{ $issuerSecretName }} + key: route53-secret-access-key + {{- else if eq .type "akamai" }} + akamai: + serviceConsumerDomain: {{ .serviceConsumerDomain }} + clientTokenSecretRef: + name: {{ $issuerSecretName }} + key: akclientToken + clientSecretSecretRef: + name: {{ $issuerSecretName }} + key: akclientSecret + accessTokenSecretRef: + name: {{ $issuerSecretName }} + key: akaccessToken + {{- else if eq .type "digitalocean" }} + digitalocean: + tokenSecretRef: + name: {{ $issuerSecretName }} + key: doaccessToken + {{- else if eq .type "rfc2136" }} + rfc2136: + nameserver: {{ .nameserver }} + tsigKeyName: {{ .tsigKeyName }} + tsigAlgorithm: {{ .tsigAlgorithm }} + tsigSecretSecretRef: + name: {{ $issuerSecretName }} + key: rfctsigSecret + {{- else if eq .type "acmedns" }} + acmeDNS: + host: {{ .acmednsHost }} + accountSecretRef: + name: {{ $issuerSecretName }} + key: acmednsJson + {{- end -}} + {{- end }} +--- +apiVersion: v1 +kind: Secret +metadata: + namespace: {{ $namespace }} + name: {{ $issuerSecretName }} +type: Opaque +stringData: + cf-api-token: {{ .cfapitoken | default "" }} + cf-api-key: {{ .cfapikey | default "" }} + route53-secret-access-key: {{ .route53SecretAccessKey | default "" }} + akclientToken: {{ .akclientToken | default "" }} + akclientSecret: {{ .akclientSecret | default "" }} + akaccessToken: {{ .akaccessToken | default "" }} + doaccessToken: {{ .doaccessToken | default "" }} + rfctsigSecret: {{ $rfctsigSecret }} +{{- if .acmednsConfigJson }} + acmednsJson: {{ .acmednsConfigJson }} +{{- else if $acmednsDict }} + acmednsJson: {{ toJson $acmednsDict | quote }} +{{- end -}} + {{- end -}} +{{- end -}} diff --git a/premium/clusterissuer/7.7.1/templates/clusterissuer/_CA.tpl b/premium/clusterissuer/7.7.1/templates/clusterissuer/_CA.tpl new file mode 100644 index 00000000000..3091b2c5e85 --- /dev/null +++ b/premium/clusterissuer/7.7.1/templates/clusterissuer/_CA.tpl @@ -0,0 +1,54 @@ +{{- define "certmanager.clusterissuer.ca" -}} +{{- $operator := index $.Values.operator "cert-manager" -}} +{{- $namespace := $operator.namespace | default "cert-manager" -}} + +{{- range .Values.clusterIssuer.CA }} + {{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .name) -}} + {{- fail "CA - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}} + {{- end -}} +{{- if .selfSigned }} +--- +apiVersion: cert-manager.io/v1 +kind: ClusterIssuer +metadata: + name: {{ .name }}-selfsigned-ca-issuer +spec: + selfSigned: {} +--- +apiVersion: cert-manager.io/v1 +kind: Certificate +metadata: + name: {{ .name }}-selfsigned-ca + namespace: {{ $namespace }} +spec: + isCA: true + commonName: {{ .selfSignedCommonName }} + secretName: {{ .name }}-ca + privateKey: + algorithm: ECDSA + size: 256 + issuerRef: + name: {{ .name }}-selfsigned-ca-issuer + kind: ClusterIssuer + group: cert-manager.io +{{- else }} +--- +apiVersion: v1 +kind: Secret +metadata: + name: {{ .name }}-ca + namespace: {{ $namespace }} +data: + tls.crt: {{ .crt | replace " CERTIFICATE" "_CERTIFICATE" | replace " " "\n" | replace "_CERTIFICATE" " CERTIFICATE" | b64enc }} + tls.key: {{ .key | replace " PRIVATE KEY" "_PRIVATE_KEY" | replace " " "\n" | replace "_PRIVATE_KEY" " PRIVATE KEY" | b64enc }} +{{- end }} +--- +apiVersion: cert-manager.io/v1 +kind: ClusterIssuer +metadata: + name: {{ .name }} +spec: + ca: + secretName: {{ .name }}-ca +{{- end }} +{{- end -}} diff --git a/premium/clusterissuer/7.7.1/templates/clusterissuer/_clusterCertificates.tpl b/premium/clusterissuer/7.7.1/templates/clusterissuer/_clusterCertificates.tpl new file mode 100644 index 00000000000..a1e06520730 --- /dev/null +++ b/premium/clusterissuer/7.7.1/templates/clusterissuer/_clusterCertificates.tpl @@ -0,0 +1,34 @@ +{{- define "certmanager.clusterissuer.clusterCertificates" -}} + {{- if .Values.clusterCertificates -}} + {{- $secretTemplates := dict -}} + {{- $certNamespace := (include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" dict "caller" "ClusterCertificates")) -}} + {{- $replicationNamespaces := ".*" -}} + {{- if .Values.clusterCertificates.replicationNamespaces -}} + {{- $replicationNamespaces = .Values.clusterCertificates.replicationNamespaces -}} + {{- else if .Values.ixChartContext -}} + {{- $replicationNamespaces = "ix-.*" -}} + {{- end -}} + {{- $reflectorAnnotations := (dict + "reflector.v1.k8s.emberstack.com/reflection-allowed" "true" + "reflector.v1.k8s.emberstack.com/reflection-auto-enabled" "true" + "reflector.v1.k8s.emberstack.com/reflection-allowed-namespaces" (printf "%v,%v" $certNamespace $replicationNamespaces) + "reflector.v1.k8s.emberstack.com/reflection-auto-namespaces" $replicationNamespaces ) -}} + {{- $certAnnotations := (mustMerge ($reflectorAnnotations) (include "tc.v1.common.lib.metadata.allAnnotations" $ | fromYaml)) -}} + + {{- $_ := set $secretTemplates "annotations" $certAnnotations -}} + + {{- if not $.Values.certificate -}} + {{- $_ := set $.Values "certificate" dict -}} + {{- end -}} + + {{- range .Values.clusterCertificates.certificates -}} + {{- $_ := set $.Values.certificate .name (dict + "enabled" .enabled + "hosts" .hosts + "certificateIssuer" .certificateIssuer + "certificateSecretTemplate" $secretTemplates + ) -}} + {{- end -}} + + {{- end -}} +{{- end -}} diff --git a/premium/clusterissuer/7.7.1/templates/clusterissuer/_selfSigned.tpl b/premium/clusterissuer/7.7.1/templates/clusterissuer/_selfSigned.tpl new file mode 100644 index 00000000000..235c03452c9 --- /dev/null +++ b/premium/clusterissuer/7.7.1/templates/clusterissuer/_selfSigned.tpl @@ -0,0 +1,14 @@ +{{- define "certmanager.clusterissuer.selfsigned" -}} +{{- if .Values.clusterIssuer.selfSigned.enabled -}} + {{- if not (mustRegexMatch "^[a-z]+(-?[a-z]){0,63}-?[a-z]+$" .Values.clusterIssuer.selfSigned.name) -}} + {{- fail "Self Singed Issuer - Expected name to be all lowercase with hyphens, but not start or end with a hyphen" -}} + {{- end }} +--- +apiVersion: cert-manager.io/v1 +kind: ClusterIssuer +metadata: + name: {{ .Values.clusterIssuer.selfSigned.name }} +spec: + selfSigned: {} +{{- end }} +{{- end -}} diff --git a/premium/clusterissuer/7.7.1/templates/common.yaml b/premium/clusterissuer/7.7.1/templates/common.yaml new file mode 100644 index 00000000000..494bfc898d5 --- /dev/null +++ b/premium/clusterissuer/7.7.1/templates/common.yaml @@ -0,0 +1,16 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* + Generate certificate data and set them to $.Values.ceritificate + Let common handle the creation of the objects +*/}} +{{- include "certmanager.clusterissuer.clusterCertificates" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} + +{{/* Generate the cluster issuers */}} +{{- include "certmanager.clusterissuer.acme" . }} +{{- include "certmanager.clusterissuer.selfsigned" . }} +{{- include "certmanager.clusterissuer.ca" . }} diff --git a/premium/nextcloud/29.6.0/values.yaml b/premium/clusterissuer/7.7.1/values.yaml similarity index 100% rename from premium/nextcloud/29.6.0/values.yaml rename to premium/clusterissuer/7.7.1/values.yaml diff --git a/premium/traefik/26.8.1/.helmignore b/premium/grafana/14.8.1/.helmignore similarity index 100% rename from premium/traefik/26.8.1/.helmignore rename to premium/grafana/14.8.1/.helmignore diff --git a/premium/grafana/14.8.1/CHANGELOG.md b/premium/grafana/14.8.1/CHANGELOG.md new file mode 100644 index 00000000000..864cd331fb2 --- /dev/null +++ b/premium/grafana/14.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-14.8.1](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/premium/grafana/14.8.1/Chart.yaml new file mode 100644 index 00000000000..8343771e31b --- /dev/null +++ b/premium/grafana/14.8.1/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.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/premium/grafana/14.8.1/README.md b/premium/grafana/14.8.1/README.md new file mode 100644 index 00000000000..d73670064b9 --- /dev/null +++ b/premium/grafana/14.8.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/premium/grafana) + +**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/premium/grafana/14.8.1/app-changelog.md b/premium/grafana/14.8.1/app-changelog.md new file mode 100644 index 00000000000..fcf67f6feb7 --- /dev/null +++ b/premium/grafana/14.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [grafana-14.8.1](https://github.com/truecharts/charts/compare/grafana-14.7.0...grafana-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/premium/grafana/14.8.1/app-readme.md new file mode 100644 index 00000000000..4c12740ace6 --- /dev/null +++ b/premium/grafana/14.8.1/app-readme.md @@ -0,0 +1,8 @@ +Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/grafana](https://truecharts.org/charts/premium/grafana) + +--- + +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/grafana/14.8.1/charts/common-20.2.2.tgz b/premium/grafana/14.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/grafana/14.8.1/charts/common-20.2.2.tgz differ diff --git a/premium/grafana/14.8.1/ix_values.yaml b/premium/grafana/14.8.1/ix_values.yaml new file mode 100644 index 00000000000..6b76cb3206e --- /dev/null +++ b/premium/grafana/14.8.1/ix_values.yaml @@ -0,0 +1,346 @@ +image: + repository: grafana/grafana + pullPolicy: IfNotPresent + tag: 10.4.0@sha256:f9811e4e687ffecf1a43adb9b64096c50bc0d7a782f8608530f478b6542de7d5 + +sidecarImage: + repository: quay.io/kiwigrid/k8s-sidecar + tag: 1.26.1@sha256:b8d5067137fec093cf48670dc3a1dbb38f9e734f3a6683015c2e89a45db5fd16 + +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + protocol: http + targetPort: 3000 + port: 3000 +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + env: + GF_SECURITY_ADMIN_USER: "admin" + GF_SECURITY_ADMIN_PASSWORD: "testpassword" + GF_INSTALL_PLUGINS: "" + GF_AUTH_LDAP_ENABLED: "false" + GF_AUTH_LDAP_ALLOW_SIGN_UP: "false" + GF_SERVER_HTTP_PORT: 3000 + GF_DATABASE_TYPE: postgres + GF_DATABASE_NAME: "{{ .Values.cnpg.main.user }}" + GF_DATABASE_USER: "{{ .Values.cnpg.main.database }}" + GF_DATABASE_SSL_MODE: disable + GF_DATABASE_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + GF_DATABASE_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + probes: + liveness: + path: "/api/health" + readiness: + path: "/api/health" + startup: + path: "/api/health" + dashboards: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_dashboard + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /tmp/dashboards + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/dashboards/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + datasources: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_datasources + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/datasources + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/datasources/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + alerts: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_alerts + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/alerts + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/alerts/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + plugins: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_plugins + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/plugins + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/plugins/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + notifiers: + enabled: true + imageSelector: sidecarImage + env: + IGNORE_ALREADY_PROCESSED: false + METHOD: WATCH + LABEL: grafana_notifiers + LABEL_VALUE: "1" + LOG_LEVEL: info + FOLDER: /etc/grafana/provisioning/notifiers + RESOURCE: both + NAMESPACE: "ALL" + UNIQUE_FILENAMES: false + # NAMESPACE: null + # FOLDER_ANNOTATION: null + # script: null + # WATCH_SERVER_TIMEOUT: 3600 + # WATCH_CLIENT_TIMEOUT: 3600 + SKIP_TLS_VERIFY: false + REQ_USERNAME: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_USER }}" + REQ_PASSWORD: "{{ .Values.workload.main.podSpec.containers.main.env.GF_SECURITY_ADMIN_PASSWORD }}" + REQ_URL: "http://localhost:3000/api/admin/provisioning/notifiers/reload" + REQ_METHOD: POST + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +configmap: + dashboard-provider: + enabled: true + data: + provider.yaml: |- + apiVersion: 1 + providers: + - name: sidecarProvider + orgId: 1 + folder: '' + type: file + disableDeletion: false + allowUiUpdates: false + updateIntervalSeconds: 30 + options: + foldersFromFilesStructure: false + path: /tmp/dashboards + config: + enabled: true + data: + grafana.ini: |- + paths: + data: /var/lib/grafana/ + logs: /var/log/grafana + plugins: /var/lib/grafana/plugins + provisioning: /etc/grafana/provisioning + analytics: + check_for_updates: true + log: + mode: console + grafana_net: + url: https://grafana.net + server: + domain: "{{ if (and .Values.ingress.main.enabled .Values.ingress.main.hosts) }}{{ .Values.ingress.main.hosts | first }}{{ else }}''{{ end }}" + ldap.toml: |- + # nope + +persistence: + config: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/grafana.ini + subPath: grafana.ini + ldap: + enabled: true + type: configmap + objectName: config + mountPath: /etc/grafana/ldap.toml + subPath: ldap.toml + data: + enabled: true + mountPath: "/var/lib/grafana" + grafana-tmp: + enabled: true + type: emptyDir + mountPath: /app/tmp + targetSelectAll: true + sc-dashboard-volume: + enabled: true + type: emptyDir + mountPath: /tmp/dashboards + targetSelectAll: true + sc-dashboard-config: + enabled: true + type: configmap + objectName: dashboard-provider + mountPath: /etc/grafana/provisioning/dashboards/sc-dashboardproviders.yaml + subPath: provider.yaml + sc-datasource-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/datasources + targetSelectAll: true + sc-alerts-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/alerts + targetSelectAll: true + sc-plugins-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/plugins + targetSelectAll: true + sc-notifiers-volume: + enabled: true + type: emptyDir + mountPath: /etc/grafana/provisioning/notifiers + targetSelectAll: true +metrics: + main: + # -- Enable and configure a Prometheus serviceMonitor for the chart under this key. + # @default -- See values.yaml + enabled: true + type: "servicemonitor" + endpoints: + - port: main + path: /metrics + # -- Enable and configure Prometheus Rules for the chart under this key. + # @default -- See values.yaml + prometheusRule: + enabled: false + labels: {} + # -- Configure additionial rules for the chart under this key. + # @default -- See prometheusrules.yaml + rules: [] + # - alert: UnifiPollerAbsent + # annotations: + # description: Unifi Poller has disappeared from Prometheus service discovery. + # summary: Unifi Poller is down. + # expr: | + # absent(up{job=~".*unifi-poller.*"} == 1) + # for: 5m + # labels: + # severity: critical +portal: + open: + enabled: true + +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [""] + resources: ["configmaps", "secrets"] + verbs: ["get", "watch", "list"] + +serviceAccount: + main: + enabled: true + primary: true + +podOptions: + automountServiceAccountToken: true + +cnpg: + main: + enabled: true + user: grafana + database: grafana diff --git a/premium/grafana/14.8.1/questions.yaml b/premium/grafana/14.8.1/questions.yaml new file mode 100755 index 00000000000..f0aa40a18e6 --- /dev/null +++ b/premium/grafana/14.8.1/questions.yaml @@ -0,0 +1,2916 @@ +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: env + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: GF_SECURITY_ADMIN_USER + label: "Admin User" + schema: + type: string + required: true + default: "admin" + - variable: GF_SECURITY_ADMIN_PASSWORD + label: "Admin Password" + schema: + type: string + required: true + private: true + default: "REPLACETHIS" + - variable: GF_INSTALL_PLUGINS + label: "Extra Plugins to Install" + description: "comma seperated" + schema: + type: string + default: "" + - variable: GF_AUTH_LDAP_ENABLED + label: "enable LDAP" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_ALLOW_SIGN_UP + label: "Allow LDAP Signup" + schema: + type: boolean + default: false + - variable: GF_AUTH_LDAP_CONFIG_FILE + label: "LDAP Config Path" + schema: + type: string + default: "/opt/bitnami/grafana/conf/ldap.toml" + - 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: 10038 + 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: 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: 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: metrics + group: Metrics + label: Prometheus Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: main + label: Main Metrics + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + + - variable: prometheusRule + label: PrometheusRule + description: Enable and configure Prometheus Rules for the App. + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: Enabled + description: Enable Prometheus Metrics + schema: + type: boolean + default: false + # TODO: Rule List section + +# - 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/traefik/26.8.1/templates/NOTES.txt b/premium/grafana/14.8.1/templates/NOTES.txt similarity index 100% rename from premium/traefik/26.8.1/templates/NOTES.txt rename to premium/grafana/14.8.1/templates/NOTES.txt diff --git a/stable/adguard-home/9.5.1/templates/common.yaml b/premium/grafana/14.8.1/templates/common.yaml similarity index 100% rename from stable/adguard-home/9.5.1/templates/common.yaml rename to premium/grafana/14.8.1/templates/common.yaml diff --git a/premium/traefik/26.8.1/values.yaml b/premium/grafana/14.8.1/values.yaml similarity index 100% rename from premium/traefik/26.8.1/values.yaml rename to premium/grafana/14.8.1/values.yaml diff --git a/stable/acestream/6.5.1/.helmignore b/premium/metallb-config/6.7.1/.helmignore similarity index 100% rename from stable/acestream/6.5.1/.helmignore rename to premium/metallb-config/6.7.1/.helmignore diff --git a/premium/metallb-config/6.7.1/CHANGELOG.md b/premium/metallb-config/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8eb08f831ef --- /dev/null +++ b/premium/metallb-config/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-config-6.7.1](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/premium/metallb-config/6.7.1/Chart.yaml new file mode 100644 index 00000000000..f8a20c04016 --- /dev/null +++ b/premium/metallb-config/6.7.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: 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.2 + 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.1 diff --git a/premium/metallb-config/6.7.1/README.md b/premium/metallb-config/6.7.1/README.md new file mode 100644 index 00000000000..9ce60030e49 --- /dev/null +++ b/premium/metallb-config/6.7.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/premium/metallb-config) + +**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/premium/metallb-config/6.7.1/app-changelog.md b/premium/metallb-config/6.7.1/app-changelog.md new file mode 100644 index 00000000000..52a068d63d5 --- /dev/null +++ b/premium/metallb-config/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [metallb-config-6.7.1](https://github.com/truecharts/charts/compare/metallb-config-6.6.0...metallb-config-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/premium/metallb-config/6.7.1/app-readme.md new file mode 100644 index 00000000000..8f037b6034e --- /dev/null +++ b/premium/metallb-config/6.7.1/app-readme.md @@ -0,0 +1,8 @@ +A network load-balancer implementation for Kubernetes using standard routing protocols + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/metallb-config](https://truecharts.org/charts/premium/metallb-config) + +--- + +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/metallb-config/6.7.1/charts/common-20.2.2.tgz b/premium/metallb-config/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/metallb-config/6.7.1/charts/common-20.2.2.tgz differ diff --git a/premium/metallb-config/6.7.1/ix_values.yaml b/premium/metallb-config/6.7.1/ix_values.yaml new file mode 100644 index 00000000000..e99632a149c --- /dev/null +++ b/premium/metallb-config/6.7.1/ix_values.yaml @@ -0,0 +1,73 @@ +image: + repository: hello-world + tag: latest@sha256:d000bc569937abbe195e20322a0bde6b2922d805332fd6d8a68b19f524b7d21d + pullPolicy: IfNotPresent +manifestManager: + enabled: false +workload: + main: + enabled: false + podSpec: + containers: + main: + enabled: false + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false +service: + main: + enabled: false + ports: + main: + enabled: false + port: 9999 +operator: + verify: + enabled: true + additionalOperators: ["metallb"] +portal: + open: + enabled: false +ipAddressPools: [] +# - name: example +# autoAssign: true +# avoidBuggyIPs: true +# addresses: +# - 192.168.1.1-192.168.1.100 +L2Advertisements: [] +# - name: l2adv +# addressPools: +# - pool1 +# nodeSelectors: +# - nodeA +BGPAdvertisements: [] +# - name: bgpadv +# addressPools: +# - pool1 +# aggregationLength: 24 +# localpref: 100 +# communities: +# - 1234:1 +# peers: +# - peer1 +Communities: [] +# - name: community1 +# value: 1234:1 +Peers: [] +# - name: peer1 +# myASN: 1234 +# password: pass +# routerID: 1234 +# bfdProfile: profile +# ebgpMultiHop: false +# holdTime: 10 +# keepaliveTime: 10 +# peerAddress: 172.30.0.2 +# peerPort: 179 +# sourceAddress: 172.30.0.3 +# nodeSelectors: +# - nodeA diff --git a/premium/metallb-config/6.7.1/questions.yaml b/premium/metallb-config/6.7.1/questions.yaml new file mode 100755 index 00000000000..2f1cc5655c1 --- /dev/null +++ b/premium/metallb-config/6.7.1/questions.yaml @@ -0,0 +1,368 @@ +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: ipAddressPools + group: App Configuration + label: IP Address Pools Object + schema: + type: list + default: [] + items: + - variable: ipAddressPoolsEntry + label: IP Address Pool Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: Name of the IP address pool + schema: + type: string + required: true + default: "" + - variable: autoAssign + label: Auto Assign + description: AutoAssign flag used to prevent MetallB from automatic + allocation for a pool. + schema: + type: boolean + default: true + - variable: avoidBuggyIPs + label: Avoid Buggy IPs + description: AvoidBuggyIPs prevents addresses ending with .0 and .255 + to be used by a pool. + schema: + type: boolean + default: false + - variable: addresses + label: Addresses Pools + description: A list of IP address ranges over which MetalLB has authority. + You can list multiple ranges in a single pool, they will all share + the same settings. Each range can be either a CIDR prefix, or an + explicit start-end range of IPs. + schema: + type: list + default: [] + items: + - variable: addressPoolEntry + label: Address Pool Entry + schema: + type: string + default: "" + required: true + - variable: L2Advertisements + group: App Configuration + label: L2 Advertisements + description: L2Advertisement allows to advertise the LoadBalancer IPs provided + by the selected pools via L2. + schema: + type: list + default: [] + items: + - variable: L2AdvertisementEntry + label: L2 Advertisement Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: Name of the L2 Advertisement + schema: + type: string + required: true + default: "" + - variable: addressPools + label: Address Pools + description: The list of IPAddressPools to advertise via this advertisement, + selected by name. + schema: + type: list + default: [] + items: + - variable: addressPoolEntry + label: Address Pool Entry + schema: + type: string + default: "" + required: true + - variable: nodeSelectors + label: Node Selectors + description: NodeSelectors allows to limit the nodes to announce as + next hops for the LoadBalancer IP. When empty, all the nodes having are + announced as next hops. + schema: + type: list + default: [] + items: + - variable: nodeSelectorEntry + label: Node Selector Entry + schema: + type: string + default: "" + required: true + - variable: Communities + group: App Configuration + label: Communities + description: Community is a collection of aliases for communities. Users can + define named aliases to be used in the BGPPeer CRD. + schema: + type: list + default: [] + items: + - variable: CommunityEntry + label: Community Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: The name of the alias for the community. + schema: + type: string + required: true + default: "" + - variable: value + label: Value + description: The BGP community value corresponding to the given name. + schema: + type: string + required: true + default: "" + - variable: Peers + group: App Configuration + label: Peers + description: BGPPeer is the Schema for the peers API. + schema: + type: list + default: [] + items: + - variable: PeerEntry + label: Peer Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: The name of the peer. + schema: + type: string + required: true + default: "" + - variable: bfdProfile + label: BFD Profile + description: The name of the BFD Profile to be used for the BFD session + associated to the BGP session. If not set, the BFD session won't + be set up. + schema: + type: string + default: "" + - variable: ebgpMultiHop + label: EBGP MultiHop + description: TTo set if the BGPPeer is multi-hops away. Needed for + FRR mode only. + schema: + type: boolean + default: false + - variable: holdTime + label: Hold Time + description: Requested BGP hold time, per RFC4271. + schema: + type: int + - variable: keepaliveTime + label: Keep Alive Time + description: Requested BGP keep alive time, per RFC4271. + schema: + type: int + - variable: myASN + label: My ASN + description: AS number to use for the local end of the session. + schema: + type: int + - variable: password + label: Password + description: Authentication password for routers enforcing TCP MD5 + authenticated sessions + schema: + type: string + private: true + default: "" + - variable: peerASN + label: Peer ASN + description: AS number to expect from the remote end of the session. + schema: + type: string + valid_chars: '^[0-9]*$' + default: "" + - variable: peerAddress + label: Peer Address + description: Address to dial when establishing the session. + schema: + type: string + default: "" + - variable: peerPort + label: Peer Port + description: Port to dial when establishing the session. + schema: + type: string + valid_chars: '^[0-9]*$' + default: "" + - variable: routerID + label: Router ID + description: BGP router ID to advertise to the peer + schema: + type: string + default: "" + - variable: sourceAddress + label: Source Address + description: Source address to use when establishing the session. + schema: + type: string + default: "" + - variable: nodeSelectors + label: Node Selectors + description: Only connect to this peer on nodes that match one of + these selectors. + schema: + type: list + default: [] + items: + - variable: nodeSelectorEntry + label: Node Selector Entry + schema: + type: string + default: "" + required: true + - variable: BGPAdvertisements + group: App Configuration + label: BGP Advertisements + description: BGPAdvertisement allows to advertise the IPs coming from the + selected IPAddressPools via BGP. + schema: + type: list + default: [] + items: + - variable: BGPAdvertisementEntry + label: BGP Advertisement Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: name + label: Name + description: Name of the BGP Advertisement + schema: + type: string + required: true + default: "" + - variable: addressPools + label: Address Pools + description: The list of IPAddressPools to advertise via this advertisement, + selected by name. + schema: + type: list + default: [] + items: + - variable: addressPoolEntry + label: Address Pool Entry + schema: + type: string + default: "" + required: true + - variable: aggregationLength + label: Aggregation Length + description: The aggregation-length advertisement option lets you + "roll up" the /32s into a larger prefix. Defaults to 32. Works for + IPv4 addresses. + schema: + type: string + valid_chars: '^[0-9]*$' + default: "" + - variable: localpref + label: Local Pref + description: The BGP LOCAL_PREF attribute which is used by BGP best + path algorithm, Path with higher localpref is preferred over one + with lower localpref. + schema: + type: string + valid_chars: '^[0-9]*$' + default: "" + - variable: communities + label: Communities + description: The BGP communities to be associated with the announcement. + Each item can be a community of the form 1234:1234 or the name of + an alias defined in the Community CRD. + schema: + type: list + default: [] + items: + - variable: communityEntry + label: Community Entry + schema: + type: string + default: "" + required: true + - variable: peers + label: Peers + description: Peers limits the BGPpeer to advertise the ips of the + selected pools to. When empty, the loadbalancer IP is announced + to all the BGPPeers configured. + schema: + type: list + default: [] + items: + - variable: peerEntry + label: Peer Entry + schema: + type: string + default: "" + required: true diff --git a/stable/actualserver/10.6.1/templates/NOTES.txt b/premium/metallb-config/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/actualserver/10.6.1/templates/NOTES.txt rename to premium/metallb-config/6.7.1/templates/NOTES.txt diff --git a/premium/metallb-config/6.7.1/templates/_bgpadvertisement.tpl b/premium/metallb-config/6.7.1/templates/_bgpadvertisement.tpl new file mode 100644 index 00000000000..27790c0e17d --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/_bgpadvertisement.tpl @@ -0,0 +1,33 @@ +{{- define "metallb.bgpadv" -}} +{{- range .Values.BGPAdvertisements }} +--- +apiVersion: metallb.io/v1beta1 +kind: BGPAdvertisement +metadata: + name: {{ .name }} + namespace: {{ $.Values.operatorNamespace }} +spec: + ipAddressPools: + {{- range .addressPools }} + - {{ . }} + {{- end }} + {{- with .aggregationLength }} + aggregationLength: {{ . | int }} + {{- end }} + {{- with .localpref }} + localpref: {{ . | int }} + {{- end }} + {{- if .communities }} + communities: + {{- range .communities }} + - {{ . }} + {{- end }} + {{- end }} + {{- if .peers }} + peers: + {{- range .peers }} + - {{ . }} + {{- end }} + {{- end }} +{{- end }} +{{- end -}} diff --git a/premium/metallb-config/6.7.1/templates/_community.tpl b/premium/metallb-config/6.7.1/templates/_community.tpl new file mode 100644 index 00000000000..3cd66f96e98 --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/_community.tpl @@ -0,0 +1,16 @@ +{{- define "metallb.comm" -}} +{{- if .Values.Communities }} +--- +apiVersion: metallb.io/v1beta1 +kind: Community +metadata: + name: communities + namespace: {{ $.Values.operatorNamespace }} +spec: + communities: + {{- range .Values.Communities }} + - name: {{ .name }} + value: {{ .value }} + {{- end }} +{{- end }} +{{- end -}} diff --git a/premium/metallb-config/6.7.1/templates/_ipaddresspool.tpl b/premium/metallb-config/6.7.1/templates/_ipaddresspool.tpl new file mode 100644 index 00000000000..f4c020920f0 --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/_ipaddresspool.tpl @@ -0,0 +1,17 @@ +{{- define "metallb.pool" -}} +{{- range .Values.ipAddressPools }} +--- +apiVersion: metallb.io/v1beta1 +kind: IPAddressPool +metadata: + name: {{ .name }} + namespace: {{ $.Values.operatorNamespace }} +spec: + addresses: + {{- range .addresses }} + - {{ . }} + {{- end }} + autoAssign: {{ .autoAssign | default true }} + avoidBuggyIPs: {{ .avoidBuggyIPs | default false }} +{{- end }} +{{- end -}} diff --git a/premium/metallb-config/6.7.1/templates/_l2advertisement.tpl b/premium/metallb-config/6.7.1/templates/_l2advertisement.tpl new file mode 100644 index 00000000000..beef850b9a6 --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/_l2advertisement.tpl @@ -0,0 +1,22 @@ +{{- define "metallb.l2adv" -}} +{{- range .Values.L2Advertisements }} +--- +apiVersion: metallb.io/v1beta1 +kind: L2Advertisement +metadata: + name: {{ .name }} + namespace: {{ $.Values.operatorNamespace }} +spec: + ipAddressPools: + {{- range .addressPools }} + - {{ . }} + {{- end }} + {{- if .nodeSelectors }} + {{- range .nodeSelectors }} + nodeSelectors: + - matchLabels: + kubernetes.io/hostname: {{ . }} + {{- end }} + {{- end }} +{{- end }} +{{- end -}} diff --git a/premium/metallb-config/6.7.1/templates/_peers.tpl b/premium/metallb-config/6.7.1/templates/_peers.tpl new file mode 100644 index 00000000000..848e72462ae --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/_peers.tpl @@ -0,0 +1,51 @@ +{{- define "metallb.peers" -}} +{{- range .Values.Peers }} +--- +apiVersion: metallb.io/v1beta2 +kind: BGPPeer +metadata: + name: {{ .name }} + namespace: {{ $.Values.operatorNamespace }} +spec: + {{- with .password }} + password: {{ . }} + {{- end }} + {{- with .routerID }} + routerID: {{ . }} + {{- end }} + {{- with .bfdProfile }} + bfdProfile: {{ . }} + {{- end }} + {{- with .ebgpMultiHop }} + ebgpMultiHop: {{ . }} + {{- end }} + {{- with .holdTime }} + holdTime: {{ . }} + {{- end }} + {{- with .keepaliveTime }} + keepaliveTime: {{ . }} + {{- end }} + {{- with .myASN }} + myASN: {{ . }} + {{- end }} + {{- with .peerASN }} + peerASN: {{ . | int }} + {{- end }} + {{- with .peerAddress }} + peerAddress: {{ . }} + {{- end }} + {{- with .peerPort }} + peerPort: {{ . | int }} + {{- end }} + {{- with .sourceAddress }} + sourceAddress: {{ . }} + {{- end }} + {{- if .nodeSelectors }} + nodeSelectors: + {{- range .nodeSelectors }} + - matchLabels: + kubernetes.io/hostname: {{ . }} + {{- end }} + {{- end }} +{{- end }} +{{- end -}} diff --git a/premium/metallb-config/6.7.1/templates/common.yaml b/premium/metallb-config/6.7.1/templates/common.yaml new file mode 100644 index 00000000000..05373874e9e --- /dev/null +++ b/premium/metallb-config/6.7.1/templates/common.yaml @@ -0,0 +1,21 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- $operatorNamespace := "metallb-system" -}} +{{- if .Values.operator.metallb -}} +{{ $operatorNamespace = ( $.Values.operator.metallb.namespace | default "metallb-system") }} +{{- end -}} +{{- $_ := set $.Values "operatorNamespace" $operatorNamespace -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} + +{{- include "metallb.l2adv" . }} + +{{- include "metallb.peers" . }} + +{{- include "metallb.bgpadv" . }} + +{{- include "metallb.comm" . }} + +{{- include "metallb.pool" . }} diff --git a/stable/acestream/6.5.1/values.yaml b/premium/metallb-config/6.7.1/values.yaml similarity index 100% rename from stable/acestream/6.5.1/values.yaml rename to premium/metallb-config/6.7.1/values.yaml diff --git a/premium/nextcloud/29.6.0/CHANGELOG.md b/premium/nextcloud/29.6.0/CHANGELOG.md deleted file mode 100644 index f776b06ff66..00000000000 --- a/premium/nextcloud/29.6.0/CHANGELOG.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nextcloud-29.6.0](https://github.com/truecharts/charts/compare/nextcloud-29.5.6...nextcloud-29.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [nextcloud-29.5.6](https://github.com/truecharts/charts/compare/nextcloud-29.5.5...nextcloud-29.5.6) (2024-03-16) - -### Chore - - - -- rename `enterprise`- train to `premium`-train \ No newline at end of file diff --git a/premium/nextcloud/29.6.0/Chart.yaml b/premium/nextcloud/29.6.0/Chart.yaml deleted file mode 100644 index 60e20ae2d38..00000000000 --- a/premium/nextcloud/29.6.0/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.12" - truecharts.org/train: premium -apiVersion: v2 -appVersion: 28.0.3 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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/clamav/clamav - - https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify - - https://hub.docker.com/r/collabora/code - - 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-fpm -type: application -version: 29.6.0 diff --git a/premium/nextcloud/29.6.0/charts/common-20.1.5.tgz b/premium/nextcloud/29.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/premium/nextcloud/29.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/premium/nextcloud/29.6.0/charts/redis-13.0.3.tgz b/premium/nextcloud/29.6.0/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/premium/nextcloud/29.6.0/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/premium/nextcloud/29.6.0/ix_values.yaml b/premium/nextcloud/29.6.0/ix_values.yaml deleted file mode 100644 index 08f6d693f0f..00000000000 --- a/premium/nextcloud/29.6.0/ix_values.yaml +++ /dev/null @@ -1,516 +0,0 @@ -image: - repository: tccr.io/tccr/nextcloud-fpm - pullPolicy: IfNotPresent - tag: v28.0.3@sha256:77b7353be48b28d1bc1dcfa8bed1e0f3c989f6223647f9c99b07db0e8ab78c8d -nginxImage: - repository: nginxinc/nginx-unprivileged - pullPolicy: IfNotPresent - tag: 1.25.4@sha256:060d468f78f016c7cfd49a548ed5d3456891cba1b54767b4ed48907981266f06 -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.9@sha256:1950fd07cc1292551b16c7080514c24d8c22ce7947e06cbb12fd968d13970373 -clamavImage: - repository: clamav/clamav - pullPolicy: IfNotPresent - tag: 1.3.0@sha256:57555703249b4c57d760753bf3655871d3c51958bd5bd4a0dac6eb73c1c36516 -collaboraImage: - repository: collabora/code - pullPolicy: IfNotPresent - tag: 23.05.9.4.1@sha256:18768e665a817a06d17a608bcb0744dd0275e72d805644cad5ad1923f7d623b5 -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 - 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 - 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 - 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 - # 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 - 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/stable/actualserver/10.6.1/.helmignore b/premium/nextcloud/29.7.1/.helmignore similarity index 100% rename from stable/actualserver/10.6.1/.helmignore rename to premium/nextcloud/29.7.1/.helmignore diff --git a/premium/nextcloud/29.7.1/CHANGELOG.md b/premium/nextcloud/29.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c9b5b999039 --- /dev/null +++ b/premium/nextcloud/29.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextcloud-29.7.1](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [nextcloud-29.7.0](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/premium/nextcloud/29.7.1/Chart.yaml b/premium/nextcloud/29.7.1/Chart.yaml new file mode 100644 index 00000000000..5894d992af9 --- /dev/null +++ b/premium/nextcloud/29.7.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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://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/collabora/code + - https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm + - https://hub.docker.com/r/clamav/clamav + - https://hub.docker.com/r/nginxinc/nginx-unprivileged +type: application +version: 29.7.1 diff --git a/premium/nextcloud/29.6.0/LICENSE b/premium/nextcloud/29.7.1/LICENSE similarity index 100% rename from premium/nextcloud/29.6.0/LICENSE rename to premium/nextcloud/29.7.1/LICENSE diff --git a/premium/nextcloud/29.6.0/README.md b/premium/nextcloud/29.7.1/README.md similarity index 100% rename from premium/nextcloud/29.6.0/README.md rename to premium/nextcloud/29.7.1/README.md diff --git a/premium/nextcloud/29.7.1/app-changelog.md b/premium/nextcloud/29.7.1/app-changelog.md new file mode 100644 index 00000000000..0f0c06a1c72 --- /dev/null +++ b/premium/nextcloud/29.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [nextcloud-29.7.1](https://github.com/truecharts/charts/compare/nextcloud-29.6.0...nextcloud-29.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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)) \ No newline at end of file diff --git a/premium/nextcloud/29.6.0/app-readme.md b/premium/nextcloud/29.7.1/app-readme.md similarity index 100% rename from premium/nextcloud/29.6.0/app-readme.md rename to premium/nextcloud/29.7.1/app-readme.md diff --git a/premium/nextcloud/29.7.1/charts/common-20.2.2.tgz b/premium/nextcloud/29.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/nextcloud/29.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/friendica/13.11.1/charts/redis-13.0.5.tgz b/premium/nextcloud/29.7.1/charts/redis-13.0.5.tgz similarity index 100% rename from stable/friendica/13.11.1/charts/redis-13.0.5.tgz rename to premium/nextcloud/29.7.1/charts/redis-13.0.5.tgz diff --git a/premium/nextcloud/29.7.1/ix_values.yaml b/premium/nextcloud/29.7.1/ix_values.yaml new file mode 100644 index 00000000000..6c0410a44e1 --- /dev/null +++ b/premium/nextcloud/29.7.1/ix_values.yaml @@ -0,0 +1,516 @@ +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:060d468f78f016c7cfd49a548ed5d3456891cba1b54767b4ed48907981266f06 +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.9@sha256:1950fd07cc1292551b16c7080514c24d8c22ce7947e06cbb12fd968d13970373 +clamavImage: + repository: clamav/clamav + pullPolicy: IfNotPresent + tag: 1.3.0@sha256:57555703249b4c57d760753bf3655871d3c51958bd5bd4a0dac6eb73c1c36516 +collaboraImage: + repository: collabora/code + pullPolicy: IfNotPresent + tag: 23.05.9.4.1@sha256:18768e665a817a06d17a608bcb0744dd0275e72d805644cad5ad1923f7d623b5 +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 + 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 + 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 + 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 + # 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 + 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.6.0/questions.yaml b/premium/nextcloud/29.7.1/questions.yaml similarity index 100% rename from premium/nextcloud/29.6.0/questions.yaml rename to premium/nextcloud/29.7.1/questions.yaml diff --git a/stable/adguard-home/9.5.1/templates/NOTES.txt b/premium/nextcloud/29.7.1/templates/NOTES.txt similarity index 100% rename from stable/adguard-home/9.5.1/templates/NOTES.txt rename to premium/nextcloud/29.7.1/templates/NOTES.txt diff --git a/premium/nextcloud/29.6.0/templates/_configmap.tpl b/premium/nextcloud/29.7.1/templates/_configmap.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_configmap.tpl rename to premium/nextcloud/29.7.1/templates/_configmap.tpl diff --git a/premium/nextcloud/29.6.0/templates/_cronjobs.tpl b/premium/nextcloud/29.7.1/templates/_cronjobs.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_cronjobs.tpl rename to premium/nextcloud/29.7.1/templates/_cronjobs.tpl diff --git a/premium/nextcloud/29.6.0/templates/_ingressInjector.tpl b/premium/nextcloud/29.7.1/templates/_ingressInjector.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_ingressInjector.tpl rename to premium/nextcloud/29.7.1/templates/_ingressInjector.tpl diff --git a/premium/nextcloud/29.6.0/templates/_initPerms.tpl b/premium/nextcloud/29.7.1/templates/_initPerms.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_initPerms.tpl rename to premium/nextcloud/29.7.1/templates/_initPerms.tpl diff --git a/premium/nextcloud/29.6.0/templates/_validation.tpl b/premium/nextcloud/29.7.1/templates/_validation.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_validation.tpl rename to premium/nextcloud/29.7.1/templates/_validation.tpl diff --git a/premium/nextcloud/29.6.0/templates/_waitNextcloud.tpl b/premium/nextcloud/29.7.1/templates/_waitNextcloud.tpl similarity index 100% rename from premium/nextcloud/29.6.0/templates/_waitNextcloud.tpl rename to premium/nextcloud/29.7.1/templates/_waitNextcloud.tpl diff --git a/premium/nextcloud/29.6.0/templates/common.yaml b/premium/nextcloud/29.7.1/templates/common.yaml similarity index 100% rename from premium/nextcloud/29.6.0/templates/common.yaml rename to premium/nextcloud/29.7.1/templates/common.yaml diff --git a/stable/actualserver/10.6.1/values.yaml b/premium/nextcloud/29.7.1/values.yaml similarity index 100% rename from stable/actualserver/10.6.1/values.yaml rename to premium/nextcloud/29.7.1/values.yaml diff --git a/stable/adguard-home/9.5.1/.helmignore b/premium/prometheus/17.11.1/.helmignore similarity index 100% rename from stable/adguard-home/9.5.1/.helmignore rename to premium/prometheus/17.11.1/.helmignore diff --git a/premium/prometheus/17.11.1/CHANGELOG.md b/premium/prometheus/17.11.1/CHANGELOG.md new file mode 100644 index 00000000000..8b1e1f52feb --- /dev/null +++ b/premium/prometheus/17.11.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-17.11.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- 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.11.0](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.11.1/Chart.yaml b/premium/prometheus/17.11.1/Chart.yaml new file mode 100644 index 00000000000..e8d29f52599 --- /dev/null +++ b/premium/prometheus/17.11.1/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.50.1 +dependencies: + - name: common + version: 20.2.2 + 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://quay.io/thanos/thanos + - https://hub.docker.com/r/bitnami/prometheus + - https://hub.docker.com/r/bitnami/alertmanager +type: application +version: 17.11.1 diff --git a/premium/prometheus/17.11.1/README.md b/premium/prometheus/17.11.1/README.md new file mode 100644 index 00000000000..810ee1e6b8a --- /dev/null +++ b/premium/prometheus/17.11.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/premium/prometheus) + +**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/premium/prometheus/17.11.1/app-changelog.md b/premium/prometheus/17.11.1/app-changelog.md new file mode 100644 index 00000000000..65e2f00049f --- /dev/null +++ b/premium/prometheus/17.11.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [prometheus-17.11.1](https://github.com/truecharts/charts/compare/prometheus-17.10.0...prometheus-17.11.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.11.1/app-readme.md b/premium/prometheus/17.11.1/app-readme.md new file mode 100644 index 00000000000..2a4d2dec545 --- /dev/null +++ b/premium/prometheus/17.11.1/app-readme.md @@ -0,0 +1,8 @@ +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. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/prometheus](https://truecharts.org/charts/premium/prometheus) + +--- + +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/prometheus/17.11.1/charts/common-20.2.2.tgz b/premium/prometheus/17.11.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/prometheus/17.11.1/charts/common-20.2.2.tgz differ diff --git a/premium/prometheus/17.11.1/charts/kube-prometheus-stack-56.21.0.tgz b/premium/prometheus/17.11.1/charts/kube-prometheus-stack-56.21.0.tgz new file mode 100644 index 00000000000..ece8d5e6823 Binary files /dev/null and b/premium/prometheus/17.11.1/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/premium/prometheus/17.11.1/ix_values.yaml b/premium/prometheus/17.11.1/ix_values.yaml new file mode 100644 index 00000000000..6f93d04c33e --- /dev/null +++ b/premium/prometheus/17.11.1/ix_values.yaml @@ -0,0 +1,1260 @@ +image: + repository: bitnami/prometheus + tag: 2.50.1@sha256:96f94a8ceeccb67be484871bd68f061364ed53366492a53cb369744512822587 +thanosImage: + repository: quay.io/thanos/thanos + tag: v0.34.1@sha256:567346c3f6ff2927c2c6c0daad977b2213f62d45eca54d48afd19e6deb902181 +alertmanagerImage: + repository: bitnami/alertmanager + tag: 0.27.0@sha256:59674055b5193e9b41e687a5174e90ac9d5f0cff896fd695d11af255f7f99de8 +global: + labels: {} +workload: + main: + enabled: false + podSpec: + containers: + main: + enabled: false + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +configmap: + grafana-datasource: + enabled: "{{ if .Values.grafana.datasource.enabled }}true{{ else }}false{{ end }}" + labels: + grafana_datasources: "1" + data: + datasource.yaml: |- + apiVersion: 1 + datasources: + - name: Prometheus + type: prometheus + uid: {{ .Values.grafana.datasource.uid | default "prometheus" }} + url: http://{{ include "tc.v1.common.lib.chart.names.fullname" $ }}.{{ include "tc.v1.common.lib.metadata.namespace" (dict "rootCtx" $ "objectData" . "caller" "Configmap") }}:{{ .Values.service.main.ports.main.port }} + access: proxy + isDefault: {{ .Values.grafana.datasource.default | default true }} + jsonData: + httpMethod: {{ .Values.grafana.datasource.httpMethod | default "POST" }} + timeInterval: {{ .Values.grafana.datasource.scrapeInterval | default "30s" }} + {{- if .Values.grafana.datasource.timeout }} + timeout: {{ .Values.grafana.datasource.timeout }} + {{- end }} + +grafana: + datasource: + enabled: true + default: true + httpMethod: "POST" + scrapeInterval: "30s" + uid: "prometheus" + +kps: + ## Install Prometheus Operator CRDs + ## + crds: + enabled: false + + ## Manages Prometheus and Alertmanager components + ## + prometheusOperator: + enabled: false + + ## + global: + rbac: + create: true + + ## Create default rules for monitoring the cluster + ## + defaultRules: + create: true + + windowsMonitoring: + ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter') + enabled: false + + ## Configuration for prometheus-windows-exporter + ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter + ## + prometheus-windows-exporter: + ## Enable ServiceMonitor and set Kubernetes label to use as a job label + ## + prometheus: + monitor: + enabled: false + + ## Configuration for alertmanager + ## ref: https://prometheus.io/docs/alerting/alertmanager/ + ## + alertmanager: + ## Deploy alertmanager + ## + enabled: false + + ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml + ## + grafana: + enabled: false + forceDeployDashboards: true + defaultDashboardsEnabled: true + + ## Flag to disable all the kubernetes component scrapers + ## + kubernetesServiceMonitors: + enabled: true + + ## Component scraping the kube api server + ## + kubeApiServer: + enabled: true + + ## Component scraping the kubelet and kubelet-hosted cAdvisor + ## + kubelet: + enabled: true + + ## Component scraping the kube controller manager + ## + kubeControllerManager: + enabled: true + + ## Component scraping coreDns. Use either this or kubeDns + ## + coreDns: + enabled: true + + ## Component scraping kubeDns. Use either this or coreDns + ## + kubeDns: + enabled: false + + ## Component scraping etcd + ## + kubeEtcd: + enabled: true + + ## Component scraping kube scheduler + ## + kubeScheduler: + enabled: true + + ## Component scraping kube proxy + ## + kubeProxy: + enabled: false + + ## Component scraping kube state metrics + ## + kubeStateMetrics: + enabled: true + + ## dontDeploy node exporter as a daemonset to all nodes + ## + nodeExporter: + enabled: true + + ## dont Deploy a Prometheus instance + ## + prometheus: + enabled: false + + ## Configuration for thanosRuler + ## ref: https://thanos.io/tip/components/rule.md/ + ## + thanosRuler: + ## Dont Deploy thanosRuler + ## + enabled: false + +service: + main: + selectorLabels: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + main: + port: 9090 + targetPort: 9090 + protocol: http + alertmanager: + enabled: true + selectorLabels: + app.kubernetes.io/name: alertmanager + alertmanager: '{{ template "kube-prometheus.alertmanager.fullname" . }}' + ports: + alertmanager: + enabled: true + port: 9093 + targetPort: 9093 + protocol: http + thanos: + enabled: true + selectorLabels: + app.kubernetes.io/name: prometheus + prometheus: '{{ template "kube-prometheus.prometheus.fullname" . }}' + ports: + thanos: + enabled: true + port: 10901 + targetPort: 10901 + protocol: http +ingress: + main: + enabled: false + alertmanager: + enabled: false + thanos: + enabled: false +#### +## Operator Config +#### +env: + PROMETHEUS_CONFIG_RELOADER: + configMapKeyRef: + name: prometheus-operator-config + key: prometheus-config-reloader +podOptions: + automountServiceAccountToken: true +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - apiextensions.k8s.io + resources: + - customresourcedefinitions + verbs: + - create + - apiGroups: + - apiextensions.k8s.io + resourceNames: + - alertmanagers.monitoring.coreos.com + - podmonitors.monitoring.coreos.com + - prometheuses.monitoring.coreos.com + - prometheusrules.monitoring.coreos.com + - servicemonitors.monitoring.coreos.com + - thanosrulers.monitoring.coreos.com + - probes.monitoring.coreos.com + resources: + - customresourcedefinitions + verbs: + - get + - update + - apiGroups: + - monitoring.coreos.com + resources: + - alertmanagers + - alertmanagers/finalizers + - alertmanagerconfigs + - prometheuses + - prometheuses/finalizers + - thanosrulers + - thanosrulers/finalizers + - servicemonitors + - podmonitors + - probes + - prometheusrules + verbs: + - "*" + - apiGroups: + - apps + resources: + - statefulsets + verbs: + - "*" + - apiGroups: + - "" + resources: + - configmaps + - secrets + verbs: + - "*" + - apiGroups: + - "" + resources: + - pods + verbs: + - list + - delete + - apiGroups: + - "" + resources: + - services + - services/finalizers + - endpoints + verbs: + - get + - create + - update + - delete + - apiGroups: + - "" + resources: + - nodes + verbs: + - list + - watch + - apiGroups: + - "" + resources: + - namespaces + verbs: + - get + - list + - watch + - apiGroups: + - networking.k8s.io + resources: + - ingresses + verbs: + - get + - list + - watch +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true + +securityContext: + readOnlyRootFilesystem: false + +probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + # -- Redainess probe configuration + # @default -- See below + readiness: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP + # -- Startup probe configuration + # @default -- See below + startup: + custom: true + spec: + httpGet: + path: "/metrics" + port: promop + scheme: HTTP +operator: + ## Create a servicemonitor for the operator + ## + serviceMonitor: + ## @param operator.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus Operator + ## + enabled: false + ## @param operator.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param operator.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param operator.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## Prometheus Configmap-reload image to use for reloading configmaps + ## defaults to Bitnami Prometheus Operator (ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus-operator/tags/) + ## + prometheusConfigReloader: + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + livenessProbe: + enabled: true + initialDelaySeconds: 10 + periodSeconds: 10 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 + readinessProbe: + enabled: true + initialDelaySeconds: 15 + periodSeconds: 20 + timeoutSeconds: 5 + failureThreshold: 6 + successThreshold: 1 +#### +## Prometheus Config (Spawned by Operator) +#### + +## Deploy a Prometheus instance +## +prometheus: + ## @param prometheus.enabled Deploy Prometheus to the cluster + ## + enabled: true + ## Bitnami Prometheus image version + ## ref: https://hub.docker.com/r/tccr.io/truecharts/prometheus/tags/ + ## @param prometheus.image.registry Prometheus image registry + ## @param prometheus.image.repository Prometheus image repository + ## @param prometheus.image.tag Prometheus Image tag (immutable tags are recommended) + ## @param prometheus.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Service account for Prometheus to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param prometheus.serviceAccount.create Specify whether to create a ServiceAccount for Prometheus + ## + create: true + ## @param prometheus.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.prometheus.fullname template + name: "" + ## @param prometheus.serviceAccount.annotations Additional annotations for created Prometheus ServiceAccount + ## annotations: + ## eks.amazonaws.com/role-arn: arn:aws:iam::ACCOUNT:role/prometheus + ## + annotations: {} + ## Prometheus pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param prometheus.podSecurityContext.enabled Enable security context + ## @param prometheus.podSecurityContext.runAsUser User ID for the container + ## @param prometheus.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus containers' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.containerSecurityContext.enabled Enable container security context + ## @param prometheus.containerSecurityContext.readOnlyRootFilesystem Mount / (root) as a readonly filesystem + ## @param prometheus.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + serviceMonitor: + ## @param prometheus.serviceMonitor.enabled Creates a ServiceMonitor to monitor Prometheus itself + ## + enabled: true + ## @param prometheus.serviceMonitor.interval Scrape interval (use by default, falling back to Prometheus' default) + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param prometheus.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param prometheus.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param prometheus.externalUrl External URL used to access Prometheus + ## If not creating an ingress but still exposing the service some other way (like a proxy) + ## let Prometheus know what its external URL is so that it can properly create links + ## externalUrl: https://prometheus.example.com + ## + externalUrl: "" + ## @param prometheus.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param prometheus.podAffinityPreset Prometheus Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param prometheus.podAntiAffinityPreset Prometheus Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param prometheus.nodeAffinityPreset.type Prometheus Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param prometheus.nodeAffinityPreset.key Prometheus Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param prometheus.nodeAffinityPreset.values Prometheus Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param prometheus.affinity Prometheus Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: prometheus.podAffinityPreset, prometheus.podAntiAffinityPreset, and prometheus.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param prometheus.nodeSelector Prometheus Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param prometheus.tolerations Prometheus Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## @param prometheus.scrapeInterval Interval between consecutive scrapes + ## + scrapeInterval: "15s" + ## @param prometheus.evaluationInterval Interval between consecutive evaluations + ## + evaluationInterval: "30s" + ## @param prometheus.listenLocal ListenLocal makes the Prometheus server listen on loopback + ## + listenLocal: false + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + failureThreshold: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 3 + ## @param prometheus.enableAdminAPI Enable Prometheus adminitrative API + ## ref: https://prometheus.io/docs/prometheus/latest/querying/api/#tsdb-admin-apis + ## + enableAdminAPI: false + ## @param prometheus.enableFeatures Enable access to Prometheus disabled features. + ## ref: https://prometheus.io/docs/prometheus/latest/disabled_features/ + ## + enableFeatures: [] + ## @param prometheus.alertingEndpoints Alertmanagers to which alerts will be sent + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerendpoints + ## + alertingEndpoints: [] + ## @param prometheus.externalLabels External labels to add to any time series or alerts when communicating with external systems + ## + externalLabels: {} + ## @param prometheus.replicaExternalLabelName Name of the external label used to denote replica name + ## + replicaExternalLabelName: "" + ## @param prometheus.replicaExternalLabelNameClear Clear external label used to denote replica name + ## + replicaExternalLabelNameClear: false + ## @param prometheus.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param prometheus.prometheusExternalLabelName Name of the external label used to denote Prometheus instance name + ## + prometheusExternalLabelName: "" + ## @param prometheus.prometheusExternalLabelNameClear Clear external label used to denote Prometheus instance name + ## + prometheusExternalLabelNameClear: false + ## @param prometheus.secrets Secrets that should be mounted into the Prometheus Pods + ## + secrets: [] + ## @param prometheus.configMaps ConfigMaps that should be mounted into the Prometheus Pods + ## + configMaps: [] + ## @param prometheus.querySpec The query command line flags when starting Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#queryspec + ## + querySpec: {} + ## @param prometheus.ruleNamespaceSelector Namespaces to be selected for PrometheusRules discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + ruleNamespaceSelector: {} + ## @param prometheus.ruleSelector PrometheusRules to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + ruleSelector: {} + ## @param prometheus.serviceMonitorSelector ServiceMonitors to be selected for target discovery + ## If {}, select all ServiceMonitors + ## + serviceMonitorSelector: {} + ## @param prometheus.matchLabels Matchlabels + ## + matchLabels: {} + ## @param prometheus.serviceMonitorNamespaceSelector Namespaces to be selected for ServiceMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + serviceMonitorNamespaceSelector: {} + ## @param prometheus.podMonitorSelector PodMonitors to be selected for target discovery. + ## If {}, select all PodMonitors + ## + podMonitorSelector: {} + ## @param prometheus.podMonitorNamespaceSelector Namespaces to be selected for PodMonitor discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + podMonitorNamespaceSelector: {} + ## @param prometheus.probeSelector Probes to be selected for target discovery. + ## If {}, select all Probes + ## + probeSelector: {} + ## @param prometheus.probeNamespaceSelector Namespaces to be selected for Probe discovery + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#namespaceselector for usage + ## + probeNamespaceSelector: {} + ## @param prometheus.scrapeConfigSelector The scrapeConfigs to be selected for target discovery. + ## If {}, select all scrapeConfigs + ## + scrapeConfigSelector: {} + ## @param prometheus.scrapeConfigNamespaceSelector Namespaces to be selected for scrapeConfig discovery. + ## If {}, select all namespaces. + ## If nil, select own namespace. + scrapeConfigNamespaceSelector: {} + ## @param prometheus.retention Metrics retention days + ## + retention: 31d + ## @param prometheus.retentionSize Maximum size of metrics + ## + retentionSize: "" + ## @param prometheus.disableCompaction Disable the compaction of the Prometheus TSDB + ## See https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## ref: https://prometheus.io/docs/prometheus/latest/storage/#compaction + ## + disableCompaction: false + ## @param prometheus.walCompression Enable compression of the write-ahead log using Snappy + ## + walCompression: false + ## @param prometheus.enableRemoteWriteReceiver Enable Prometheus to be used as a receiver for the Prometheus remote write protocol + ## + enableRemoteWriteReceiver: false + ## @param prometheus.paused If true, the Operator won't process any Prometheus configuration changes + ## + paused: false + ## @param prometheus.replicaCount Number of Prometheus replicas desired + ## + replicaCount: 1 + ## @param prometheus.logLevel Log level for Prometheus + ## + logLevel: info + ## @param prometheus.logFormat Log format for Prometheus + ## + logFormat: logfmt + ## @param prometheus.podMetadata [object] Standard object's metadata + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + ## labels: + ## app: prometheus + ## k8s-app: prometheus + ## + labels: {} + annotations: {} + ## @param prometheus.remoteRead The remote_read spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotereadspec + ## remoteRead: + ## - url: http://remote1/read + ## + remoteRead: [] + ## @param prometheus.remoteWrite The remote_write spec configuration for Prometheus + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#remotewritespec + ## remoteWrite: + ## - url: http://remote1/push + ## + remoteWrite: [] + ## @param prometheus.storageSpec Prometheus StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Prometheus persistence parameters + ## + persistence: + ## @param prometheus.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## + enabled: true + ## @param prometheus.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param prometheus.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param prometheus.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param prometheus.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param prometheus.containers Containers allows injecting additional containers + ## + containers: [] + ## @param prometheus.volumes Volumes allows configuration of additional volumes + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumes: [] + ## @param prometheus.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#prometheusspec + ## + volumeMounts: [] + ## @param prometheus.additionalPrometheusRules PrometheusRule defines recording and alerting rules for a Prometheus instance. + additionalPrometheusRules: [] + ## - name: custom-recording-rules + ## groups: + ## - name: sum_node_by_job + ## rules: + ## - record: job:kube_node_labels:sum + ## expr: sum(kube_node_labels) by (job) + ## - name: sum_prometheus_config_reload_by_pod + ## rules: + ## - record: job:prometheus_config_last_reload_successful:sum + ## expr: sum(prometheus_config_last_reload_successful) by (pod) + ## - name: custom-alerting-rules + ## groups: + ## - name: prometheus-config + ## rules: + ## - alert: PrometheusConfigurationReload + ## expr: prometheus_config_last_reload_successful > 0 + ## for: 1m + ## labels: + ## severity: error + ## annotations: + ## summary: "Prometheus configuration reload (instance {{ $labels.instance }})" + ## description: "Prometheus configuration reload error\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - name: custom-node-exporter-alerting-rules + ## rules: + ## - alert: PhysicalComponentTooHot + ## expr: node_hwmon_temp_celsius > 75 + ## for: 5m + ## labels: + ## severity: warning + ## annotations: + ## summary: "Physical component too hot (instance {{ $labels.instance }})" + ## description: "Physical hardware component too hot\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## - alert: NodeOvertemperatureAlarm + ## expr: node_hwmon_temp_alarm == 1 + ## for: 5m + ## labels: + ## severity: critical + ## annotations: + ## summary: "Node overtemperature alarm (instance {{ $labels.instance }})" + ## description: "Physical node temperature alarm triggered\n VALUE = {{ $value }}\n LABELS: {{ $labels }}" + ## + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalScrapeConfigs.enabled Enable additional scrape configs + ## @param prometheus.additionalScrapeConfigs.type Indicates if the cart should use external additional scrape configs or internal configs + ## @param prometheus.additionalScrapeConfigs.external.name Name of the secret that Prometheus should use for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.external.key Name of the key inside the secret to be used for the additional external scrape configuration + ## @param prometheus.additionalScrapeConfigs.internal.jobList A list of Prometheus scrape jobs + ## + additionalScrapeConfigs: + enabled: false + type: external + external: + ## Name of the secret that Prometheus should use for the additional scrape configuration + ## + name: "" + ## Name of the key inside the secret to be used for the additional scrape configuration. + ## + key: "" + internal: + jobList: [] + ## @param prometheus.additionalScrapeConfigsExternal.enabled Deprecated: Enable additional scrape configs that are managed externally to this chart + ## @param prometheus.additionalScrapeConfigsExternal.name Deprecated: Name of the secret that Prometheus should use for the additional scrape configuration + ## @param prometheus.additionalScrapeConfigsExternal.key Deprecated: Name of the key inside the secret to be used for the additional scrape configuration + ## + additionalScrapeConfigsExternal: + enabled: false + name: "" + key: "" + ## Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## Note that the prometheus will fail to provision if the correct secret does not exist. + ## @param prometheus.additionalAlertRelabelConfigsExternal.enabled Enable additional Prometheus alert relabel configs that are managed externally to this chart + ## @param prometheus.additionalAlertRelabelConfigsExternal.name Name of the secret that Prometheus should use for the additional Prometheus alert relabel configuration + ## @param prometheus.additionalAlertRelabelConfigsExternal.key Name of the key inside the secret to be used for the additional Prometheus alert relabel configuration + ## + additionalAlertRelabelConfigsExternal: + enabled: false + name: "" + key: "" + ## Thanos sidecar container configuration + ## + thanos: + ## @param prometheus.thanos.create Create a Thanos sidecar container + ## + create: false + ## Bitnami Thanos image + ## ref: https://hub.docker.com/r/tccr.io/truecharts/thanos/tags/ + ## @param prometheus.thanos.image.registry Thanos image registry + ## @param prometheus.thanos.image.repository Thanos image name + ## @param prometheus.thanos.image.tag Thanos image tag + ## @param prometheus.thanos.image.pullPolicy Thanos image pull policy + ## @param prometheus.thanos.image.pullSecrets Specify docker-registry secret names as an array + ## + ## Thanos Sidecar container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param prometheus.thanos.containerSecurityContext.enabled Enable container security context + ## @param prometheus.thanos.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param prometheus.thanos.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param prometheus.thanos.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param prometheus.thanos.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## @param prometheus.thanos.prometheusUrl Override default prometheus url "http://localhost:9090" + ## + prometheusUrl: "" + ## @param prometheus.thanos.extraArgs Additional arguments passed to the thanos sidecar container + ## extraArgs: + ## - --log.level=debug + ## - --tsdb.path=/data/ + ## + extraArgs: [] + ## @param prometheus.thanos.objectStorageConfig Support mounting a Secret for the objectStorageConfig of the sideCar container. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/thanos.md + ## objectStorageConfig: + ## secretName: thanos-objstore-config + ## secretKey: thanos.yaml + ## + objectStorageConfig: {} + ## ref: https://github.com/thanos-io/thanos/blob/main/docs/components/sidecar.md + ## @param prometheus.thanos.extraVolumeMounts Additional volumeMounts from `prometheus.volumes` for thanos sidecar container + ## extraVolumeMounts: + ## - name: my-secret-volume + ## mountPath: /etc/thanos/secrets/my-secret + ## + extraVolumeMounts: [] + ## Thanos sidecar container resource requests and limits. + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## We usually recommend not to specify default resources and to leave this as a conscious + ## choice for the user. This also increases chances charts run on environments with little + ## resources, such as Minikube. If you do want to specify resources, uncomment the following + ## lines, adjust them as necessary, and remove the curly braces after 'resources:'. + ## @param prometheus.thanos.resources.limits The resources limits for the Thanos sidecar container + ## @param prometheus.thanos.resources.requests The resources requests for the Thanos sidecar container + ## + resources: + ## Example: + ## limits: + ## cpu: 100m + ## memory: 128Mi + limits: {} + ## Examples: + ## requests: + ## cpu: 100m + ## memory: 128Mi + requests: {} + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.livenessProbe.enabled Turn on and off liveness probe + ## @param prometheus.thanos.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param prometheus.thanos.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param prometheus.thanos.livenessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.livenessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param prometheus.thanos.readinessProbe.enabled Turn on and off readiness probe + ## @param prometheus.thanos.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param prometheus.thanos.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param prometheus.thanos.readinessProbe.periodSeconds How often to perform the probe + ## @param prometheus.thanos.readinessProbe.timeoutSeconds When the probe times out + ## @param prometheus.thanos.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param prometheus.thanos.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Thanos Sidecar Service + ## + service: + ## @param prometheus.thanos.service.type Kubernetes service type + ## + type: ClusterIP + ## @param prometheus.thanos.service.port Thanos service port + ## + port: 10901 + ## @param prometheus.thanos.service.clusterIP Specific cluster IP when service type is cluster IP. Use `None` to create headless service by default. + ## Use a "headless" service by default so it returns every pod's IP instead of loadbalancing requests. + ## + clusterIP: None + ## @param prometheus.thanos.service.nodePort Specify the nodePort value for the LoadBalancer and NodePort service types. + ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport + ## e.g: + ## nodePort: 30901 + ## + nodePort: "" + ## @param prometheus.thanos.service.loadBalancerIP `loadBalancerIP` if service type is `LoadBalancer` + ## Set the LoadBalancer service type to internal only + ## ref: https://kubernetes.io/docs/concepts/services-networking/service/#internal-load-balancer + ## + loadBalancerIP: "" + ## @param prometheus.thanos.service.loadBalancerSourceRanges Address that are allowed when svc is `LoadBalancer` + ## https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/#restrict-access-for-loadbalancer-service + ## e.g: + ## loadBalancerSourceRanges: + ## - 10.10.10.0/24 + ## + loadBalancerSourceRanges: [] + ## @param prometheus.thanos.service.annotations Additional annotations for Prometheus service + ## + annotations: {} + ## @param prometheus.thanos.service.extraPorts Additional ports to expose from the Thanos sidecar container + ## extraPorts: + ## - name: http + ## port: 10902 + ## targetPort: http + ## protocol: tcp + ## + extraPorts: [] + ## @param prometheus.portName Port name used for the pods and governing service. This defaults to web + ## + portName: main + +#### +## Alert Manager Config +#### + +## @section Alertmanager Parameters + +## Configuration for alertmanager +## ref: https://prometheus.io/docs/alerting/alertmanager/ +## +alertmanager: + ## @param alertmanager.enabled Deploy Alertmanager to the cluster + ## + enabled: true + ## Service account for Alertmanager to use. + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ + ## + serviceAccount: + ## @param alertmanager.serviceAccount.create Specify whether to create a ServiceAccount for Alertmanager + ## + create: true + ## @param alertmanager.serviceAccount.name The name of the ServiceAccount to create + ## If not set and create is true, a name is generated using the kube-prometheus.alertmanager.fullname template + name: "" + ## Prometheus Alertmanager pods' Security Context + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod + ## @param alertmanager.podSecurityContext.enabled Enable security context + ## @param alertmanager.podSecurityContext.runAsUser User ID for the container + ## @param alertmanager.podSecurityContext.fsGroup Group ID for the container filesystem + ## + podSecurityContext: + enabled: true + runAsUser: 1001 + fsGroup: 1001 + ## Prometheus Alertmanager container's securityContext + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container + ## @param alertmanager.containerSecurityContext.enabled Enable container security context + ## @param alertmanager.containerSecurityContext.readOnlyRootFilesystem mount / (root) as a readonly filesystem + ## @param alertmanager.containerSecurityContext.allowPrivilegeEscalation Switch privilegeEscalation possibility on or off + ## @param alertmanager.containerSecurityContext.runAsNonRoot Force the container to run as a non root user + ## @param alertmanager.containerSecurityContext.capabilities.drop [array] Linux Kernel capabilities which should be dropped + ## + containerSecurityContext: + enabled: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: false + runAsNonRoot: true + capabilities: + drop: + - ALL + ## Configure pod disruption budgets for Alertmanager + ## ref: https://kubernetes.io/docs/tasks/run-application/configure-pdb/#specifying-a-poddisruptionbudget + ## @param alertmanager.podDisruptionBudget.enabled Create a pod disruption budget for Alertmanager + ## @param alertmanager.podDisruptionBudget.minAvailable Minimum number / percentage of pods that should remain scheduled + ## @param alertmanager.podDisruptionBudget.maxUnavailable Maximum number / percentage of pods that may be made unavailable + ## + podDisruptionBudget: + enabled: false + minAvailable: 1 + maxUnavailable: "" + ## If true, create a serviceMonitor for alertmanager + ## + serviceMonitor: + ## @param alertmanager.serviceMonitor.enabled Creates a ServiceMonitor to monitor Alertmanager + ## + enabled: true + ## @param alertmanager.serviceMonitor.interval Scrape interval. If not set, the Prometheus default scrape interval is used. + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#endpoint + ## + interval: "" + ## @param alertmanager.serviceMonitor.metricRelabelings Metric relabeling + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#metric_relabel_configs + ## + metricRelabelings: [] + ## @param alertmanager.serviceMonitor.relabelings Relabel configs + ## ref: https://prometheus.io/docs/prometheus/latest/configuration/configuration/#relabel_config + ## + relabelings: [] + ## @param alertmanager.externalUrl External URL used to access Alertmanager + ## e.g: + ## externalUrl: https://alertmanager.example.com + ## + externalUrl: "" + ## @param alertmanager.resources CPU/Memory resource requests/limits for node + ## ref: http://kubernetes.io/docs/user-guide/compute-resources/ + ## + resources: {} + ## @param alertmanager.podAffinityPreset Alertmanager Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAffinityPreset: "" + ## @param alertmanager.podAntiAffinityPreset Alertmanager Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#inter-pod-affinity-and-anti-affinity + ## + podAntiAffinityPreset: soft + ## Node affinity preset + ## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#node-affinity + ## + nodeAffinityPreset: + ## @param alertmanager.nodeAffinityPreset.type Alertmanager Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` + ## + type: "" + ## @param alertmanager.nodeAffinityPreset.key Alertmanager Node label key to match Ignored if `affinity` is set. + ## E.g. + ## key: "kubernetes.io/e2e-az-name" + ## + key: "" + ## @param alertmanager.nodeAffinityPreset.values Alertmanager Node label values to match. Ignored if `affinity` is set. + ## E.g. + ## values: + ## - e2e-az1 + ## - e2e-az2 + ## + values: [] + ## @param alertmanager.affinity Alertmanager Affinity for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity + ## Note: alertmanager.podAffinityPreset, alertmanager.podAntiAffinityPreset, and alertmanager.nodeAffinityPreset will be ignored when it's set + ## + affinity: {} + ## @param alertmanager.nodeSelector Alertmanager Node labels for pod assignment + ## ref: https://kubernetes.io/docs/user-guide/node-selection/ + ## + nodeSelector: {} + ## @param alertmanager.tolerations Alertmanager Tolerations for pod assignment + ## ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/ + ## + tolerations: [] + ## Alertmanager configuration + ## ref: https://prometheus.io/docs/alerting/configuration/#configuration-file + ## @param alertmanager.config [object] Alertmanager configuration directive + ## @skip alertmanager.config.route.group_by + ## @skip alertmanager.config.route.routes + ## @skip alertmanager.config.receivers + ## + config: + global: + resolve_timeout: 5m + route: + group_by: + - job + group_wait: 30s + group_interval: 5m + repeat_interval: 12h + receiver: "null" + routes: + - match: + alertname: Watchdog + receiver: "null" + receivers: + - name: "null" + ## @param alertmanager.externalConfig Alertmanager configuration is created externally. If true, `alertmanager.config` is ignored, and a secret will not be created. + ## Alertmanager requires a secret named `alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }}` + ## It must contain: + ## alertmanager.yaml: + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/alerting.md#alerting + ## + externalConfig: false + ## @param alertmanager.replicaCount Number of Alertmanager replicas desired + ## + replicaCount: 1 + ## Configure extra options for liveness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.livenessProbe.enabled Turn on and off liveness probe + ## @param alertmanager.livenessProbe.path Path of the HTTP service for checking the healthy state + ## @param alertmanager.livenessProbe.initialDelaySeconds Delay before liveness probe is initiated + ## @param alertmanager.livenessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.livenessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.livenessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.livenessProbe.successThreshold Minimum consecutive successes for the probe + ## + livenessProbe: + enabled: true + path: /-/healthy + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## Configure extra options for readiness probe + ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes + ## @param alertmanager.readinessProbe.enabled Turn on and off readiness probe + ## @param alertmanager.readinessProbe.path Path of the HTTP service for checking the ready state + ## @param alertmanager.readinessProbe.initialDelaySeconds Delay before readiness probe is initiated + ## @param alertmanager.readinessProbe.periodSeconds How often to perform the probe + ## @param alertmanager.readinessProbe.timeoutSeconds When the probe times out + ## @param alertmanager.readinessProbe.failureThreshold Minimum consecutive failures for the probe + ## @param alertmanager.readinessProbe.successThreshold Minimum consecutive successes for the probe + ## + readinessProbe: + enabled: true + path: /-/ready + initialDelaySeconds: 0 + periodSeconds: 5 + timeoutSeconds: 3 + failureThreshold: 120 + successThreshold: 1 + ## @param alertmanager.logLevel Log level for Alertmanager + ## + logLevel: info + ## @param alertmanager.logFormat Log format for Alertmanager + ## + logFormat: logfmt + ## @param alertmanager.podMetadata [object] Standard object's metadata. + ## ref: https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/api-conventions.md#metadata + ## + podMetadata: + labels: {} + annotations: {} + ## @param alertmanager.secrets Secrets that should be mounted into the Alertmanager Pods + ## + secrets: [] + ## @param alertmanager.configMaps ConfigMaps that should be mounted into the Alertmanager Pods + ## + configMaps: [] + ## @param alertmanager.retention Metrics retention days + ## + retention: 240h + ## @param alertmanager.storageSpec Alertmanager StorageSpec for persistent data + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/storage.md + ## + storageSpec: {} + ## Alertmanager persistence parameters + ## + persistence: + ## @param alertmanager.persistence.enabled Use PVCs to persist data. If the storageSpec is provided this will not take effect. + ## If you want to use this configuration make sure the storageSpec is not provided. + ## + enabled: true + ## @param alertmanager.persistence.storageClass Persistent Volume Storage Class + ## If defined, storageClassName: + ## If set to "-", storageClassName: "", which disables dynamic provisioning + ## If undefined (the default) or set to null, no storageClassName spec is + ## set, choosing the default provisioner. + ## + storageClass: "" + ## @param alertmanager.persistence.accessModes Persistent Volume Access Modes + ## + accessModes: + - ReadWriteOnce + ## @param alertmanager.persistence.size Persistent Volume Size + ## + size: 999Gi + ## @param alertmanager.paused If true, the Operator won't process any Alertmanager configuration changes + ## + paused: false + ## @param alertmanager.listenLocal ListenLocal makes the Alertmanager server listen on loopback + ## + listenLocal: false + ## @param alertmanager.containers Containers allows injecting additional containers + ## + containers: [] + ## @param alertmanager.volumes Volumes allows configuration of additional volumes. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/api.md#alertmanagerspec + ## + volumes: [] + ## @param alertmanager.volumeMounts VolumeMounts allows configuration of additional VolumeMounts. Evaluated as a template + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/pi.md#alertmanagerspec + ## + volumeMounts: [] + ## @param alertmanager.priorityClassName Priority class assigned to the Pods + ## + priorityClassName: "" + ## @param alertmanager.additionalPeers AdditionalPeers allows injecting a set of additional Alertmanagers to peer with to form a highly available cluster + ## + additionalPeers: [] + ## @param alertmanager.routePrefix Prefix used to register routes, overriding externalUrl route + ## Useful for proxies that rewrite URLs. + ## + routePrefix: / + ## @param alertmanager.portName Port name used for the pods and governing service. This defaults to web + ## + portName: alertmanager + ## @param alertmanager.configNamespaceSelector AlertmanagerConfigs to be selected for to merge and configure Alertmanager with. This defaults to {} + ## + configNamespaceSelector: {} + ## @param alertmanager.configSelector Namespaces to be selected for AlertmanagerConfig discovery. If nil, only check own namespace. This defaults to {} + ## + configSelector: {} + +portal: + open: + enabled: true diff --git a/premium/prometheus/17.11.1/questions.yaml b/premium/prometheus/17.11.1/questions.yaml new file mode 100755 index 00000000000..cde3f07f613 --- /dev/null +++ b/premium/prometheus/17.11.1/questions.yaml @@ -0,0 +1,1808 @@ +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: operator + group: "App Configuration" + label: "Operator Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: logLevel + label: "Log Level" + description: "Log level for Operator" + schema: + type: string + default: "info" + - variable: prometheus + group: "App Configuration" + label: "Prometheus Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: logLevel + label: "Log Level" + description: "Log level for Prometheus" + schema: + type: string + default: "info" + - variable: retention + label: "Retention" + description: "Metrics retention days" + schema: + type: string + default: "31d" + - variable: retentionSize + label: "Max Retention Size" + description: "Maximum size of metrics" + schema: + type: string + default: "" + - variable: scrapeInterval + label: "Scrape interval" + description: "Interval between consecutive scrapes" + schema: + type: string + default: "15s" + - variable: evaluationInterval + label: "Evaluation interval" + description: "Interval between consecutive evaluations" + schema: + type: string + default: "30s" + - variable: disableCompaction + label: "Disable Compaction" + description: "Disable the compaction of the Prometheus TSDB" + schema: + type: boolean + default: false + - variable: walCompression + label: "WAL Compression" + description: "Enable compression of the write-ahead log using Snappy" + schema: + type: boolean + default: false + - variable: enableRemoteWriteReceiver + label: "Remote Write Receiver" + description: "Enable Prometheus to be used as a receiver for the Prometheus remote write protocol" + schema: + type: boolean + default: false + - variable: remoteWrite + label: "Remote Write" + schema: + type: list + default: [] + items: + - variable: remoteWriteEntry + label: Remote Write Entry + schema: + additional_attrs: true + type: dict + attrs: + - variable: url + label: URL + description: Remote write destination URL + schema: + type: string + required: true + default: "" + - variable: basicAuth + label: Basic Auth + description: Basic authentication for remote write + schema: + type: dict + attrs: + - variable: username + label: Username + description: Basic auth username + schema: + type: string + required: true + default: "" + - variable: password + label: Password + description: Basic auth password + schema: + type: string + required: false + default: "" + - variable: exporters + group: "App Configuration" + label: "Exporter Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: node-exporter + label: "node-exporter" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + - variable: kube-state-metrics + label: "Kube-State-Metrics" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + - variable: alertmanager + group: "App Configuration" + label: "Alertmanager Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable" + schema: + type: boolean + default: true + show_subquestions_if: true + subquestions: + - variable: logLevel + label: "Log Level" + description: "Log level for Alertmanager" + schema: + type: string + default: "info" + - variable: retention + label: "Retention" + description: "Metrics retention days" + schema: + type: string + default: "240h" + - variable: service + group: Networking and Services + label: Configure Service(s) + schema: + additional_attrs: true + type: dict + attrs: + + - variable: main + label: "Main Service" + description: "The serving the Prometheus 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: 9090 + required: true + - variable: alertmanager + label: "alertmanager Service" + description: "alertmanager 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: alertmanager + label: "alertmanager 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: 9093 + 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: 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 + diff --git a/stable/adminer/8.5.2/templates/NOTES.txt b/premium/prometheus/17.11.1/templates/NOTES.txt similarity index 100% rename from stable/adminer/8.5.2/templates/NOTES.txt rename to premium/prometheus/17.11.1/templates/NOTES.txt diff --git a/premium/prometheus/17.11.1/templates/_helpers.tpl b/premium/prometheus/17.11.1/templates/_helpers.tpl new file mode 100644 index 00000000000..1f44049ac4c --- /dev/null +++ b/premium/prometheus/17.11.1/templates/_helpers.tpl @@ -0,0 +1,210 @@ +{{/* Name suffixed with operator */}} +{{- define "kube-prometheus.fullname" -}} +{{- printf "%s" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Name suffixed with operator */}} +{{- define "kube-prometheus.name" -}} +{{- printf "%s" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Name suffixed with operator */}} +{{- define "kube-prometheus.operator.name" -}} +{{- printf "%s-operator" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Name suffixed with prometheus */}} +{{- define "kube-prometheus.prometheus.name" -}} +{{- printf "%s-prometheus" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Name suffixed with alertmanager */}} +{{- define "kube-prometheus.alertmanager.name" -}} +{{- printf "%s-alertmanager" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Name suffixed with thanos */}} +{{- define "kube-prometheus.thanos.name" -}} +{{- printf "%s-thanos" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Fullname suffixed with operator */}} +{{- define "kube-prometheus.operator.fullname" -}} +{{- printf "%s-operator" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Fullname suffixed with prometheus */}} +{{- define "kube-prometheus.prometheus.fullname" -}} +{{- printf "%s-prometheus" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Fullname suffixed with alertmanager */}} +{{- define "kube-prometheus.alertmanager.fullname" -}} +{{- printf "%s-alertmanager" (include "tc.v1.common.lib.chart.names.fullname" . ) -}} +{{- end }} + +{{/* Fullname suffixed with thanos */}} +{{- define "kube-prometheus.thanos.fullname" -}} +{{- printf "%s-thanos" (include "kube-prometheus.prometheus.fullname" .) -}} +{{- end }} + +{{- define "kube-prometheus.chart" -}} +{{- printf "%s-%s" .Chart.Name .Chart.Version | replace "+" "_" | trunc 63 | trimSuffix "-" -}} +{{- end -}} + +{{/* +Common Labels +*/}} +{{- define "kube-prometheus.labels" -}} + {{- $labels := (include "tc.v1.common.lib.metadata.allLabels" $ | fromYaml) -}} + {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} + {{- . | nindent 0 }} + {{- end }} +{{- if .Values.global.labels }} +{{ toYaml .Values.global.labels }} +{{- end }} +{{- end -}} + +{{/* +Labels for operator +*/}} +{{- define "kube-prometheus.operator.labels" -}} + {{- $labels := (include "tc.v1.common.lib.metadata.allLabels" $ | fromYaml) -}} + {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} + {{- . | nindent 0 }} + {{- end }} +app.kubernetes.io/component: operator +{{- end -}} + +{{/* +Labels for prometheus +*/}} +{{- define "kube-prometheus.prometheus.labels" -}} + {{- $labels := (include "tc.v1.common.lib.metadata.allLabels" $ | fromYaml) -}} + {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} + {{- . | nindent 0 }} + {{- end }} +app.kubernetes.io/component: prometheus +{{- end -}} + +{{/* +Labels for alertmanager +*/}} +{{- define "kube-prometheus.alertmanager.labels" -}} + {{- $labels := (include "tc.v1.common.lib.metadata.allLabels" $ | fromYaml) -}} + {{- with (include "tc.v1.common.lib.metadata.render" (dict "rootCtx" $ "labels" $labels) | trim) }} + {{- . | nindent 0 }} + {{- end }} +app.kubernetes.io/component: alertmanager +{{- end -}} + +{{/* +matchLabels for operator +*/}} +{{- define "kube-prometheus.operator.matchLabels" -}} +{{ include "tc.v1.common.lib.metadata.selectorLabels" (dict "rootCtx" $ )}} +app.kubernetes.io/component: operator +{{- end -}} + +{{/* +matchLabels for prometheus +*/}} +{{- define "kube-prometheus.prometheus.matchLabels" -}} +{{ include "tc.v1.common.lib.metadata.selectorLabels" (dict "rootCtx" $ )}} +app.kubernetes.io/component: prometheus +{{- end -}} + +{{/* +matchLabels for alertmanager +*/}} +{{- define "kube-prometheus.alertmanager.matchLabels" -}} +{{ include "tc.v1.common.lib.metadata.selectorLabels" (dict "rootCtx" $ )}} +app.kubernetes.io/component: alertmanager +{{- end -}} + +{{/* +Return the proper Prometheus Operator image name +*/}} +{{- define "kube-prometheus.image" -}} +{{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }} +{{- end -}} + +{{/* +Return the proper Prometheus Operator Reloader image name +*/}} +{{- define "kube-prometheus.prometheusConfigReloader.image" -}} +{{- include "kube-prometheus.image" . -}} +{{- end -}} + +{{/* +Return the proper Prometheus Image name +*/}} +{{- define "kube-prometheus.prometheus.image" -}} +{{ printf "%s:%s" .Values.image.repository (default .Chart.AppVersion .Values.image.tag) | quote }} +{{- end -}} + +{{/* +Return the proper Thanos Image name +*/}} +{{- define "kube-prometheus.prometheus.thanosImage" -}} +{{ printf "%s:%s" .Values.thanosImage.repository (default .Chart.AppVersion .Values.thanosImage.tag) | quote }} +{{- end -}} + +{{/* +Return the proper Alertmanager Image name +*/}} +{{- define "kube-prometheus.alertmanager.image" -}} +{{ printf "%s:%s" .Values.alertmanagerImage.repository (default .Chart.AppVersion .Values.alertmanagerImage.tag) | quote }} +{{- end -}} + +{{/* +Return the proper Docker Image Registry Secret Names +*/}} +{{- define "kube-prometheus.imagePullSecrets" -}} +{{- end -}} + +{{/* +Create the name of the operator service account to use +*/}} +{{- define "kube-prometheus.operator.serviceAccountName" -}} +{{- if .Values.operator.serviceAccount.create -}} + {{ default (include "kube-prometheus.operator.fullname" .) .Values.operator.serviceAccount.name }} +{{- else -}} + {{ default "default" .Values.operator.serviceAccount.name }} +{{- end -}} +{{- end -}} + +{{/* +Create the name of the prometheus service account to use +*/}} +{{- define "kube-prometheus.prometheus.serviceAccountName" -}} +{{- if .Values.prometheus.serviceAccount.create -}} + {{ default (include "kube-prometheus.prometheus.fullname" .) .Values.prometheus.serviceAccount.name }} +{{- else -}} + {{ default "default" .Values.prometheus.serviceAccount.name }} +{{- end -}} +{{- end -}} + +{{/* +Create the name of the alertmanager service account to use +*/}} +{{- define "kube-prometheus.alertmanager.serviceAccountName" -}} +{{- if .Values.alertmanager.serviceAccount.create -}} + {{ default (include "kube-prometheus.alertmanager.fullname" .) .Values.alertmanager.serviceAccount.name }} +{{- else -}} + {{ default "default" .Values.alertmanager.serviceAccount.name }} +{{- end -}} +{{- end -}} + +{{/* +Compile all warnings into a single message, and call fail. +*/}} +{{- define "kube-prometheus.validateValues" -}} +{{- $messages := list -}} +{{- $messages := without $messages "" -}} +{{- $message := join "\n" $messages -}} + +{{- if $message -}} +{{- printf "\nVALUES VALIDATION:\n%s" $message | fail -}} +{{- end -}} +{{- end -}} diff --git a/premium/prometheus/17.11.1/templates/alertmanager/_alertmanager.tpl b/premium/prometheus/17.11.1/templates/alertmanager/_alertmanager.tpl new file mode 100644 index 00000000000..ed5e24e9da6 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/alertmanager/_alertmanager.tpl @@ -0,0 +1,174 @@ +{{- define "prometheus.alertmanager.alertmanager" -}} +{{- if .Values.alertmanager.enabled }} +--- +apiVersion: monitoring.coreos.com/v1 +kind: Alertmanager +metadata: + name: {{ template "kube-prometheus.alertmanager.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.alertmanager.labels" . | nindent 4 }} +spec: + replicas: {{ .Values.alertmanager.replicaCount }} + serviceAccountName: {{ template "kube-prometheus.alertmanager.serviceAccountName" . }} + {{- if .Values.alertmanager.image }} + image: {{ template "kube-prometheus.alertmanager.image" . }} + {{- end }} + listenLocal: {{ .Values.alertmanager.listenLocal }} + {{- if index .Values.alertmanager "externalUrl" }} + externalUrl: "{{ .Values.alertmanager.externalUrl }}" + {{- else if and .Values.ingress.alertmanager.enabled .Values.ingress.alertmanager.hosts }} + externalUrl: {{ if .Values.ingress.alertmanager.tls }}https{{else}}http{{ end }}://{{ (index .Values.ingress.alertmanager.hosts 0).name }}{{ .Values.alertmanager.routePrefix }} + {{- else }} + externalUrl: http://{{ template "kube-prometheus.alertmanager.fullname" . }}.{{ .Release.Namespace }}:{{ .Values.service.alertmanager.ports.alertmanager.port }}{{ .Values.alertmanager.routePrefix }} + {{- end }} + portName: "{{ .Values.alertmanager.portName }}" + paused: {{ .Values.alertmanager.paused }} + logFormat: {{ .Values.alertmanager.logFormat }} + logLevel: {{ .Values.alertmanager.logLevel }} + retention: {{ .Values.alertmanager.retention }} + {{- if .Values.alertmanager.secrets }} + secrets: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.secrets "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.configMaps }} + configMaps: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.configMaps "context" $) | nindent 4 }} + {{- end }} + resources: {{- toYaml .Values.alertmanager.resources | nindent 4 }} + routePrefix: "{{ .Values.alertmanager.routePrefix }}" + {{- if .Values.alertmanager.podSecurityContext.enabled }} + securityContext: {{- omit .Values.alertmanager.podSecurityContext "enabled" | toYaml | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.storageSpec }} + storage: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.storageSpec "context" $) | nindent 4 }} + {{- else }} + {{- if .Values.alertmanager.persistence.enabled }} + storage: + volumeClaimTemplate: + spec: + accessModes: + {{- range .Values.alertmanager.persistence.accessModes }} + - {{ . | quote }} + {{- end }} + resources: + requests: + storage: {{ .Values.alertmanager.persistence.size | quote }} + {{- with (include "tc.v1.common.lib.storage.storageClassName" ( dict "rootCtx" . "objectData" .Values.prometheus.persistence )) | trim }} + storageClassName: {{ . }} + {{- end }} + {{- end }} + {{- end }} + {{- if or .Values.alertmanager.podMetadata.labels .Values.alertmanager.podMetadata.annotations (eq .Values.alertmanager.podAntiAffinityPreset "soft") (eq .Values.alertmanager.podAntiAffinityPreset "hard") }} + podMetadata: + labels: + {{- if .Values.alertmanager.podMetadata.labels }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.podMetadata.labels "context" $) | nindent 6 }} + {{- end }} + {{- if or (eq .Values.alertmanager.podAntiAffinityPreset "soft") (eq .Values.alertmanager.podAntiAffinityPreset "hard") }} + {{- include "kube-prometheus.alertmanager.matchLabels" . | nindent 6 }} + {{- end }} + {{- if .Values.alertmanager.podMetadata.annotations }} + annotations: + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.podMetadata.annotations "context" $) | nindent 6 }} + {{- end }} + {{- end }} + {{- if .Values.alertmanager.affinity }} + affinity: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.affinity "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.nodeSelector }} + nodeSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.nodeSelector "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.tolerations }} + tolerations: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.tolerations "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.volumes }} + volumes: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.volumes "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.volumeMounts }} + volumeMounts: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.volumeMounts "context" $) | nindent 4 }} + {{- end }} +{{- include "kube-prometheus.imagePullSecrets" . | indent 2 }} + {{- if or .Values.alertmanager.containers .Values.alertmanager.containerSecurityContext.enabled .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled }} + containers: + {{- if or .Values.alertmanager.containerSecurityContext.enabled .Values.alertmanager.livenessProbe.enabled .Values.alertmanager.readinessProbe.enabled }} + ## This monkey patching is needed until the securityContexts are + ## directly patchable via the CRD. + ## ref: https://github.com/prometheus-operator/prometheus-operator/issues/3947 + ## currently implemented with strategic merge + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/strategic-merge-patch.md + - name: alertmanager + {{- if .Values.alertmanager.containerSecurityContext.enabled }} + securityContext: {{- omit .Values.alertmanager.containerSecurityContext "enabled" | toYaml | nindent 8 }} + {{- end }} + {{- if .Values.alertmanager.livenessProbe.enabled }} + livenessProbe: + httpGet: + path: {{ .Values.alertmanager.livenessProbe.path }} + port: alertmanager + scheme: HTTP + initialDelaySeconds: {{ .Values.alertmanager.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.alertmanager.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.alertmanager.livenessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.alertmanager.livenessProbe.failureThreshold }} + successThreshold: {{ .Values.alertmanager.livenessProbe.successThreshold }} + {{- end }} + {{- if .Values.alertmanager.readinessProbe.enabled }} + readinessProbe: + httpGet: + path: {{ .Values.alertmanager.readinessProbe.path }} + port: alertmanager + scheme: HTTP + initialDelaySeconds: {{ .Values.alertmanager.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.alertmanager.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.alertmanager.readinessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.alertmanager.readinessProbe.failureThreshold }} + successThreshold: {{ .Values.alertmanager.readinessProbe.successThreshold }} + {{- end }} + {{- end }} + {{- if or .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled .Values.operator.prometheusConfigReloader.livenessProbe.enabled .Values.operator.prometheusConfigReloader.readinessProbe.enabled }} + ## This monkey patching is needed until the securityContexts are + ## directly patchable via the CRD. + ## ref: https://github.com/prometheus-operator/prometheus-operator/issues/3947 + ## currently implemented with strategic merge + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/strategic-merge-patch.md + - name: config-reloader + {{- if .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled }} + securityContext: {{- omit .Values.operator.prometheusConfigReloader.containerSecurityContext "enabled" | toYaml | nindent 8 }} + {{- end }} + {{- if .Values.operator.prometheusConfigReloader.livenessProbe.enabled }} + livenessProbe: + tcpSocket: + port: reloader-web + initialDelaySeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.operator.prometheusConfigReloader.livenessProbe.failureThreshold }} + successThreshold: {{ .Values.operator.prometheusConfigReloader.livenessProbe.successThreshold }} + {{- end }} + {{- if .Values.operator.prometheusConfigReloader.readinessProbe.enabled }} + readinessProbe: + tcpSocket: + port: reloader-web + initialDelaySeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.operator.prometheusConfigReloader.readinessProbe.failureThreshold }} + successThreshold: {{ .Values.operator.prometheusConfigReloader.readinessProbe.successThreshold }} + {{- end }} + {{- end }} + {{- if .Values.alertmanager.containers }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.containers "context" $) | nindent 4 }} + {{- end }} + {{- end }} + {{- if .Values.alertmanager.priorityClassName }} + priorityClassName: {{ .Values.alertmanager.priorityClassName }} + {{- end }} + {{- if .Values.alertmanager.additionalPeers }} + additionalPeers: {{ .Values.alertmanager.additionalPeers }} + {{- end }} + {{- if .Values.alertmanager.configNamespaceSelector }} + alertmanagerConfigNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.configNamespaceSelector "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.alertmanager.configSelector }} + alertmanagerConfigSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.configSelector "context" $) | nindent 4 }} + {{- end }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/alertmanager/secrets.yaml b/premium/prometheus/17.11.1/templates/alertmanager/secrets.yaml new file mode 100644 index 00000000000..9a6f518f35c --- /dev/null +++ b/premium/prometheus/17.11.1/templates/alertmanager/secrets.yaml @@ -0,0 +1,13 @@ +{{- if (and .Values.alertmanager.enabled (not .Values.alertmanager.externalConfig) ) }} +apiVersion: v1 +kind: Secret +metadata: + name: alertmanager-{{ template "kube-prometheus.alertmanager.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.alertmanager.labels" . | nindent 4 }} +data: + alertmanager.yaml: {{ toYaml .Values.alertmanager.config | b64enc | quote }} +{{- range $key, $val := .Values.alertmanager.templateFiles }} + {{ $key }}: {{ $val | b64enc | quote }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/alertmanager/serviceaccount.yaml b/premium/prometheus/17.11.1/templates/alertmanager/serviceaccount.yaml new file mode 100644 index 00000000000..a6f438889a2 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/alertmanager/serviceaccount.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.alertmanager.enabled .Values.alertmanager.serviceAccount.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ template "kube-prometheus.alertmanager.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.alertmanager.labels" . | nindent 4 }} + {{- if index .Values.alertmanager.serviceAccount "annotations" }} + annotations: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.alertmanager.serviceAccount.annotations "context" $) | nindent 4 }} + {{- end }} +{{- include "kube-prometheus.imagePullSecrets" . }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/alertmanager/servicemonitor.yaml b/premium/prometheus/17.11.1/templates/alertmanager/servicemonitor.yaml new file mode 100644 index 00000000000..ef0e02d3875 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/alertmanager/servicemonitor.yaml @@ -0,0 +1,26 @@ +{{- if and .Values.alertmanager.enabled .Values.alertmanager.serviceMonitor.enabled }} +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: {{ template "kube-prometheus.alertmanager.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.alertmanager.labels" . | nindent 4 }} +spec: + selector: + matchLabels: {{- include "kube-prometheus.alertmanager.matchLabels" . | nindent 6 }} + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} + endpoints: + - port: http + {{- if .Values.alertmanager.serviceMonitor.interval }} + interval: {{ .Values.alertmanager.serviceMonitor.interval }} + {{- end }} + path: {{ trimSuffix "/" .Values.alertmanager.routePrefix }}/metrics + {{- if .Values.alertmanager.serviceMonitor.metricRelabelings }} + metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.alertmanager.serviceMonitor.metricRelabelings "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.alertmanager.serviceMonitor.relabelings }} + relabelings: {{- toYaml .Values.alertmanager.serviceMonitor.relabelings | nindent 8 }} + {{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/common.yaml b/premium/prometheus/17.11.1/templates/common.yaml new file mode 100644 index 00000000000..61364503a70 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/common.yaml @@ -0,0 +1,13 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{- include "prometheus.prometheus.prometheus" . }} +{{- include "prometheus.prometheus.additionalprometheusrules" . }} +{{- include "prometheus.prometheus.additionalscrapejobs" . }} +{{- include "prometheus.prometheus.servicemonitor" . }} + +{{- include "prometheus.alertmanager.alertmanager" . }} + + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/_additionalPrometheusRules.tpl b/premium/prometheus/17.11.1/templates/prometheus/_additionalPrometheusRules.tpl new file mode 100644 index 00000000000..121048d87ce --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/_additionalPrometheusRules.tpl @@ -0,0 +1,15 @@ +{{- define "prometheus.prometheus.additionalprometheusrules" -}} +{{- if and .Values.prometheus.enabled .Values.prometheus.additionalPrometheusRules}} + {{- range .Values.prometheus.additionalPrometheusRules }} +--- +apiVersion: monitoring.coreos.com/v1 +kind: PrometheusRule +metadata: + name: {{ template "kube-prometheus.name" $ }}-{{ .name }} + namespace: {{ $.Release.Namespace }} + labels: {{ include "kube-prometheus.prometheus.labels" $ | nindent 4 }} +spec: + groups: {{- toYaml .groups | nindent 4 }} + {{- end }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/_additionalScrapeJobs.tpl b/premium/prometheus/17.11.1/templates/prometheus/_additionalScrapeJobs.tpl new file mode 100644 index 00000000000..3c5f85140a4 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/_additionalScrapeJobs.tpl @@ -0,0 +1,13 @@ +{{- define "prometheus.prometheus.additionalscrapejobs" -}} +{{- if (and .Values.prometheus.additionalScrapeConfigs.enabled (eq .Values.prometheus.additionalScrapeConfigs.type "internal") ) }} +--- +apiVersion: v1 +kind: Secret +metadata: + name: additional-scrape-jobs-{{ template "kube-prometheus.prometheus.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} +data: + scrape-jobs.yaml: {{ include "tc.v1.common.tplvalues.render" ( dict "value" .Values.prometheus.additionalScrapeConfigs.internal.jobList "context" $ ) | b64enc | quote }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/_prometheus.tpl b/premium/prometheus/17.11.1/templates/prometheus/_prometheus.tpl new file mode 100644 index 00000000000..b5bd3bcb292 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/_prometheus.tpl @@ -0,0 +1,366 @@ +{{- define "prometheus.prometheus.prometheus" -}} +{{- if .Values.prometheus.enabled }} +--- +apiVersion: monitoring.coreos.com/v1 +kind: Prometheus +metadata: + name: {{ template "kube-prometheus.prometheus.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} +spec: + replicas: {{ .Values.prometheus.replicaCount }} + serviceAccountName: {{ template "kube-prometheus.prometheus.serviceAccountName" . }} + {{- if .Values.prometheus.serviceMonitorSelector }} + serviceMonitorSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.serviceMonitorSelector "context" $) | nindent 4 }} + {{- else }} + serviceMonitorSelector: {} + {{- end }} + {{- if .Values.prometheus.podMonitorSelector }} + podMonitorSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.podMonitorSelector "context" $) | nindent 4 }} + {{- else }} + podMonitorSelector: {} + {{- end }} + {{- if .Values.prometheus.probeSelector }} + probeSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.probeSelector "context" $) | nindent 4 }} + {{- else }} + probeSelector: {} + {{- end }} + {{- if .Values.prometheus.scrapeConfigSelector }} + scrapeConfigSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.scrapeConfigSelector "context" $) | nindent 4 }} + {{- else }} + scrapeConfigSelector: {} + {{- end }} + alerting: + alertmanagers: + {{- if .Values.prometheus.alertingEndpoints }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.alertingEndpoints "context" $) | nindent 6 }} + {{- else if .Values.alertmanager.enabled }} + - namespace: {{ .Release.Namespace }} + name: {{ template "kube-prometheus.alertmanager.fullname" . }} + port: http + pathPrefix: "{{ .Values.alertmanager.routePrefix }}" + {{- else }} + [] + {{- end }} + {{- if .Values.prometheus.image }} + image: {{ template "kube-prometheus.prometheus.image" . }} + {{- end }} + {{- if .Values.prometheus.externalLabels }} + externalLabels: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.externalLabels "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.prometheusExternalLabelNameClear }} + prometheusExternalLabelName: "" + {{- else if .Values.prometheus.prometheusExternalLabelName }} + prometheusExternalLabelName: "{{ .Values.prometheus.prometheusExternalLabelName }}" + {{- end }} + {{- if .Values.prometheus.replicaExternalLabelNameClear }} + replicaExternalLabelName: "" + {{- else if .Values.prometheus.replicaExternalLabelName }} + replicaExternalLabelName: "{{ .Values.prometheus.replicaExternalLabelName }}" + {{- end }} + {{- if index .Values.prometheus "externalUrl" }} + externalUrl: "{{ .Values.prometheus.externalUrl }}" + {{- else if and .Values.ingress.main.enabled .Values.ingress.main.hosts }} + externalUrl: {{ if .Values.ingress.main.tls }}https{{else}}http{{ end }}://{{ (index .Values.ingress.main.hosts 0).name }}{{ .Values.prometheus.routePrefix }} + {{- else }} + externalUrl: http://{{ template "kube-prometheus.prometheus.fullname" . }}.{{ .Release.Namespace }}:9090{{ .Values.prometheus.routePrefix }} + {{- end }} + paused: {{ .Values.prometheus.paused }} + logLevel: {{ .Values.prometheus.logLevel }} + logFormat: {{ .Values.prometheus.logFormat }} + listenLocal: {{ .Values.prometheus.listenLocal }} + enableAdminAPI: {{ .Values.prometheus.enableAdminAPI }} + {{- if .Values.prometheus.enableFeatures }} + enableFeatures: + {{- range .Values.prometheus.enableFeatures }} + - {{ . | quote }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.scrapeInterval }} + scrapeInterval: {{ .Values.prometheus.scrapeInterval }} + {{- end }} + {{- if .Values.prometheus.evaluationInterval }} + evaluationInterval: {{ .Values.prometheus.evaluationInterval }} + {{- end }} + {{- if .Values.prometheus.resources }} + resources: {{- toYaml .Values.prometheus.resources | nindent 4 }} + {{- end }} + retention: {{ .Values.prometheus.retention }} + {{- if .Values.prometheus.retentionSize }} + retentionSize: {{ .Values.prometheus.retentionSize }} + {{- end }} + {{- if .Values.prometheus.disableCompaction }} + disableCompaction: {{ .Values.prometheus.disableCompaction }} + {{- end }} + {{- if .Values.prometheus.enableRemoteWriteReceiver }} + enableRemoteWriteReceiver: {{ .Values.prometheus.enableRemoteWriteReceiver }} + {{- end }} + {{- if .Values.prometheus.walCompression }} + walCompression: {{ .Values.prometheus.walCompression }} + {{- end }} + portName: "{{ .Values.prometheus.portName }}" + routePrefix: "{{ .Values.prometheus.routePrefix }}" + {{- if .Values.prometheus.secrets }} + secrets: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.secrets "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.configMaps }} + configMaps: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.configMaps "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.serviceMonitorNamespaceSelector }} + serviceMonitorNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.serviceMonitorNamespaceSelector "context" $) | nindent 4 }} + {{- else }} + serviceMonitorNamespaceSelector: {} + {{- end }} + {{- if .Values.prometheus.podMonitorNamespaceSelector }} + podMonitorNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.podMonitorNamespaceSelector "context" $) | nindent 4 }} + {{- else }} + podMonitorNamespaceSelector: {} + {{- end }} + {{- if .Values.prometheus.probeNamespaceSelector }} + probeNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.probeNamespaceSelector "context" $) | nindent 4 }} + {{- else }} + probeNamespaceSelector: {} + {{- end }} + {{- if .Values.prometheus.scrapeConfigNamespaceSelector }} + scrapeConfigNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.scrapeConfigNamespaceSelector "context" $) | nindent 4 }} + {{- else }} + scrapeConfigNamespaceSelector: {} + {{- end }} + {{- if .Values.prometheus.remoteRead }} + remoteRead: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.remoteRead "context" $) | nindent 4 }} + {{- end }} + {{- with .Values.prometheus.remoteWrite }} + remoteWrite: + {{- tpl (toYaml .) $ | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.podSecurityContext.enabled }} + securityContext: {{- omit .Values.prometheus.podSecurityContext "enabled" | toYaml | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.ruleNamespaceSelector }} + ruleNamespaceSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.ruleNamespaceSelector "context" $) | nindent 4 }} + {{- else }} + ruleNamespaceSelector: {} + {{- end }} + {{- if .Values.prometheus.ruleSelector }} + ruleSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.ruleSelector "context" $) | nindent 4 }} + {{- else }} + ruleSelector: {} + {{- end }} + {{- if .Values.prometheus.storageSpec }} + storage: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.storageSpec "context" $) | nindent 4 }} + {{- else if .Values.prometheus.persistence.enabled }} + storage: + volumeClaimTemplate: + spec: + accessModes: + {{- range .Values.prometheus.persistence.accessModes }} + - {{ . | quote }} + {{- end }} + resources: + requests: + storage: {{ .Values.prometheus.persistence.size | quote }} + {{- with (include "tc.v1.common.lib.storage.storageClassName" ( dict "rootCtx" . "objectData" .Values.prometheus.persistence )) | trim }} + storageClassName: {{ . }} + {{- end }} + {{- end }} + {{- if or .Values.prometheus.podMetadata.labels .Values.prometheus.podMetadata.annotations (eq .Values.prometheus.podAntiAffinityPreset "soft") (eq .Values.prometheus.podAntiAffinityPreset "hard") }} + podMetadata: + labels: + {{- if .Values.prometheus.podMetadata.labels }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.podMetadata.labels "context" $) | nindent 6 }} + {{- end }} + {{- if or (eq .Values.prometheus.podAntiAffinityPreset "soft") (eq .Values.prometheus.podAntiAffinityPreset "hard") }} + {{- include "kube-prometheus.prometheus.matchLabels" . | nindent 6 }} + {{- end }} + {{- if .Values.prometheus.podMetadata.annotations }} + annotations: + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.podMetadata.annotations "context" $) | nindent 6 }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.querySpec }} + query: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.querySpec "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.affinity }} + affinity: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.affinity "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.nodeSelector }} + nodeSelector: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.nodeSelector "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.tolerations }} + tolerations: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.tolerations "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.volumes }} + volumes: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.volumes "context" $) | nindent 4 }} + {{- end }} + {{- if .Values.prometheus.volumeMounts }} + volumeMounts: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.volumeMounts "context" $) | nindent 4 }} + {{- end }} + {{- if or .Values.prometheus.additionalScrapeConfigs.enabled .Values.prometheus.additionalScrapeConfigsExternal.enabled }} + additionalScrapeConfigs: + {{- if and .Values.prometheus.additionalScrapeConfigs.enabled (eq .Values.prometheus.additionalScrapeConfigs.type "external") }} + name: {{ .Values.prometheus.additionalScrapeConfigs.external.name }} + key: {{ .Values.prometheus.additionalScrapeConfigs.external.key }} + {{- else if and .Values.prometheus.additionalScrapeConfigs.enabled (eq .Values.prometheus.additionalScrapeConfigs.type "internal") }} + name: additional-scrape-jobs-{{ template "kube-prometheus.prometheus.fullname" . }} + key: scrape-jobs.yaml + {{- else if and (not .Values.prometheus.additionalScrapeConfigs.enabled) .Values.prometheus.additionalScrapeConfigsExternal.enabled }} + name: {{ .Values.prometheus.additionalScrapeConfigsExternal.name }} + key: {{ .Values.prometheus.additionalScrapeConfigsExternal.key }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.additionalAlertRelabelConfigsExternal.enabled }} + additionalAlertRelabelConfigs: + name: {{ .Values.prometheus.additionalAlertRelabelConfigsExternal.name }} + key: {{ .Values.prometheus.additionalAlertRelabelConfigsExternal.key }} + {{- end }} +{{- include "kube-prometheus.imagePullSecrets" . | indent 2 }} + {{- if or .Values.prometheus.containers .Values.prometheus.thanos.create .Values.prometheus.containerSecurityContext.enabled .Values.prometheus.containerSecurityContext.enabled .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled }} + containers: + {{- if .Values.prometheus.thanos.create }} + - name: thanos-sidecar + image: {{ template "kube-prometheus.prometheus.thanosImage" . }} + imagePullPolicy: {{ .Values.prometheus.thanos.image.pullPolicy }} + args: + - sidecar + - --prometheus.url={{ default "http://localhost:9090" .Values.prometheus.thanos.prometheusUrl }} + - --grpc-address=0.0.0.0:10901 + - --http-address=0.0.0.0:10902 + - --tsdb.path=/prometheus/ + {{- if .Values.prometheus.thanos.objectStorageConfig }} + - --objstore.config=$(OBJSTORE_CONFIG) + {{- end }} + {{- if .Values.prometheus.thanos.extraArgs }} + {{ toYaml .Values.prometheus.thanos.extraArgs | indent 8 | trim }} + {{- end }} + {{- if .Values.prometheus.thanos.objectStorageConfig }} + env: + - name: OBJSTORE_CONFIG + valueFrom: + secretKeyRef: + name: {{ .Values.prometheus.thanos.objectStorageConfig.secretName }} + key: {{ .Values.prometheus.thanos.objectStorageConfig.secretKey | default "thanos.yaml" }} + {{- end }} + {{- if .Values.prometheus.thanos.resources }} + resources: {{- toYaml .Values.prometheus.thanos.resources | nindent 8 }} + {{- end }} + ports: + - name: thanos + containerPort: 10901 + protocol: TCP + - name: http + containerPort: 10902 + protocol: TCP + volumeMounts: + - mountPath: /prometheus + name: prometheus-{{ template "kube-prometheus.prometheus.fullname" . }}-db + {{- if not (.Values.prometheus.storageSpec.disableMountSubPath | default (not .Values.prometheus.persistence.enabled)) }} + subPath: prometheus-db + {{- end }} + {{- if .Values.prometheus.thanos.extraVolumeMounts }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.thanos.extraVolumeMounts "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.prometheus.thanos.containerSecurityContext.enabled }} + # yamllint disable rule:indentation + securityContext: {{- omit .Values.prometheus.thanos.containerSecurityContext "enabled" | toYaml | nindent 8 }} + # yamllint enable rule:indentation + {{- end }} + {{- if .Values.prometheus.thanos.livenessProbe.enabled }} + livenessProbe: + httpGet: + path: {{ .Values.prometheus.thanos.livenessProbe.path }} + port: http + scheme: HTTP + initialDelaySeconds: {{ .Values.prometheus.thanos.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.prometheus.thanos.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.prometheus.thanos.livenessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.prometheus.thanos.livenessProbe.failureThreshold }} + successThreshold: {{ .Values.prometheus.thanos.livenessProbe.successThreshold }} + {{- end }} + {{- if .Values.prometheus.thanos.readinessProbe.enabled }} + readinessProbe: + httpGet: + path: {{ .Values.prometheus.thanos.readinessProbe.path }} + port: http + scheme: HTTP + initialDelaySeconds: {{ .Values.prometheus.thanos.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.prometheus.thanos.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.prometheus.thanos.readinessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.prometheus.thanos.readinessProbe.failureThreshold }} + successThreshold: {{ .Values.prometheus.thanos.readinessProbe.successThreshold }} + {{- end }} + {{- end }} + {{- if or .Values.prometheus.containerSecurityContext.enabled .Values.prometheus.livenessProbe.enabled .Values.prometheus.readinessProbe.enabled }} + ## This monkey patching is needed until the securityContexts are + ## directly patchable via the CRD. + ## ref: https://github.com/prometheus-operator/prometheus-operator/issues/3947 + ## currently implemented with strategic merge + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/strategic-merge-patch.md + - name: prometheus + {{- if .Values.prometheus.containerSecurityContext.enabled }} + securityContext: {{- omit .Values.prometheus.containerSecurityContext "enabled" | toYaml | nindent 8 }} + {{- end }} + {{- if .Values.prometheus.livenessProbe.enabled }} + livenessProbe: + httpGet: + path: {{ .Values.prometheus.livenessProbe.path }} + port: main + scheme: HTTP + initialDelaySeconds: {{ .Values.prometheus.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.prometheus.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.prometheus.livenessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.prometheus.livenessProbe.failureThreshold }} + successThreshold: {{ .Values.prometheus.livenessProbe.successThreshold }} + {{- end }} + {{- if .Values.prometheus.readinessProbe.enabled }} + readinessProbe: + httpGet: + path: {{ .Values.prometheus.readinessProbe.path }} + port: main + scheme: HTTP + initialDelaySeconds: {{ .Values.prometheus.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.prometheus.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.prometheus.readinessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.prometheus.readinessProbe.failureThreshold }} + successThreshold: {{ .Values.prometheus.readinessProbe.successThreshold }} + {{- end }} + {{- end }} + {{- if or .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled .Values.operator.prometheusConfigReloader.livenessProbe.enabled .Values.operator.prometheusConfigReloader.readinessProbe.enabled }} + ## This monkey patching is needed until the securityContexts are + ## directly patchable via the CRD. + ## ref: https://github.com/prometheus-operator/prometheus-operator/issues/3947 + ## currently implemented with strategic merge + ## ref: https://github.com/prometheus-operator/prometheus-operator/blob/master/Documentation/user-guides/strategic-merge-patch.md + - name: config-reloader + {{- if .Values.operator.prometheusConfigReloader.containerSecurityContext.enabled }} + securityContext: {{- omit .Values.operator.prometheusConfigReloader.containerSecurityContext "enabled" | toYaml | nindent 8 }} + {{- end }} + {{- if .Values.operator.prometheusConfigReloader.livenessProbe.enabled }} + livenessProbe: + tcpSocket: + port: reloader-web + initialDelaySeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.operator.prometheusConfigReloader.livenessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.operator.prometheusConfigReloader.livenessProbe.failureThreshold }} + successThreshold: {{ .Values.operator.prometheusConfigReloader.livenessProbe.successThreshold }} + {{- end }} + {{- if .Values.operator.prometheusConfigReloader.readinessProbe.enabled }} + readinessProbe: + tcpSocket: + port: reloader-web + initialDelaySeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.initialDelaySeconds }} + periodSeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.periodSeconds }} + timeoutSeconds: {{ .Values.operator.prometheusConfigReloader.readinessProbe.timeoutSeconds }} + failureThreshold: {{ .Values.operator.prometheusConfigReloader.readinessProbe.failureThreshold }} + successThreshold: {{ .Values.operator.prometheusConfigReloader.readinessProbe.successThreshold }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.containers }} + {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.containers "context" $) | nindent 4 }} + {{- end }} + {{- end }} + {{- if .Values.prometheus.priorityClassName }} + priorityClassName: {{ .Values.prometheus.priorityClassName }} + {{- end }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/_servicemonitor.tpl b/premium/prometheus/17.11.1/templates/prometheus/_servicemonitor.tpl new file mode 100644 index 00000000000..20744f2c924 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/_servicemonitor.tpl @@ -0,0 +1,29 @@ +{{- define "prometheus.prometheus.servicemonitor" -}} +{{- if and .Values.prometheus.enabled .Values.prometheus.serviceMonitor.enabled }} +--- +apiVersion: monitoring.coreos.com/v1 +kind: ServiceMonitor +metadata: + name: {{ template "kube-prometheus.prometheus.fullname" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} +spec: + selector: + matchLabels: {{- include "kube-prometheus.prometheus.matchLabels" . | nindent 6 }} + namespaceSelector: + matchNames: + - {{ .Release.Namespace }} + endpoints: + - port: http + {{- if .Values.prometheus.serviceMonitor.interval }} + interval: {{ .Values.prometheus.serviceMonitor.interval }} + {{- end }} + path: {{ trimSuffix "/" .Values.prometheus.routePrefix }}/metrics + {{- if .Values.prometheus.serviceMonitor.metricRelabelings }} + metricRelabelings: {{- include "tc.v1.common.tplvalues.render" ( dict "value" .Values.prometheus.serviceMonitor.metricRelabelings "context" $) | nindent 8 }} + {{- end }} + {{- if .Values.prometheus.serviceMonitor.relabelings }} + relabelings: {{- toYaml .Values.prometheus.serviceMonitor.relabelings | nindent 8 }} + {{- end }} +{{- end }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/clusterrole.yaml b/premium/prometheus/17.11.1/templates/prometheus/clusterrole.yaml new file mode 100644 index 00000000000..ae96e2d45f8 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/clusterrole.yaml @@ -0,0 +1,41 @@ +{{- if .Values.prometheus.enabled -}} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRole +metadata: + name: {{ template "kube-prometheus.prometheus.fullname" . }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} +rules: + - apiGroups: + - "" + resources: + - nodes/metrics + verbs: + - get + - list + - watch + - apiGroups: + - "" + resources: + - nodes + - nodes/proxy + - services + - endpoints + - pods + verbs: + - "get" + - "list" + - "watch" + - apiGroups: + - extensions + - "networking.k8s.io" + resources: + - ingresses + verbs: + - get + - list + - watch + - nonResourceURLs: + - "/metrics" + verbs: + - "get" +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/clusterrolebinding.yaml b/premium/prometheus/17.11.1/templates/prometheus/clusterrolebinding.yaml new file mode 100644 index 00000000000..7ca10743f4a --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/clusterrolebinding.yaml @@ -0,0 +1,15 @@ +{{- if .Values.prometheus.enabled }} +apiVersion: rbac.authorization.k8s.io/v1 +kind: ClusterRoleBinding +metadata: + name: {{ template "kube-prometheus.prometheus.fullname" . }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} +roleRef: + apiGroup: rbac.authorization.k8s.io + kind: ClusterRole + name: {{ template "kube-prometheus.prometheus.fullname" . }} +subjects: + - kind: ServiceAccount + name: {{ template "kube-prometheus.prometheus.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} +{{- end }} diff --git a/premium/prometheus/17.11.1/templates/prometheus/serviceaccount.yaml b/premium/prometheus/17.11.1/templates/prometheus/serviceaccount.yaml new file mode 100644 index 00000000000..39539fc1191 --- /dev/null +++ b/premium/prometheus/17.11.1/templates/prometheus/serviceaccount.yaml @@ -0,0 +1,12 @@ +{{- if and .Values.prometheus.enabled .Values.prometheus.serviceAccount.create }} +apiVersion: v1 +kind: ServiceAccount +metadata: + name: {{ template "kube-prometheus.prometheus.serviceAccountName" . }} + namespace: {{ .Release.Namespace }} + labels: {{- include "kube-prometheus.prometheus.labels" . | nindent 4 }} + {{- if index .Values.prometheus.serviceAccount "annotations" }} + annotations: {{- include "tc.v1.common.tplvalues.render" (dict "value" .Values.prometheus.serviceAccount.annotations "context" $) | nindent 4 }} + {{- end }} +{{- include "kube-prometheus.imagePullSecrets" . }} +{{- end }} diff --git a/stable/adguard-home/9.5.1/values.yaml b/premium/prometheus/17.11.1/values.yaml similarity index 100% rename from stable/adguard-home/9.5.1/values.yaml rename to premium/prometheus/17.11.1/values.yaml diff --git a/premium/traefik/26.8.1/CHANGELOG.md b/premium/traefik/26.8.1/CHANGELOG.md deleted file mode 100644 index e8a9dde07e8..00000000000 --- a/premium/traefik/26.8.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) - - -## [traefik-26.8.0](https://github.com/truecharts/charts/compare/traefik-26.7.4...traefik-26.8.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - diff --git a/premium/traefik/26.8.1/Chart.yaml b/premium/traefik/26.8.1/Chart.yaml deleted file mode 100644 index 474b8de981c..00000000000 --- a/premium/traefik/26.8.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: 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.1.5 - 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.8.1 diff --git a/premium/traefik/26.8.1/app-changelog.md b/premium/traefik/26.8.1/app-changelog.md deleted file mode 100644 index 86e7f472abc..00000000000 --- a/premium/traefik/26.8.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [traefik-26.8.1](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.8.1) (2024-03-16) - -### Chore - - - -- 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)) \ No newline at end of file diff --git a/premium/traefik/26.8.1/charts/common-20.1.5.tgz b/premium/traefik/26.8.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/premium/traefik/26.8.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/premium/traefik/26.8.1/ix_values.yaml b/premium/traefik/26.8.1/ix_values.yaml deleted file mode 100644 index d8b731d292f..00000000000 --- a/premium/traefik/26.8.1/ix_values.yaml +++ /dev/null @@ -1,498 +0,0 @@ -image: - repository: tccr.io/tccr/traefik - tag: v2.11.0@sha256:64a9b5e4047fdccbb47805c15e01af80f4003e39a2f589cb92049629dc4ac82e - pullPolicy: IfNotPresent -manifestManager: - enabled: true -workload: - main: - replicas: 2 - strategy: RollingUpdate - podSpec: - containers: - main: - args: [] - probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" - # -- Readiness probe configuration - # @default -- See below - readiness: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" - # -- Startup probe configuration - # @default -- See below - startup: - # -- sets the probe type when not using a custom probe - # @default -- "TCP" - type: tcp - # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used - # @default -- "/" - # path: "/ping" -# -- Options for all pods -# Can be overruled per pod -podOptions: - automountServiceAccountToken: true -operator: - register: true -# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x -ingressClass: - # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 - enabled: false - isDefaultClass: false - # Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1" - fallbackApiVersion: "" -# -- Create an IngressRoute for the dashboard -ingressRoute: - dashboard: - enabled: true - # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) - annotations: {} - # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) - labels: {} -# -# -- Configure providers -providers: - kubernetesCRD: - enabled: true - namespaces: [] - # - "default" - kubernetesIngress: - enabled: true - # labelSelector: environment=production,method=traefik - namespaces: [] - # - "default" - # IP used for Kubernetes Ingress endpoints - publishedService: - enabled: true - # Published Kubernetes Service to copy status from. Format: namespace/servicename - # By default this Traefik service - # pathOverride: "" -# -- Logs -# https://docs.traefik.io/observability/logs/ -logs: - # Traefik logs concern everything that happens to Traefik itself (startup, configuration, events, shutdown, and so on). - general: - # By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. - level: ERROR - # -- Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format - format: common - access: - # To enable access logs - enabled: false - # To write the logs in an asynchronous fashion, specify a bufferingSize option. - # This option represents the number of log lines Traefik will keep in memory before writing - # them to the selected output. In some cases, this option can greatly help performances. - # bufferingSize: 100 - # Filtering https://docs.traefik.io/observability/access-logs/#filtering - filters: {} - # statuscodes: "200,300-302" - # retryattempts: true - # minduration: 10ms - # Fields - # https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers - fields: - general: - defaultmode: keep - names: {} - # Examples: - # ClientUsername: drop - headers: - defaultmode: drop - names: {} - # Examples: - # User-Agent: redact - # Authorization: drop - # Content-Type: keep - # -- Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format - format: common -metrics: - main: - enabled: true - type: servicemonitor - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - -globalArguments: - - "--global.checknewversion" - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - traefik.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -## -# -- Additional arguments to be passed at Traefik's binary -# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ -## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` -additionalArguments: - - "--serverstransport.insecureskipverify=true" - - "--providers.kubernetesingress.allowexternalnameservices=true" - -# -- Default clusterCertificate generated by clusterissuer -defaultCertificate: "" - -# -- Add custom DNSStore objects -tlsStore: {} - -# -- TLS Options to be created as TLSOption CRDs -# https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options -# Example: -tlsOptions: - default: - sniStrict: false - minVersion: VersionTLS12 - curvePreferences: - - CurveP521 - - CurveP384 - cipherSuites: - - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 - - TLS_AES_128_GCM_SHA256 - - TLS_AES_256_GCM_SHA384 - - TLS_CHACHA20_POLY1305_SHA256 -# -- Options for the main traefik service, where the entrypoints traffic comes from -# from. -service: - main: - type: LoadBalancer - ports: - main: - port: 9000 - targetPort: 9000 - protocol: http - # -- Forwarded Headers should never be enabled on Main entrypoint - forwardedHeaders: - enabled: false - # -- Proxy Protocol should never be enabled on Main entrypoint - proxyProtocol: - enabled: false - tcp: - enabled: true - type: LoadBalancer - ## In most cases, you want this changed to `Local` - externalTrafficPolicy: Cluster - ports: - web: - enabled: true - port: 80 - protocol: http - redirectTo: websecure - # Options: Empty, 0 (ingore), or positive int - # redirectPort: - # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support - forwardedHeaders: - enabled: false - # -- List of trusted IP and CIDR references - trustedIPs: [] - # -- Trust all forwarded headers - insecureMode: false - # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support - proxyProtocol: - enabled: false - # -- Only IPs in trustedIPs will lead to remote client address replacement - trustedIPs: [] - # -- Trust every incoming connection - insecureMode: false - websecure: - enabled: true - port: 443 - protocol: https - # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support - forwardedHeaders: - enabled: false - # -- List of trusted IP and CIDR references - trustedIPs: [] - # -- Trust all forwarded headers - insecureMode: false - # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support - proxyProtocol: - enabled: false - # -- Only IPs in trustedIPs will lead to remote client address replacement - trustedIPs: [] - # -- Trust every incoming connection - insecureMode: false - # tcpexample: - # enabled: true - # targetPort: 9443 - # protocol: tcp - # tls: - # enabled: false - # # this is the name of a TLSOption definition - # options: "" - # certResolver: "" - # domains: [] - # # - main: example.com - # # sans: - # # - foo.example.com - # # - bar.example.com - metrics: - enabled: true - type: ClusterIP - ports: - metrics: - enabled: true - port: 9180 - targetPort: 9180 - protocol: http - # -- Forwarded Headers should never be enabled on Metrics entrypoint - forwardedHeaders: - enabled: false - # -- Proxy Protocol should never be enabled on Metrics entrypoint - proxyProtocol: - enabled: false - # udp: - # enabled: false -# -- Whether Role Based Access Control objects like roles and rolebindings should be created -rbac: - main: - enabled: true - primary: true - clusterWide: true - rules: - - apiGroups: - - "" - resources: - - services - - endpoints - - secrets - verbs: - - get - - list - - watch - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses - - ingressclasses - verbs: - - get - - list - - watch - - apiGroups: - - extensions - - networking.k8s.io - resources: - - ingresses/status - verbs: - - update - - apiGroups: - - traefik.containo.us - - traefik.io - resources: - - middlewares - - middlewaretcps - - ingressroutes - - traefikservices - - ingressroutetcps - - ingressrouteudps - - tlsoptions - - tlsstores - - serverstransports - verbs: - - get - - list - - watch -# -- The service account the pods will use to interact with the Kubernetes API -serviceAccount: - main: - enabled: true - primary: true -# -- SCALE Middleware Handlers -middlewares: - basicAuth: [] - # - name: basicauthexample - # users: - # - username: testuser - # password: testpassword - forwardAuth: [] - # - name: forwardAuthexample - # address: https://auth.example.com/ - # authResponseHeaders: - # - X-Secret - # - X-Auth-User - # authRequestHeaders: - # - "Accept" - # - "X-CustomHeader" - # authResponseHeadersRegex: "^X-" - # trustForwardHeader: true - customRequestHeaders: [] - # - name: customRequestHeaderExample - # headers: - # - name: X-Custom-Header - # value: "foobar" - # - name: X-Header-To-Remove - # value: "" - customResponseHeaders: [] - # - name: customResponseHeaderExample - # headers: - # - name: X-Custom-Header - # value: "foobar" - # - name: X-Header-To-Remove - # value: "" - rewriteResponseHeaders: [] - # - name: rewriteResponseHeadersName - # headers: - # - name: "Location" - # regex: "^http://(.+)$" - # replacement: "https://$1" - # - name: "Date" - # regex: "^[^,]+,\\s*(.+)$" - # replacement: "$1" - customFrameOptionsValue: [] - # - name: customFrameOptionsValueExample - # value: "SAMEORIGIN" - buffering: [] - # - name: bufferingExample - # maxRequestBodyBytes: 1000000 - # memRequestBodyBytes: 1000000 - # maxResponseBodyBytes: 1000000 - # memResponseBodyBytes: 1000000 - # retryExpression: "IsNetworkError() && Attempts() < 2" - chain: [] - # - name: chainname - # middlewares: - # - name: compress - redirectScheme: [] - # - name: redirectSchemeName - # scheme: https - # permanent: true - rateLimit: [] - # - name: rateLimitName - # average: 300 - # burst: 200 - redirectRegex: [] - # - name: redirectRegexName - # regex: putregexhere - # replacement: replacementurlhere - # permanent: false - stripPrefixRegex: [] - # - name: stripPrefixRegexName - # regex: [] - ipWhiteList: [] - # - name: ipWhiteListName - # sourceRange: [] - # ipStrategy: - # depth: 2 - # excludedIPs: [] - themePark: [] - # - name: themeParkName - # -- Supported apps, lower case name - # -- https://docs.theme-park.dev/themes - # app: appnamehere - # -- Supported themes, lower case name - # -- https://docs.theme-park.dev/themes/APPNAMEHERE - # -- https://docs.theme-park.dev/community-themes - # theme: themenamehere - # -- https://theme-park.dev or a self hosted url - # baseUrl: https://theme-park.dev - # Sets X-Real-Ip with an IP from the X-Forwarded-For or - # Cf-Connecting-Ip (If from Cloudflare) - # Evaluation of those headers will go from last to first - realIP: [] - # - name: realIPName - # -- The real IP will be the first one that is - # -- not included in any of the CIDRs passed here - # excludedNetworks: - # - 1.1.1.1/24 - addPrefix: [] - # - name: addPrefixName - # prefix: "/foo" - geoBlock: [] - # -- https://github.com/PascalMinder/geoblock - # - name: geoBlockName - # allowLocalRequests: true - # logLocalRequests: false - # logAllowedRequests: false - # logApiRequests: false - # api: https://get.geojs.io/v1/ip/country/{ip} - # apiTimeoutMs: 500 - # cacheSize: 25 - # forceMonthlyUpdate: true - # allowUnknownCountries: false - # unknownCountryApiResponse: nil - # blackListMode: false - # countries: - # - RU - modsecurity: [] - # - name: modsecurityName - # modSecurityUrl: modSecurity container URL - # timeoutMillis: Configurated timeout - # maxBodySize: maxBodySize - bouncer: [] - # - name: bouncer - # enabled: false - # logLevel: DEBUG - # updateIntervalSeconds: 60 - # defaultDecisionSeconds: 60 - # httpTimeoutSeconds: 10 - # crowdsecMode: live - # crowdsecAppsecEnabled: false - # crowdsecAppsecHost: crowdsec:7422 - # crowdsecAppsecFailureBlock: true - # crowdsecLapiKey: privateKey-foo - # crowdsecLapiKeyFile: /etc/traefik/cs-privateKey-foo - # crowdsecLapiHost: crowdsec:8080 - # crowdsecLapiScheme: http - # crowdsecLapiTLSInsecureVerify: false - # crowdsecCapiMachineId: login - # crowdsecCapiPassword: password - # crowdsecCapiScenarios: - # - crowdsecurity/http-path-traversal-probing - # - crowdsecurity/http-xss-probing - # - crowdsecurity/http-generic-bf - # forwardedHeadersTrustedIPs: - # - 10.0.10.23/32 - # - 10.0.20.0/24 - # clientTrustedIPs: - # - 192.168.1.0/24 - # forwardedHeadersCustomName: X-Custom-Header - # redisCacheEnabled: false - # redisCacheHost: "redis:6379" - # redisCachePassword: password - # redisCacheDatabase: "5" - # crowdsecLapiTLSCertificateAuthority: |- - # crowdsecLapiTLSCertificateAuthorityFile: /etc/traefik/crowdsec-certs/ca.pem - # crowdsecLapiTLSCertificateBouncer: |- - # crowdsecLapiTLSCertificateBouncerFile: /etc/traefik/crowdsec-certs/bouncer.pem - # crowdsecLapiTLSCertificateBouncerKey: |- - # crowdsecLapiTLSCertificateBouncerKeyFile: /etc/traefik/crowdsec-certs/bouncer-key.pem - ## Note: body of every request will be buffered in memory while the request is in-flight - ## (i.e.: during the security check and during the request processing by traefik and the backend), - ## so you may want to tune maxBodySize depending on how much RAM you have. -portalhook: - enabled: true -persistence: - plugins: - enabled: true - mountPath: "/plugins-storage" - type: emptyDir - crowdsec-bouncer-tls: - enabled: "{{ if .Values.middlewares.bouncer }}true{{ else }}false{{ end }}" - mountPath: "/etc/traefik/crowdsec-certs" - type: secret - expandObjectName: false - objectName: crowdsec-bouncer-tls -portal: - open: - enabled: true - path: /dashboard/ diff --git a/stable/adguardhome-sync/6.5.2/.helmignore b/premium/traefik/26.9.3/.helmignore similarity index 100% rename from stable/adguardhome-sync/6.5.2/.helmignore rename to premium/traefik/26.9.3/.helmignore diff --git a/premium/traefik/26.9.3/CHANGELOG.md b/premium/traefik/26.9.3/CHANGELOG.md new file mode 100644 index 00000000000..099dddb5286 --- /dev/null +++ b/premium/traefik/26.9.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-26.9.3](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.3) (2024-03-17) + +### Chore + + + +- update container 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)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17) + +### Chore + + + +- 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)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17) + +### Chore + + + +- 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)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17) + +### Chore + + + +- 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)) + +### Fix + + + +- Fix ECDSA certs with TLS 1.2 ([#19377](https://github.com/truecharts/charts/issues/19377)) + + +## [traefik-26.9.2](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.2) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/premium/traefik/26.9.3/Chart.yaml b/premium/traefik/26.9.3/Chart.yaml new file mode 100644 index 00000000000..af33a836af3 --- /dev/null +++ b/premium/traefik/26.9.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: 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.2 + 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.3 diff --git a/premium/traefik/26.8.1/README.md b/premium/traefik/26.9.3/README.md similarity index 100% rename from premium/traefik/26.8.1/README.md rename to premium/traefik/26.9.3/README.md diff --git a/premium/traefik/26.9.3/app-changelog.md b/premium/traefik/26.9.3/app-changelog.md new file mode 100644 index 00000000000..79bada11a9b --- /dev/null +++ b/premium/traefik/26.9.3/app-changelog.md @@ -0,0 +1,21 @@ + + +## [traefik-26.9.3](https://github.com/truecharts/charts/compare/traefik-26.8.0...traefik-26.9.3) (2024-03-17) + +### Chore + + + +- update container 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)) + +### 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.8.1/app-readme.md b/premium/traefik/26.9.3/app-readme.md similarity index 100% rename from premium/traefik/26.8.1/app-readme.md rename to premium/traefik/26.9.3/app-readme.md diff --git a/premium/traefik/26.9.3/charts/common-20.2.2.tgz b/premium/traefik/26.9.3/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/traefik/26.9.3/charts/common-20.2.2.tgz differ diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_ingressroutes.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_ingressroutes.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_ingressroutes.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_ingressroutes.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_ingressroutetcps.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_ingressroutetcps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_ingressroutetcps.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_ingressroutetcps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_ingressrouteudps.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_ingressrouteudps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_ingressrouteudps.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_ingressrouteudps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_middlewares.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_middlewares.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_middlewares.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_middlewares.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_middlewaretcps.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_middlewaretcps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_middlewaretcps.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_middlewaretcps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_serverstransports.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_serverstransports.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_serverstransports.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_serverstransports.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_tlsoptions.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_tlsoptions.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_tlsoptions.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_tlsoptions.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_tlsstores.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_tlsstores.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_tlsstores.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_tlsstores.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.containo.us_traefikservices.yaml b/premium/traefik/26.9.3/crds/traefik.containo.us_traefikservices.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.containo.us_traefikservices.yaml rename to premium/traefik/26.9.3/crds/traefik.containo.us_traefikservices.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_ingressroutes.yaml b/premium/traefik/26.9.3/crds/traefik.io_ingressroutes.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_ingressroutes.yaml rename to premium/traefik/26.9.3/crds/traefik.io_ingressroutes.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_ingressroutetcps.yaml b/premium/traefik/26.9.3/crds/traefik.io_ingressroutetcps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_ingressroutetcps.yaml rename to premium/traefik/26.9.3/crds/traefik.io_ingressroutetcps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_ingressrouteudps.yaml b/premium/traefik/26.9.3/crds/traefik.io_ingressrouteudps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_ingressrouteudps.yaml rename to premium/traefik/26.9.3/crds/traefik.io_ingressrouteudps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_middlewares.yaml b/premium/traefik/26.9.3/crds/traefik.io_middlewares.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_middlewares.yaml rename to premium/traefik/26.9.3/crds/traefik.io_middlewares.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_middlewaretcps.yaml b/premium/traefik/26.9.3/crds/traefik.io_middlewaretcps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_middlewaretcps.yaml rename to premium/traefik/26.9.3/crds/traefik.io_middlewaretcps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_serverstransports.yaml b/premium/traefik/26.9.3/crds/traefik.io_serverstransports.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_serverstransports.yaml rename to premium/traefik/26.9.3/crds/traefik.io_serverstransports.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_serverstransporttcps.yaml b/premium/traefik/26.9.3/crds/traefik.io_serverstransporttcps.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_serverstransporttcps.yaml rename to premium/traefik/26.9.3/crds/traefik.io_serverstransporttcps.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_tlsoptions.yaml b/premium/traefik/26.9.3/crds/traefik.io_tlsoptions.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_tlsoptions.yaml rename to premium/traefik/26.9.3/crds/traefik.io_tlsoptions.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_tlsstores.yaml b/premium/traefik/26.9.3/crds/traefik.io_tlsstores.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_tlsstores.yaml rename to premium/traefik/26.9.3/crds/traefik.io_tlsstores.yaml diff --git a/premium/traefik/26.8.1/crds/traefik.io_traefikservices.yaml b/premium/traefik/26.9.3/crds/traefik.io_traefikservices.yaml similarity index 100% rename from premium/traefik/26.8.1/crds/traefik.io_traefikservices.yaml rename to premium/traefik/26.9.3/crds/traefik.io_traefikservices.yaml diff --git a/premium/traefik/26.8.1/dashboard.json b/premium/traefik/26.9.3/dashboard.json similarity index 100% rename from premium/traefik/26.8.1/dashboard.json rename to premium/traefik/26.9.3/dashboard.json diff --git a/premium/traefik/26.9.3/ix_values.yaml b/premium/traefik/26.9.3/ix_values.yaml new file mode 100644 index 00000000000..cd4571461e3 --- /dev/null +++ b/premium/traefik/26.9.3/ix_values.yaml @@ -0,0 +1,502 @@ +image: + repository: tccr.io/tccr/traefik + tag: v2.11.0@sha256:543615fc27b7fb2605cf799aa627b368f4d9fe5f1a87c6b7ff6879b075694c44 + pullPolicy: IfNotPresent +manifestManager: + enabled: true +workload: + main: + replicas: 2 + strategy: RollingUpdate + podSpec: + containers: + main: + args: [] + probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" + # -- Readiness probe configuration + # @default -- See below + readiness: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" + # -- Startup probe configuration + # @default -- See below + startup: + # -- sets the probe type when not using a custom probe + # @default -- "TCP" + type: tcp + # -- If a HTTP probe is used (default for HTTP/HTTPS services) this path is used + # @default -- "/" + # path: "/ping" +# -- Options for all pods +# Can be overruled per pod +podOptions: + automountServiceAccountToken: true +operator: + register: true +# -- Use ingressClass. Ignored if Traefik version < 2.3 / kubernetes < 1.18.x +ingressClass: + # true is not unit-testable yet, pending https://github.com/rancher/helm-unittest/pull/12 + enabled: false + isDefaultClass: false + # Use to force a networking.k8s.io API Version for certain CI/CD applications. E.g. "v1beta1" + fallbackApiVersion: "" +# -- Create an IngressRoute for the dashboard +ingressRoute: + dashboard: + enabled: true + # Additional ingressRoute annotations (e.g. for kubernetes.io/ingress.class) + annotations: {} + # Additional ingressRoute labels (e.g. for filtering IngressRoute by custom labels) + labels: {} +# +# -- Configure providers +providers: + kubernetesCRD: + enabled: true + namespaces: [] + # - "default" + kubernetesIngress: + enabled: true + # labelSelector: environment=production,method=traefik + namespaces: [] + # - "default" + # IP used for Kubernetes Ingress endpoints + publishedService: + enabled: true + # Published Kubernetes Service to copy status from. Format: namespace/servicename + # By default this Traefik service + # pathOverride: "" +# -- Logs +# https://docs.traefik.io/observability/logs/ +logs: + # Traefik logs concern everything that happens to Traefik itself (startup, configuration, events, shutdown, and so on). + general: + # By default, the level is set to ERROR. Alternative logging levels are DEBUG, PANIC, FATAL, ERROR, WARN, and INFO. + level: ERROR + # -- Set the format of General Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/logs/#format + format: common + access: + # To enable access logs + enabled: false + # To write the logs in an asynchronous fashion, specify a bufferingSize option. + # This option represents the number of log lines Traefik will keep in memory before writing + # them to the selected output. In some cases, this option can greatly help performances. + # bufferingSize: 100 + # Filtering https://docs.traefik.io/observability/access-logs/#filtering + filters: {} + # statuscodes: "200,300-302" + # retryattempts: true + # minduration: 10ms + # Fields + # https://docs.traefik.io/observability/access-logs/#limiting-the-fieldsincluding-headers + fields: + general: + defaultmode: keep + names: {} + # Examples: + # ClientUsername: drop + headers: + defaultmode: drop + names: {} + # Examples: + # User-Agent: redact + # Authorization: drop + # Content-Type: keep + # -- Set the format of Access Logs to be either Common Log Format or JSON. For more information: https://doc.traefik.io/traefik/observability/access-logs/#format + format: common +metrics: + main: + enabled: true + type: servicemonitor + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + +globalArguments: + - "--global.checknewversion" + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + traefik.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +## +# -- Additional arguments to be passed at Traefik's binary +# All available options available on https://docs.traefik.io/reference/static-configuration/cli/ +## Use curly braces to pass values: `helm install --set="additionalArguments={--providers.kubernetesingress.ingressclass=traefik-internal,--log.level=DEBUG}"` +additionalArguments: + - "--serverstransport.insecureskipverify=true" + - "--providers.kubernetesingress.allowexternalnameservices=true" + +# -- Default clusterCertificate generated by clusterissuer +defaultCertificate: "" + +# -- Add custom DNSStore objects +tlsStore: {} + +# -- TLS Options to be created as TLSOption CRDs +# https://doc.traefik.io/tccr.io/truecharts/https/tls/#tls-options +# Example: +tlsOptions: + default: + sniStrict: false + minVersion: VersionTLS12 + curvePreferences: + - CurveP521 + - CurveP384 + - X25519 + cipherSuites: + - TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 + - TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 + - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 + - TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 + - TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 + - TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 + - TLS_AES_128_GCM_SHA256 + - TLS_AES_256_GCM_SHA384 + - TLS_CHACHA20_POLY1305_SHA256 +# -- Options for the main traefik service, where the entrypoints traffic comes from +# from. +service: + main: + type: LoadBalancer + ports: + main: + port: 9000 + targetPort: 9000 + protocol: http + # -- Forwarded Headers should never be enabled on Main entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Main entrypoint + proxyProtocol: + enabled: false + tcp: + enabled: true + type: LoadBalancer + ## In most cases, you want this changed to `Local` + externalTrafficPolicy: Cluster + ports: + web: + enabled: true + port: 80 + protocol: http + redirectTo: websecure + # Options: Empty, 0 (ingore), or positive int + # redirectPort: + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + websecure: + enabled: true + port: 443 + protocol: https + # -- Configure (Forwarded Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#forwarded-headers] Support + forwardedHeaders: + enabled: false + # -- List of trusted IP and CIDR references + trustedIPs: [] + # -- Trust all forwarded headers + insecureMode: false + # -- Configure (Proxy Protocol Headers)[https://doc.traefik.io/traefik/routing/entrypoints/#proxyprotocol] Support + proxyProtocol: + enabled: false + # -- Only IPs in trustedIPs will lead to remote client address replacement + trustedIPs: [] + # -- Trust every incoming connection + insecureMode: false + # tcpexample: + # enabled: true + # targetPort: 9443 + # protocol: tcp + # tls: + # enabled: false + # # this is the name of a TLSOption definition + # options: "" + # certResolver: "" + # domains: [] + # # - main: example.com + # # sans: + # # - foo.example.com + # # - bar.example.com + metrics: + enabled: true + type: ClusterIP + ports: + metrics: + enabled: true + port: 9180 + targetPort: 9180 + protocol: http + # -- Forwarded Headers should never be enabled on Metrics entrypoint + forwardedHeaders: + enabled: false + # -- Proxy Protocol should never be enabled on Metrics entrypoint + proxyProtocol: + enabled: false + # udp: + # enabled: false +# -- Whether Role Based Access Control objects like roles and rolebindings should be created +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - "" + resources: + - services + - endpoints + - secrets + verbs: + - get + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses + - ingressclasses + verbs: + - get + - list + - watch + - apiGroups: + - extensions + - networking.k8s.io + resources: + - ingresses/status + verbs: + - update + - apiGroups: + - traefik.containo.us + - traefik.io + resources: + - middlewares + - middlewaretcps + - ingressroutes + - traefikservices + - ingressroutetcps + - ingressrouteudps + - tlsoptions + - tlsstores + - serverstransports + verbs: + - get + - list + - watch +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true +# -- SCALE Middleware Handlers +middlewares: + basicAuth: [] + # - name: basicauthexample + # users: + # - username: testuser + # password: testpassword + forwardAuth: [] + # - name: forwardAuthexample + # address: https://auth.example.com/ + # authResponseHeaders: + # - X-Secret + # - X-Auth-User + # authRequestHeaders: + # - "Accept" + # - "X-CustomHeader" + # authResponseHeadersRegex: "^X-" + # trustForwardHeader: true + customRequestHeaders: [] + # - name: customRequestHeaderExample + # headers: + # - name: X-Custom-Header + # value: "foobar" + # - name: X-Header-To-Remove + # value: "" + customResponseHeaders: [] + # - name: customResponseHeaderExample + # headers: + # - name: X-Custom-Header + # value: "foobar" + # - name: X-Header-To-Remove + # value: "" + rewriteResponseHeaders: [] + # - name: rewriteResponseHeadersName + # headers: + # - name: "Location" + # regex: "^http://(.+)$" + # replacement: "https://$1" + # - name: "Date" + # regex: "^[^,]+,\\s*(.+)$" + # replacement: "$1" + customFrameOptionsValue: [] + # - name: customFrameOptionsValueExample + # value: "SAMEORIGIN" + buffering: [] + # - name: bufferingExample + # maxRequestBodyBytes: 1000000 + # memRequestBodyBytes: 1000000 + # maxResponseBodyBytes: 1000000 + # memResponseBodyBytes: 1000000 + # retryExpression: "IsNetworkError() && Attempts() < 2" + chain: [] + # - name: chainname + # middlewares: + # - name: compress + redirectScheme: [] + # - name: redirectSchemeName + # scheme: https + # permanent: true + rateLimit: [] + # - name: rateLimitName + # average: 300 + # burst: 200 + redirectRegex: [] + # - name: redirectRegexName + # regex: putregexhere + # replacement: replacementurlhere + # permanent: false + stripPrefixRegex: [] + # - name: stripPrefixRegexName + # regex: [] + ipWhiteList: [] + # - name: ipWhiteListName + # sourceRange: [] + # ipStrategy: + # depth: 2 + # excludedIPs: [] + themePark: [] + # - name: themeParkName + # -- Supported apps, lower case name + # -- https://docs.theme-park.dev/themes + # app: appnamehere + # -- Supported themes, lower case name + # -- https://docs.theme-park.dev/themes/APPNAMEHERE + # -- https://docs.theme-park.dev/community-themes + # theme: themenamehere + # -- https://theme-park.dev or a self hosted url + # baseUrl: https://theme-park.dev + # Sets X-Real-Ip with an IP from the X-Forwarded-For or + # Cf-Connecting-Ip (If from Cloudflare) + # Evaluation of those headers will go from last to first + realIP: [] + # - name: realIPName + # -- The real IP will be the first one that is + # -- not included in any of the CIDRs passed here + # excludedNetworks: + # - 1.1.1.1/24 + addPrefix: [] + # - name: addPrefixName + # prefix: "/foo" + geoBlock: [] + # -- https://github.com/PascalMinder/geoblock + # - name: geoBlockName + # allowLocalRequests: true + # logLocalRequests: false + # logAllowedRequests: false + # logApiRequests: false + # api: https://get.geojs.io/v1/ip/country/{ip} + # apiTimeoutMs: 500 + # cacheSize: 25 + # forceMonthlyUpdate: true + # allowUnknownCountries: false + # unknownCountryApiResponse: nil + # blackListMode: false + # countries: + # - RU + modsecurity: [] + # - name: modsecurityName + # modSecurityUrl: modSecurity container URL + # timeoutMillis: Configurated timeout + # maxBodySize: maxBodySize + bouncer: [] + # - name: bouncer + # enabled: false + # logLevel: DEBUG + # updateIntervalSeconds: 60 + # defaultDecisionSeconds: 60 + # httpTimeoutSeconds: 10 + # crowdsecMode: live + # crowdsecAppsecEnabled: false + # crowdsecAppsecHost: crowdsec:7422 + # crowdsecAppsecFailureBlock: true + # crowdsecLapiKey: privateKey-foo + # crowdsecLapiKeyFile: /etc/traefik/cs-privateKey-foo + # crowdsecLapiHost: crowdsec:8080 + # crowdsecLapiScheme: http + # crowdsecLapiTLSInsecureVerify: false + # crowdsecCapiMachineId: login + # crowdsecCapiPassword: password + # crowdsecCapiScenarios: + # - crowdsecurity/http-path-traversal-probing + # - crowdsecurity/http-xss-probing + # - crowdsecurity/http-generic-bf + # forwardedHeadersTrustedIPs: + # - 10.0.10.23/32 + # - 10.0.20.0/24 + # clientTrustedIPs: + # - 192.168.1.0/24 + # forwardedHeadersCustomName: X-Custom-Header + # redisCacheEnabled: false + # redisCacheHost: "redis:6379" + # redisCachePassword: password + # redisCacheDatabase: "5" + # crowdsecLapiTLSCertificateAuthority: |- + # crowdsecLapiTLSCertificateAuthorityFile: /etc/traefik/crowdsec-certs/ca.pem + # crowdsecLapiTLSCertificateBouncer: |- + # crowdsecLapiTLSCertificateBouncerFile: /etc/traefik/crowdsec-certs/bouncer.pem + # crowdsecLapiTLSCertificateBouncerKey: |- + # crowdsecLapiTLSCertificateBouncerKeyFile: /etc/traefik/crowdsec-certs/bouncer-key.pem + ## Note: body of every request will be buffered in memory while the request is in-flight + ## (i.e.: during the security check and during the request processing by traefik and the backend), + ## so you may want to tune maxBodySize depending on how much RAM you have. +portalhook: + enabled: true +persistence: + plugins: + enabled: true + mountPath: "/plugins-storage" + type: emptyDir + crowdsec-bouncer-tls: + enabled: "{{ if .Values.middlewares.bouncer }}true{{ else }}false{{ end }}" + mountPath: "/etc/traefik/crowdsec-certs" + type: secret + expandObjectName: false + objectName: crowdsec-bouncer-tls +portal: + open: + enabled: true + path: /dashboard/ diff --git a/premium/traefik/26.8.1/questions.yaml b/premium/traefik/26.9.3/questions.yaml similarity index 100% rename from premium/traefik/26.8.1/questions.yaml rename to premium/traefik/26.9.3/questions.yaml diff --git a/stable/airdcpp-webclient/10.5.1/templates/NOTES.txt b/premium/traefik/26.9.3/templates/NOTES.txt similarity index 100% rename from stable/airdcpp-webclient/10.5.1/templates/NOTES.txt rename to premium/traefik/26.9.3/templates/NOTES.txt diff --git a/premium/traefik/26.8.1/templates/_args.tpl b/premium/traefik/26.9.3/templates/_args.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_args.tpl rename to premium/traefik/26.9.3/templates/_args.tpl diff --git a/premium/traefik/26.8.1/templates/_helpers.tpl b/premium/traefik/26.9.3/templates/_helpers.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_helpers.tpl rename to premium/traefik/26.9.3/templates/_helpers.tpl diff --git a/premium/traefik/26.8.1/templates/_ingressclass.tpl b/premium/traefik/26.9.3/templates/_ingressclass.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_ingressclass.tpl rename to premium/traefik/26.9.3/templates/_ingressclass.tpl diff --git a/premium/traefik/26.8.1/templates/_ingressroute.tpl b/premium/traefik/26.9.3/templates/_ingressroute.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_ingressroute.tpl rename to premium/traefik/26.9.3/templates/_ingressroute.tpl diff --git a/premium/traefik/26.8.1/templates/_portalhook.tpl b/premium/traefik/26.9.3/templates/_portalhook.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_portalhook.tpl rename to premium/traefik/26.9.3/templates/_portalhook.tpl diff --git a/premium/traefik/26.8.1/templates/_tlsoptions.tpl b/premium/traefik/26.9.3/templates/_tlsoptions.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_tlsoptions.tpl rename to premium/traefik/26.9.3/templates/_tlsoptions.tpl diff --git a/premium/traefik/26.8.1/templates/_tlsstore.tpl b/premium/traefik/26.9.3/templates/_tlsstore.tpl similarity index 100% rename from premium/traefik/26.8.1/templates/_tlsstore.tpl rename to premium/traefik/26.9.3/templates/_tlsstore.tpl diff --git a/premium/traefik/26.8.1/templates/common.yaml b/premium/traefik/26.9.3/templates/common.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/common.yaml rename to premium/traefik/26.9.3/templates/common.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/addPrefix.yaml b/premium/traefik/26.9.3/templates/middlewares/addPrefix.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/addPrefix.yaml rename to premium/traefik/26.9.3/templates/middlewares/addPrefix.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/basic-middleware.yaml b/premium/traefik/26.9.3/templates/middlewares/basic-middleware.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/basic-middleware.yaml rename to premium/traefik/26.9.3/templates/middlewares/basic-middleware.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/basicauth.yaml b/premium/traefik/26.9.3/templates/middlewares/basicauth.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/basicauth.yaml rename to premium/traefik/26.9.3/templates/middlewares/basicauth.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/bouncer.yaml b/premium/traefik/26.9.3/templates/middlewares/bouncer.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/bouncer.yaml rename to premium/traefik/26.9.3/templates/middlewares/bouncer.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/buffering.yaml b/premium/traefik/26.9.3/templates/middlewares/buffering.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/buffering.yaml rename to premium/traefik/26.9.3/templates/middlewares/buffering.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/chain.yaml b/premium/traefik/26.9.3/templates/middlewares/chain.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/chain.yaml rename to premium/traefik/26.9.3/templates/middlewares/chain.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/customFrameOptionsValue.yaml b/premium/traefik/26.9.3/templates/middlewares/customFrameOptionsValue.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/customFrameOptionsValue.yaml rename to premium/traefik/26.9.3/templates/middlewares/customFrameOptionsValue.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/customRequestHeaders.yaml b/premium/traefik/26.9.3/templates/middlewares/customRequestHeaders.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/customRequestHeaders.yaml rename to premium/traefik/26.9.3/templates/middlewares/customRequestHeaders.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/customResponseHeaders.yaml b/premium/traefik/26.9.3/templates/middlewares/customResponseHeaders.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/customResponseHeaders.yaml rename to premium/traefik/26.9.3/templates/middlewares/customResponseHeaders.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/forwardauth.yaml b/premium/traefik/26.9.3/templates/middlewares/forwardauth.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/forwardauth.yaml rename to premium/traefik/26.9.3/templates/middlewares/forwardauth.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/geoblock.yaml b/premium/traefik/26.9.3/templates/middlewares/geoblock.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/geoblock.yaml rename to premium/traefik/26.9.3/templates/middlewares/geoblock.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/ipwhitelist.yaml b/premium/traefik/26.9.3/templates/middlewares/ipwhitelist.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/ipwhitelist.yaml rename to premium/traefik/26.9.3/templates/middlewares/ipwhitelist.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/modsecurity.yaml b/premium/traefik/26.9.3/templates/middlewares/modsecurity.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/modsecurity.yaml rename to premium/traefik/26.9.3/templates/middlewares/modsecurity.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/ratelimit.yaml b/premium/traefik/26.9.3/templates/middlewares/ratelimit.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/ratelimit.yaml rename to premium/traefik/26.9.3/templates/middlewares/ratelimit.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/real-ip.yaml b/premium/traefik/26.9.3/templates/middlewares/real-ip.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/real-ip.yaml rename to premium/traefik/26.9.3/templates/middlewares/real-ip.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/redirectScheme.yaml b/premium/traefik/26.9.3/templates/middlewares/redirectScheme.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/redirectScheme.yaml rename to premium/traefik/26.9.3/templates/middlewares/redirectScheme.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/redirectregex.yaml b/premium/traefik/26.9.3/templates/middlewares/redirectregex.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/redirectregex.yaml rename to premium/traefik/26.9.3/templates/middlewares/redirectregex.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/rewriteResponseHeaders.yaml b/premium/traefik/26.9.3/templates/middlewares/rewriteResponseHeaders.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/rewriteResponseHeaders.yaml rename to premium/traefik/26.9.3/templates/middlewares/rewriteResponseHeaders.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/stripPrefixRegex.yaml b/premium/traefik/26.9.3/templates/middlewares/stripPrefixRegex.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/stripPrefixRegex.yaml rename to premium/traefik/26.9.3/templates/middlewares/stripPrefixRegex.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/tc-chains.yaml b/premium/traefik/26.9.3/templates/middlewares/tc-chains.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/tc-chains.yaml rename to premium/traefik/26.9.3/templates/middlewares/tc-chains.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/tc-headers.yaml b/premium/traefik/26.9.3/templates/middlewares/tc-headers.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/tc-headers.yaml rename to premium/traefik/26.9.3/templates/middlewares/tc-headers.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/tc-nextcloud.yaml b/premium/traefik/26.9.3/templates/middlewares/tc-nextcloud.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/tc-nextcloud.yaml rename to premium/traefik/26.9.3/templates/middlewares/tc-nextcloud.yaml diff --git a/premium/traefik/26.8.1/templates/middlewares/theme-park.yaml b/premium/traefik/26.9.3/templates/middlewares/theme-park.yaml similarity index 100% rename from premium/traefik/26.8.1/templates/middlewares/theme-park.yaml rename to premium/traefik/26.9.3/templates/middlewares/theme-park.yaml diff --git a/stable/adguardhome-sync/6.5.2/values.yaml b/premium/traefik/26.9.3/values.yaml similarity index 100% rename from stable/adguardhome-sync/6.5.2/values.yaml rename to premium/traefik/26.9.3/values.yaml diff --git a/stable/adminer/8.5.2/.helmignore b/premium/vaultwarden/26.7.1/.helmignore similarity index 100% rename from stable/adminer/8.5.2/.helmignore rename to premium/vaultwarden/26.7.1/.helmignore diff --git a/premium/vaultwarden/26.7.1/CHANGELOG.md b/premium/vaultwarden/26.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3d9da6524be --- /dev/null +++ b/premium/vaultwarden/26.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vaultwarden-26.7.1](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/premium/vaultwarden/26.7.1/Chart.yaml new file mode 100644 index 00000000000..72c708b84c5 --- /dev/null +++ b/premium/vaultwarden/26.7.1/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.2 + 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.1 diff --git a/premium/vaultwarden/26.7.1/README.md b/premium/vaultwarden/26.7.1/README.md new file mode 100644 index 00000000000..440d727b779 --- /dev/null +++ b/premium/vaultwarden/26.7.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/premium/vaultwarden) + +**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/premium/vaultwarden/26.7.1/app-changelog.md b/premium/vaultwarden/26.7.1/app-changelog.md new file mode 100644 index 00000000000..6cdf798295d --- /dev/null +++ b/premium/vaultwarden/26.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [vaultwarden-26.7.1](https://github.com/truecharts/charts/compare/vaultwarden-26.6.0...vaultwarden-26.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/premium/vaultwarden/26.7.1/app-readme.md new file mode 100644 index 00000000000..436c777e024 --- /dev/null +++ b/premium/vaultwarden/26.7.1/app-readme.md @@ -0,0 +1,8 @@ +Unofficial Bitwarden compatible server written in Rust + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/premium/vaultwarden](https://truecharts.org/charts/premium/vaultwarden) + +--- + +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/vaultwarden/26.7.1/charts/common-20.2.2.tgz b/premium/vaultwarden/26.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/premium/vaultwarden/26.7.1/charts/common-20.2.2.tgz differ diff --git a/premium/vaultwarden/26.7.1/ix_values.yaml b/premium/vaultwarden/26.7.1/ix_values.yaml new file mode 100644 index 00000000000..aecc21666d4 --- /dev/null +++ b/premium/vaultwarden/26.7.1/ix_values.yaml @@ -0,0 +1,152 @@ +image: + repository: docker.io/vaultwarden/server + pullPolicy: IfNotPresent + tag: 1.30.5@sha256:edb8e2bab9cbca22e555638294db9b3657ffbb6e5d149a29d7ccdb243e3c71e0 +manifestManager: + enabled: true +service: + main: + ports: + main: + port: 10102 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + env: + DOMAIN: "https://{{ if .Values.ingress }}{{ if .Values.ingress.main.enabled }}{{ ( index .Values.ingress.main.hosts 0 ).host }}{{ else }}placeholder.com{{ end }}{{ else }}placeholder.com{{ end }}" + DATABASE_URL: + secretKeyRef: + name: cnpg-main-urls + key: std + envFrom: + - configMapRef: + name: vaultwardenconfig + - secretRef: + name: vaultwardensecret +database: + # -- Database type, + # must be one of: 'sqlite', 'mysql' or 'postgresql'. + type: postgresql + # -- Enable DB Write-Ahead-Log for SQLite, + # disabled for other databases. https://github.com/dani-garcia/bitwarden_rs/wiki/Running-without-WAL-enabled + wal: true + ## URL for external databases (mysql://user:pass@host:port or postgresql://user:pass@host:port). + # url: "" + ## Set the size of the database connection pool. + # maxConnections: 10 + ## Connection retries during startup, 0 for infinite. 1 second between retries. + # retries: 15 +# Set Bitwarden_rs application variables +vaultwarden: + # -- Allow any user to sign-up + # see: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-registration-of-new-users + allowSignups: true + ## Whitelist domains allowed to sign-up. 'allowSignups' is ignored if set. + # signupDomains: + # - domain.tld + # -- Verify e-mail before login is enabled. + # SMTP must be enabled. + verifySignup: false + # When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled. + requireEmail: false + ## Maximum attempts before an email token is reset and a new email will need to be sent. + # emailAttempts: 3 + ## Email token validity in seconds. + # emailTokenExpiration: 600 + # Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-invitations + allowInvitation: true + # Show password hints: https://github.com/dani-garcia/bitwarden_rs/wiki/Password-hint-display + ## Default organization name in invitation e-mails that are not coming from a specific organization. + # defaultInviteName: "" + showPasswordHint: true + # Enable Web Vault (static content). https://github.com/dani-garcia/bitwarden_rs/wiki/Disabling-or-overriding-the-Vault-interface-hosting + enableWebVault: true + # Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users. + orgCreationUsers: all + ## Limit attachment disk usage per organization. + # attachmentLimitOrg: + ## Limit attachment disk usage per user. + # attachmentLimitUser: + ## HaveIBeenPwned API Key. Can be purchased at https://haveibeenpwned.com/API/Key. + # hibpApiKey: + + admin: + # Enable admin portal. + enabled: false + # Disabling the admin token will make the admin portal accessible to anyone, use carefully: https://github.com/dani-garcia/bitwarden_rs/wiki/Disable-admin-token + disableAdminToken: false + ## Token for admin login, will be generated if not defined. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-admin-page + # token: + # Enable SMTP. https://github.com/dani-garcia/bitwarden_rs/wiki/SMTP-configuration + smtp: + enabled: false + # SMTP hostname, required if SMTP is enabled. + host: "" + # SMTP sender e-mail address, required if SMTP is enabled. + from: "" + ## SMTP sender name, defaults to 'Bitwarden_RS'. + # fromName: "" + ## Enable SSL connection. + # security: starttls + ## SMTP port. Defaults to 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL. + # port: 587 + ## SMTP Authentication Mechanisms. Comma-separated options: 'Plain', 'Login' and 'Xoauth2'. Defaults to 'Plain'. + # authMechanism: Plain + ## Hostname to be sent for SMTP HELO. Defaults to pod name. + # heloName: "" + ## SMTP timeout. + # timeout: 15 + ## Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidHostname: false + ## Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks! + # invalidCertificate: false + ## SMTP username. + # user: "" + ## SMTP password. Required is user is specified, ignored if no user provided. + # password: "" + ## Enable Yubico OTP authentication. https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-Yubikey-OTP-authentication + yubico: + enabled: false + ## Yubico server. Defaults to YubiCloud. + # server: + ## Yubico ID and Secret Key. + # clientId: + # secretKey: + ## Enable Mobile Push Notifications. You must obtain and ID and Key here: https://bitwarden.com/host + push: + enabled: false + # installationId: + # installationKey: + ## Logging options. https://github.com/dani-garcia/bitwarden_rs/wiki/Logging + log: + # Log to file. + file: "" + # Log level. Options are "trace", "debug", "info", "warn", "error" or "off". + level: "trace" + ## Log timestamp format. See https://docs.rs/chrono/0.4.15/chrono/format/strftime/index.html. Defaults to time in milliseconds. + # timeFormat: "" + icons: + # Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache). TTL will default to zero. + disableDownload: false + ## Cache time-to-live for icons fetched. 0 means no purging. + # cache: 2592000 + ## Cache time-to-live for icons that were not available. 0 means no purging. + # cacheFailed: 259200 +persistence: + data: + enabled: true + mountPath: "/data" +cnpg: + main: + enabled: true + user: vaultwarden + database: vaultwarden +portal: + open: + enabled: true +ingress: + main: + required: true diff --git a/premium/vaultwarden/26.7.1/questions.yaml b/premium/vaultwarden/26.7.1/questions.yaml new file mode 100755 index 00000000000..eecafe2f80a --- /dev/null +++ b/premium/vaultwarden/26.7.1/questions.yaml @@ -0,0 +1,3599 @@ +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" + + admin: + protocols: + - "$kubernetes-resource_configmap_tcportal-open_protocol" + host: + - "$kubernetes-resource_configmap_tcportal-open_host" + ports: + - "$kubernetes-resource_configmap_tcportal-open_port" + + path: "/admin/" +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: vaultwarden + label: "" + group: "App Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: yubico + label: "Yubico OTP authentication" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Yubico OTP authentication" + description: "Please refer to the manual at: https://github.com/dani-garcia/vaultwarden/wiki/Enabling-Yubikey-OTP-authentication" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: server + label: "Yubico server" + description: "Defaults to YubiCloud" + schema: + type: string + default: "" + - variable: clientId + label: "Yubico ID" + schema: + type: string + default: "" + - variable: secretKey + label: "Yubico Secret Key" + schema: + type: string + default: "" + - variable: push + label: "Mobile Push Notifications" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Mobile Push Notifications" + description: "You must obtain and ID and Key here: https://bitwarden.com/host" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: installationId + label: "Installation ID" + schema: + type: string + default: "" + required: true + - variable: installationKey + label: "Installation Key" + schema: + type: string + default: "" + required: true + - variable: admin + label: "Admin Portal" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable Admin Portal" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: disableAdminToken + label: "Make Accessible Without Password/Token" + schema: + type: boolean + default: false + - variable: token + label: "Admin Portal Password/Token" + description: "Will be automatically generated if not defined" + schema: + type: string + default: "" + - variable: icons + label: "Icon Download Settings" + schema: + additional_attrs: true + type: dict + attrs: + - variable: disableDownload + label: "Disable Icon Download" + description: "Disables download of external icons. Setting to true will still serve icons from cache (/data/icon_cache)" + schema: + type: boolean + default: false + - variable: cache + label: "Cache time-to-live" + description: "Cache time-to-live for icons fetched. 0 means no purging" + schema: + type: int + default: 2592000 + - variable: token + label: "Failed Downloads Cache time-to-live" + description: "Cache time-to-live for icons that were not available. 0 means no purging." + schema: + type: int + default: 2592000 + - variable: log + label: "Logging" + schema: + additional_attrs: true + type: dict + attrs: + - variable: level + label: "Log level" + schema: + type: string + default: "info" + required: true + enum: + - value: "trace" + description: "trace" + - value: "debug" + description: "debug" + - value: "info" + description: "info" + - value: "warn" + description: "warn" + - value: "error" + description: "error" + - value: "off" + description: "off" + - variable: file + label: "Log-File Location" + schema: + type: string + default: "" + - variable: smtp + label: "SMTP Settings (Email)" + schema: + additional_attrs: true + type: dict + attrs: + - variable: enabled + label: "Enable SMTP Support" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: host + label: "SMTP hostname" + schema: + type: string + required: true + default: "" + - variable: from + label: "SMTP sender e-mail address" + schema: + type: string + required: true + default: "" + - variable: fromName + label: "SMTP sender name" + schema: + type: string + required: true + default: "" + - variable: user + label: "SMTP username" + schema: + type: string + required: true + default: "" + - variable: password + label: "SMTP password" + description: "Required is user is specified, ignored if no user provided" + schema: + type: string + default: "" + - variable: security + label: "Enable SSL connection" + schema: + type: string + default: "starttls" + enum: + - value: "starttls" + description: "STARTTLS (587)" + - value: "force_tls" + description: "FORCE_TLS (465)" + - value: "off" + description: "OFF (25)" + - variable: port + label: "SMTP port" + description: "Usually: 587 with STARTTLS, 465 with FORCE_TLS, and 25 without SSL" + schema: + type: int + default: 587 + - variable: authMechanism + label: "SMTP Authentication Mechanisms" + description: "Comma-separated options: Plain, Login and Xoauth2" + schema: + type: string + default: "Plain" + - variable: heloName + label: "SMTP HELO - Hostname" + description: "Hostname to be sent for SMTP HELO. Defaults to pod name" + schema: + type: string + default: "" + - variable: timeout + label: "SMTP timeout" + schema: + type: int + default: 15 + - variable: invalidHostname + label: "Accept Invalid Hostname" + description: "Accept SSL session if certificate is valid but hostname doesn't match. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: invalidCertificate + label: "Accept Invalid Certificate" + description: "Accept invalid certificates. DANGEROUS, vulnerable to men-in-the-middle attacks!" + schema: + type: boolean + default: false + - variable: allowSignups + label: "Allow Signup" + description: "Allow any user to sign-up: https://github.com/dani-garcia/vaultwarden/wiki/Disable-registration-of-new-users" + schema: + type: boolean + default: true + - variable: allowInvitation + label: "Always allow Invitation" + description: "Allow invited users to sign-up even feature is disabled: https://github.com/dani-garcia/vaultwarden/wiki/Disable-invitations" + schema: + type: boolean + default: true + - variable: defaultInviteName + label: "Default Invite Organisation Name" + description: "Default organization name in invitation e-mails that are not coming from a specific organization." + schema: + type: string + default: "" + - variable: showPasswordHint + label: "Show password hints" + description: "https://github.com/dani-garcia/vaultwarden/wiki/Password-hint-display" + schema: + type: boolean + default: true + - variable: signupwhitelistenable + label: "Enable Signup Whitelist" + description: "allowSignups is ignored if set" + schema: + type: boolean + default: false + show_subquestions_if: true + subquestions: + - variable: signupDomains + label: "Signup Whitelist Domains" + schema: + type: list + default: [] + items: + - variable: domain + label: "Domain" + schema: + type: string + default: "" + - variable: verifySignup + label: "Verifiy Signup" + description: "Verify e-mail before login is enabled. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: requireEmail + label: "Block Login if email fails" + description: "When a user logs in an email is required to be sent. If sending the email fails the login attempt will fail. SMTP must be enabled" + schema: + type: boolean + default: false + - variable: emailAttempts + label: "Email token reset attempts" + description: "Maximum attempts before an email token is reset and a new email will need to be sent" + schema: + type: int + default: 3 + - variable: emailTokenExpiration + label: "Email token validity in seconds" + schema: + type: int + default: 600 + - variable: enableWebVault + label: "Enable Webvault" + description: "Enable Web Vault (static content). https://github.com/dani-garcia/vaultwarden/wiki/Disabling-or-overriding-the-Vault-interface-hosting" + schema: + type: boolean + default: true + - variable: orgCreationUsers + label: "Limit Organisation Creation to (users)" + description: "Restrict creation of orgs. Options are: 'all', 'none' or a comma-separated list of users." + schema: + type: string + default: "all" + - variable: attachmentLimitOrg + label: "Limit Attachment Disk Usage per Organisation" + schema: + type: string + default: "" + - variable: attachmentLimitUser + label: "Limit Attachment Disk Usage per User" + schema: + type: string + default: "" + - variable: hibpApiKey + label: "HaveIBeenPwned API Key" + description: "Can be purchased at https://haveibeenpwned.com/API/Key" + schema: + type: string + 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: 10102 + 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: data + 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: 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: 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: "serverName" + schema: + type: int + - 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: "serverName" + schema: + type: int + - 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: 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: 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: 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/airsonic-advanced/13.5.2/templates/NOTES.txt b/premium/vaultwarden/26.7.1/templates/NOTES.txt similarity index 100% rename from stable/airsonic-advanced/13.5.2/templates/NOTES.txt rename to premium/vaultwarden/26.7.1/templates/NOTES.txt diff --git a/premium/vaultwarden/26.7.1/templates/_configmap.tpl b/premium/vaultwarden/26.7.1/templates/_configmap.tpl new file mode 100644 index 00000000000..2749819b03b --- /dev/null +++ b/premium/vaultwarden/26.7.1/templates/_configmap.tpl @@ -0,0 +1,111 @@ +{{/* Define the configmap */}} +{{- define "vaultwarden.configmap" -}} +enabled: true +data: + ROCKET_PORT: "8080" + SIGNUPS_ALLOWED: {{ .Values.vaultwarden.allowSignups | quote }} + {{- if .Values.vaultwarden.signupDomains }} + SIGNUPS_DOMAINS_WHITELIST: {{ join "," .Values.vaultwarden.signupDomains | quote }} + {{- end }} + {{- if and (eq .Values.vaultwarden.verifySignup true) (eq .Values.vaultwarden.smtp.enabled false) }}{{ required "Signup verification requires SMTP to be enabled" nil}}{{end}} + SIGNUPS_VERIFY: {{ .Values.vaultwarden.verifySignup | quote }} + {{- if and (eq .Values.vaultwarden.requireEmail true) (eq .Values.vaultwarden.smtp.enabled false) }}{{ required "Requiring emails for login depends on SMTP" nil}}{{end}} + REQUIRE_DEVICE_EMAIL: {{ .Values.vaultwarden.requireEmail | quote }} + {{- if .Values.vaultwarden.emailAttempts }} + EMAIL_ATTEMPTS_LIMIT: {{ .Values.vaultwarden.emailAttempts | quote }} + {{- end }} + {{- if .Values.vaultwarden.emailTokenExpiration }} + EMAIL_EXPIRATION_TIME: {{ .Values.vaultwarden.emailTokenExpiration | quote }} + {{- end }} + INVITATIONS_ALLOWED: {{ .Values.vaultwarden.allowInvitation | quote }} + {{- if .Values.vaultwarden.defaultInviteName }} + INVITATION_ORG_NAME: {{ .Values.vaultwarden.defaultInviteName | quote }} + {{- end }} + SHOW_PASSWORD_HINT: {{ .Values.vaultwarden.showPasswordHint | quote }} + WEB_VAULT_ENABLED: {{ .Values.vaultwarden.enableWebVault | quote }} + ORG_CREATION_USERS: {{ .Values.vaultwarden.orgCreationUsers | quote }} + {{- if .Values.vaultwarden.attachmentLimitOrg }} + ORG_ATTACHMENT_LIMIT: {{ .Values.vaultwarden.attachmentLimitOrg | quote }} + {{- end }} + {{- if .Values.vaultwarden.attachmentLimitUser }} + USER_ATTACHMENT_LIMIT: {{ .Values.vaultwarden.attachmentLimitUser | quote }} + {{- end }} + {{- if .Values.vaultwarden.hibpApiKey }} + HIBP_API_KEY: {{ .Values.vaultwarden.hibpApiKey | quote }} + {{- end }} + {{- include "vaultwarden.dbTypeValid" . }} + {{- if .Values.database.retries }} + DB_CONNECTION_RETRIES: {{ .Values.database.retries | quote }} + {{- end }} + {{- if .Values.database.maxConnections }} + DATABASE_MAX_CONNS: {{ .Values.database.maxConnections | quote }} + {{- end }} + {{- if eq .Values.vaultwarden.smtp.enabled true }} + SMTP_HOST: {{ required "SMTP host is required to enable SMTP" .Values.vaultwarden.smtp.host | quote }} + SMTP_FROM: {{ required "SMTP sender address ('from') is required to enable SMTP" .Values.vaultwarden.smtp.from | quote }} + {{- if .Values.vaultwarden.smtp.fromName }} + SMTP_FROM_NAME: {{ .Values.vaultwarden.smtp.fromName | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.security }} + SMTP_SECURITY: {{ .Values.vaultwarden.smtp.security | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.port }} + SMTP_PORT: {{ .Values.vaultwarden.smtp.port | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.authMechanism }} + SMTP_AUTH_MECHANISM: {{ .Values.vaultwarden.smtp.authMechanism | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.heloName }} + HELO_NAME: {{ .Values.vaultwarden.smtp.heloName | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.timeout }} + SMTP_TIMEOUT: {{ .Values.vaultwarden.smtp.timeout | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.invalidHostname }} + SMTP_ACCEPT_INVALID_HOSTNAMES: {{ .Values.vaultwarden.smtp.invalidHostname | quote }} + {{- end }} + {{- if .Values.vaultwarden.smtp.invalidCertificate }} + SMTP_ACCEPT_INVALID_CERTS: {{ .Values.vaultwarden.smtp.invalidCertificate | quote }} + {{- end }} + {{- end }} + {{- if .Values.vaultwarden.log.file }} + LOG_FILE: {{ .Values.vaultwarden.log.file | quote }} + {{- end }} + {{- if or .Values.vaultwarden.log.level .Values.vaultwarden.log.timeFormat }} + EXTENDED_LOGGING: "true" + {{- end }} + {{- if .Values.vaultwarden.log.level }} + {{- include "vaultwarden.logLevelValid" . }} + LOG_LEVEL: {{ .Values.vaultwarden.log.level | quote }} + {{- end }} + {{- if .Values.vaultwarden.log.timeFormat }} + LOG_TIMESTAMP_FORMAT: {{ .Values.vaultwarden.log.timeFormat | quote }} + {{- end }} + {{- if .Values.vaultwarden.icons.disableDownload }} + DISABLE_ICON_DOWNLOAD: {{ .Values.vaultwarden.icons.disableDownload | quote }} + {{- if and (not .Values.vaultwarden.icons.cache) (eq .Values.vaultwarden.icons.disableDownload "true") }} + ICON_CACHE_TTL: "0" + {{- end }} + {{- end }} + {{- if .Values.vaultwarden.icons.cache }} + ICON_CACHE_TTL: {{ .Values.vaultwarden.icons.cache | quote }} + {{- end }} + {{- if .Values.vaultwarden.icons.cacheFailed }} + ICON_CACHE_NEGTTL: {{ .Values.vaultwarden.icons.cacheFailed | quote }} + {{- end }} + {{- if eq .Values.vaultwarden.admin.enabled true }} + {{- if eq .Values.vaultwarden.admin.disableAdminToken true }} + DISABLE_ADMIN_TOKEN: "true" + {{- end }} + {{- end }} + {{- if eq .Values.vaultwarden.yubico.enabled true }} + {{- if .Values.vaultwarden.yubico.server }} + YUBICO_SERVER: {{ .Values.vaultwarden.yubico.server | quote }} + {{- end }} + {{- end }} + {{- if eq .Values.database.type "sqlite" }} + ENABLE_DB_WAL: {{ .Values.database.wal | quote }} + {{- else }} + ENABLE_DB_WAL: "false" + {{- end }} +{{- end -}} diff --git a/premium/vaultwarden/26.7.1/templates/_secrets.tpl b/premium/vaultwarden/26.7.1/templates/_secrets.tpl new file mode 100644 index 00000000000..262fcffa1b4 --- /dev/null +++ b/premium/vaultwarden/26.7.1/templates/_secrets.tpl @@ -0,0 +1,37 @@ +{{/* Define the secrets */}} +{{- define "vaultwarden.secrets" -}} + +{{- $adminToken := "" }} +{{- if eq .Values.vaultwarden.admin.enabled true }} +{{- $adminToken = .Values.vaultwarden.admin.token | default (randAlphaNum 48) | quote }} +{{- end -}} + +{{- $smtpUser := "" }} +{{- if and (eq .Values.vaultwarden.smtp.enabled true ) (.Values.vaultwarden.smtp.user) }} +{{- $smtpUser = .Values.vaultwarden.smtp.user | quote }} +{{- end -}} + +{{- $yubicoClientId := "" }} +{{- if eq .Values.vaultwarden.yubico.enabled true }} +{{- $yubicoClientId = required "Yubico Client ID required" .Values.vaultwarden.yubico.clientId | toString | quote }} +{{- end -}} +enabled: true +data: + placeholder: placeholdervalue + {{- if ne $adminToken "" }} + ADMIN_TOKEN: {{ $adminToken }} + {{- end }} + {{- if ne $smtpUser "" }} + SMTP_USERNAME: {{ $smtpUser }} + SMTP_PASSWORD: {{ required "Must specify SMTP password" .Values.vaultwarden.smtp.password | quote }} + {{- end }} + {{- if ne $yubicoClientId "" }} + YUBICO_CLIENT_ID: {{ $yubicoClientId }} + YUBICO_SECRET_KEY: {{ required "Yubico Secret Key required" .Values.vaultwarden.yubico.secretKey | quote }} + {{- end }} + {{- if .Values.vaultwarden.push.enabled }} + PUSH_ENABLED: {{ .Values.vaultwarden.push.enabled | quote }} + PUSH_INSTALLATION_ID: {{ required "Installation ID required" .Values.vaultwarden.push.installationId | quote }} + PUSH_INSTALLATION_KEY: {{ required "Installation Key required" .Values.vaultwarden.push.installationKey | quote }} + {{- end }} +{{- end -}} diff --git a/premium/vaultwarden/26.7.1/templates/_validate.tpl b/premium/vaultwarden/26.7.1/templates/_validate.tpl new file mode 100644 index 00000000000..e4832c2f6e5 --- /dev/null +++ b/premium/vaultwarden/26.7.1/templates/_validate.tpl @@ -0,0 +1,17 @@ +{{/* +Ensure valid DB type is select, defaults to SQLite +*/}} +{{- define "vaultwarden.dbTypeValid" -}} +{{- if not (or (eq .Values.database.type "postgresql") (eq .Values.database.type "mysql") (eq .Values.database.type "sqlite")) }} +{{- required "Invalid database type" nil }} +{{- end -}} +{{- end -}} + +{{/* +Ensure log type is valid +*/}} +{{- define "vaultwarden.logLevelValid" -}} +{{- if not (or (eq .Values.vaultwarden.log.level "trace") (eq .Values.vaultwarden.log.level "debug") (eq .Values.vaultwarden.log.level "info") (eq .Values.vaultwarden.log.level "warn") (eq .Values.vaultwarden.log.level "error") (eq .Values.vaultwarden.log.level "off")) }} +{{- required "Invalid log level" nil }} +{{- end }} +{{- end }} diff --git a/premium/vaultwarden/26.7.1/templates/common.yaml b/premium/vaultwarden/26.7.1/templates/common.yaml new file mode 100644 index 00000000000..66c6adab5db --- /dev/null +++ b/premium/vaultwarden/26.7.1/templates/common.yaml @@ -0,0 +1,17 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render configmap for vaultwarden */}} +{{- $configmapFile := include "vaultwarden.configmap" . | fromYaml -}} +{{- if $configmapFile -}} + {{- $_ := set .Values.configmap "vaultwardenconfig" $configmapFile -}} +{{- end -}} + +{{/* Render secrets for vaultwarden */}} +{{- $secret := include "vaultwarden.secrets" . | fromYaml -}} +{{- if $secret -}} + {{- $_ := set .Values.secret "vaultwardensecret" $secret -}} +{{- end -}} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/stable/adminer/8.5.2/values.yaml b/premium/vaultwarden/26.7.1/values.yaml similarity index 100% rename from stable/adminer/8.5.2/values.yaml rename to premium/vaultwarden/26.7.1/values.yaml diff --git a/stable/acestream/6.5.1/CHANGELOG.md b/stable/acestream/6.5.1/CHANGELOG.md deleted file mode 100644 index b7b7f347252..00000000000 --- a/stable/acestream/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [acestream-6.5.1](https://github.com/truecharts/charts/compare/acestream-6.5.0...acestream-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [acestream-6.5.0](https://github.com/truecharts/charts/compare/acestream-6.4.1...acestream-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [acestream-6.4.1](https://github.com/truecharts/charts/compare/acestream-6.4.0...acestream-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [acestream-6.4.0](https://github.com/truecharts/charts/compare/acestream-6.3.0...acestream-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [acestream-6.3.0](https://github.com/truecharts/charts/compare/acestream-6.2.3...acestream-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [acestream-6.2.3](https://github.com/truecharts/charts/compare/acestream-6.2.2...acestream-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [acestream-6.2.2](https://github.com/truecharts/charts/compare/acestream-6.2.0...acestream-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [acestream-5.1.12](https://github.com/truecharts/charts/compare/acestream-5.1.11...acestream-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [acestream-5.1.11](https://github.com/truecharts/charts/compare/acestream-5.1.10...acestream-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/acestream/6.5.1/Chart.yaml b/stable/acestream/6.5.1/Chart.yaml deleted file mode 100644 index d4ff0fd0169..00000000000 --- a/stable/acestream/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/acestream/6.5.1/charts/common-20.0.8.tgz b/stable/acestream/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/acestream/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/airdcpp-webclient/10.5.1/.helmignore b/stable/acestream/6.7.1/.helmignore similarity index 100% rename from stable/airdcpp-webclient/10.5.1/.helmignore rename to stable/acestream/6.7.1/.helmignore diff --git a/stable/acestream/6.7.1/CHANGELOG.md b/stable/acestream/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e219c46f977 --- /dev/null +++ b/stable/acestream/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [acestream-6.7.1](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/acestream/6.7.1/Chart.yaml new file mode 100644 index 00000000000..e80bed0ec40 --- /dev/null +++ b/stable/acestream/6.7.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: 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.2 + 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.1 diff --git a/stable/acestream/6.5.1/README.md b/stable/acestream/6.7.1/README.md similarity index 100% rename from stable/acestream/6.5.1/README.md rename to stable/acestream/6.7.1/README.md diff --git a/stable/acestream/6.7.1/app-changelog.md b/stable/acestream/6.7.1/app-changelog.md new file mode 100644 index 00000000000..bff887e40da --- /dev/null +++ b/stable/acestream/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [acestream-6.7.1](https://github.com/truecharts/charts/compare/acestream-6.6.0...acestream-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/acestream/6.7.1/app-readme.md similarity index 100% rename from stable/acestream/6.5.1/app-readme.md rename to stable/acestream/6.7.1/app-readme.md diff --git a/stable/acestream/6.7.1/charts/common-20.2.2.tgz b/stable/acestream/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/acestream/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/acestream/6.5.1/ix_values.yaml b/stable/acestream/6.7.1/ix_values.yaml similarity index 100% rename from stable/acestream/6.5.1/ix_values.yaml rename to stable/acestream/6.7.1/ix_values.yaml diff --git a/stable/acestream/6.5.1/questions.yaml b/stable/acestream/6.7.1/questions.yaml similarity index 100% rename from stable/acestream/6.5.1/questions.yaml rename to stable/acestream/6.7.1/questions.yaml diff --git a/stable/acestream/6.5.1/templates/common.yaml b/stable/acestream/6.7.1/templates/common.yaml similarity index 100% rename from stable/acestream/6.5.1/templates/common.yaml rename to stable/acestream/6.7.1/templates/common.yaml diff --git a/stable/airdcpp-webclient/10.5.1/values.yaml b/stable/acestream/6.7.1/values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.5.1/values.yaml rename to stable/acestream/6.7.1/values.yaml diff --git a/stable/actualserver/10.6.1/CHANGELOG.md b/stable/actualserver/10.6.1/CHANGELOG.md deleted file mode 100644 index 2bf047e66f7..00000000000 --- a/stable/actualserver/10.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [actualserver-10.6.1](https://github.com/truecharts/charts/compare/actualserver-10.6.0...actualserver-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [actualserver-10.6.0](https://github.com/truecharts/charts/compare/actualserver-10.5.1...actualserver-10.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [actualserver-10.5.1](https://github.com/truecharts/charts/compare/actualserver-10.5.0...actualserver-10.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [actualserver-10.5.0](https://github.com/truecharts/charts/compare/actualserver-10.4.0...actualserver-10.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [actualserver-10.4.0](https://github.com/truecharts/charts/compare/actualserver-10.3.3...actualserver-10.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [actualserver-10.3.3](https://github.com/truecharts/charts/compare/actualserver-10.3.2...actualserver-10.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [actualserver-10.3.2](https://github.com/truecharts/charts/compare/actualserver-10.3.0...actualserver-10.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [actualserver-9.0.0](https://github.com/truecharts/charts/compare/actualserver-8.1.0...actualserver-9.0.0) (2024-02-14) - -### Fix - - - -- fix actualserver mountPaths **BREAKING CHANGES** ([#18237](https://github.com/truecharts/charts/issues/18237)) - - -## [actualserver-8.1.0](https://github.com/truecharts/charts/compare/actualserver-8.0.5...actualserver-8.1.0) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/actualbudget/actual-server to v24.2.0[@e8c362d](https://github.com/e8c362d) by renovate ([#17935](https://github.com/truecharts/charts/issues/17935)) \ No newline at end of file diff --git a/stable/actualserver/10.6.1/Chart.yaml b/stable/actualserver/10.6.1/Chart.yaml deleted file mode 100644 index 8cb3820f539..00000000000 --- a/stable/actualserver/10.6.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: 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.0.8 - 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.6.1 diff --git a/stable/actualserver/10.6.1/charts/common-20.0.8.tgz b/stable/actualserver/10.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/actualserver/10.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.5.2/.helmignore b/stable/actualserver/10.8.1/.helmignore similarity index 100% rename from stable/airsonic-advanced/13.5.2/.helmignore rename to stable/actualserver/10.8.1/.helmignore diff --git a/stable/actualserver/10.8.1/CHANGELOG.md b/stable/actualserver/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..427ef18c754 --- /dev/null +++ b/stable/actualserver/10.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [actualserver-10.8.1](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/actualserver/10.8.1/Chart.yaml new file mode 100644 index 00000000000..2eb6a0b4924 --- /dev/null +++ b/stable/actualserver/10.8.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: 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.2 + 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.1 diff --git a/stable/actualserver/10.6.1/README.md b/stable/actualserver/10.8.1/README.md similarity index 100% rename from stable/actualserver/10.6.1/README.md rename to stable/actualserver/10.8.1/README.md diff --git a/stable/actualserver/10.8.1/app-changelog.md b/stable/actualserver/10.8.1/app-changelog.md new file mode 100644 index 00000000000..364c6521168 --- /dev/null +++ b/stable/actualserver/10.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [actualserver-10.8.1](https://github.com/truecharts/charts/compare/actualserver-10.7.0...actualserver-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/actualserver/10.8.1/app-readme.md similarity index 100% rename from stable/actualserver/10.6.1/app-readme.md rename to stable/actualserver/10.8.1/app-readme.md diff --git a/stable/actualserver/10.8.1/charts/common-20.2.2.tgz b/stable/actualserver/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/actualserver/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/actualserver/10.6.1/ix_values.yaml b/stable/actualserver/10.8.1/ix_values.yaml similarity index 100% rename from stable/actualserver/10.6.1/ix_values.yaml rename to stable/actualserver/10.8.1/ix_values.yaml diff --git a/stable/actualserver/10.6.1/questions.yaml b/stable/actualserver/10.8.1/questions.yaml similarity index 100% rename from stable/actualserver/10.6.1/questions.yaml rename to stable/actualserver/10.8.1/questions.yaml diff --git a/stable/airsonic/13.5.1/templates/NOTES.txt b/stable/actualserver/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/airsonic/13.5.1/templates/NOTES.txt rename to stable/actualserver/10.8.1/templates/NOTES.txt diff --git a/stable/actualserver/10.6.1/templates/common.yaml b/stable/actualserver/10.8.1/templates/common.yaml similarity index 100% rename from stable/actualserver/10.6.1/templates/common.yaml rename to stable/actualserver/10.8.1/templates/common.yaml diff --git a/stable/airsonic-advanced/13.5.2/values.yaml b/stable/actualserver/10.8.1/values.yaml similarity index 100% rename from stable/airsonic-advanced/13.5.2/values.yaml rename to stable/actualserver/10.8.1/values.yaml diff --git a/stable/adguard-home/9.5.1/CHANGELOG.md b/stable/adguard-home/9.5.1/CHANGELOG.md deleted file mode 100644 index 078a64c1162..00000000000 --- a/stable/adguard-home/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adguard-home-9.5.1](https://github.com/truecharts/charts/compare/adguard-home-9.5.0...adguard-home-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [adguard-home-9.5.0](https://github.com/truecharts/charts/compare/adguard-home-9.4.2...adguard-home-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [adguard-home-9.4.2](https://github.com/truecharts/charts/compare/adguard-home-9.4.1...adguard-home-9.4.2) (2024-03-11) - -### Chore - - - -- update container image adguard/adguardhome to v0.107.45[@52a9c2e](https://github.com/52a9c2e) by renovate ([#19053](https://github.com/truecharts/charts/issues/19053)) - - -## [adguard-home-9.4.1](https://github.com/truecharts/charts/compare/adguard-home-9.4.0...adguard-home-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [adguard-home-9.4.0](https://github.com/truecharts/charts/compare/adguard-home-9.3.0...adguard-home-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [adguard-home-9.3.0](https://github.com/truecharts/charts/compare/adguard-home-9.2.3...adguard-home-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [adguard-home-9.2.3](https://github.com/truecharts/charts/compare/adguard-home-9.2.2...adguard-home-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [adguard-home-9.2.2](https://github.com/truecharts/charts/compare/adguard-home-9.2.0...adguard-home-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [adguard-home-8.1.13](https://github.com/truecharts/charts/compare/adguard-home-8.1.12...adguard-home-8.1.13) (2024-02-12) - -### Chore - - - -- update container image adguard/adguardhome to v0.107.44[@049ef6c](https://github.com/049ef6c) by renovate ([#18120](https://github.com/truecharts/charts/issues/18120)) diff --git a/stable/adguard-home/9.5.1/Chart.yaml b/stable/adguard-home/9.5.1/Chart.yaml deleted file mode 100644 index 2eae4cfaf80..00000000000 --- a/stable/adguard-home/9.5.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: 0.107.45 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/adguard-home/9.5.1/charts/common-20.0.8.tgz b/stable/adguard-home/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/adguard-home/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/airsonic/13.5.1/.helmignore b/stable/adguard-home/9.7.1/.helmignore similarity index 100% rename from stable/airsonic/13.5.1/.helmignore rename to stable/adguard-home/9.7.1/.helmignore diff --git a/stable/adguard-home/9.7.1/CHANGELOG.md b/stable/adguard-home/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9b701e29bb9 --- /dev/null +++ b/stable/adguard-home/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguard-home-9.7.1](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/adguard-home/9.7.1/Chart.yaml new file mode 100644 index 00000000000..d1cf26a1c90 --- /dev/null +++ b/stable/adguard-home/9.7.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.107.45 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/adguard-home/9.5.1/README.md b/stable/adguard-home/9.7.1/README.md similarity index 100% rename from stable/adguard-home/9.5.1/README.md rename to stable/adguard-home/9.7.1/README.md diff --git a/stable/adguard-home/9.7.1/app-changelog.md b/stable/adguard-home/9.7.1/app-changelog.md new file mode 100644 index 00000000000..c6d23a273c9 --- /dev/null +++ b/stable/adguard-home/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [adguard-home-9.7.1](https://github.com/truecharts/charts/compare/adguard-home-9.6.0...adguard-home-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/adguard-home/9.7.1/app-readme.md similarity index 100% rename from stable/adguard-home/9.5.1/app-readme.md rename to stable/adguard-home/9.7.1/app-readme.md diff --git a/stable/adguard-home/9.7.1/charts/common-20.2.2.tgz b/stable/adguard-home/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/adguard-home/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/adguard-home/9.5.1/ix_values.yaml b/stable/adguard-home/9.7.1/ix_values.yaml similarity index 100% rename from stable/adguard-home/9.5.1/ix_values.yaml rename to stable/adguard-home/9.7.1/ix_values.yaml diff --git a/stable/adguard-home/9.5.1/questions.yaml b/stable/adguard-home/9.7.1/questions.yaml similarity index 100% rename from stable/adguard-home/9.5.1/questions.yaml rename to stable/adguard-home/9.7.1/questions.yaml diff --git a/stable/alist/9.7.1/templates/NOTES.txt b/stable/adguard-home/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/alist/9.7.1/templates/NOTES.txt rename to stable/adguard-home/9.7.1/templates/NOTES.txt diff --git a/stable/airdcpp-webclient/10.5.1/templates/common.yaml b/stable/adguard-home/9.7.1/templates/common.yaml similarity index 100% rename from stable/airdcpp-webclient/10.5.1/templates/common.yaml rename to stable/adguard-home/9.7.1/templates/common.yaml diff --git a/stable/airsonic/13.5.1/values.yaml b/stable/adguard-home/9.7.1/values.yaml similarity index 100% rename from stable/airsonic/13.5.1/values.yaml rename to stable/adguard-home/9.7.1/values.yaml diff --git a/stable/adguardhome-sync/6.5.2/CHANGELOG.md b/stable/adguardhome-sync/6.5.2/CHANGELOG.md deleted file mode 100644 index 32a115696bc..00000000000 --- a/stable/adguardhome-sync/6.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adguardhome-sync-6.5.2](https://github.com/truecharts/charts/compare/adguardhome-sync-6.5.1...adguardhome-sync-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [adguardhome-sync-6.5.1](https://github.com/truecharts/charts/compare/adguardhome-sync-6.5.0...adguardhome-sync-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [adguardhome-sync-6.5.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.4.1...adguardhome-sync-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [adguardhome-sync-6.4.1](https://github.com/truecharts/charts/compare/adguardhome-sync-6.4.0...adguardhome-sync-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [adguardhome-sync-6.4.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.3.0...adguardhome-sync-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [adguardhome-sync-6.3.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.3...adguardhome-sync-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [adguardhome-sync-6.2.3](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.2...adguardhome-sync-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [adguardhome-sync-6.2.2](https://github.com/truecharts/charts/compare/adguardhome-sync-6.2.0...adguardhome-sync-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [adguardhome-sync-5.2.9](https://github.com/truecharts/charts/compare/adguardhome-sync-5.2.8...adguardhome-sync-5.2.9) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/bakito/adguardhome-sync to v0.6.5[@6d68b3c](https://github.com/6d68b3c) by renovate ([#18217](https://github.com/truecharts/charts/issues/18217)) diff --git a/stable/adguardhome-sync/6.5.2/Chart.yaml b/stable/adguardhome-sync/6.5.2/Chart.yaml deleted file mode 100644 index 3ba4a7bf7f0..00000000000 --- a/stable/adguardhome-sync/6.5.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.6.5 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/adguardhome-sync/6.5.2/charts/common-20.0.9.tgz b/stable/adguardhome-sync/6.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/adguardhome-sync/6.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/adguardhome-sync/6.5.2/ix_values.yaml b/stable/adguardhome-sync/6.5.2/ix_values.yaml deleted file mode 100644 index 63d23bf260c..00000000000 --- a/stable/adguardhome-sync/6.5.2/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/bakito/adguardhome-sync - tag: v0.6.5@sha256:6d68b3cce2430fbd4297a5617a150dd7377b71532c78e321bede8c1740e6d179 -portal: - open: - enabled: true -service: - main: - ports: - main: - port: 8080 - protocol: http - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - args: - - run - env: - CRON: "*/10 * * * *" - FEATURES_CLIENTSETTINGS: "true" - FEATURES_DHCP_SERVERCONFIG: "true" - FEATURES_DHCP_STATICLEASES: "true" - FEATURES_DNS_ACCESSLISTS: "true" - FEATURES_DNS_REWRITES: "true" - FEATURES_DNS_SERVERCONFIG: "true" - FEATURES_FILTERS: "true" - FEATURES_GENERALSETTINGS: "true" - FEATURES_QUERYLOGCONFIG: "true" - FEATURES_SERVICES: "true" - FEATURES_STATSCONFIG: "true" - ORIGIN_PASSWORD: password - ORIGIN_URL: https://192.168.1.2:3000 - ORIGIN_USERNAME: username - REPLICA_AUTOSETUP: "false" - REPLICA_INTERFACENAME: "" - REPLICA_PASSWORD: password - REPLICA_URL: http://192.168.1.3 - REPLICA_USERNAME: username - RUNONSTART: "true" diff --git a/stable/alienswarm-reactivedrop/5.5.1/.helmignore b/stable/adguardhome-sync/6.7.1/.helmignore similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/.helmignore rename to stable/adguardhome-sync/6.7.1/.helmignore diff --git a/stable/adguardhome-sync/6.7.1/CHANGELOG.md b/stable/adguardhome-sync/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..43e79806e9b --- /dev/null +++ b/stable/adguardhome-sync/6.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adguardhome-sync-6.7.1](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/adguardhome-sync/6.7.1/Chart.yaml b/stable/adguardhome-sync/6.7.1/Chart.yaml new file mode 100644 index 00000000000..dae8bfb0ffd --- /dev/null +++ b/stable/adguardhome-sync/6.7.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: Other + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.6.6 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/adguardhome-sync/6.5.2/README.md b/stable/adguardhome-sync/6.7.1/README.md similarity index 100% rename from stable/adguardhome-sync/6.5.2/README.md rename to stable/adguardhome-sync/6.7.1/README.md diff --git a/stable/adguardhome-sync/6.7.1/app-changelog.md b/stable/adguardhome-sync/6.7.1/app-changelog.md new file mode 100644 index 00000000000..8a93f199fe9 --- /dev/null +++ b/stable/adguardhome-sync/6.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [adguardhome-sync-6.7.1](https://github.com/truecharts/charts/compare/adguardhome-sync-6.6.0...adguardhome-sync-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/adguardhome-sync/6.7.1/app-readme.md similarity index 100% rename from stable/adguardhome-sync/6.5.2/app-readme.md rename to stable/adguardhome-sync/6.7.1/app-readme.md diff --git a/stable/adguardhome-sync/6.7.1/charts/common-20.2.2.tgz b/stable/adguardhome-sync/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/adguardhome-sync/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/adguardhome-sync/6.7.1/ix_values.yaml b/stable/adguardhome-sync/6.7.1/ix_values.yaml new file mode 100644 index 00000000000..b6c06b8395e --- /dev/null +++ b/stable/adguardhome-sync/6.7.1/ix_values.yaml @@ -0,0 +1,43 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/bakito/adguardhome-sync + tag: v0.6.6@sha256:7487e9b8dfa4f92e5439e76d4f931bd39ab931a8101520b64173f6bad7524716 +portal: + open: + enabled: true +service: + main: + ports: + main: + port: 8080 + protocol: http + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + args: + - run + env: + CRON: "*/10 * * * *" + FEATURES_CLIENTSETTINGS: "true" + FEATURES_DHCP_SERVERCONFIG: "true" + FEATURES_DHCP_STATICLEASES: "true" + FEATURES_DNS_ACCESSLISTS: "true" + FEATURES_DNS_REWRITES: "true" + FEATURES_DNS_SERVERCONFIG: "true" + FEATURES_FILTERS: "true" + FEATURES_GENERALSETTINGS: "true" + FEATURES_QUERYLOGCONFIG: "true" + FEATURES_SERVICES: "true" + FEATURES_STATSCONFIG: "true" + ORIGIN_PASSWORD: password + ORIGIN_URL: https://192.168.1.2:3000 + ORIGIN_USERNAME: username + REPLICA_AUTOSETUP: "false" + REPLICA_INTERFACENAME: "" + REPLICA_PASSWORD: password + REPLICA_URL: http://192.168.1.3 + REPLICA_USERNAME: username + RUNONSTART: "true" diff --git a/stable/adguardhome-sync/6.5.2/questions.yaml b/stable/adguardhome-sync/6.7.1/questions.yaml similarity index 100% rename from stable/adguardhome-sync/6.5.2/questions.yaml rename to stable/adguardhome-sync/6.7.1/questions.yaml diff --git a/stable/adguardhome-sync/6.5.2/templates/common.yaml b/stable/adguardhome-sync/6.7.1/templates/common.yaml similarity index 100% rename from stable/adguardhome-sync/6.5.2/templates/common.yaml rename to stable/adguardhome-sync/6.7.1/templates/common.yaml diff --git a/stable/alienswarm-reactivedrop/5.5.1/values.yaml b/stable/adguardhome-sync/6.7.1/values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/values.yaml rename to stable/adguardhome-sync/6.7.1/values.yaml diff --git a/stable/adminer/8.5.2/CHANGELOG.md b/stable/adminer/8.5.2/CHANGELOG.md deleted file mode 100644 index 2bc6dd4d763..00000000000 --- a/stable/adminer/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [adminer-8.5.2](https://github.com/truecharts/charts/compare/adminer-8.5.1...adminer-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [adminer-8.5.1](https://github.com/truecharts/charts/compare/adminer-8.5.0...adminer-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [adminer-8.5.0](https://github.com/truecharts/charts/compare/adminer-8.4.1...adminer-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [adminer-8.4.1](https://github.com/truecharts/charts/compare/adminer-8.4.0...adminer-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [adminer-8.4.0](https://github.com/truecharts/charts/compare/adminer-8.3.0...adminer-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [adminer-8.3.0](https://github.com/truecharts/charts/compare/adminer-8.2.3...adminer-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [adminer-8.2.3](https://github.com/truecharts/charts/compare/adminer-8.2.2...adminer-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [adminer-8.2.2](https://github.com/truecharts/charts/compare/adminer-8.2.0...adminer-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/adminer/8.5.2/Chart.yaml b/stable/adminer/8.5.2/Chart.yaml deleted file mode 100644 index 3210f90de6f..00000000000 --- a/stable/adminer/8.5.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: 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.0.9 - 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.5.2 diff --git a/stable/adminer/8.5.2/charts/common-20.0.9.tgz b/stable/adminer/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/adminer/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/adminer/8.5.2/ix_values.yaml b/stable/adminer/8.5.2/ix_values.yaml deleted file mode 100644 index 8e22674338e..00000000000 --- a/stable/adminer/8.5.2/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: adminer - tag: latest@sha256:c9592a99120164a7a4cc75ec76b3632fa3520a4de2d801bbb93c3753fe34e048 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - ADMINER_DESIGN: "" - ADMINER_PLUGINS: "" -service: - main: - ports: - main: - port: 18080 - protocol: http - targetPort: 8080 -portal: - open: - enabled: true diff --git a/stable/alienswarm/5.5.1/.helmignore b/stable/adminer/8.7.1/.helmignore similarity index 100% rename from stable/alienswarm/5.5.1/.helmignore rename to stable/adminer/8.7.1/.helmignore diff --git a/stable/adminer/8.7.1/CHANGELOG.md b/stable/adminer/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5dc6c01cd5b --- /dev/null +++ b/stable/adminer/8.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [adminer-8.7.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/adminer/8.7.1/Chart.yaml b/stable/adminer/8.7.1/Chart.yaml new file mode 100644 index 00000000000..de8f0445ee9 --- /dev/null +++ b/stable/adminer/8.7.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: 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.2 + 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.1 diff --git a/stable/adminer/8.5.2/README.md b/stable/adminer/8.7.1/README.md similarity index 100% rename from stable/adminer/8.5.2/README.md rename to stable/adminer/8.7.1/README.md diff --git a/stable/adminer/8.7.1/app-changelog.md b/stable/adminer/8.7.1/app-changelog.md new file mode 100644 index 00000000000..cb920cc2055 --- /dev/null +++ b/stable/adminer/8.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [adminer-8.7.1](https://github.com/truecharts/charts/compare/adminer-8.6.0...adminer-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/adminer/8.7.1/app-readme.md similarity index 100% rename from stable/adminer/8.5.2/app-readme.md rename to stable/adminer/8.7.1/app-readme.md diff --git a/stable/adminer/8.7.1/charts/common-20.2.2.tgz b/stable/adminer/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/adminer/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/adminer/8.7.1/ix_values.yaml b/stable/adminer/8.7.1/ix_values.yaml new file mode 100644 index 00000000000..58384f1c9ef --- /dev/null +++ b/stable/adminer/8.7.1/ix_values.yaml @@ -0,0 +1,38 @@ +image: + pullPolicy: IfNotPresent + repository: adminer + tag: latest@sha256:b75eae89431e8469613b844e76382a26efc8601c17f446bcd81665bc87ca9a1f +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + ADMINER_DESIGN: "" + ADMINER_PLUGINS: "" +service: + main: + ports: + main: + port: 18080 + protocol: http + targetPort: 8080 +portal: + open: + enabled: true diff --git a/stable/adminer/8.5.2/questions.yaml b/stable/adminer/8.7.1/questions.yaml similarity index 100% rename from stable/adminer/8.5.2/questions.yaml rename to stable/adminer/8.7.1/questions.yaml diff --git a/stable/amcrest2mqtt/11.5.1/templates/NOTES.txt b/stable/adminer/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/amcrest2mqtt/11.5.1/templates/NOTES.txt rename to stable/adminer/8.7.1/templates/NOTES.txt diff --git a/stable/adminer/8.5.2/templates/common.yaml b/stable/adminer/8.7.1/templates/common.yaml similarity index 100% rename from stable/adminer/8.5.2/templates/common.yaml rename to stable/adminer/8.7.1/templates/common.yaml diff --git a/stable/alienswarm/5.5.1/values.yaml b/stable/adminer/8.7.1/values.yaml similarity index 100% rename from stable/alienswarm/5.5.1/values.yaml rename to stable/adminer/8.7.1/values.yaml diff --git a/stable/airdcpp-webclient/10.5.1/CHANGELOG.md b/stable/airdcpp-webclient/10.5.1/CHANGELOG.md deleted file mode 100644 index b850a196a15..00000000000 --- a/stable/airdcpp-webclient/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airdcpp-webclient-10.5.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.5.0...airdcpp-webclient-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [airdcpp-webclient-10.5.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.4.1...airdcpp-webclient-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [airdcpp-webclient-10.4.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.4.0...airdcpp-webclient-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [airdcpp-webclient-10.4.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.3.0...airdcpp-webclient-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [airdcpp-webclient-10.3.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.3...airdcpp-webclient-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [airdcpp-webclient-10.2.3](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.2...airdcpp-webclient-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [airdcpp-webclient-10.2.2](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.2.0...airdcpp-webclient-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [airdcpp-webclient-9.1.12](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.11...airdcpp-webclient-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airdcpp-webclient-9.1.11](https://github.com/truecharts/charts/compare/airdcpp-webclient-9.1.10...airdcpp-webclient-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/airdcpp-webclient/10.5.1/Chart.yaml b/stable/airdcpp-webclient/10.5.1/Chart.yaml deleted file mode 100644 index d39608c1595..00000000000 --- a/stable/airdcpp-webclient/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/airdcpp-webclient/10.5.1/charts/common-20.0.8.tgz b/stable/airdcpp-webclient/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/airdcpp-webclient/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/alist/9.7.1/.helmignore b/stable/airdcpp-webclient/10.7.1/.helmignore similarity index 100% rename from stable/alist/9.7.1/.helmignore rename to stable/airdcpp-webclient/10.7.1/.helmignore diff --git a/stable/airdcpp-webclient/10.7.1/CHANGELOG.md b/stable/airdcpp-webclient/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fc29465e5cc --- /dev/null +++ b/stable/airdcpp-webclient/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airdcpp-webclient-10.7.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/airdcpp-webclient/10.7.1/Chart.yaml new file mode 100644 index 00000000000..0249fbd5b83 --- /dev/null +++ b/stable/airdcpp-webclient/10.7.1/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.2 + 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.1 diff --git a/stable/airdcpp-webclient/10.5.1/README.md b/stable/airdcpp-webclient/10.7.1/README.md similarity index 100% rename from stable/airdcpp-webclient/10.5.1/README.md rename to stable/airdcpp-webclient/10.7.1/README.md diff --git a/stable/airdcpp-webclient/10.7.1/app-changelog.md b/stable/airdcpp-webclient/10.7.1/app-changelog.md new file mode 100644 index 00000000000..38c6b5d3beb --- /dev/null +++ b/stable/airdcpp-webclient/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [airdcpp-webclient-10.7.1](https://github.com/truecharts/charts/compare/airdcpp-webclient-10.6.0...airdcpp-webclient-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/airdcpp-webclient/10.7.1/app-readme.md similarity index 100% rename from stable/airdcpp-webclient/10.5.1/app-readme.md rename to stable/airdcpp-webclient/10.7.1/app-readme.md diff --git a/stable/airdcpp-webclient/10.7.1/charts/common-20.2.2.tgz b/stable/airdcpp-webclient/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/airdcpp-webclient/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/airdcpp-webclient/10.5.1/ix_values.yaml b/stable/airdcpp-webclient/10.7.1/ix_values.yaml similarity index 100% rename from stable/airdcpp-webclient/10.5.1/ix_values.yaml rename to stable/airdcpp-webclient/10.7.1/ix_values.yaml diff --git a/stable/airdcpp-webclient/10.5.1/questions.yaml b/stable/airdcpp-webclient/10.7.1/questions.yaml similarity index 100% rename from stable/airdcpp-webclient/10.5.1/questions.yaml rename to stable/airdcpp-webclient/10.7.1/questions.yaml diff --git a/stable/amule/7.5.1/templates/NOTES.txt b/stable/airdcpp-webclient/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/amule/7.5.1/templates/NOTES.txt rename to stable/airdcpp-webclient/10.7.1/templates/NOTES.txt diff --git a/stable/airsonic-advanced/13.5.2/templates/common.yaml b/stable/airdcpp-webclient/10.7.1/templates/common.yaml similarity index 100% rename from stable/airsonic-advanced/13.5.2/templates/common.yaml rename to stable/airdcpp-webclient/10.7.1/templates/common.yaml diff --git a/stable/alist/9.7.1/values.yaml b/stable/airdcpp-webclient/10.7.1/values.yaml similarity index 100% rename from stable/alist/9.7.1/values.yaml rename to stable/airdcpp-webclient/10.7.1/values.yaml diff --git a/stable/airsonic-advanced/13.5.2/CHANGELOG.md b/stable/airsonic-advanced/13.5.2/CHANGELOG.md deleted file mode 100644 index ecaf651dd5d..00000000000 --- a/stable/airsonic-advanced/13.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airsonic-advanced-13.5.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.5.1...airsonic-advanced-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [airsonic-advanced-13.5.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.5.0...airsonic-advanced-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [airsonic-advanced-13.5.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.4.1...airsonic-advanced-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [airsonic-advanced-13.4.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.4.0...airsonic-advanced-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [airsonic-advanced-13.4.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.3.0...airsonic-advanced-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [airsonic-advanced-13.3.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.3...airsonic-advanced-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [airsonic-advanced-13.2.3](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.2...airsonic-advanced-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [airsonic-advanced-13.2.2](https://github.com/truecharts/charts/compare/airsonic-advanced-13.2.0...airsonic-advanced-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [airsonic-advanced-12.1.12](https://github.com/truecharts/charts/compare/airsonic-advanced-12.1.11...airsonic-advanced-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/airsonic-advanced/13.5.2/Chart.yaml b/stable/airsonic-advanced/13.5.2/Chart.yaml deleted file mode 100644 index 077a48ef22f..00000000000 --- a/stable/airsonic-advanced/13.5.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: 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.0.9 - 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.5.2 diff --git a/stable/airsonic-advanced/13.5.2/charts/common-20.0.9.tgz b/stable/airsonic-advanced/13.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/airsonic-advanced/13.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/airsonic-advanced/13.5.2/ix_values.yaml b/stable/airsonic-advanced/13.5.2/ix_values.yaml deleted file mode 100644 index b19282f6e21..00000000000 --- a/stable/airsonic-advanced/13.5.2/ix_values.yaml +++ /dev/null @@ -1,67 +0,0 @@ -image: - repository: airsonicadvanced/airsonic-advanced - tag: edge-latest@sha256:18de305bce05d47a885a40e6fbeecbf26ebc1ea815cedcce4be1f533a39bd3e8 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: true - runAsUser: 568 - runAsGroup: 568 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - AIRSONIC_DIR: "/" - # -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. - - JAVA_OPTS: - CONTEXT_PATH: "/" - spring_liquibase_parameters_userTableQuote: '"' - spring_datasource_username: "{{ .Values.cnpg.main.user }}" - spring_datasource_url: - secretKeyRef: - name: cnpg-main-urls - key: jdbc - spring_datasource_password: - secretKeyRef: - name: cnpg-main-user - key: password -service: - main: - ports: - main: - port: 10122 - protocol: http - targetPort: 4040 -# Enabled postgres -cnpg: - main: - enabled: true - user: airsonic-advanced - database: airsonic-advanced -persistence: - config: - enabled: true - mountPath: /airsonic - music: - enabled: true - mountPath: /music - podcasts: - enabled: true - mountPath: /podcasts - playlists: - enabled: true - mountPath: /playlists -portal: - open: - enabled: true diff --git a/stable/airsonic-advanced/13.5.2/questions.yaml b/stable/airsonic-advanced/13.5.2/questions.yaml deleted file mode 100755 index 7791edb7bad..00000000000 --- a/stable/airsonic-advanced/13.5.2/questions.yaml +++ /dev/null @@ -1,4107 +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: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: JAVA_OPTS - label: "JAVA_OPTS" - description: "JAVA_OPTS" - schema: - type: string - default: "" - - variable: CONTEXT_PATH - label: "CONTEXT_PATH" - description: "CONTEXT_PATH" - schema: - type: string - required: true - default: "/" - - 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: 10122 - 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: music - label: "App Music Storage" - description: "Stores the Application Music." - 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: podcasts - label: "App Podcasts Storage" - description: "Stores the Application Podcast." - 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: playlist - label: "App Playlist Storage" - description: "Stores the Application Playlist." - 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: 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: "serverName" - schema: - type: int - - 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: "serverName" - schema: - type: int - - 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/stable/amcrest2mqtt/11.5.1/.helmignore b/stable/airsonic-advanced/13.8.1/.helmignore similarity index 100% rename from stable/amcrest2mqtt/11.5.1/.helmignore rename to stable/airsonic-advanced/13.8.1/.helmignore diff --git a/stable/airsonic-advanced/13.8.1/CHANGELOG.md b/stable/airsonic-advanced/13.8.1/CHANGELOG.md new file mode 100644 index 00000000000..b0ca3195d23 --- /dev/null +++ b/stable/airsonic-advanced/13.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-advanced-13.8.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/airsonic-advanced/13.8.1/Chart.yaml new file mode 100644 index 00000000000..7f0dabef5f6 --- /dev/null +++ b/stable/airsonic-advanced/13.8.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: 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.2 + 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.1 diff --git a/stable/airsonic-advanced/13.5.2/README.md b/stable/airsonic-advanced/13.8.1/README.md similarity index 100% rename from stable/airsonic-advanced/13.5.2/README.md rename to stable/airsonic-advanced/13.8.1/README.md diff --git a/stable/airsonic-advanced/13.8.1/app-changelog.md b/stable/airsonic-advanced/13.8.1/app-changelog.md new file mode 100644 index 00000000000..6e39892473c --- /dev/null +++ b/stable/airsonic-advanced/13.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [airsonic-advanced-13.8.1](https://github.com/truecharts/charts/compare/airsonic-advanced-13.7.0...airsonic-advanced-13.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/airsonic-advanced/13.8.1/app-readme.md similarity index 100% rename from stable/airsonic-advanced/13.5.2/app-readme.md rename to stable/airsonic-advanced/13.8.1/app-readme.md diff --git a/stable/airsonic-advanced/13.8.1/charts/common-20.2.2.tgz b/stable/airsonic-advanced/13.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/airsonic-advanced/13.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/airsonic-advanced/13.8.1/ix_values.yaml b/stable/airsonic-advanced/13.8.1/ix_values.yaml new file mode 100644 index 00000000000..78832a49e20 --- /dev/null +++ b/stable/airsonic-advanced/13.8.1/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: airsonicadvanced/airsonic-advanced + tag: edge-latest@sha256:18de305bce05d47a885a40e6fbeecbf26ebc1ea815cedcce4be1f533a39bd3e8 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + +service: + main: + ports: + main: + port: 10122 + protocol: http + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + AIRSONIC_PORT: "{{ .Values.service.main.ports.main.port }}" + # dont expose to GUI + CONTEXT_PATH: "/" + # Set so the persisted dirs use the root path + AIRSONIC_DIR: "/" + # -- For passing additional java options. For some reverse proxies, you may need to pass `JAVA_OPTS=-Dserver.use-forward-headers=true` for airsonic to generate the proper URL schemes. + JAVA_OPTS: "" + spring_liquibase_parameters_userTableQuote: '"' + spring_datasource_username: "{{ .Values.cnpg.main.user }}" + spring_datasource_url: + secretKeyRef: + name: cnpg-main-urls + key: jdbc + spring_datasource_password: + secretKeyRef: + name: cnpg-main-user + key: password + +# Enabled postgres +cnpg: + main: + enabled: true + user: airsonic-advanced + database: airsonic-advanced + +persistence: + config: + enabled: true + mountPath: /airsonic + music: + enabled: true + mountPath: /music + podcasts: + enabled: true + mountPath: /podcasts + playlists: + enabled: true + mountPath: /playlists + +portal: + open: + enabled: true diff --git a/stable/airsonic-advanced/13.8.1/questions.yaml b/stable/airsonic-advanced/13.8.1/questions.yaml new file mode 100755 index 00000000000..d9799549b89 --- /dev/null +++ b/stable/airsonic-advanced/13.8.1/questions.yaml @@ -0,0 +1,4099 @@ +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: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: JAVA_OPTS + label: "Java Opts" + schema: + type: string + default: "" + - 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: 10122 + 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: music + label: "App Music Storage" + description: "Stores the Application Music." + 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: podcasts + label: "App Podcasts Storage" + description: "Stores the Application Podcast." + 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: playlists + label: "App Playlists Storage" + description: "Stores the Application Playlists." + 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: 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: "serverName" + schema: + type: int + - 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: "serverName" + schema: + type: int + - 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/stable/anki-sync-server/6.5.1/templates/NOTES.txt b/stable/airsonic-advanced/13.8.1/templates/NOTES.txt similarity index 100% rename from stable/anki-sync-server/6.5.1/templates/NOTES.txt rename to stable/airsonic-advanced/13.8.1/templates/NOTES.txt diff --git a/stable/airsonic/13.5.1/templates/common.yaml b/stable/airsonic-advanced/13.8.1/templates/common.yaml similarity index 100% rename from stable/airsonic/13.5.1/templates/common.yaml rename to stable/airsonic-advanced/13.8.1/templates/common.yaml diff --git a/stable/amcrest2mqtt/11.5.1/values.yaml b/stable/airsonic-advanced/13.8.1/values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.5.1/values.yaml rename to stable/airsonic-advanced/13.8.1/values.yaml diff --git a/stable/airsonic/13.5.1/CHANGELOG.md b/stable/airsonic/13.5.1/CHANGELOG.md deleted file mode 100644 index 90a63b85c5c..00000000000 --- a/stable/airsonic/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [airsonic-13.5.1](https://github.com/truecharts/charts/compare/airsonic-13.5.0...airsonic-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [airsonic-13.5.0](https://github.com/truecharts/charts/compare/airsonic-13.4.1...airsonic-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [airsonic-13.4.1](https://github.com/truecharts/charts/compare/airsonic-13.4.0...airsonic-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [airsonic-13.4.0](https://github.com/truecharts/charts/compare/airsonic-13.3.0...airsonic-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [airsonic-13.3.0](https://github.com/truecharts/charts/compare/airsonic-13.2.3...airsonic-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [airsonic-13.2.3](https://github.com/truecharts/charts/compare/airsonic-13.2.2...airsonic-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [airsonic-13.2.2](https://github.com/truecharts/charts/compare/airsonic-13.2.0...airsonic-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [airsonic-12.1.12](https://github.com/truecharts/charts/compare/airsonic-12.1.11...airsonic-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [airsonic-12.1.11](https://github.com/truecharts/charts/compare/airsonic-12.1.10...airsonic-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/airsonic/13.5.1/Chart.yaml b/stable/airsonic/13.5.1/Chart.yaml deleted file mode 100644 index a709f1da660..00000000000 --- a/stable/airsonic/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/airsonic/13.5.1/charts/common-20.0.8.tgz b/stable/airsonic/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/airsonic/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/americasarmy-pg/5.5.1/.helmignore b/stable/airsonic/13.7.1/.helmignore similarity index 100% rename from stable/americasarmy-pg/5.5.1/.helmignore rename to stable/airsonic/13.7.1/.helmignore diff --git a/stable/airsonic/13.7.1/CHANGELOG.md b/stable/airsonic/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..12d5a11da53 --- /dev/null +++ b/stable/airsonic/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [airsonic-13.7.1](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/airsonic/13.7.1/Chart.yaml new file mode 100644 index 00000000000..4b687ef08a8 --- /dev/null +++ b/stable/airsonic/13.7.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: 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.2 + 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.1 diff --git a/stable/airsonic/13.5.1/README.md b/stable/airsonic/13.7.1/README.md similarity index 100% rename from stable/airsonic/13.5.1/README.md rename to stable/airsonic/13.7.1/README.md diff --git a/stable/airsonic/13.7.1/app-changelog.md b/stable/airsonic/13.7.1/app-changelog.md new file mode 100644 index 00000000000..b97e43c1826 --- /dev/null +++ b/stable/airsonic/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [airsonic-13.7.1](https://github.com/truecharts/charts/compare/airsonic-13.6.0...airsonic-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/airsonic/13.7.1/app-readme.md similarity index 100% rename from stable/airsonic/13.5.1/app-readme.md rename to stable/airsonic/13.7.1/app-readme.md diff --git a/stable/airsonic/13.7.1/charts/common-20.2.2.tgz b/stable/airsonic/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/airsonic/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/airsonic/13.5.1/ix_values.yaml b/stable/airsonic/13.7.1/ix_values.yaml similarity index 100% rename from stable/airsonic/13.5.1/ix_values.yaml rename to stable/airsonic/13.7.1/ix_values.yaml diff --git a/stable/airsonic/13.5.1/questions.yaml b/stable/airsonic/13.7.1/questions.yaml similarity index 100% rename from stable/airsonic/13.5.1/questions.yaml rename to stable/airsonic/13.7.1/questions.yaml diff --git a/stable/anonaddy/20.11.1/templates/NOTES.txt b/stable/airsonic/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/anonaddy/20.11.1/templates/NOTES.txt rename to stable/airsonic/13.7.1/templates/NOTES.txt diff --git a/stable/alist/9.7.1/templates/common.yaml b/stable/airsonic/13.7.1/templates/common.yaml similarity index 100% rename from stable/alist/9.7.1/templates/common.yaml rename to stable/airsonic/13.7.1/templates/common.yaml diff --git a/stable/americasarmy-pg/5.5.1/values.yaml b/stable/airsonic/13.7.1/values.yaml similarity index 100% rename from stable/americasarmy-pg/5.5.1/values.yaml rename to stable/airsonic/13.7.1/values.yaml diff --git a/stable/alienswarm-reactivedrop/5.5.1/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.5.1/CHANGELOG.md deleted file mode 100644 index 1f91d90b10d..00000000000 --- a/stable/alienswarm-reactivedrop/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alienswarm-reactivedrop-5.5.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.5.0...alienswarm-reactivedrop-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [alienswarm-reactivedrop-5.5.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.4.1...alienswarm-reactivedrop-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [alienswarm-reactivedrop-5.4.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.4.0...alienswarm-reactivedrop-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [alienswarm-reactivedrop-5.4.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.3.0...alienswarm-reactivedrop-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [alienswarm-reactivedrop-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.3...alienswarm-reactivedrop-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [alienswarm-reactivedrop-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.2...alienswarm-reactivedrop-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [alienswarm-reactivedrop-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.2.0...alienswarm-reactivedrop-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [alienswarm-reactivedrop-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.11...alienswarm-reactivedrop-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-reactivedrop-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-4.1.10...alienswarm-reactivedrop-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/alienswarm-reactivedrop/5.5.1/Chart.yaml b/stable/alienswarm-reactivedrop/5.5.1/Chart.yaml deleted file mode 100644 index 744fd4f665b..00000000000 --- a/stable/alienswarm-reactivedrop/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/alienswarm-reactivedrop/5.5.1/charts/common-20.0.8.tgz b/stable/alienswarm-reactivedrop/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/alienswarm-reactivedrop/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/amule/7.5.1/.helmignore b/stable/alienswarm-reactivedrop/5.7.1/.helmignore similarity index 100% rename from stable/amule/7.5.1/.helmignore rename to stable/alienswarm-reactivedrop/5.7.1/.helmignore diff --git a/stable/alienswarm-reactivedrop/5.7.1/CHANGELOG.md b/stable/alienswarm-reactivedrop/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..89dff0d4355 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-reactivedrop-5.7.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/alienswarm-reactivedrop/5.7.1/Chart.yaml new file mode 100644 index 00000000000..658b65e6078 --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.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: 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.2 + 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.1 diff --git a/stable/alienswarm-reactivedrop/5.5.1/README.md b/stable/alienswarm-reactivedrop/5.7.1/README.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/README.md rename to stable/alienswarm-reactivedrop/5.7.1/README.md diff --git a/stable/alienswarm-reactivedrop/5.7.1/app-changelog.md b/stable/alienswarm-reactivedrop/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5ab558dcfcb --- /dev/null +++ b/stable/alienswarm-reactivedrop/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [alienswarm-reactivedrop-5.7.1](https://github.com/truecharts/charts/compare/alienswarm-reactivedrop-5.6.0...alienswarm-reactivedrop-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/alienswarm-reactivedrop/5.7.1/app-readme.md similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/app-readme.md rename to stable/alienswarm-reactivedrop/5.7.1/app-readme.md diff --git a/stable/alienswarm-reactivedrop/5.7.1/charts/common-20.2.2.tgz b/stable/alienswarm-reactivedrop/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/alienswarm-reactivedrop/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/alienswarm-reactivedrop/5.5.1/ix_values.yaml b/stable/alienswarm-reactivedrop/5.7.1/ix_values.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/ix_values.yaml rename to stable/alienswarm-reactivedrop/5.7.1/ix_values.yaml diff --git a/stable/alienswarm-reactivedrop/5.5.1/questions.yaml b/stable/alienswarm-reactivedrop/5.7.1/questions.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/questions.yaml rename to stable/alienswarm-reactivedrop/5.7.1/questions.yaml diff --git a/stable/alienswarm-reactivedrop/5.5.1/templates/common.yaml b/stable/alienswarm-reactivedrop/5.7.1/templates/common.yaml similarity index 100% rename from stable/alienswarm-reactivedrop/5.5.1/templates/common.yaml rename to stable/alienswarm-reactivedrop/5.7.1/templates/common.yaml diff --git a/stable/amule/7.5.1/values.yaml b/stable/alienswarm-reactivedrop/5.7.1/values.yaml similarity index 100% rename from stable/amule/7.5.1/values.yaml rename to stable/alienswarm-reactivedrop/5.7.1/values.yaml diff --git a/stable/alienswarm/5.5.1/CHANGELOG.md b/stable/alienswarm/5.5.1/CHANGELOG.md deleted file mode 100644 index 4c50e65a2f6..00000000000 --- a/stable/alienswarm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alienswarm-5.5.1](https://github.com/truecharts/charts/compare/alienswarm-5.5.0...alienswarm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [alienswarm-5.5.0](https://github.com/truecharts/charts/compare/alienswarm-5.4.1...alienswarm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [alienswarm-5.4.1](https://github.com/truecharts/charts/compare/alienswarm-5.4.0...alienswarm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [alienswarm-5.4.0](https://github.com/truecharts/charts/compare/alienswarm-5.3.0...alienswarm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [alienswarm-5.3.0](https://github.com/truecharts/charts/compare/alienswarm-5.2.3...alienswarm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [alienswarm-5.2.3](https://github.com/truecharts/charts/compare/alienswarm-5.2.2...alienswarm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [alienswarm-5.2.2](https://github.com/truecharts/charts/compare/alienswarm-5.2.0...alienswarm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [alienswarm-4.1.12](https://github.com/truecharts/charts/compare/alienswarm-4.1.11...alienswarm-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [alienswarm-4.1.11](https://github.com/truecharts/charts/compare/alienswarm-4.1.10...alienswarm-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/alienswarm/5.5.1/Chart.yaml b/stable/alienswarm/5.5.1/Chart.yaml deleted file mode 100644 index c1332150cef..00000000000 --- a/stable/alienswarm/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/alienswarm/5.5.1/charts/common-20.0.8.tgz b/stable/alienswarm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/alienswarm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/android-8-0/5.5.1/.helmignore b/stable/alienswarm/5.7.1/.helmignore similarity index 100% rename from stable/android-8-0/5.5.1/.helmignore rename to stable/alienswarm/5.7.1/.helmignore diff --git a/stable/alienswarm/5.7.1/CHANGELOG.md b/stable/alienswarm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..321dc6bbfd9 --- /dev/null +++ b/stable/alienswarm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alienswarm-5.7.1](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/alienswarm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4d39f0dba45 --- /dev/null +++ b/stable/alienswarm/5.7.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: 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.2 + 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.1 diff --git a/stable/alienswarm/5.5.1/README.md b/stable/alienswarm/5.7.1/README.md similarity index 100% rename from stable/alienswarm/5.5.1/README.md rename to stable/alienswarm/5.7.1/README.md diff --git a/stable/alienswarm/5.7.1/app-changelog.md b/stable/alienswarm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..aaf010b16d6 --- /dev/null +++ b/stable/alienswarm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [alienswarm-5.7.1](https://github.com/truecharts/charts/compare/alienswarm-5.6.0...alienswarm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/alienswarm/5.7.1/app-readme.md similarity index 100% rename from stable/alienswarm/5.5.1/app-readme.md rename to stable/alienswarm/5.7.1/app-readme.md diff --git a/stable/alienswarm/5.7.1/charts/common-20.2.2.tgz b/stable/alienswarm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/alienswarm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/alienswarm/5.5.1/ix_values.yaml b/stable/alienswarm/5.7.1/ix_values.yaml similarity index 100% rename from stable/alienswarm/5.5.1/ix_values.yaml rename to stable/alienswarm/5.7.1/ix_values.yaml diff --git a/stable/alienswarm/5.5.1/questions.yaml b/stable/alienswarm/5.7.1/questions.yaml similarity index 100% rename from stable/alienswarm/5.5.1/questions.yaml rename to stable/alienswarm/5.7.1/questions.yaml diff --git a/stable/alienswarm/5.5.1/templates/common.yaml b/stable/alienswarm/5.7.1/templates/common.yaml similarity index 100% rename from stable/alienswarm/5.5.1/templates/common.yaml rename to stable/alienswarm/5.7.1/templates/common.yaml diff --git a/stable/android-8-0/5.5.1/values.yaml b/stable/alienswarm/5.7.1/values.yaml similarity index 100% rename from stable/android-8-0/5.5.1/values.yaml rename to stable/alienswarm/5.7.1/values.yaml diff --git a/stable/alist/9.7.1/CHANGELOG.md b/stable/alist/9.7.1/CHANGELOG.md deleted file mode 100644 index dbc4e7b5b99..00000000000 --- a/stable/alist/9.7.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [alist-9.7.1](https://github.com/truecharts/charts/compare/alist-9.7.0...alist-9.7.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [alist-9.7.0](https://github.com/truecharts/charts/compare/alist-9.6.1...alist-9.7.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [alist-9.6.1](https://github.com/truecharts/charts/compare/alist-9.6.0...alist-9.6.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [alist-9.6.0](https://github.com/truecharts/charts/compare/alist-9.5.0...alist-9.6.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [alist-9.5.0](https://github.com/truecharts/charts/compare/alist-9.4.3...alist-9.5.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [alist-9.4.3](https://github.com/truecharts/charts/compare/alist-9.4.2...alist-9.4.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [alist-9.4.2](https://github.com/truecharts/charts/compare/alist-9.4.0...alist-9.4.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [alist-8.3.0](https://github.com/truecharts/charts/compare/alist-8.2.6...alist-8.3.0) (2024-02-10) - -### Feat - - - -- Add aria2 support (image and port) ([#18011](https://github.com/truecharts/charts/issues/18011)) - - -## [alist-8.2.6](https://github.com/truecharts/charts/compare/alist-8.2.5...alist-8.2.6) (2024-02-03) - -### Chore - - diff --git a/stable/alist/9.7.1/Chart.yaml b/stable/alist/9.7.1/Chart.yaml deleted file mode 100644 index d53952c9d6e..00000000000 --- a/stable/alist/9.7.1/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.32.0 -dependencies: - - name: common - version: 20.0.8 - 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.7.1 diff --git a/stable/alist/9.7.1/charts/common-20.0.8.tgz b/stable/alist/9.7.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/alist/9.7.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/androiddebugbridge/5.5.1/.helmignore b/stable/alist/9.9.1/.helmignore similarity index 100% rename from stable/androiddebugbridge/5.5.1/.helmignore rename to stable/alist/9.9.1/.helmignore diff --git a/stable/alist/9.9.1/CHANGELOG.md b/stable/alist/9.9.1/CHANGELOG.md new file mode 100644 index 00000000000..05dfc02c173 --- /dev/null +++ b/stable/alist/9.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [alist-9.9.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- 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.9.0](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.9.1/Chart.yaml b/stable/alist/9.9.1/Chart.yaml new file mode 100644 index 00000000000..64cdfe4900d --- /dev/null +++ b/stable/alist/9.9.1/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.32.0 +dependencies: + - name: common + version: 20.2.2 + 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.9.1 diff --git a/stable/alist/9.7.1/README.md b/stable/alist/9.9.1/README.md similarity index 100% rename from stable/alist/9.7.1/README.md rename to stable/alist/9.9.1/README.md diff --git a/stable/alist/9.9.1/app-changelog.md b/stable/alist/9.9.1/app-changelog.md new file mode 100644 index 00000000000..99f454d4612 --- /dev/null +++ b/stable/alist/9.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [alist-9.9.1](https://github.com/truecharts/charts/compare/alist-9.8.0...alist-9.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.7.1/app-readme.md b/stable/alist/9.9.1/app-readme.md similarity index 100% rename from stable/alist/9.7.1/app-readme.md rename to stable/alist/9.9.1/app-readme.md diff --git a/stable/alist/9.9.1/charts/common-20.2.2.tgz b/stable/alist/9.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/alist/9.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/alist/9.7.1/ix_values.yaml b/stable/alist/9.9.1/ix_values.yaml similarity index 100% rename from stable/alist/9.7.1/ix_values.yaml rename to stable/alist/9.9.1/ix_values.yaml diff --git a/stable/alist/9.7.1/questions.yaml b/stable/alist/9.9.1/questions.yaml similarity index 100% rename from stable/alist/9.7.1/questions.yaml rename to stable/alist/9.9.1/questions.yaml diff --git a/stable/answer/3.5.1/templates/NOTES.txt b/stable/alist/9.9.1/templates/NOTES.txt similarity index 100% rename from stable/answer/3.5.1/templates/NOTES.txt rename to stable/alist/9.9.1/templates/NOTES.txt diff --git a/stable/answer/3.5.1/templates/common.yaml b/stable/alist/9.9.1/templates/common.yaml similarity index 100% rename from stable/answer/3.5.1/templates/common.yaml rename to stable/alist/9.9.1/templates/common.yaml diff --git a/stable/androiddebugbridge/5.5.1/values.yaml b/stable/alist/9.9.1/values.yaml similarity index 100% rename from stable/androiddebugbridge/5.5.1/values.yaml rename to stable/alist/9.9.1/values.yaml diff --git a/stable/amcrest2mqtt/11.5.1/CHANGELOG.md b/stable/amcrest2mqtt/11.5.1/CHANGELOG.md deleted file mode 100644 index 7c2285c6ba5..00000000000 --- a/stable/amcrest2mqtt/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [amcrest2mqtt-11.5.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.5.0...amcrest2mqtt-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [amcrest2mqtt-11.5.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.4.1...amcrest2mqtt-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [amcrest2mqtt-11.4.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.4.0...amcrest2mqtt-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [amcrest2mqtt-11.4.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.3.0...amcrest2mqtt-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [amcrest2mqtt-11.3.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.3...amcrest2mqtt-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [amcrest2mqtt-11.2.3](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.2...amcrest2mqtt-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [amcrest2mqtt-11.2.2](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.2.0...amcrest2mqtt-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [amcrest2mqtt-10.1.12](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.11...amcrest2mqtt-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amcrest2mqtt-10.1.11](https://github.com/truecharts/charts/compare/amcrest2mqtt-10.1.10...amcrest2mqtt-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/amcrest2mqtt/11.5.1/Chart.yaml b/stable/amcrest2mqtt/11.5.1/Chart.yaml deleted file mode 100644 index 64199652427..00000000000 --- a/stable/amcrest2mqtt/11.5.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: 1.0.16 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/amcrest2mqtt/11.5.1/charts/common-20.0.8.tgz b/stable/amcrest2mqtt/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/amcrest2mqtt/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/anki-sync-server/6.5.1/.helmignore b/stable/amcrest2mqtt/11.7.1/.helmignore similarity index 100% rename from stable/anki-sync-server/6.5.1/.helmignore rename to stable/amcrest2mqtt/11.7.1/.helmignore diff --git a/stable/amcrest2mqtt/11.7.1/CHANGELOG.md b/stable/amcrest2mqtt/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e1cb9174f95 --- /dev/null +++ b/stable/amcrest2mqtt/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amcrest2mqtt-11.7.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/amcrest2mqtt/11.7.1/Chart.yaml new file mode 100644 index 00000000000..0b79cfea3e2 --- /dev/null +++ b/stable/amcrest2mqtt/11.7.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: 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.2 + 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.1 diff --git a/stable/amcrest2mqtt/11.5.1/README.md b/stable/amcrest2mqtt/11.7.1/README.md similarity index 100% rename from stable/amcrest2mqtt/11.5.1/README.md rename to stable/amcrest2mqtt/11.7.1/README.md diff --git a/stable/amcrest2mqtt/11.7.1/app-changelog.md b/stable/amcrest2mqtt/11.7.1/app-changelog.md new file mode 100644 index 00000000000..3cee106ef98 --- /dev/null +++ b/stable/amcrest2mqtt/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [amcrest2mqtt-11.7.1](https://github.com/truecharts/charts/compare/amcrest2mqtt-11.6.0...amcrest2mqtt-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/amcrest2mqtt/11.7.1/app-readme.md similarity index 100% rename from stable/amcrest2mqtt/11.5.1/app-readme.md rename to stable/amcrest2mqtt/11.7.1/app-readme.md diff --git a/stable/amcrest2mqtt/11.7.1/charts/common-20.2.2.tgz b/stable/amcrest2mqtt/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/amcrest2mqtt/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/amcrest2mqtt/11.5.1/ix_values.yaml b/stable/amcrest2mqtt/11.7.1/ix_values.yaml similarity index 100% rename from stable/amcrest2mqtt/11.5.1/ix_values.yaml rename to stable/amcrest2mqtt/11.7.1/ix_values.yaml diff --git a/stable/amcrest2mqtt/11.5.1/questions.yaml b/stable/amcrest2mqtt/11.7.1/questions.yaml similarity index 100% rename from stable/amcrest2mqtt/11.5.1/questions.yaml rename to stable/amcrest2mqtt/11.7.1/questions.yaml diff --git a/stable/anything-llm/1.2.2/templates/NOTES.txt b/stable/amcrest2mqtt/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/anything-llm/1.2.2/templates/NOTES.txt rename to stable/amcrest2mqtt/11.7.1/templates/NOTES.txt diff --git a/stable/amcrest2mqtt/11.5.1/templates/common.yaml b/stable/amcrest2mqtt/11.7.1/templates/common.yaml similarity index 100% rename from stable/amcrest2mqtt/11.5.1/templates/common.yaml rename to stable/amcrest2mqtt/11.7.1/templates/common.yaml diff --git a/stable/anki-sync-server/6.5.1/values.yaml b/stable/amcrest2mqtt/11.7.1/values.yaml similarity index 100% rename from stable/anki-sync-server/6.5.1/values.yaml rename to stable/amcrest2mqtt/11.7.1/values.yaml diff --git a/stable/americasarmy-pg/5.5.1/CHANGELOG.md b/stable/americasarmy-pg/5.5.1/CHANGELOG.md deleted file mode 100644 index 862eb317a58..00000000000 --- a/stable/americasarmy-pg/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [americasarmy-pg-5.5.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.5.0...americasarmy-pg-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [americasarmy-pg-5.5.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.4.1...americasarmy-pg-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [americasarmy-pg-5.4.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.4.0...americasarmy-pg-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [americasarmy-pg-5.4.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.3.0...americasarmy-pg-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [americasarmy-pg-5.3.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.3...americasarmy-pg-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [americasarmy-pg-5.2.3](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.2...americasarmy-pg-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [americasarmy-pg-5.2.2](https://github.com/truecharts/charts/compare/americasarmy-pg-5.2.0...americasarmy-pg-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [americasarmy-pg-4.1.12](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.11...americasarmy-pg-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [americasarmy-pg-4.1.11](https://github.com/truecharts/charts/compare/americasarmy-pg-4.1.10...americasarmy-pg-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/americasarmy-pg/5.5.1/Chart.yaml b/stable/americasarmy-pg/5.5.1/Chart.yaml deleted file mode 100644 index 3635522c55b..00000000000 --- a/stable/americasarmy-pg/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/americasarmy-pg/5.5.1/charts/common-20.0.8.tgz b/stable/americasarmy-pg/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/americasarmy-pg/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/anonaddy/20.11.1/.helmignore b/stable/americasarmy-pg/5.7.1/.helmignore similarity index 100% rename from stable/anonaddy/20.11.1/.helmignore rename to stable/americasarmy-pg/5.7.1/.helmignore diff --git a/stable/americasarmy-pg/5.7.1/CHANGELOG.md b/stable/americasarmy-pg/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0a36ce54e66 --- /dev/null +++ b/stable/americasarmy-pg/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [americasarmy-pg-5.7.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/americasarmy-pg/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2f2926a8394 --- /dev/null +++ b/stable/americasarmy-pg/5.7.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: 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.2 + 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.1 diff --git a/stable/americasarmy-pg/5.5.1/README.md b/stable/americasarmy-pg/5.7.1/README.md similarity index 100% rename from stable/americasarmy-pg/5.5.1/README.md rename to stable/americasarmy-pg/5.7.1/README.md diff --git a/stable/americasarmy-pg/5.7.1/app-changelog.md b/stable/americasarmy-pg/5.7.1/app-changelog.md new file mode 100644 index 00000000000..0fecac875dc --- /dev/null +++ b/stable/americasarmy-pg/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [americasarmy-pg-5.7.1](https://github.com/truecharts/charts/compare/americasarmy-pg-5.6.0...americasarmy-pg-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/americasarmy-pg/5.7.1/app-readme.md similarity index 100% rename from stable/americasarmy-pg/5.5.1/app-readme.md rename to stable/americasarmy-pg/5.7.1/app-readme.md diff --git a/stable/americasarmy-pg/5.7.1/charts/common-20.2.2.tgz b/stable/americasarmy-pg/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/americasarmy-pg/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/americasarmy-pg/5.5.1/ix_values.yaml b/stable/americasarmy-pg/5.7.1/ix_values.yaml similarity index 100% rename from stable/americasarmy-pg/5.5.1/ix_values.yaml rename to stable/americasarmy-pg/5.7.1/ix_values.yaml diff --git a/stable/americasarmy-pg/5.5.1/questions.yaml b/stable/americasarmy-pg/5.7.1/questions.yaml similarity index 100% rename from stable/americasarmy-pg/5.5.1/questions.yaml rename to stable/americasarmy-pg/5.7.1/questions.yaml diff --git a/stable/americasarmy-pg/5.5.1/templates/common.yaml b/stable/americasarmy-pg/5.7.1/templates/common.yaml similarity index 100% rename from stable/americasarmy-pg/5.5.1/templates/common.yaml rename to stable/americasarmy-pg/5.7.1/templates/common.yaml diff --git a/stable/anonaddy/20.11.1/values.yaml b/stable/americasarmy-pg/5.7.1/values.yaml similarity index 100% rename from stable/anonaddy/20.11.1/values.yaml rename to stable/americasarmy-pg/5.7.1/values.yaml diff --git a/stable/amule/7.5.1/CHANGELOG.md b/stable/amule/7.5.1/CHANGELOG.md deleted file mode 100644 index 3a418659007..00000000000 --- a/stable/amule/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [amule-7.5.1](https://github.com/truecharts/charts/compare/amule-7.5.0...amule-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [amule-7.5.0](https://github.com/truecharts/charts/compare/amule-7.4.1...amule-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [amule-7.4.1](https://github.com/truecharts/charts/compare/amule-7.4.0...amule-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [amule-7.4.0](https://github.com/truecharts/charts/compare/amule-7.3.0...amule-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [amule-7.3.0](https://github.com/truecharts/charts/compare/amule-7.2.3...amule-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [amule-7.2.3](https://github.com/truecharts/charts/compare/amule-7.2.2...amule-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [amule-7.2.2](https://github.com/truecharts/charts/compare/amule-7.2.0...amule-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [amule-6.1.12](https://github.com/truecharts/charts/compare/amule-6.1.11...amule-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [amule-6.1.11](https://github.com/truecharts/charts/compare/amule-6.1.10...amule-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/amule/7.5.1/Chart.yaml b/stable/amule/7.5.1/Chart.yaml deleted file mode 100644 index f978bb89b91..00000000000 --- a/stable/amule/7.5.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: 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.0.8 - 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.5.1 diff --git a/stable/amule/7.5.1/charts/common-20.0.8.tgz b/stable/amule/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/amule/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/anope/5.5.1/.helmignore b/stable/amule/7.7.1/.helmignore similarity index 100% rename from stable/anope/5.5.1/.helmignore rename to stable/amule/7.7.1/.helmignore diff --git a/stable/amule/7.7.1/CHANGELOG.md b/stable/amule/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..760a0777aad --- /dev/null +++ b/stable/amule/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [amule-7.7.1](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/amule/7.7.1/Chart.yaml new file mode 100644 index 00000000000..9cfc5790fa9 --- /dev/null +++ b/stable/amule/7.7.1/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.2 + 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.1 diff --git a/stable/amule/7.5.1/README.md b/stable/amule/7.7.1/README.md similarity index 100% rename from stable/amule/7.5.1/README.md rename to stable/amule/7.7.1/README.md diff --git a/stable/amule/7.7.1/app-changelog.md b/stable/amule/7.7.1/app-changelog.md new file mode 100644 index 00000000000..fdc00e6d919 --- /dev/null +++ b/stable/amule/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [amule-7.7.1](https://github.com/truecharts/charts/compare/amule-7.6.0...amule-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/amule/7.7.1/app-readme.md similarity index 100% rename from stable/amule/7.5.1/app-readme.md rename to stable/amule/7.7.1/app-readme.md diff --git a/stable/amule/7.7.1/charts/common-20.2.2.tgz b/stable/amule/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/amule/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/amule/7.5.1/ix_values.yaml b/stable/amule/7.7.1/ix_values.yaml similarity index 100% rename from stable/amule/7.5.1/ix_values.yaml rename to stable/amule/7.7.1/ix_values.yaml diff --git a/stable/amule/7.5.1/questions.yaml b/stable/amule/7.7.1/questions.yaml similarity index 100% rename from stable/amule/7.5.1/questions.yaml rename to stable/amule/7.7.1/questions.yaml diff --git a/stable/apache-musicindex/11.5.1/templates/NOTES.txt b/stable/amule/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/apache-musicindex/11.5.1/templates/NOTES.txt rename to stable/amule/7.7.1/templates/NOTES.txt diff --git a/stable/amule/7.5.1/templates/common.yaml b/stable/amule/7.7.1/templates/common.yaml similarity index 100% rename from stable/amule/7.5.1/templates/common.yaml rename to stable/amule/7.7.1/templates/common.yaml diff --git a/stable/anope/5.5.1/values.yaml b/stable/amule/7.7.1/values.yaml similarity index 100% rename from stable/anope/5.5.1/values.yaml rename to stable/amule/7.7.1/values.yaml diff --git a/stable/android-8-0/5.5.1/CHANGELOG.md b/stable/android-8-0/5.5.1/CHANGELOG.md deleted file mode 100644 index 1bcab3f94ec..00000000000 --- a/stable/android-8-0/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [android-8-0-5.5.1](https://github.com/truecharts/charts/compare/android-8-0-5.5.0...android-8-0-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [android-8-0-5.5.0](https://github.com/truecharts/charts/compare/android-8-0-5.4.1...android-8-0-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [android-8-0-5.4.1](https://github.com/truecharts/charts/compare/android-8-0-5.4.0...android-8-0-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [android-8-0-5.4.0](https://github.com/truecharts/charts/compare/android-8-0-5.3.0...android-8-0-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [android-8-0-5.3.0](https://github.com/truecharts/charts/compare/android-8-0-5.2.3...android-8-0-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [android-8-0-5.2.3](https://github.com/truecharts/charts/compare/android-8-0-5.2.2...android-8-0-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [android-8-0-5.2.2](https://github.com/truecharts/charts/compare/android-8-0-5.2.0...android-8-0-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [android-8-0-4.1.12](https://github.com/truecharts/charts/compare/android-8-0-4.1.11...android-8-0-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [android-8-0-4.1.11](https://github.com/truecharts/charts/compare/android-8-0-4.1.10...android-8-0-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/android-8-0/5.5.1/Chart.yaml b/stable/android-8-0/5.5.1/Chart.yaml deleted file mode 100644 index c464259161d..00000000000 --- a/stable/android-8-0/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/android-8-0/5.5.1/charts/common-20.0.8.tgz b/stable/android-8-0/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/android-8-0/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/answer/3.5.1/.helmignore b/stable/android-8-0/5.7.1/.helmignore similarity index 100% rename from stable/answer/3.5.1/.helmignore rename to stable/android-8-0/5.7.1/.helmignore diff --git a/stable/android-8-0/5.7.1/CHANGELOG.md b/stable/android-8-0/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..65cf8a96fe2 --- /dev/null +++ b/stable/android-8-0/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [android-8-0-5.7.1](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/android-8-0/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4620c168b26 --- /dev/null +++ b/stable/android-8-0/5.7.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: 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.2 + 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.1 diff --git a/stable/android-8-0/5.5.1/README.md b/stable/android-8-0/5.7.1/README.md similarity index 100% rename from stable/android-8-0/5.5.1/README.md rename to stable/android-8-0/5.7.1/README.md diff --git a/stable/android-8-0/5.7.1/app-changelog.md b/stable/android-8-0/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bb326dd0493 --- /dev/null +++ b/stable/android-8-0/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [android-8-0-5.7.1](https://github.com/truecharts/charts/compare/android-8-0-5.6.0...android-8-0-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/android-8-0/5.7.1/app-readme.md similarity index 100% rename from stable/android-8-0/5.5.1/app-readme.md rename to stable/android-8-0/5.7.1/app-readme.md diff --git a/stable/android-8-0/5.7.1/charts/common-20.2.2.tgz b/stable/android-8-0/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/android-8-0/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/android-8-0/5.5.1/ix_values.yaml b/stable/android-8-0/5.7.1/ix_values.yaml similarity index 100% rename from stable/android-8-0/5.5.1/ix_values.yaml rename to stable/android-8-0/5.7.1/ix_values.yaml diff --git a/stable/android-8-0/5.5.1/questions.yaml b/stable/android-8-0/5.7.1/questions.yaml similarity index 100% rename from stable/android-8-0/5.5.1/questions.yaml rename to stable/android-8-0/5.7.1/questions.yaml diff --git a/stable/android-8-0/5.5.1/templates/common.yaml b/stable/android-8-0/5.7.1/templates/common.yaml similarity index 100% rename from stable/android-8-0/5.5.1/templates/common.yaml rename to stable/android-8-0/5.7.1/templates/common.yaml diff --git a/stable/answer/3.5.1/values.yaml b/stable/android-8-0/5.7.1/values.yaml similarity index 100% rename from stable/answer/3.5.1/values.yaml rename to stable/android-8-0/5.7.1/values.yaml diff --git a/stable/androiddebugbridge/5.5.1/CHANGELOG.md b/stable/androiddebugbridge/5.5.1/CHANGELOG.md deleted file mode 100644 index e8f48ffc7f3..00000000000 --- a/stable/androiddebugbridge/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [androiddebugbridge-5.5.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.5.0...androiddebugbridge-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [androiddebugbridge-5.5.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.4.1...androiddebugbridge-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [androiddebugbridge-5.4.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.4.0...androiddebugbridge-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [androiddebugbridge-5.4.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.3.0...androiddebugbridge-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [androiddebugbridge-5.3.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.3...androiddebugbridge-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [androiddebugbridge-5.2.3](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.2...androiddebugbridge-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [androiddebugbridge-5.2.2](https://github.com/truecharts/charts/compare/androiddebugbridge-5.2.0...androiddebugbridge-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [androiddebugbridge-4.1.13](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.12...androiddebugbridge-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [androiddebugbridge-4.1.12](https://github.com/truecharts/charts/compare/androiddebugbridge-4.1.11...androiddebugbridge-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/androiddebugbridge/5.5.1/Chart.yaml b/stable/androiddebugbridge/5.5.1/Chart.yaml deleted file mode 100644 index 11a55be6ba0..00000000000 --- a/stable/androiddebugbridge/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/androiddebugbridge/5.5.1/charts/common-20.0.8.tgz b/stable/androiddebugbridge/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/androiddebugbridge/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/anything-llm/1.2.2/.helmignore b/stable/androiddebugbridge/5.7.1/.helmignore similarity index 100% rename from stable/anything-llm/1.2.2/.helmignore rename to stable/androiddebugbridge/5.7.1/.helmignore diff --git a/stable/androiddebugbridge/5.7.1/CHANGELOG.md b/stable/androiddebugbridge/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dfd7ff10071 --- /dev/null +++ b/stable/androiddebugbridge/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [androiddebugbridge-5.7.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/androiddebugbridge/5.7.1/Chart.yaml new file mode 100644 index 00000000000..74fa4d317af --- /dev/null +++ b/stable/androiddebugbridge/5.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/androiddebugbridge/5.5.1/README.md b/stable/androiddebugbridge/5.7.1/README.md similarity index 100% rename from stable/androiddebugbridge/5.5.1/README.md rename to stable/androiddebugbridge/5.7.1/README.md diff --git a/stable/androiddebugbridge/5.7.1/app-changelog.md b/stable/androiddebugbridge/5.7.1/app-changelog.md new file mode 100644 index 00000000000..abbf98f6b7b --- /dev/null +++ b/stable/androiddebugbridge/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [androiddebugbridge-5.7.1](https://github.com/truecharts/charts/compare/androiddebugbridge-5.6.0...androiddebugbridge-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/androiddebugbridge/5.7.1/app-readme.md similarity index 100% rename from stable/androiddebugbridge/5.5.1/app-readme.md rename to stable/androiddebugbridge/5.7.1/app-readme.md diff --git a/stable/androiddebugbridge/5.7.1/charts/common-20.2.2.tgz b/stable/androiddebugbridge/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/androiddebugbridge/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/androiddebugbridge/5.5.1/ix_values.yaml b/stable/androiddebugbridge/5.7.1/ix_values.yaml similarity index 100% rename from stable/androiddebugbridge/5.5.1/ix_values.yaml rename to stable/androiddebugbridge/5.7.1/ix_values.yaml diff --git a/stable/androiddebugbridge/5.5.1/questions.yaml b/stable/androiddebugbridge/5.7.1/questions.yaml similarity index 100% rename from stable/androiddebugbridge/5.5.1/questions.yaml rename to stable/androiddebugbridge/5.7.1/questions.yaml diff --git a/stable/androiddebugbridge/5.5.1/templates/common.yaml b/stable/androiddebugbridge/5.7.1/templates/common.yaml similarity index 100% rename from stable/androiddebugbridge/5.5.1/templates/common.yaml rename to stable/androiddebugbridge/5.7.1/templates/common.yaml diff --git a/stable/anything-llm/1.2.2/values.yaml b/stable/androiddebugbridge/5.7.1/values.yaml similarity index 100% rename from stable/anything-llm/1.2.2/values.yaml rename to stable/androiddebugbridge/5.7.1/values.yaml diff --git a/stable/anki-sync-server/6.5.1/CHANGELOG.md b/stable/anki-sync-server/6.5.1/CHANGELOG.md deleted file mode 100644 index dd7f90f1f6e..00000000000 --- a/stable/anki-sync-server/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anki-sync-server-6.5.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.5.0...anki-sync-server-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [anki-sync-server-6.5.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.4.1...anki-sync-server-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [anki-sync-server-6.4.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.4.0...anki-sync-server-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [anki-sync-server-6.4.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.3.0...anki-sync-server-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [anki-sync-server-6.3.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.3...anki-sync-server-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [anki-sync-server-6.2.3](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.2...anki-sync-server-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [anki-sync-server-6.2.2](https://github.com/truecharts/charts/compare/anki-sync-server-6.2.0...anki-sync-server-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [anki-sync-server-5.1.14](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.13...anki-sync-server-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anki-sync-server-5.1.13](https://github.com/truecharts/charts/compare/anki-sync-server-5.1.12...anki-sync-server-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/anki-sync-server/6.5.1/Chart.yaml b/stable/anki-sync-server/6.5.1/Chart.yaml deleted file mode 100644 index f2c3aa25e1e..00000000000 --- a/stable/anki-sync-server/6.5.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: 1.1.14 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/anki-sync-server/6.5.1/charts/common-20.0.8.tgz b/stable/anki-sync-server/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/anki-sync-server/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/apache-musicindex/11.5.1/.helmignore b/stable/anki-sync-server/6.7.1/.helmignore similarity index 100% rename from stable/apache-musicindex/11.5.1/.helmignore rename to stable/anki-sync-server/6.7.1/.helmignore diff --git a/stable/anki-sync-server/6.7.1/CHANGELOG.md b/stable/anki-sync-server/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..98f5bb5331c --- /dev/null +++ b/stable/anki-sync-server/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anki-sync-server-6.7.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/anki-sync-server/6.7.1/Chart.yaml new file mode 100644 index 00000000000..0af7133ce35 --- /dev/null +++ b/stable/anki-sync-server/6.7.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: 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.2 + 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.1 diff --git a/stable/anki-sync-server/6.5.1/README.md b/stable/anki-sync-server/6.7.1/README.md similarity index 100% rename from stable/anki-sync-server/6.5.1/README.md rename to stable/anki-sync-server/6.7.1/README.md diff --git a/stable/anki-sync-server/6.7.1/app-changelog.md b/stable/anki-sync-server/6.7.1/app-changelog.md new file mode 100644 index 00000000000..cd7c96d621e --- /dev/null +++ b/stable/anki-sync-server/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [anki-sync-server-6.7.1](https://github.com/truecharts/charts/compare/anki-sync-server-6.6.0...anki-sync-server-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/anki-sync-server/6.7.1/app-readme.md similarity index 100% rename from stable/anki-sync-server/6.5.1/app-readme.md rename to stable/anki-sync-server/6.7.1/app-readme.md diff --git a/stable/anki-sync-server/6.7.1/charts/common-20.2.2.tgz b/stable/anki-sync-server/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/anki-sync-server/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/anki-sync-server/6.5.1/ix_values.yaml b/stable/anki-sync-server/6.7.1/ix_values.yaml similarity index 100% rename from stable/anki-sync-server/6.5.1/ix_values.yaml rename to stable/anki-sync-server/6.7.1/ix_values.yaml diff --git a/stable/anki-sync-server/6.5.1/questions.yaml b/stable/anki-sync-server/6.7.1/questions.yaml similarity index 100% rename from stable/anki-sync-server/6.5.1/questions.yaml rename to stable/anki-sync-server/6.7.1/questions.yaml diff --git a/stable/appdaemon/16.5.1/templates/NOTES.txt b/stable/anki-sync-server/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/appdaemon/16.5.1/templates/NOTES.txt rename to stable/anki-sync-server/6.7.1/templates/NOTES.txt diff --git a/stable/anki-sync-server/6.5.1/templates/common.yaml b/stable/anki-sync-server/6.7.1/templates/common.yaml similarity index 100% rename from stable/anki-sync-server/6.5.1/templates/common.yaml rename to stable/anki-sync-server/6.7.1/templates/common.yaml diff --git a/stable/apache-musicindex/11.5.1/values.yaml b/stable/anki-sync-server/6.7.1/values.yaml similarity index 100% rename from stable/apache-musicindex/11.5.1/values.yaml rename to stable/anki-sync-server/6.7.1/values.yaml diff --git a/stable/anonaddy/20.11.1/CHANGELOG.md b/stable/anonaddy/20.11.1/CHANGELOG.md deleted file mode 100644 index 33f9421078f..00000000000 --- a/stable/anonaddy/20.11.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anonaddy-20.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) diff --git a/stable/anonaddy/20.11.1/Chart.yaml b/stable/anonaddy/20.11.1/Chart.yaml deleted file mode 100644 index 1284d0b4c45..00000000000 --- a/stable/anonaddy/20.11.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.5 - 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.11.1 diff --git a/stable/anonaddy/20.11.1/app-changelog.md b/stable/anonaddy/20.11.1/app-changelog.md deleted file mode 100644 index ab7331a0ced..00000000000 --- a/stable/anonaddy/20.11.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [anonaddy-20.11.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1/charts/common-20.1.5.tgz b/stable/anonaddy/20.11.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/anonaddy/20.11.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/anonaddy/20.11.1/charts/mariadb-13.5.4.tgz b/stable/anonaddy/20.11.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/anonaddy/20.11.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/apache-webdav/5.5.1/.helmignore b/stable/anonaddy/20.14.1/.helmignore similarity index 100% rename from stable/apache-webdav/5.5.1/.helmignore rename to stable/anonaddy/20.14.1/.helmignore diff --git a/stable/anonaddy/20.14.1/CHANGELOG.md b/stable/anonaddy/20.14.1/CHANGELOG.md new file mode 100644 index 00000000000..2e6b4ee4997 --- /dev/null +++ b/stable/anonaddy/20.14.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anonaddy-20.14.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.1) (2024-03-17) + +### Chore + + + +- update container 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.14.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/anonaddy/20.14.1/Chart.yaml b/stable/anonaddy/20.14.1/Chart.yaml new file mode 100644 index 00000000000..e96c4eddecc --- /dev/null +++ b/stable/anonaddy/20.14.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.0.9 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.14.1 diff --git a/stable/anonaddy/20.11.1/README.md b/stable/anonaddy/20.14.1/README.md similarity index 100% rename from stable/anonaddy/20.11.1/README.md rename to stable/anonaddy/20.14.1/README.md diff --git a/stable/anonaddy/20.14.1/app-changelog.md b/stable/anonaddy/20.14.1/app-changelog.md new file mode 100644 index 00000000000..e7648262e3d --- /dev/null +++ b/stable/anonaddy/20.14.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [anonaddy-20.14.1](https://github.com/truecharts/charts/compare/anonaddy-20.11.0...anonaddy-20.14.1) (2024-03-17) + +### Chore + + + +- update container 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.11.1/app-readme.md b/stable/anonaddy/20.14.1/app-readme.md similarity index 100% rename from stable/anonaddy/20.11.1/app-readme.md rename to stable/anonaddy/20.14.1/app-readme.md diff --git a/stable/anonaddy/20.14.1/charts/common-20.2.2.tgz b/stable/anonaddy/20.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/anonaddy/20.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/anonaddy/20.14.1/charts/mariadb-13.7.0.tgz b/stable/anonaddy/20.14.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/anonaddy/20.14.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/humhub/7.11.1/charts/redis-13.0.5.tgz b/stable/anonaddy/20.14.1/charts/redis-13.0.5.tgz similarity index 100% rename from stable/humhub/7.11.1/charts/redis-13.0.5.tgz rename to stable/anonaddy/20.14.1/charts/redis-13.0.5.tgz diff --git a/stable/anonaddy/20.11.1/ix_values.yaml b/stable/anonaddy/20.14.1/ix_values.yaml similarity index 100% rename from stable/anonaddy/20.11.1/ix_values.yaml rename to stable/anonaddy/20.14.1/ix_values.yaml diff --git a/stable/anonaddy/20.11.1/questions.yaml b/stable/anonaddy/20.14.1/questions.yaml similarity index 100% rename from stable/anonaddy/20.11.1/questions.yaml rename to stable/anonaddy/20.14.1/questions.yaml diff --git a/stable/apt-cacher-ng/8.5.1/templates/NOTES.txt b/stable/anonaddy/20.14.1/templates/NOTES.txt similarity index 100% rename from stable/apt-cacher-ng/8.5.1/templates/NOTES.txt rename to stable/anonaddy/20.14.1/templates/NOTES.txt diff --git a/stable/anonaddy/20.11.1/templates/_secrets.tpl b/stable/anonaddy/20.14.1/templates/_secrets.tpl similarity index 100% rename from stable/anonaddy/20.11.1/templates/_secrets.tpl rename to stable/anonaddy/20.14.1/templates/_secrets.tpl diff --git a/stable/anonaddy/20.11.1/templates/common.yaml b/stable/anonaddy/20.14.1/templates/common.yaml similarity index 100% rename from stable/anonaddy/20.11.1/templates/common.yaml rename to stable/anonaddy/20.14.1/templates/common.yaml diff --git a/stable/apache-webdav/5.5.1/values.yaml b/stable/anonaddy/20.14.1/values.yaml similarity index 100% rename from stable/apache-webdav/5.5.1/values.yaml rename to stable/anonaddy/20.14.1/values.yaml diff --git a/stable/anope/5.5.1/CHANGELOG.md b/stable/anope/5.5.1/CHANGELOG.md deleted file mode 100644 index 5480a8cc16e..00000000000 --- a/stable/anope/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anope-5.5.1](https://github.com/truecharts/charts/compare/anope-5.5.0...anope-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [anope-5.5.0](https://github.com/truecharts/charts/compare/anope-5.4.1...anope-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [anope-5.4.1](https://github.com/truecharts/charts/compare/anope-5.4.0...anope-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [anope-5.4.0](https://github.com/truecharts/charts/compare/anope-5.3.0...anope-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [anope-5.3.0](https://github.com/truecharts/charts/compare/anope-5.2.3...anope-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [anope-5.2.3](https://github.com/truecharts/charts/compare/anope-5.2.2...anope-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [anope-5.2.2](https://github.com/truecharts/charts/compare/anope-5.2.0...anope-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [anope-4.1.12](https://github.com/truecharts/charts/compare/anope-4.1.11...anope-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [anope-4.1.11](https://github.com/truecharts/charts/compare/anope-4.1.10...anope-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/anope/5.5.1/Chart.yaml b/stable/anope/5.5.1/Chart.yaml deleted file mode 100644 index 430188cf842..00000000000 --- a/stable/anope/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/anope/5.5.1/charts/common-20.0.8.tgz b/stable/anope/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/anope/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/appdaemon/16.5.1/.helmignore b/stable/anope/5.7.1/.helmignore similarity index 100% rename from stable/appdaemon/16.5.1/.helmignore rename to stable/anope/5.7.1/.helmignore diff --git a/stable/anope/5.7.1/CHANGELOG.md b/stable/anope/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b089e3d162a --- /dev/null +++ b/stable/anope/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anope-5.7.1](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/anope/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ca61b96da00 --- /dev/null +++ b/stable/anope/5.7.1/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.2 + 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.1 diff --git a/stable/anope/5.5.1/README.md b/stable/anope/5.7.1/README.md similarity index 100% rename from stable/anope/5.5.1/README.md rename to stable/anope/5.7.1/README.md diff --git a/stable/anope/5.7.1/app-changelog.md b/stable/anope/5.7.1/app-changelog.md new file mode 100644 index 00000000000..719c6ceabcc --- /dev/null +++ b/stable/anope/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [anope-5.7.1](https://github.com/truecharts/charts/compare/anope-5.6.0...anope-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/anope/5.7.1/app-readme.md similarity index 100% rename from stable/anope/5.5.1/app-readme.md rename to stable/anope/5.7.1/app-readme.md diff --git a/stable/anope/5.7.1/charts/common-20.2.2.tgz b/stable/anope/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/anope/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/anope/5.5.1/ix_values.yaml b/stable/anope/5.7.1/ix_values.yaml similarity index 100% rename from stable/anope/5.5.1/ix_values.yaml rename to stable/anope/5.7.1/ix_values.yaml diff --git a/stable/anope/5.5.1/questions.yaml b/stable/anope/5.7.1/questions.yaml similarity index 100% rename from stable/anope/5.5.1/questions.yaml rename to stable/anope/5.7.1/questions.yaml diff --git a/stable/anope/5.5.1/templates/common.yaml b/stable/anope/5.7.1/templates/common.yaml similarity index 100% rename from stable/anope/5.5.1/templates/common.yaml rename to stable/anope/5.7.1/templates/common.yaml diff --git a/stable/appdaemon/16.5.1/values.yaml b/stable/anope/5.7.1/values.yaml similarity index 100% rename from stable/appdaemon/16.5.1/values.yaml rename to stable/anope/5.7.1/values.yaml diff --git a/stable/answer/3.5.1/CHANGELOG.md b/stable/answer/3.5.1/CHANGELOG.md deleted file mode 100644 index 7ed33b4406a..00000000000 --- a/stable/answer/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [answer-3.5.1](https://github.com/truecharts/charts/compare/answer-3.5.0...answer-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [answer-3.5.0](https://github.com/truecharts/charts/compare/answer-3.4.1...answer-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [answer-3.4.1](https://github.com/truecharts/charts/compare/answer-3.4.0...answer-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [answer-3.4.0](https://github.com/truecharts/charts/compare/answer-3.3.0...answer-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [answer-3.3.0](https://github.com/truecharts/charts/compare/answer-3.2.3...answer-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [answer-3.2.3](https://github.com/truecharts/charts/compare/answer-3.2.2...answer-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [answer-3.2.2](https://github.com/truecharts/charts/compare/answer-3.2.0...answer-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [answer-2.1.14](https://github.com/truecharts/charts/compare/answer-2.1.13...answer-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [answer-2.1.13](https://github.com/truecharts/charts/compare/answer-2.1.12...answer-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/answer/3.5.1/Chart.yaml b/stable/answer/3.5.1/Chart.yaml deleted file mode 100644 index 32a50b28372..00000000000 --- a/stable/answer/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/answer/3.5.1/charts/common-20.0.8.tgz b/stable/answer/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/answer/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/apt-cacher-ng/8.5.1/.helmignore b/stable/answer/3.7.1/.helmignore similarity index 100% rename from stable/apt-cacher-ng/8.5.1/.helmignore rename to stable/answer/3.7.1/.helmignore diff --git a/stable/answer/3.7.1/CHANGELOG.md b/stable/answer/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..aded2ab3427 --- /dev/null +++ b/stable/answer/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [answer-3.7.1](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/answer/3.7.1/Chart.yaml new file mode 100644 index 00000000000..f5fe3777816 --- /dev/null +++ b/stable/answer/3.7.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: 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.2 + 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.1 diff --git a/stable/answer/3.5.1/README.md b/stable/answer/3.7.1/README.md similarity index 100% rename from stable/answer/3.5.1/README.md rename to stable/answer/3.7.1/README.md diff --git a/stable/answer/3.7.1/app-changelog.md b/stable/answer/3.7.1/app-changelog.md new file mode 100644 index 00000000000..24f068614a9 --- /dev/null +++ b/stable/answer/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [answer-3.7.1](https://github.com/truecharts/charts/compare/answer-3.6.0...answer-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/answer/3.7.1/app-readme.md similarity index 100% rename from stable/answer/3.5.1/app-readme.md rename to stable/answer/3.7.1/app-readme.md diff --git a/stable/answer/3.7.1/charts/common-20.2.2.tgz b/stable/answer/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/answer/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/answer/3.5.1/ix_values.yaml b/stable/answer/3.7.1/ix_values.yaml similarity index 100% rename from stable/answer/3.5.1/ix_values.yaml rename to stable/answer/3.7.1/ix_values.yaml diff --git a/stable/answer/3.5.1/questions.yaml b/stable/answer/3.7.1/questions.yaml similarity index 100% rename from stable/answer/3.5.1/questions.yaml rename to stable/answer/3.7.1/questions.yaml diff --git a/stable/aria2/12.5.1/templates/NOTES.txt b/stable/answer/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/aria2/12.5.1/templates/NOTES.txt rename to stable/answer/3.7.1/templates/NOTES.txt diff --git a/stable/apache-musicindex/11.5.1/templates/common.yaml b/stable/answer/3.7.1/templates/common.yaml similarity index 100% rename from stable/apache-musicindex/11.5.1/templates/common.yaml rename to stable/answer/3.7.1/templates/common.yaml diff --git a/stable/apt-cacher-ng/8.5.1/values.yaml b/stable/answer/3.7.1/values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.5.1/values.yaml rename to stable/answer/3.7.1/values.yaml diff --git a/stable/anything-llm/1.2.2/CHANGELOG.md b/stable/anything-llm/1.2.2/CHANGELOG.md deleted file mode 100644 index 592444654b2..00000000000 --- a/stable/anything-llm/1.2.2/CHANGELOG.md +++ /dev/null @@ -1,65 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [anything-llm-1.2.2](https://github.com/truecharts/charts/compare/anything-llm-1.2.1...anything-llm-1.2.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [anything-llm-1.2.1](https://github.com/truecharts/charts/compare/anything-llm-1.2.0...anything-llm-1.2.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [anything-llm-1.2.0](https://github.com/truecharts/charts/compare/anything-llm-1.1.2...anything-llm-1.2.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [anything-llm-1.1.2](https://github.com/truecharts/charts/compare/anything-llm-1.1.1...anything-llm-1.1.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/mintplex-labs/anything-llm to latest[@1de0b0f](https://github.com/1de0b0f) by renovate ([#19018](https://github.com/truecharts/charts/issues/19018)) - - -## [anything-llm-1.1.1](https://github.com/truecharts/charts/compare/anything-llm-1.1.0...anything-llm-1.1.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [anything-llm-1.1.0](https://github.com/truecharts/charts/compare/anything-llm-1.0.6...anything-llm-1.1.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [anything-llm-1.0.6](https://github.com/truecharts/charts/compare/anything-llm-1.0.5...anything-llm-1.0.6) (2024-03-06) \ No newline at end of file diff --git a/stable/anything-llm/1.2.2/Chart.yaml b/stable/anything-llm/1.2.2/Chart.yaml deleted file mode 100644 index ed4c07747f2..00000000000 --- a/stable/anything-llm/1.2.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: 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.0.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.2.2 diff --git a/stable/anything-llm/1.2.2/charts/common-20.0.9.tgz b/stable/anything-llm/1.2.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/anything-llm/1.2.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/anything-llm/1.2.2/ix_values.yaml b/stable/anything-llm/1.2.2/ix_values.yaml deleted file mode 100644 index c19951255ee..00000000000 --- a/stable/anything-llm/1.2.2/ix_values.yaml +++ /dev/null @@ -1,155 +0,0 @@ -image: - repository: ghcr.io/mintplex-labs/anything-llm - pullPolicy: IfNotPresent - tag: latest@sha256:1de0b0f991d24ff2fff16d609c6afb5d938fa48d97213ba842446e10cc84f05a -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/archiveteam-warrior/5.5.1/.helmignore b/stable/anything-llm/1.4.1/.helmignore similarity index 100% rename from stable/archiveteam-warrior/5.5.1/.helmignore rename to stable/anything-llm/1.4.1/.helmignore diff --git a/stable/anything-llm/1.4.1/CHANGELOG.md b/stable/anything-llm/1.4.1/CHANGELOG.md new file mode 100644 index 00000000000..8a91e147654 --- /dev/null +++ b/stable/anything-llm/1.4.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [anything-llm-1.4.1](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/anything-llm/1.4.1/Chart.yaml b/stable/anything-llm/1.4.1/Chart.yaml new file mode 100644 index 00000000000..a055e787145 --- /dev/null +++ b/stable/anything-llm/1.4.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: 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.2 + 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.1 diff --git a/stable/anything-llm/1.2.2/README.md b/stable/anything-llm/1.4.1/README.md similarity index 100% rename from stable/anything-llm/1.2.2/README.md rename to stable/anything-llm/1.4.1/README.md diff --git a/stable/anything-llm/1.4.1/app-changelog.md b/stable/anything-llm/1.4.1/app-changelog.md new file mode 100644 index 00000000000..73b919580da --- /dev/null +++ b/stable/anything-llm/1.4.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [anything-llm-1.4.1](https://github.com/truecharts/charts/compare/anything-llm-1.3.0...anything-llm-1.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.2.2/app-readme.md b/stable/anything-llm/1.4.1/app-readme.md similarity index 100% rename from stable/anything-llm/1.2.2/app-readme.md rename to stable/anything-llm/1.4.1/app-readme.md diff --git a/stable/anything-llm/1.4.1/charts/common-20.2.2.tgz b/stable/anything-llm/1.4.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/anything-llm/1.4.1/charts/common-20.2.2.tgz differ diff --git a/stable/anything-llm/1.4.1/ix_values.yaml b/stable/anything-llm/1.4.1/ix_values.yaml new file mode 100644 index 00000000000..d33b1143747 --- /dev/null +++ b/stable/anything-llm/1.4.1/ix_values.yaml @@ -0,0 +1,155 @@ +image: + repository: ghcr.io/mintplex-labs/anything-llm + pullPolicy: IfNotPresent + tag: latest@sha256:673cc34bcd25ac96280a97e7c78c8e4978121669cf0f465456947450f48de044 +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.2.2/questions.yaml b/stable/anything-llm/1.4.1/questions.yaml similarity index 100% rename from stable/anything-llm/1.2.2/questions.yaml rename to stable/anything-llm/1.4.1/questions.yaml diff --git a/stable/ariang/8.5.1/templates/NOTES.txt b/stable/anything-llm/1.4.1/templates/NOTES.txt similarity index 100% rename from stable/ariang/8.5.1/templates/NOTES.txt rename to stable/anything-llm/1.4.1/templates/NOTES.txt diff --git a/stable/anything-llm/1.2.2/templates/_secrets.tpl b/stable/anything-llm/1.4.1/templates/_secrets.tpl similarity index 100% rename from stable/anything-llm/1.2.2/templates/_secrets.tpl rename to stable/anything-llm/1.4.1/templates/_secrets.tpl diff --git a/stable/anything-llm/1.2.2/templates/common.yaml b/stable/anything-llm/1.4.1/templates/common.yaml similarity index 100% rename from stable/anything-llm/1.2.2/templates/common.yaml rename to stable/anything-llm/1.4.1/templates/common.yaml diff --git a/stable/archiveteam-warrior/5.5.1/values.yaml b/stable/anything-llm/1.4.1/values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.5.1/values.yaml rename to stable/anything-llm/1.4.1/values.yaml diff --git a/stable/apache-musicindex/11.5.1/CHANGELOG.md b/stable/apache-musicindex/11.5.1/CHANGELOG.md deleted file mode 100644 index c5195324534..00000000000 --- a/stable/apache-musicindex/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apache-musicindex-11.5.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.5.0...apache-musicindex-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [apache-musicindex-11.5.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.4.1...apache-musicindex-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [apache-musicindex-11.4.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.4.0...apache-musicindex-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [apache-musicindex-11.4.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.3.0...apache-musicindex-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [apache-musicindex-11.3.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.3...apache-musicindex-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [apache-musicindex-11.2.3](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.2...apache-musicindex-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [apache-musicindex-11.2.2](https://github.com/truecharts/charts/compare/apache-musicindex-11.2.0...apache-musicindex-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [apache-musicindex-10.1.12](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.11...apache-musicindex-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-musicindex-10.1.11](https://github.com/truecharts/charts/compare/apache-musicindex-10.1.10...apache-musicindex-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/apache-musicindex/11.5.1/Chart.yaml b/stable/apache-musicindex/11.5.1/Chart.yaml deleted file mode 100644 index dae94d0474f..00000000000 --- a/stable/apache-musicindex/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/apache-musicindex/11.5.1/charts/common-20.0.8.tgz b/stable/apache-musicindex/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/apache-musicindex/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/aria2/12.5.1/.helmignore b/stable/apache-musicindex/11.7.1/.helmignore similarity index 100% rename from stable/aria2/12.5.1/.helmignore rename to stable/apache-musicindex/11.7.1/.helmignore diff --git a/stable/apache-musicindex/11.7.1/CHANGELOG.md b/stable/apache-musicindex/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cafb38940d2 --- /dev/null +++ b/stable/apache-musicindex/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-musicindex-11.7.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/apache-musicindex/11.7.1/Chart.yaml new file mode 100644 index 00000000000..75021c8bfda --- /dev/null +++ b/stable/apache-musicindex/11.7.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: 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.2 + 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.1 diff --git a/stable/apache-musicindex/11.5.1/README.md b/stable/apache-musicindex/11.7.1/README.md similarity index 100% rename from stable/apache-musicindex/11.5.1/README.md rename to stable/apache-musicindex/11.7.1/README.md diff --git a/stable/apache-musicindex/11.7.1/app-changelog.md b/stable/apache-musicindex/11.7.1/app-changelog.md new file mode 100644 index 00000000000..b4a3fabbac2 --- /dev/null +++ b/stable/apache-musicindex/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [apache-musicindex-11.7.1](https://github.com/truecharts/charts/compare/apache-musicindex-11.6.0...apache-musicindex-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/apache-musicindex/11.7.1/app-readme.md similarity index 100% rename from stable/apache-musicindex/11.5.1/app-readme.md rename to stable/apache-musicindex/11.7.1/app-readme.md diff --git a/stable/apache-musicindex/11.7.1/charts/common-20.2.2.tgz b/stable/apache-musicindex/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/apache-musicindex/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/apache-musicindex/11.5.1/ix_values.yaml b/stable/apache-musicindex/11.7.1/ix_values.yaml similarity index 100% rename from stable/apache-musicindex/11.5.1/ix_values.yaml rename to stable/apache-musicindex/11.7.1/ix_values.yaml diff --git a/stable/apache-musicindex/11.5.1/questions.yaml b/stable/apache-musicindex/11.7.1/questions.yaml similarity index 100% rename from stable/apache-musicindex/11.5.1/questions.yaml rename to stable/apache-musicindex/11.7.1/questions.yaml diff --git a/stable/arksurvivalevolved/7.5.1/templates/NOTES.txt b/stable/apache-musicindex/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/arksurvivalevolved/7.5.1/templates/NOTES.txt rename to stable/apache-musicindex/11.7.1/templates/NOTES.txt diff --git a/stable/appdaemon/16.5.1/templates/common.yaml b/stable/apache-musicindex/11.7.1/templates/common.yaml similarity index 100% rename from stable/appdaemon/16.5.1/templates/common.yaml rename to stable/apache-musicindex/11.7.1/templates/common.yaml diff --git a/stable/aria2/12.5.1/values.yaml b/stable/apache-musicindex/11.7.1/values.yaml similarity index 100% rename from stable/aria2/12.5.1/values.yaml rename to stable/apache-musicindex/11.7.1/values.yaml diff --git a/stable/apache-webdav/5.5.1/CHANGELOG.md b/stable/apache-webdav/5.5.1/CHANGELOG.md deleted file mode 100644 index bd4f350a50d..00000000000 --- a/stable/apache-webdav/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apache-webdav-5.5.1](https://github.com/truecharts/charts/compare/apache-webdav-5.5.0...apache-webdav-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [apache-webdav-5.5.0](https://github.com/truecharts/charts/compare/apache-webdav-5.4.1...apache-webdav-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [apache-webdav-5.4.1](https://github.com/truecharts/charts/compare/apache-webdav-5.4.0...apache-webdav-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [apache-webdav-5.4.0](https://github.com/truecharts/charts/compare/apache-webdav-5.3.0...apache-webdav-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [apache-webdav-5.3.0](https://github.com/truecharts/charts/compare/apache-webdav-5.2.3...apache-webdav-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [apache-webdav-5.2.3](https://github.com/truecharts/charts/compare/apache-webdav-5.2.2...apache-webdav-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [apache-webdav-5.2.2](https://github.com/truecharts/charts/compare/apache-webdav-5.2.0...apache-webdav-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [apache-webdav-4.1.12](https://github.com/truecharts/charts/compare/apache-webdav-4.1.11...apache-webdav-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apache-webdav-4.1.11](https://github.com/truecharts/charts/compare/apache-webdav-4.1.10...apache-webdav-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/apache-webdav/5.5.1/Chart.yaml b/stable/apache-webdav/5.5.1/Chart.yaml deleted file mode 100644 index 2da9141222c..00000000000 --- a/stable/apache-webdav/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/apache-webdav/5.5.1/charts/common-20.0.8.tgz b/stable/apache-webdav/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/apache-webdav/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ariang/8.5.1/.helmignore b/stable/apache-webdav/5.7.1/.helmignore similarity index 100% rename from stable/ariang/8.5.1/.helmignore rename to stable/apache-webdav/5.7.1/.helmignore diff --git a/stable/apache-webdav/5.7.1/CHANGELOG.md b/stable/apache-webdav/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4ce38d01450 --- /dev/null +++ b/stable/apache-webdav/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apache-webdav-5.7.1](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/apache-webdav/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7308c0538ac --- /dev/null +++ b/stable/apache-webdav/5.7.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: 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.2 + 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.1 diff --git a/stable/apache-webdav/5.5.1/README.md b/stable/apache-webdav/5.7.1/README.md similarity index 100% rename from stable/apache-webdav/5.5.1/README.md rename to stable/apache-webdav/5.7.1/README.md diff --git a/stable/apache-webdav/5.7.1/app-changelog.md b/stable/apache-webdav/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7eb07e2644d --- /dev/null +++ b/stable/apache-webdav/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [apache-webdav-5.7.1](https://github.com/truecharts/charts/compare/apache-webdav-5.6.0...apache-webdav-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/apache-webdav/5.7.1/app-readme.md similarity index 100% rename from stable/apache-webdav/5.5.1/app-readme.md rename to stable/apache-webdav/5.7.1/app-readme.md diff --git a/stable/apache-webdav/5.7.1/charts/common-20.2.2.tgz b/stable/apache-webdav/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/apache-webdav/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/apache-webdav/5.5.1/ix_values.yaml b/stable/apache-webdav/5.7.1/ix_values.yaml similarity index 100% rename from stable/apache-webdav/5.5.1/ix_values.yaml rename to stable/apache-webdav/5.7.1/ix_values.yaml diff --git a/stable/apache-webdav/5.5.1/questions.yaml b/stable/apache-webdav/5.7.1/questions.yaml similarity index 100% rename from stable/apache-webdav/5.5.1/questions.yaml rename to stable/apache-webdav/5.7.1/questions.yaml diff --git a/stable/apache-webdav/5.5.1/templates/common.yaml b/stable/apache-webdav/5.7.1/templates/common.yaml similarity index 100% rename from stable/apache-webdav/5.5.1/templates/common.yaml rename to stable/apache-webdav/5.7.1/templates/common.yaml diff --git a/stable/ariang/8.5.1/values.yaml b/stable/apache-webdav/5.7.1/values.yaml similarity index 100% rename from stable/ariang/8.5.1/values.yaml rename to stable/apache-webdav/5.7.1/values.yaml diff --git a/stable/appdaemon/16.5.1/CHANGELOG.md b/stable/appdaemon/16.5.1/CHANGELOG.md deleted file mode 100644 index 88d13825673..00000000000 --- a/stable/appdaemon/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [appdaemon-16.5.1](https://github.com/truecharts/charts/compare/appdaemon-16.5.0...appdaemon-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [appdaemon-16.5.0](https://github.com/truecharts/charts/compare/appdaemon-16.4.1...appdaemon-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [appdaemon-16.4.1](https://github.com/truecharts/charts/compare/appdaemon-16.4.0...appdaemon-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [appdaemon-16.4.0](https://github.com/truecharts/charts/compare/appdaemon-16.3.0...appdaemon-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [appdaemon-16.3.0](https://github.com/truecharts/charts/compare/appdaemon-16.2.3...appdaemon-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [appdaemon-16.2.3](https://github.com/truecharts/charts/compare/appdaemon-16.2.2...appdaemon-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [appdaemon-16.2.2](https://github.com/truecharts/charts/compare/appdaemon-16.2.0...appdaemon-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [appdaemon-15.1.13](https://github.com/truecharts/charts/compare/appdaemon-15.1.12...appdaemon-15.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [appdaemon-15.1.12](https://github.com/truecharts/charts/compare/appdaemon-15.1.11...appdaemon-15.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/appdaemon/16.5.1/Chart.yaml b/stable/appdaemon/16.5.1/Chart.yaml deleted file mode 100644 index 1a499ab2043..00000000000 --- a/stable/appdaemon/16.5.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: 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.0.8 - 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.5.1 diff --git a/stable/appdaemon/16.5.1/charts/common-20.0.8.tgz b/stable/appdaemon/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/appdaemon/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/arksurvivalevolved/7.5.1/.helmignore b/stable/appdaemon/16.7.1/.helmignore similarity index 100% rename from stable/arksurvivalevolved/7.5.1/.helmignore rename to stable/appdaemon/16.7.1/.helmignore diff --git a/stable/appdaemon/16.7.1/CHANGELOG.md b/stable/appdaemon/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..572e9121f2d --- /dev/null +++ b/stable/appdaemon/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [appdaemon-16.7.1](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/appdaemon/16.7.1/Chart.yaml new file mode 100644 index 00000000000..756a9c76272 --- /dev/null +++ b/stable/appdaemon/16.7.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: 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.2 + 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.1 diff --git a/stable/appdaemon/16.5.1/README.md b/stable/appdaemon/16.7.1/README.md similarity index 100% rename from stable/appdaemon/16.5.1/README.md rename to stable/appdaemon/16.7.1/README.md diff --git a/stable/appdaemon/16.7.1/app-changelog.md b/stable/appdaemon/16.7.1/app-changelog.md new file mode 100644 index 00000000000..9a116c3693f --- /dev/null +++ b/stable/appdaemon/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [appdaemon-16.7.1](https://github.com/truecharts/charts/compare/appdaemon-16.6.0...appdaemon-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/appdaemon/16.7.1/app-readme.md similarity index 100% rename from stable/appdaemon/16.5.1/app-readme.md rename to stable/appdaemon/16.7.1/app-readme.md diff --git a/stable/appdaemon/16.7.1/charts/common-20.2.2.tgz b/stable/appdaemon/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/appdaemon/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/appdaemon/16.5.1/ix_values.yaml b/stable/appdaemon/16.7.1/ix_values.yaml similarity index 100% rename from stable/appdaemon/16.5.1/ix_values.yaml rename to stable/appdaemon/16.7.1/ix_values.yaml diff --git a/stable/appdaemon/16.5.1/questions.yaml b/stable/appdaemon/16.7.1/questions.yaml similarity index 100% rename from stable/appdaemon/16.5.1/questions.yaml rename to stable/appdaemon/16.7.1/questions.yaml diff --git a/stable/audacity/12.5.1/templates/NOTES.txt b/stable/appdaemon/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/audacity/12.5.1/templates/NOTES.txt rename to stable/appdaemon/16.7.1/templates/NOTES.txt diff --git a/stable/aria2/12.5.1/templates/common.yaml b/stable/appdaemon/16.7.1/templates/common.yaml similarity index 100% rename from stable/aria2/12.5.1/templates/common.yaml rename to stable/appdaemon/16.7.1/templates/common.yaml diff --git a/stable/arksurvivalevolved/7.5.1/values.yaml b/stable/appdaemon/16.7.1/values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.5.1/values.yaml rename to stable/appdaemon/16.7.1/values.yaml diff --git a/stable/apt-cacher-ng/8.5.1/CHANGELOG.md b/stable/apt-cacher-ng/8.5.1/CHANGELOG.md deleted file mode 100644 index 0620a9247fd..00000000000 --- a/stable/apt-cacher-ng/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [apt-cacher-ng-8.5.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.5.0...apt-cacher-ng-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [apt-cacher-ng-8.5.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.4.1...apt-cacher-ng-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [apt-cacher-ng-8.4.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.4.0...apt-cacher-ng-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [apt-cacher-ng-8.4.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.3.0...apt-cacher-ng-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [apt-cacher-ng-8.3.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.3...apt-cacher-ng-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [apt-cacher-ng-8.2.3](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.2...apt-cacher-ng-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [apt-cacher-ng-8.2.2](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.2.0...apt-cacher-ng-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [apt-cacher-ng-7.1.12](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.11...apt-cacher-ng-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [apt-cacher-ng-7.1.11](https://github.com/truecharts/charts/compare/apt-cacher-ng-7.1.10...apt-cacher-ng-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/apt-cacher-ng/8.5.1/Chart.yaml b/stable/apt-cacher-ng/8.5.1/Chart.yaml deleted file mode 100644 index 59053315135..00000000000 --- a/stable/apt-cacher-ng/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/apt-cacher-ng/8.5.1/charts/common-20.0.8.tgz b/stable/apt-cacher-ng/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/apt-cacher-ng/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/arma3/5.5.1/.helmignore b/stable/apt-cacher-ng/8.7.1/.helmignore similarity index 100% rename from stable/arma3/5.5.1/.helmignore rename to stable/apt-cacher-ng/8.7.1/.helmignore diff --git a/stable/apt-cacher-ng/8.7.1/CHANGELOG.md b/stable/apt-cacher-ng/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7025e76bead --- /dev/null +++ b/stable/apt-cacher-ng/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [apt-cacher-ng-8.7.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/apt-cacher-ng/8.7.1/Chart.yaml new file mode 100644 index 00000000000..20d798c749f --- /dev/null +++ b/stable/apt-cacher-ng/8.7.1/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.2 + 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.1 diff --git a/stable/apt-cacher-ng/8.5.1/README.md b/stable/apt-cacher-ng/8.7.1/README.md similarity index 100% rename from stable/apt-cacher-ng/8.5.1/README.md rename to stable/apt-cacher-ng/8.7.1/README.md diff --git a/stable/apt-cacher-ng/8.7.1/app-changelog.md b/stable/apt-cacher-ng/8.7.1/app-changelog.md new file mode 100644 index 00000000000..588e4cd31d1 --- /dev/null +++ b/stable/apt-cacher-ng/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [apt-cacher-ng-8.7.1](https://github.com/truecharts/charts/compare/apt-cacher-ng-8.6.0...apt-cacher-ng-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/apt-cacher-ng/8.7.1/app-readme.md similarity index 100% rename from stable/apt-cacher-ng/8.5.1/app-readme.md rename to stable/apt-cacher-ng/8.7.1/app-readme.md diff --git a/stable/apt-cacher-ng/8.7.1/charts/common-20.2.2.tgz b/stable/apt-cacher-ng/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/apt-cacher-ng/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/apt-cacher-ng/8.5.1/ix_values.yaml b/stable/apt-cacher-ng/8.7.1/ix_values.yaml similarity index 100% rename from stable/apt-cacher-ng/8.5.1/ix_values.yaml rename to stable/apt-cacher-ng/8.7.1/ix_values.yaml diff --git a/stable/apt-cacher-ng/8.5.1/questions.yaml b/stable/apt-cacher-ng/8.7.1/questions.yaml similarity index 100% rename from stable/apt-cacher-ng/8.5.1/questions.yaml rename to stable/apt-cacher-ng/8.7.1/questions.yaml diff --git a/stable/audiobookshelf/9.5.2/templates/NOTES.txt b/stable/apt-cacher-ng/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/audiobookshelf/9.5.2/templates/NOTES.txt rename to stable/apt-cacher-ng/8.7.1/templates/NOTES.txt diff --git a/stable/apt-cacher-ng/8.5.1/templates/common.yaml b/stable/apt-cacher-ng/8.7.1/templates/common.yaml similarity index 100% rename from stable/apt-cacher-ng/8.5.1/templates/common.yaml rename to stable/apt-cacher-ng/8.7.1/templates/common.yaml diff --git a/stable/arma3/5.5.1/values.yaml b/stable/apt-cacher-ng/8.7.1/values.yaml similarity index 100% rename from stable/arma3/5.5.1/values.yaml rename to stable/apt-cacher-ng/8.7.1/values.yaml diff --git a/stable/archiveteam-warrior/5.5.1/CHANGELOG.md b/stable/archiveteam-warrior/5.5.1/CHANGELOG.md deleted file mode 100644 index f769bf15acf..00000000000 --- a/stable/archiveteam-warrior/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [archiveteam-warrior-5.5.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.5.0...archiveteam-warrior-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [archiveteam-warrior-5.5.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.4.1...archiveteam-warrior-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [archiveteam-warrior-5.4.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.4.0...archiveteam-warrior-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [archiveteam-warrior-5.4.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.3.0...archiveteam-warrior-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [archiveteam-warrior-5.3.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.3...archiveteam-warrior-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [archiveteam-warrior-5.2.3](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.2...archiveteam-warrior-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [archiveteam-warrior-5.2.2](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.2.0...archiveteam-warrior-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [archiveteam-warrior-4.1.12](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.11...archiveteam-warrior-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [archiveteam-warrior-4.1.11](https://github.com/truecharts/charts/compare/archiveteam-warrior-4.1.10...archiveteam-warrior-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/archiveteam-warrior/5.5.1/Chart.yaml b/stable/archiveteam-warrior/5.5.1/Chart.yaml deleted file mode 100644 index e1ad4d4e63c..00000000000 --- a/stable/archiveteam-warrior/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/archiveteam-warrior/5.5.1/charts/common-20.0.8.tgz b/stable/archiveteam-warrior/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/archiveteam-warrior/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/arma3exilemod/5.5.1/.helmignore b/stable/archiveteam-warrior/5.7.1/.helmignore similarity index 100% rename from stable/arma3exilemod/5.5.1/.helmignore rename to stable/archiveteam-warrior/5.7.1/.helmignore diff --git a/stable/archiveteam-warrior/5.7.1/CHANGELOG.md b/stable/archiveteam-warrior/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b3e4beff0da --- /dev/null +++ b/stable/archiveteam-warrior/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [archiveteam-warrior-5.7.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/archiveteam-warrior/5.7.1/Chart.yaml new file mode 100644 index 00000000000..085aef6dbc0 --- /dev/null +++ b/stable/archiveteam-warrior/5.7.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: 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.2 + 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.1 diff --git a/stable/archiveteam-warrior/5.5.1/README.md b/stable/archiveteam-warrior/5.7.1/README.md similarity index 100% rename from stable/archiveteam-warrior/5.5.1/README.md rename to stable/archiveteam-warrior/5.7.1/README.md diff --git a/stable/archiveteam-warrior/5.7.1/app-changelog.md b/stable/archiveteam-warrior/5.7.1/app-changelog.md new file mode 100644 index 00000000000..15a2690656b --- /dev/null +++ b/stable/archiveteam-warrior/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [archiveteam-warrior-5.7.1](https://github.com/truecharts/charts/compare/archiveteam-warrior-5.6.0...archiveteam-warrior-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/archiveteam-warrior/5.7.1/app-readme.md similarity index 100% rename from stable/archiveteam-warrior/5.5.1/app-readme.md rename to stable/archiveteam-warrior/5.7.1/app-readme.md diff --git a/stable/archiveteam-warrior/5.7.1/charts/common-20.2.2.tgz b/stable/archiveteam-warrior/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/archiveteam-warrior/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/archiveteam-warrior/5.5.1/ix_values.yaml b/stable/archiveteam-warrior/5.7.1/ix_values.yaml similarity index 100% rename from stable/archiveteam-warrior/5.5.1/ix_values.yaml rename to stable/archiveteam-warrior/5.7.1/ix_values.yaml diff --git a/stable/archiveteam-warrior/5.5.1/questions.yaml b/stable/archiveteam-warrior/5.7.1/questions.yaml similarity index 100% rename from stable/archiveteam-warrior/5.5.1/questions.yaml rename to stable/archiveteam-warrior/5.7.1/questions.yaml diff --git a/stable/archiveteam-warrior/5.5.1/templates/common.yaml b/stable/archiveteam-warrior/5.7.1/templates/common.yaml similarity index 100% rename from stable/archiveteam-warrior/5.5.1/templates/common.yaml rename to stable/archiveteam-warrior/5.7.1/templates/common.yaml diff --git a/stable/arma3exilemod/5.5.1/values.yaml b/stable/archiveteam-warrior/5.7.1/values.yaml similarity index 100% rename from stable/arma3exilemod/5.5.1/values.yaml rename to stable/archiveteam-warrior/5.7.1/values.yaml diff --git a/stable/aria2/12.5.1/CHANGELOG.md b/stable/aria2/12.5.1/CHANGELOG.md deleted file mode 100644 index ef47dfbd875..00000000000 --- a/stable/aria2/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [aria2-12.5.1](https://github.com/truecharts/charts/compare/aria2-12.5.0...aria2-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [aria2-12.5.0](https://github.com/truecharts/charts/compare/aria2-12.4.1...aria2-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [aria2-12.4.1](https://github.com/truecharts/charts/compare/aria2-12.4.0...aria2-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [aria2-12.4.0](https://github.com/truecharts/charts/compare/aria2-12.3.0...aria2-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [aria2-12.3.0](https://github.com/truecharts/charts/compare/aria2-12.2.3...aria2-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [aria2-12.2.3](https://github.com/truecharts/charts/compare/aria2-12.2.2...aria2-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [aria2-12.2.2](https://github.com/truecharts/charts/compare/aria2-12.2.0...aria2-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [aria2-11.1.12](https://github.com/truecharts/charts/compare/aria2-11.1.11...aria2-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aria2-11.1.11](https://github.com/truecharts/charts/compare/aria2-11.1.10...aria2-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/aria2/12.5.1/Chart.yaml b/stable/aria2/12.5.1/Chart.yaml deleted file mode 100644 index a8e5838abdd..00000000000 --- a/stable/aria2/12.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/aria2/12.5.1/charts/common-20.0.8.tgz b/stable/aria2/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/aria2/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/assettocorsa/5.5.1/.helmignore b/stable/aria2/12.7.1/.helmignore similarity index 100% rename from stable/assettocorsa/5.5.1/.helmignore rename to stable/aria2/12.7.1/.helmignore diff --git a/stable/aria2/12.7.1/CHANGELOG.md b/stable/aria2/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e87ce9b1ce2 --- /dev/null +++ b/stable/aria2/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aria2-12.7.1](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/aria2/12.7.1/Chart.yaml new file mode 100644 index 00000000000..57c462a7b83 --- /dev/null +++ b/stable/aria2/12.7.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: 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.2 + 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.1 diff --git a/stable/aria2/12.5.1/README.md b/stable/aria2/12.7.1/README.md similarity index 100% rename from stable/aria2/12.5.1/README.md rename to stable/aria2/12.7.1/README.md diff --git a/stable/aria2/12.7.1/app-changelog.md b/stable/aria2/12.7.1/app-changelog.md new file mode 100644 index 00000000000..407b65a9334 --- /dev/null +++ b/stable/aria2/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [aria2-12.7.1](https://github.com/truecharts/charts/compare/aria2-12.6.0...aria2-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/aria2/12.7.1/app-readme.md similarity index 100% rename from stable/aria2/12.5.1/app-readme.md rename to stable/aria2/12.7.1/app-readme.md diff --git a/stable/aria2/12.7.1/charts/common-20.2.2.tgz b/stable/aria2/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/aria2/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/aria2/12.5.1/ix_values.yaml b/stable/aria2/12.7.1/ix_values.yaml similarity index 100% rename from stable/aria2/12.5.1/ix_values.yaml rename to stable/aria2/12.7.1/ix_values.yaml diff --git a/stable/aria2/12.5.1/questions.yaml b/stable/aria2/12.7.1/questions.yaml similarity index 100% rename from stable/aria2/12.5.1/questions.yaml rename to stable/aria2/12.7.1/questions.yaml diff --git a/stable/authentik/24.5.4/templates/NOTES.txt b/stable/aria2/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/authentik/24.5.4/templates/NOTES.txt rename to stable/aria2/12.7.1/templates/NOTES.txt diff --git a/stable/ariang/8.5.1/templates/common.yaml b/stable/aria2/12.7.1/templates/common.yaml similarity index 100% rename from stable/ariang/8.5.1/templates/common.yaml rename to stable/aria2/12.7.1/templates/common.yaml diff --git a/stable/assettocorsa/5.5.1/values.yaml b/stable/aria2/12.7.1/values.yaml similarity index 100% rename from stable/assettocorsa/5.5.1/values.yaml rename to stable/aria2/12.7.1/values.yaml diff --git a/stable/ariang/8.5.1/CHANGELOG.md b/stable/ariang/8.5.1/CHANGELOG.md deleted file mode 100644 index a10afc45750..00000000000 --- a/stable/ariang/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ariang-8.5.1](https://github.com/truecharts/charts/compare/ariang-8.5.0...ariang-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ariang-8.5.0](https://github.com/truecharts/charts/compare/ariang-8.4.1...ariang-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ariang-8.4.1](https://github.com/truecharts/charts/compare/ariang-8.4.0...ariang-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ariang-8.4.0](https://github.com/truecharts/charts/compare/ariang-8.3.0...ariang-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ariang-8.3.0](https://github.com/truecharts/charts/compare/ariang-8.2.3...ariang-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ariang-8.2.3](https://github.com/truecharts/charts/compare/ariang-8.2.2...ariang-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ariang-8.2.2](https://github.com/truecharts/charts/compare/ariang-8.2.0...ariang-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ariang-7.1.12](https://github.com/truecharts/charts/compare/ariang-7.1.11...ariang-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ariang-7.1.11](https://github.com/truecharts/charts/compare/ariang-7.1.10...ariang-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ariang/8.5.1/Chart.yaml b/stable/ariang/8.5.1/Chart.yaml deleted file mode 100644 index c6d3466a591..00000000000 --- a/stable/ariang/8.5.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: 1.3.6 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/ariang/8.5.1/charts/common-20.0.8.tgz b/stable/ariang/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ariang/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/audacity/12.5.1/.helmignore b/stable/ariang/8.7.1/.helmignore similarity index 100% rename from stable/audacity/12.5.1/.helmignore rename to stable/ariang/8.7.1/.helmignore diff --git a/stable/ariang/8.7.1/CHANGELOG.md b/stable/ariang/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..294a307866b --- /dev/null +++ b/stable/ariang/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ariang-8.7.1](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ariang/8.7.1/Chart.yaml new file mode 100644 index 00000000000..86b25ec5634 --- /dev/null +++ b/stable/ariang/8.7.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: 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.2 + 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.1 diff --git a/stable/ariang/8.5.1/README.md b/stable/ariang/8.7.1/README.md similarity index 100% rename from stable/ariang/8.5.1/README.md rename to stable/ariang/8.7.1/README.md diff --git a/stable/ariang/8.7.1/app-changelog.md b/stable/ariang/8.7.1/app-changelog.md new file mode 100644 index 00000000000..7f523971cac --- /dev/null +++ b/stable/ariang/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ariang-8.7.1](https://github.com/truecharts/charts/compare/ariang-8.6.0...ariang-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ariang/8.7.1/app-readme.md similarity index 100% rename from stable/ariang/8.5.1/app-readme.md rename to stable/ariang/8.7.1/app-readme.md diff --git a/stable/ariang/8.7.1/charts/common-20.2.2.tgz b/stable/ariang/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ariang/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ariang/8.5.1/ix_values.yaml b/stable/ariang/8.7.1/ix_values.yaml similarity index 100% rename from stable/ariang/8.5.1/ix_values.yaml rename to stable/ariang/8.7.1/ix_values.yaml diff --git a/stable/ariang/8.5.1/questions.yaml b/stable/ariang/8.7.1/questions.yaml similarity index 100% rename from stable/ariang/8.5.1/questions.yaml rename to stable/ariang/8.7.1/questions.yaml diff --git a/stable/autobrr/8.6.1/templates/NOTES.txt b/stable/ariang/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/autobrr/8.6.1/templates/NOTES.txt rename to stable/ariang/8.7.1/templates/NOTES.txt diff --git a/stable/automatic-music-downloader/9.5.1/templates/common.yaml b/stable/ariang/8.7.1/templates/common.yaml similarity index 100% rename from stable/automatic-music-downloader/9.5.1/templates/common.yaml rename to stable/ariang/8.7.1/templates/common.yaml diff --git a/stable/audacity/12.5.1/values.yaml b/stable/ariang/8.7.1/values.yaml similarity index 100% rename from stable/audacity/12.5.1/values.yaml rename to stable/ariang/8.7.1/values.yaml diff --git a/stable/arksurvivalevolved/7.5.1/CHANGELOG.md b/stable/arksurvivalevolved/7.5.1/CHANGELOG.md deleted file mode 100644 index 1c2ac8fc998..00000000000 --- a/stable/arksurvivalevolved/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arksurvivalevolved-7.5.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.5.0...arksurvivalevolved-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [arksurvivalevolved-7.5.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.4.1...arksurvivalevolved-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [arksurvivalevolved-7.4.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.4.0...arksurvivalevolved-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [arksurvivalevolved-7.4.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.3.0...arksurvivalevolved-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [arksurvivalevolved-7.3.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.3...arksurvivalevolved-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [arksurvivalevolved-7.2.3](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.2...arksurvivalevolved-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [arksurvivalevolved-7.2.2](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.2.0...arksurvivalevolved-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [arksurvivalevolved-6.1.12](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.11...arksurvivalevolved-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arksurvivalevolved-6.1.11](https://github.com/truecharts/charts/compare/arksurvivalevolved-6.1.10...arksurvivalevolved-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/arksurvivalevolved/7.5.1/Chart.yaml b/stable/arksurvivalevolved/7.5.1/Chart.yaml deleted file mode 100644 index ebc07fffa18..00000000000 --- a/stable/arksurvivalevolved/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/arksurvivalevolved/7.5.1/charts/common-20.0.8.tgz b/stable/arksurvivalevolved/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/arksurvivalevolved/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.5.2/.helmignore b/stable/arksurvivalevolved/7.7.1/.helmignore similarity index 100% rename from stable/audiobookshelf/9.5.2/.helmignore rename to stable/arksurvivalevolved/7.7.1/.helmignore diff --git a/stable/arksurvivalevolved/7.7.1/CHANGELOG.md b/stable/arksurvivalevolved/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f9b1d293d7a --- /dev/null +++ b/stable/arksurvivalevolved/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arksurvivalevolved-7.7.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/arksurvivalevolved/7.7.1/Chart.yaml new file mode 100644 index 00000000000..783674e4eef --- /dev/null +++ b/stable/arksurvivalevolved/7.7.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: 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.2 + 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.1 diff --git a/stable/arksurvivalevolved/7.5.1/README.md b/stable/arksurvivalevolved/7.7.1/README.md similarity index 100% rename from stable/arksurvivalevolved/7.5.1/README.md rename to stable/arksurvivalevolved/7.7.1/README.md diff --git a/stable/arksurvivalevolved/7.7.1/app-changelog.md b/stable/arksurvivalevolved/7.7.1/app-changelog.md new file mode 100644 index 00000000000..041825ba8c1 --- /dev/null +++ b/stable/arksurvivalevolved/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [arksurvivalevolved-7.7.1](https://github.com/truecharts/charts/compare/arksurvivalevolved-7.6.0...arksurvivalevolved-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/arksurvivalevolved/7.7.1/app-readme.md similarity index 100% rename from stable/arksurvivalevolved/7.5.1/app-readme.md rename to stable/arksurvivalevolved/7.7.1/app-readme.md diff --git a/stable/arksurvivalevolved/7.7.1/charts/common-20.2.2.tgz b/stable/arksurvivalevolved/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/arksurvivalevolved/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/arksurvivalevolved/7.5.1/ix_values.yaml b/stable/arksurvivalevolved/7.7.1/ix_values.yaml similarity index 100% rename from stable/arksurvivalevolved/7.5.1/ix_values.yaml rename to stable/arksurvivalevolved/7.7.1/ix_values.yaml diff --git a/stable/arksurvivalevolved/7.5.1/questions.yaml b/stable/arksurvivalevolved/7.7.1/questions.yaml similarity index 100% rename from stable/arksurvivalevolved/7.5.1/questions.yaml rename to stable/arksurvivalevolved/7.7.1/questions.yaml diff --git a/stable/automatic-music-downloader/9.5.1/templates/NOTES.txt b/stable/arksurvivalevolved/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/automatic-music-downloader/9.5.1/templates/NOTES.txt rename to stable/arksurvivalevolved/7.7.1/templates/NOTES.txt diff --git a/stable/arksurvivalevolved/7.5.1/templates/_secrets.tpl b/stable/arksurvivalevolved/7.7.1/templates/_secrets.tpl similarity index 100% rename from stable/arksurvivalevolved/7.5.1/templates/_secrets.tpl rename to stable/arksurvivalevolved/7.7.1/templates/_secrets.tpl diff --git a/stable/arksurvivalevolved/7.5.1/templates/common.yaml b/stable/arksurvivalevolved/7.7.1/templates/common.yaml similarity index 100% rename from stable/arksurvivalevolved/7.5.1/templates/common.yaml rename to stable/arksurvivalevolved/7.7.1/templates/common.yaml diff --git a/stable/audiobookshelf/9.5.2/values.yaml b/stable/arksurvivalevolved/7.7.1/values.yaml similarity index 100% rename from stable/audiobookshelf/9.5.2/values.yaml rename to stable/arksurvivalevolved/7.7.1/values.yaml diff --git a/stable/arma3/5.5.1/CHANGELOG.md b/stable/arma3/5.5.1/CHANGELOG.md deleted file mode 100644 index 60f91e859a5..00000000000 --- a/stable/arma3/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arma3-5.5.1](https://github.com/truecharts/charts/compare/arma3-5.5.0...arma3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [arma3-5.5.0](https://github.com/truecharts/charts/compare/arma3-5.4.1...arma3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [arma3-5.4.1](https://github.com/truecharts/charts/compare/arma3-5.4.0...arma3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [arma3-5.4.0](https://github.com/truecharts/charts/compare/arma3-5.3.0...arma3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [arma3-5.3.0](https://github.com/truecharts/charts/compare/arma3-5.2.3...arma3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [arma3-5.2.3](https://github.com/truecharts/charts/compare/arma3-5.2.2...arma3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [arma3-5.2.2](https://github.com/truecharts/charts/compare/arma3-5.2.0...arma3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [arma3-4.1.13](https://github.com/truecharts/charts/compare/arma3-4.1.12...arma3-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arma3-4.1.12](https://github.com/truecharts/charts/compare/arma3-4.1.11...arma3-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/arma3/5.5.1/Chart.yaml b/stable/arma3/5.5.1/Chart.yaml deleted file mode 100644 index c6d4ff54f4a..00000000000 --- a/stable/arma3/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/arma3/5.5.1/charts/common-20.0.8.tgz b/stable/arma3/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/arma3/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/aurora-files/5.5.1/.helmignore b/stable/arma3/5.7.1/.helmignore similarity index 100% rename from stable/aurora-files/5.5.1/.helmignore rename to stable/arma3/5.7.1/.helmignore diff --git a/stable/arma3/5.7.1/CHANGELOG.md b/stable/arma3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dd0a3f01cde --- /dev/null +++ b/stable/arma3/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3-5.7.1](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/arma3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..426fa342f5b --- /dev/null +++ b/stable/arma3/5.7.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: 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.2 + 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.1 diff --git a/stable/arma3/5.5.1/README.md b/stable/arma3/5.7.1/README.md similarity index 100% rename from stable/arma3/5.5.1/README.md rename to stable/arma3/5.7.1/README.md diff --git a/stable/arma3/5.7.1/app-changelog.md b/stable/arma3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..fa9e7f915be --- /dev/null +++ b/stable/arma3/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [arma3-5.7.1](https://github.com/truecharts/charts/compare/arma3-5.6.0...arma3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/arma3/5.7.1/app-readme.md similarity index 100% rename from stable/arma3/5.5.1/app-readme.md rename to stable/arma3/5.7.1/app-readme.md diff --git a/stable/arma3/5.7.1/charts/common-20.2.2.tgz b/stable/arma3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/arma3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/arma3/5.5.1/ix_values.yaml b/stable/arma3/5.7.1/ix_values.yaml similarity index 100% rename from stable/arma3/5.5.1/ix_values.yaml rename to stable/arma3/5.7.1/ix_values.yaml diff --git a/stable/arma3/5.5.1/questions.yaml b/stable/arma3/5.7.1/questions.yaml similarity index 100% rename from stable/arma3/5.5.1/questions.yaml rename to stable/arma3/5.7.1/questions.yaml diff --git a/stable/arma3/5.5.1/templates/common.yaml b/stable/arma3/5.7.1/templates/common.yaml similarity index 100% rename from stable/arma3/5.5.1/templates/common.yaml rename to stable/arma3/5.7.1/templates/common.yaml diff --git a/stable/aurora-files/5.5.1/values.yaml b/stable/arma3/5.7.1/values.yaml similarity index 100% rename from stable/aurora-files/5.5.1/values.yaml rename to stable/arma3/5.7.1/values.yaml diff --git a/stable/arma3exilemod/5.5.1/CHANGELOG.md b/stable/arma3exilemod/5.5.1/CHANGELOG.md deleted file mode 100644 index 9da8b05fd2b..00000000000 --- a/stable/arma3exilemod/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [arma3exilemod-5.5.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.5.0...arma3exilemod-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [arma3exilemod-5.5.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.4.1...arma3exilemod-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [arma3exilemod-5.4.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.4.0...arma3exilemod-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [arma3exilemod-5.4.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.3.0...arma3exilemod-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [arma3exilemod-5.3.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.3...arma3exilemod-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [arma3exilemod-5.2.3](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.2...arma3exilemod-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [arma3exilemod-5.2.2](https://github.com/truecharts/charts/compare/arma3exilemod-5.2.0...arma3exilemod-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [arma3exilemod-4.1.12](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.11...arma3exilemod-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [arma3exilemod-4.1.11](https://github.com/truecharts/charts/compare/arma3exilemod-4.1.10...arma3exilemod-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/arma3exilemod/5.5.1/Chart.yaml b/stable/arma3exilemod/5.5.1/Chart.yaml deleted file mode 100644 index 4800e703b4a..00000000000 --- a/stable/arma3exilemod/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/arma3exilemod/5.5.1/charts/common-20.0.8.tgz b/stable/arma3exilemod/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/arma3exilemod/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/authentik/24.5.4/.helmignore b/stable/arma3exilemod/5.7.1/.helmignore similarity index 100% rename from stable/authentik/24.5.4/.helmignore rename to stable/arma3exilemod/5.7.1/.helmignore diff --git a/stable/arma3exilemod/5.7.1/CHANGELOG.md b/stable/arma3exilemod/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a0cd7f8093b --- /dev/null +++ b/stable/arma3exilemod/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [arma3exilemod-5.7.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/arma3exilemod/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4355b8ba380 --- /dev/null +++ b/stable/arma3exilemod/5.7.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: 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.2 + 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.1 diff --git a/stable/arma3exilemod/5.5.1/README.md b/stable/arma3exilemod/5.7.1/README.md similarity index 100% rename from stable/arma3exilemod/5.5.1/README.md rename to stable/arma3exilemod/5.7.1/README.md diff --git a/stable/arma3exilemod/5.7.1/app-changelog.md b/stable/arma3exilemod/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2a58688b23c --- /dev/null +++ b/stable/arma3exilemod/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [arma3exilemod-5.7.1](https://github.com/truecharts/charts/compare/arma3exilemod-5.6.0...arma3exilemod-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/arma3exilemod/5.7.1/app-readme.md similarity index 100% rename from stable/arma3exilemod/5.5.1/app-readme.md rename to stable/arma3exilemod/5.7.1/app-readme.md diff --git a/stable/arma3exilemod/5.7.1/charts/common-20.2.2.tgz b/stable/arma3exilemod/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/arma3exilemod/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/arma3exilemod/5.5.1/ix_values.yaml b/stable/arma3exilemod/5.7.1/ix_values.yaml similarity index 100% rename from stable/arma3exilemod/5.5.1/ix_values.yaml rename to stable/arma3exilemod/5.7.1/ix_values.yaml diff --git a/stable/arma3exilemod/5.5.1/questions.yaml b/stable/arma3exilemod/5.7.1/questions.yaml similarity index 100% rename from stable/arma3exilemod/5.5.1/questions.yaml rename to stable/arma3exilemod/5.7.1/questions.yaml diff --git a/stable/arma3exilemod/5.5.1/templates/common.yaml b/stable/arma3exilemod/5.7.1/templates/common.yaml similarity index 100% rename from stable/arma3exilemod/5.5.1/templates/common.yaml rename to stable/arma3exilemod/5.7.1/templates/common.yaml diff --git a/stable/authentik/24.5.4/values.yaml b/stable/arma3exilemod/5.7.1/values.yaml similarity index 100% rename from stable/authentik/24.5.4/values.yaml rename to stable/arma3exilemod/5.7.1/values.yaml diff --git a/stable/assettocorsa/5.5.1/CHANGELOG.md b/stable/assettocorsa/5.5.1/CHANGELOG.md deleted file mode 100644 index ba2250e4529..00000000000 --- a/stable/assettocorsa/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [assettocorsa-5.5.1](https://github.com/truecharts/charts/compare/assettocorsa-5.5.0...assettocorsa-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [assettocorsa-5.5.0](https://github.com/truecharts/charts/compare/assettocorsa-5.4.1...assettocorsa-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [assettocorsa-5.4.1](https://github.com/truecharts/charts/compare/assettocorsa-5.4.0...assettocorsa-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [assettocorsa-5.4.0](https://github.com/truecharts/charts/compare/assettocorsa-5.3.0...assettocorsa-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [assettocorsa-5.3.0](https://github.com/truecharts/charts/compare/assettocorsa-5.2.3...assettocorsa-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [assettocorsa-5.2.3](https://github.com/truecharts/charts/compare/assettocorsa-5.2.2...assettocorsa-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [assettocorsa-5.2.2](https://github.com/truecharts/charts/compare/assettocorsa-5.2.0...assettocorsa-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [assettocorsa-4.1.12](https://github.com/truecharts/charts/compare/assettocorsa-4.1.11...assettocorsa-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [assettocorsa-4.1.11](https://github.com/truecharts/charts/compare/assettocorsa-4.1.10...assettocorsa-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/assettocorsa/5.5.1/Chart.yaml b/stable/assettocorsa/5.5.1/Chart.yaml deleted file mode 100644 index c0ba4fce47c..00000000000 --- a/stable/assettocorsa/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/assettocorsa/5.5.1/charts/common-20.0.8.tgz b/stable/assettocorsa/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/assettocorsa/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/auto-yt-dl/5.5.1/.helmignore b/stable/assettocorsa/5.7.1/.helmignore similarity index 100% rename from stable/auto-yt-dl/5.5.1/.helmignore rename to stable/assettocorsa/5.7.1/.helmignore diff --git a/stable/assettocorsa/5.7.1/CHANGELOG.md b/stable/assettocorsa/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..139b2382de9 --- /dev/null +++ b/stable/assettocorsa/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [assettocorsa-5.7.1](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/assettocorsa/5.7.1/Chart.yaml new file mode 100644 index 00000000000..63f29484baa --- /dev/null +++ b/stable/assettocorsa/5.7.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: 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.2 + 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.1 diff --git a/stable/assettocorsa/5.5.1/README.md b/stable/assettocorsa/5.7.1/README.md similarity index 100% rename from stable/assettocorsa/5.5.1/README.md rename to stable/assettocorsa/5.7.1/README.md diff --git a/stable/assettocorsa/5.7.1/app-changelog.md b/stable/assettocorsa/5.7.1/app-changelog.md new file mode 100644 index 00000000000..cd735b962f6 --- /dev/null +++ b/stable/assettocorsa/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [assettocorsa-5.7.1](https://github.com/truecharts/charts/compare/assettocorsa-5.6.0...assettocorsa-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/assettocorsa/5.7.1/app-readme.md similarity index 100% rename from stable/assettocorsa/5.5.1/app-readme.md rename to stable/assettocorsa/5.7.1/app-readme.md diff --git a/stable/assettocorsa/5.7.1/charts/common-20.2.2.tgz b/stable/assettocorsa/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/assettocorsa/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/assettocorsa/5.5.1/ix_values.yaml b/stable/assettocorsa/5.7.1/ix_values.yaml similarity index 100% rename from stable/assettocorsa/5.5.1/ix_values.yaml rename to stable/assettocorsa/5.7.1/ix_values.yaml diff --git a/stable/assettocorsa/5.5.1/questions.yaml b/stable/assettocorsa/5.7.1/questions.yaml similarity index 100% rename from stable/assettocorsa/5.5.1/questions.yaml rename to stable/assettocorsa/5.7.1/questions.yaml diff --git a/stable/assettocorsa/5.5.1/templates/common.yaml b/stable/assettocorsa/5.7.1/templates/common.yaml similarity index 100% rename from stable/assettocorsa/5.5.1/templates/common.yaml rename to stable/assettocorsa/5.7.1/templates/common.yaml diff --git a/stable/auto-yt-dl/5.5.1/values.yaml b/stable/assettocorsa/5.7.1/values.yaml similarity index 100% rename from stable/auto-yt-dl/5.5.1/values.yaml rename to stable/assettocorsa/5.7.1/values.yaml diff --git a/stable/audacity/12.5.1/CHANGELOG.md b/stable/audacity/12.5.1/CHANGELOG.md deleted file mode 100644 index 068cbae8f5f..00000000000 --- a/stable/audacity/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [audacity-12.5.1](https://github.com/truecharts/charts/compare/audacity-12.5.0...audacity-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [audacity-12.5.0](https://github.com/truecharts/charts/compare/audacity-12.4.1...audacity-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [audacity-12.4.1](https://github.com/truecharts/charts/compare/audacity-12.4.0...audacity-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [audacity-12.4.0](https://github.com/truecharts/charts/compare/audacity-12.3.0...audacity-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [audacity-12.3.0](https://github.com/truecharts/charts/compare/audacity-12.2.3...audacity-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [audacity-12.2.3](https://github.com/truecharts/charts/compare/audacity-12.2.2...audacity-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [audacity-12.2.2](https://github.com/truecharts/charts/compare/audacity-12.2.0...audacity-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [audacity-11.1.12](https://github.com/truecharts/charts/compare/audacity-11.1.11...audacity-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [audacity-11.1.11](https://github.com/truecharts/charts/compare/audacity-11.1.10...audacity-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/audacity/12.5.1/Chart.yaml b/stable/audacity/12.5.1/Chart.yaml deleted file mode 100644 index 41e7c40bbc7..00000000000 --- a/stable/audacity/12.5.1/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.0.8 - 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.5.1 diff --git a/stable/audacity/12.5.1/charts/common-20.0.8.tgz b/stable/audacity/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/audacity/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/autobrr/8.6.1/.helmignore b/stable/audacity/12.7.1/.helmignore similarity index 100% rename from stable/autobrr/8.6.1/.helmignore rename to stable/audacity/12.7.1/.helmignore diff --git a/stable/audacity/12.7.1/CHANGELOG.md b/stable/audacity/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7054a7f388e --- /dev/null +++ b/stable/audacity/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audacity-12.7.1](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/audacity/12.7.1/Chart.yaml new file mode 100644 index 00000000000..3c829dec81e --- /dev/null +++ b/stable/audacity/12.7.1/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.2 + 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.1 diff --git a/stable/audacity/12.5.1/README.md b/stable/audacity/12.7.1/README.md similarity index 100% rename from stable/audacity/12.5.1/README.md rename to stable/audacity/12.7.1/README.md diff --git a/stable/audacity/12.7.1/app-changelog.md b/stable/audacity/12.7.1/app-changelog.md new file mode 100644 index 00000000000..29f97c7e26a --- /dev/null +++ b/stable/audacity/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [audacity-12.7.1](https://github.com/truecharts/charts/compare/audacity-12.6.0...audacity-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/audacity/12.7.1/app-readme.md similarity index 100% rename from stable/audacity/12.5.1/app-readme.md rename to stable/audacity/12.7.1/app-readme.md diff --git a/stable/audacity/12.7.1/charts/common-20.2.2.tgz b/stable/audacity/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/audacity/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/audacity/12.5.1/ix_values.yaml b/stable/audacity/12.7.1/ix_values.yaml similarity index 100% rename from stable/audacity/12.5.1/ix_values.yaml rename to stable/audacity/12.7.1/ix_values.yaml diff --git a/stable/audacity/12.5.1/questions.yaml b/stable/audacity/12.7.1/questions.yaml similarity index 100% rename from stable/audacity/12.5.1/questions.yaml rename to stable/audacity/12.7.1/questions.yaml diff --git a/stable/automatic-ripping-machine/3.5.1/templates/NOTES.txt b/stable/audacity/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/templates/NOTES.txt rename to stable/audacity/12.7.1/templates/NOTES.txt diff --git a/stable/audacity/12.5.1/templates/common.yaml b/stable/audacity/12.7.1/templates/common.yaml similarity index 100% rename from stable/audacity/12.5.1/templates/common.yaml rename to stable/audacity/12.7.1/templates/common.yaml diff --git a/stable/autobrr/8.6.1/values.yaml b/stable/audacity/12.7.1/values.yaml similarity index 100% rename from stable/autobrr/8.6.1/values.yaml rename to stable/audacity/12.7.1/values.yaml diff --git a/stable/audiobookshelf/9.5.2/CHANGELOG.md b/stable/audiobookshelf/9.5.2/CHANGELOG.md deleted file mode 100644 index e3e553c8794..00000000000 --- a/stable/audiobookshelf/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [audiobookshelf-9.5.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.5.1...audiobookshelf-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [audiobookshelf-9.5.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.5.0...audiobookshelf-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [audiobookshelf-9.5.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.4.1...audiobookshelf-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [audiobookshelf-9.4.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.4.0...audiobookshelf-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [audiobookshelf-9.4.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.3.0...audiobookshelf-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [audiobookshelf-9.3.0](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.3...audiobookshelf-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [audiobookshelf-9.2.3](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.2...audiobookshelf-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [audiobookshelf-9.2.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.2.0...audiobookshelf-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [audiobookshelf-8.1.14](https://github.com/truecharts/charts/compare/audiobookshelf-8.1.13...audiobookshelf-8.1.14) (2024-02-03) \ No newline at end of file diff --git a/stable/audiobookshelf/9.5.2/Chart.yaml b/stable/audiobookshelf/9.5.2/Chart.yaml deleted file mode 100644 index 819de56784d..00000000000 --- a/stable/audiobookshelf/9.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.8.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/audiobookshelf/9.5.2/charts/common-20.0.9.tgz b/stable/audiobookshelf/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/audiobookshelf/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/audiobookshelf/9.5.2/ix_values.yaml b/stable/audiobookshelf/9.5.2/ix_values.yaml deleted file mode 100644 index 7786dff7ad1..00000000000 --- a/stable/audiobookshelf/9.5.2/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: advplyr/audiobookshelf - tag: 2.8.0@sha256:34bc1414a7a65f3f1e12f3e03195561732cc740792d1dea1858d483006ceba1e - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10223 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/ping" - readiness: - path: "/ping" - startup: - path: "/ping" - env: - AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}" - AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}" - PORT: "{{ .Values.service.main.ports.main.port }}" - TOKEN_SECRET: - secretKeyRef: - name: secrets - key: TOKEN_SECRET -persistence: - config: - enabled: true - mountPath: /config - audiobooks: - enabled: true - mountPath: /audiobooks - metadata: - enabled: true - mountPath: /metadata -portal: - open: - enabled: true diff --git a/stable/automatic-music-downloader/9.5.1/.helmignore b/stable/audiobookshelf/9.7.2/.helmignore similarity index 100% rename from stable/automatic-music-downloader/9.5.1/.helmignore rename to stable/audiobookshelf/9.7.2/.helmignore diff --git a/stable/audiobookshelf/9.7.2/CHANGELOG.md b/stable/audiobookshelf/9.7.2/CHANGELOG.md new file mode 100644 index 00000000000..346218cc3cc --- /dev/null +++ b/stable/audiobookshelf/9.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [audiobookshelf-9.7.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/audiobookshelf/9.7.2/Chart.yaml b/stable/audiobookshelf/9.7.2/Chart.yaml new file mode 100644 index 00000000000..d734165b6be --- /dev/null +++ b/stable/audiobookshelf/9.7.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.8.1 +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/audiobookshelf/9.5.2/README.md b/stable/audiobookshelf/9.7.2/README.md similarity index 100% rename from stable/audiobookshelf/9.5.2/README.md rename to stable/audiobookshelf/9.7.2/README.md diff --git a/stable/audiobookshelf/9.7.2/app-changelog.md b/stable/audiobookshelf/9.7.2/app-changelog.md new file mode 100644 index 00000000000..5fd303f35fb --- /dev/null +++ b/stable/audiobookshelf/9.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [audiobookshelf-9.7.2](https://github.com/truecharts/charts/compare/audiobookshelf-9.6.0...audiobookshelf-9.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/audiobookshelf/9.7.2/app-readme.md similarity index 100% rename from stable/audiobookshelf/9.5.2/app-readme.md rename to stable/audiobookshelf/9.7.2/app-readme.md diff --git a/stable/audiobookshelf/9.7.2/charts/common-20.2.2.tgz b/stable/audiobookshelf/9.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/audiobookshelf/9.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/audiobookshelf/9.7.2/ix_values.yaml b/stable/audiobookshelf/9.7.2/ix_values.yaml new file mode 100644 index 00000000000..507030901e4 --- /dev/null +++ b/stable/audiobookshelf/9.7.2/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: advplyr/audiobookshelf + tag: 2.8.1@sha256:c367c39906dc8a470e5ffa97b95dcfac962da3f328f4ff51dc1d677690a57717 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10223 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/ping" + readiness: + path: "/ping" + startup: + path: "/ping" + env: + AUDIOBOOKSHELF_UID: "{{ .Values.securityContext.container.PUID }}" + AUDIOBOOKSHELF_GID: "{{ .Values.securityContext.pod.fsGroup }}" + PORT: "{{ .Values.service.main.ports.main.port }}" + TOKEN_SECRET: + secretKeyRef: + name: secrets + key: TOKEN_SECRET +persistence: + config: + enabled: true + mountPath: /config + audiobooks: + enabled: true + mountPath: /audiobooks + metadata: + enabled: true + mountPath: /metadata +portal: + open: + enabled: true diff --git a/stable/audiobookshelf/9.5.2/questions.yaml b/stable/audiobookshelf/9.7.2/questions.yaml similarity index 100% rename from stable/audiobookshelf/9.5.2/questions.yaml rename to stable/audiobookshelf/9.7.2/questions.yaml diff --git a/stable/autoscan/8.5.1/templates/NOTES.txt b/stable/audiobookshelf/9.7.2/templates/NOTES.txt similarity index 100% rename from stable/autoscan/8.5.1/templates/NOTES.txt rename to stable/audiobookshelf/9.7.2/templates/NOTES.txt diff --git a/stable/audiobookshelf/9.5.2/templates/_secrets.tpl b/stable/audiobookshelf/9.7.2/templates/_secrets.tpl similarity index 100% rename from stable/audiobookshelf/9.5.2/templates/_secrets.tpl rename to stable/audiobookshelf/9.7.2/templates/_secrets.tpl diff --git a/stable/audiobookshelf/9.5.2/templates/common.yaml b/stable/audiobookshelf/9.7.2/templates/common.yaml similarity index 100% rename from stable/audiobookshelf/9.5.2/templates/common.yaml rename to stable/audiobookshelf/9.7.2/templates/common.yaml diff --git a/stable/automatic-music-downloader/9.5.1/values.yaml b/stable/audiobookshelf/9.7.2/values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.5.1/values.yaml rename to stable/audiobookshelf/9.7.2/values.yaml diff --git a/stable/aurora-files/5.5.1/CHANGELOG.md b/stable/aurora-files/5.5.1/CHANGELOG.md deleted file mode 100644 index 34ba16e0f78..00000000000 --- a/stable/aurora-files/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [aurora-files-5.5.1](https://github.com/truecharts/charts/compare/aurora-files-5.5.0...aurora-files-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [aurora-files-5.5.0](https://github.com/truecharts/charts/compare/aurora-files-5.4.1...aurora-files-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [aurora-files-5.4.1](https://github.com/truecharts/charts/compare/aurora-files-5.4.0...aurora-files-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [aurora-files-5.4.0](https://github.com/truecharts/charts/compare/aurora-files-5.3.0...aurora-files-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [aurora-files-5.3.0](https://github.com/truecharts/charts/compare/aurora-files-5.2.3...aurora-files-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [aurora-files-5.2.3](https://github.com/truecharts/charts/compare/aurora-files-5.2.2...aurora-files-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [aurora-files-5.2.2](https://github.com/truecharts/charts/compare/aurora-files-5.2.0...aurora-files-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [aurora-files-4.1.12](https://github.com/truecharts/charts/compare/aurora-files-4.1.11...aurora-files-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [aurora-files-4.1.11](https://github.com/truecharts/charts/compare/aurora-files-4.1.10...aurora-files-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/aurora-files/5.5.1/Chart.yaml b/stable/aurora-files/5.5.1/Chart.yaml deleted file mode 100644 index d41b5dce316..00000000000 --- a/stable/aurora-files/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/aurora-files/5.5.1/charts/common-20.0.8.tgz b/stable/aurora-files/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/aurora-files/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/automatic-ripping-machine/3.5.1/.helmignore b/stable/aurora-files/5.7.1/.helmignore similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/.helmignore rename to stable/aurora-files/5.7.1/.helmignore diff --git a/stable/aurora-files/5.7.1/CHANGELOG.md b/stable/aurora-files/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6aa2f39509c --- /dev/null +++ b/stable/aurora-files/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [aurora-files-5.7.1](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/aurora-files/5.7.1/Chart.yaml new file mode 100644 index 00000000000..84dc720b090 --- /dev/null +++ b/stable/aurora-files/5.7.1/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.2 + 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.1 diff --git a/stable/aurora-files/5.5.1/README.md b/stable/aurora-files/5.7.1/README.md similarity index 100% rename from stable/aurora-files/5.5.1/README.md rename to stable/aurora-files/5.7.1/README.md diff --git a/stable/aurora-files/5.7.1/app-changelog.md b/stable/aurora-files/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e9673c45dd3 --- /dev/null +++ b/stable/aurora-files/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [aurora-files-5.7.1](https://github.com/truecharts/charts/compare/aurora-files-5.6.0...aurora-files-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/aurora-files/5.7.1/app-readme.md similarity index 100% rename from stable/aurora-files/5.5.1/app-readme.md rename to stable/aurora-files/5.7.1/app-readme.md diff --git a/stable/aurora-files/5.7.1/charts/common-20.2.2.tgz b/stable/aurora-files/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/aurora-files/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/aurora-files/5.5.1/ix_values.yaml b/stable/aurora-files/5.7.1/ix_values.yaml similarity index 100% rename from stable/aurora-files/5.5.1/ix_values.yaml rename to stable/aurora-files/5.7.1/ix_values.yaml diff --git a/stable/aurora-files/5.5.1/questions.yaml b/stable/aurora-files/5.7.1/questions.yaml similarity index 100% rename from stable/aurora-files/5.5.1/questions.yaml rename to stable/aurora-files/5.7.1/questions.yaml diff --git a/stable/aurora-files/5.5.1/templates/common.yaml b/stable/aurora-files/5.7.1/templates/common.yaml similarity index 100% rename from stable/aurora-files/5.5.1/templates/common.yaml rename to stable/aurora-files/5.7.1/templates/common.yaml diff --git a/stable/automatic-ripping-machine/3.5.1/values.yaml b/stable/aurora-files/5.7.1/values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/values.yaml rename to stable/aurora-files/5.7.1/values.yaml diff --git a/stable/authentik/24.5.4/CHANGELOG.md b/stable/authentik/24.5.4/CHANGELOG.md deleted file mode 100644 index ab7cb4d1504..00000000000 --- a/stable/authentik/24.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [authentik-24.5.4](https://github.com/truecharts/charts/compare/authentik-24.5.3...authentik-24.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [authentik-24.5.3](https://github.com/truecharts/charts/compare/authentik-24.5.2...authentik-24.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [authentik-24.5.2](https://github.com/truecharts/charts/compare/authentik-24.5.1...authentik-24.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [authentik-24.5.1](https://github.com/truecharts/charts/compare/authentik-24.5.0...authentik-24.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [authentik-24.5.0](https://github.com/truecharts/charts/compare/authentik-24.4.5...authentik-24.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [authentik-24.4.5](https://github.com/truecharts/charts/compare/authentik-24.4.1...authentik-24.4.5) (2024-03-11) - -### Chore - - - -- update authentik to v2024.2.2[@d7ede5c](https://github.com/d7ede5c) by renovate (patch) ([#19052](https://github.com/truecharts/charts/issues/19052)) - - -## [authentik-24.4.1](https://github.com/truecharts/charts/compare/authentik-24.4.0...authentik-24.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [authentik-24.4.0](https://github.com/truecharts/charts/compare/authentik-24.3.0...authentik-24.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [authentik-24.3.0](https://github.com/truecharts/charts/compare/authentik-24.2.5...authentik-24.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [authentik-24.2.5](https://github.com/truecharts/charts/compare/authentik-24.2.4...authentik-24.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again \ No newline at end of file diff --git a/stable/authentik/24.5.4/Chart.yaml b/stable/authentik/24.5.4/Chart.yaml deleted file mode 100644 index 41da47e6db7..00000000000 --- a/stable/authentik/24.5.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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/goauthentik/proxy - - https://ghcr.io/goauthentik/server - - https://ghcr.io/maxmind/geoipupdate -type: application -version: 24.5.4 diff --git a/stable/authentik/24.5.4/charts/common-20.0.9.tgz b/stable/authentik/24.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/authentik/24.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/authentik/24.5.4/charts/redis-13.0.3.tgz b/stable/authentik/24.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/authentik/24.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/autoscan/8.5.1/.helmignore b/stable/authentik/24.7.1/.helmignore similarity index 100% rename from stable/autoscan/8.5.1/.helmignore rename to stable/authentik/24.7.1/.helmignore diff --git a/stable/authentik/24.7.1/CHANGELOG.md b/stable/authentik/24.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6cecfbd090a --- /dev/null +++ b/stable/authentik/24.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [authentik-24.7.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.0) (2024-03-17) + +### Chore + + + +- update container 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/authentik/24.7.1/Chart.yaml b/stable/authentik/24.7.1/Chart.yaml new file mode 100644 index 00000000000..df294d20748 --- /dev/null +++ b/stable/authentik/24.7.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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/maxmind/geoipupdate + - https://ghcr.io/goauthentik/proxy + - https://ghcr.io/goauthentik/server + - https://ghcr.io/goauthentik/ldap +type: application +version: 24.7.1 diff --git a/stable/authentik/24.5.4/README.md b/stable/authentik/24.7.1/README.md similarity index 100% rename from stable/authentik/24.5.4/README.md rename to stable/authentik/24.7.1/README.md diff --git a/stable/authentik/24.7.1/app-changelog.md b/stable/authentik/24.7.1/app-changelog.md new file mode 100644 index 00000000000..2347ffc9e2b --- /dev/null +++ b/stable/authentik/24.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [authentik-24.7.1](https://github.com/truecharts/charts/compare/authentik-24.6.0...authentik-24.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/authentik/24.7.1/app-readme.md similarity index 100% rename from stable/authentik/24.5.4/app-readme.md rename to stable/authentik/24.7.1/app-readme.md diff --git a/stable/authentik/24.7.1/charts/common-20.2.2.tgz b/stable/authentik/24.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/authentik/24.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/romm/8.0.0/charts/redis-13.0.5.tgz b/stable/authentik/24.7.1/charts/redis-13.0.5.tgz similarity index 100% rename from stable/romm/8.0.0/charts/redis-13.0.5.tgz rename to stable/authentik/24.7.1/charts/redis-13.0.5.tgz diff --git a/stable/authentik/24.5.4/ix_values.yaml b/stable/authentik/24.7.1/ix_values.yaml similarity index 100% rename from stable/authentik/24.5.4/ix_values.yaml rename to stable/authentik/24.7.1/ix_values.yaml diff --git a/stable/authentik/24.5.4/questions.yaml b/stable/authentik/24.7.1/questions.yaml similarity index 100% rename from stable/authentik/24.5.4/questions.yaml rename to stable/authentik/24.7.1/questions.yaml diff --git a/stable/avidemux/9.5.1/templates/NOTES.txt b/stable/authentik/24.7.1/templates/NOTES.txt similarity index 100% rename from stable/avidemux/9.5.1/templates/NOTES.txt rename to stable/authentik/24.7.1/templates/NOTES.txt diff --git a/stable/authentik/24.5.4/templates/_config.tpl b/stable/authentik/24.7.1/templates/_config.tpl similarity index 100% rename from stable/authentik/24.5.4/templates/_config.tpl rename to stable/authentik/24.7.1/templates/_config.tpl diff --git a/stable/authentik/24.5.4/templates/_secret.tpl b/stable/authentik/24.7.1/templates/_secret.tpl similarity index 100% rename from stable/authentik/24.5.4/templates/_secret.tpl rename to stable/authentik/24.7.1/templates/_secret.tpl diff --git a/stable/authentik/24.5.4/templates/_validation.tpl b/stable/authentik/24.7.1/templates/_validation.tpl similarity index 100% rename from stable/authentik/24.5.4/templates/_validation.tpl rename to stable/authentik/24.7.1/templates/_validation.tpl diff --git a/stable/authentik/24.5.4/templates/_waitAuthentik.tpl b/stable/authentik/24.7.1/templates/_waitAuthentik.tpl similarity index 100% rename from stable/authentik/24.5.4/templates/_waitAuthentik.tpl rename to stable/authentik/24.7.1/templates/_waitAuthentik.tpl diff --git a/stable/authentik/24.5.4/templates/common.yaml b/stable/authentik/24.7.1/templates/common.yaml similarity index 100% rename from stable/authentik/24.5.4/templates/common.yaml rename to stable/authentik/24.7.1/templates/common.yaml diff --git a/stable/autoscan/8.5.1/values.yaml b/stable/authentik/24.7.1/values.yaml similarity index 100% rename from stable/autoscan/8.5.1/values.yaml rename to stable/authentik/24.7.1/values.yaml diff --git a/stable/auto-yt-dl/5.5.1/CHANGELOG.md b/stable/auto-yt-dl/5.5.1/CHANGELOG.md deleted file mode 100644 index a92d0c18ff3..00000000000 --- a/stable/auto-yt-dl/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [auto-yt-dl-5.5.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.5.0...auto-yt-dl-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [auto-yt-dl-5.5.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.4.1...auto-yt-dl-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [auto-yt-dl-5.4.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.4.0...auto-yt-dl-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [auto-yt-dl-5.4.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.3.0...auto-yt-dl-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [auto-yt-dl-5.3.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.3...auto-yt-dl-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [auto-yt-dl-5.2.3](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.2...auto-yt-dl-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [auto-yt-dl-5.2.2](https://github.com/truecharts/charts/compare/auto-yt-dl-5.2.0...auto-yt-dl-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [auto-yt-dl-4.1.13](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.12...auto-yt-dl-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [auto-yt-dl-4.1.12](https://github.com/truecharts/charts/compare/auto-yt-dl-4.1.11...auto-yt-dl-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/auto-yt-dl/5.5.1/Chart.yaml b/stable/auto-yt-dl/5.5.1/Chart.yaml deleted file mode 100644 index 69e577b2df7..00000000000 --- a/stable/auto-yt-dl/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/auto-yt-dl/5.5.1/charts/common-20.0.8.tgz b/stable/auto-yt-dl/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/auto-yt-dl/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/avidemux/9.5.1/.helmignore b/stable/auto-yt-dl/5.7.1/.helmignore similarity index 100% rename from stable/avidemux/9.5.1/.helmignore rename to stable/auto-yt-dl/5.7.1/.helmignore diff --git a/stable/auto-yt-dl/5.7.1/CHANGELOG.md b/stable/auto-yt-dl/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9ccf9e15f8c --- /dev/null +++ b/stable/auto-yt-dl/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [auto-yt-dl-5.7.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/auto-yt-dl/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9014179680e --- /dev/null +++ b/stable/auto-yt-dl/5.7.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: 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.2 + 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.1 diff --git a/stable/auto-yt-dl/5.5.1/README.md b/stable/auto-yt-dl/5.7.1/README.md similarity index 100% rename from stable/auto-yt-dl/5.5.1/README.md rename to stable/auto-yt-dl/5.7.1/README.md diff --git a/stable/auto-yt-dl/5.7.1/app-changelog.md b/stable/auto-yt-dl/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f4cc47d0ed7 --- /dev/null +++ b/stable/auto-yt-dl/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [auto-yt-dl-5.7.1](https://github.com/truecharts/charts/compare/auto-yt-dl-5.6.0...auto-yt-dl-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/auto-yt-dl/5.7.1/app-readme.md similarity index 100% rename from stable/auto-yt-dl/5.5.1/app-readme.md rename to stable/auto-yt-dl/5.7.1/app-readme.md diff --git a/stable/auto-yt-dl/5.7.1/charts/common-20.2.2.tgz b/stable/auto-yt-dl/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/auto-yt-dl/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/auto-yt-dl/5.5.1/ix_values.yaml b/stable/auto-yt-dl/5.7.1/ix_values.yaml similarity index 100% rename from stable/auto-yt-dl/5.5.1/ix_values.yaml rename to stable/auto-yt-dl/5.7.1/ix_values.yaml diff --git a/stable/auto-yt-dl/5.5.1/questions.yaml b/stable/auto-yt-dl/5.7.1/questions.yaml similarity index 100% rename from stable/auto-yt-dl/5.5.1/questions.yaml rename to stable/auto-yt-dl/5.7.1/questions.yaml diff --git a/stable/auto-yt-dl/5.5.1/templates/common.yaml b/stable/auto-yt-dl/5.7.1/templates/common.yaml similarity index 100% rename from stable/auto-yt-dl/5.5.1/templates/common.yaml rename to stable/auto-yt-dl/5.7.1/templates/common.yaml diff --git a/stable/avidemux/9.5.1/values.yaml b/stable/auto-yt-dl/5.7.1/values.yaml similarity index 100% rename from stable/avidemux/9.5.1/values.yaml rename to stable/auto-yt-dl/5.7.1/values.yaml diff --git a/stable/autobrr/8.6.1/CHANGELOG.md b/stable/autobrr/8.6.1/CHANGELOG.md deleted file mode 100644 index e9c621f687a..00000000000 --- a/stable/autobrr/8.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [autobrr-8.6.1](https://github.com/truecharts/charts/compare/autobrr-8.6.0...autobrr-8.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [autobrr-8.6.0](https://github.com/truecharts/charts/compare/autobrr-8.5.1...autobrr-8.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [autobrr-8.5.1](https://github.com/truecharts/charts/compare/autobrr-8.5.0...autobrr-8.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [autobrr-8.5.0](https://github.com/truecharts/charts/compare/autobrr-8.4.0...autobrr-8.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [autobrr-8.4.0](https://github.com/truecharts/charts/compare/autobrr-8.3.3...autobrr-8.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [autobrr-8.3.3](https://github.com/truecharts/charts/compare/autobrr-8.3.2...autobrr-8.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [autobrr-8.3.2](https://github.com/truecharts/charts/compare/autobrr-8.3.0...autobrr-8.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - -## [autobrr-7.4.0](https://github.com/truecharts/charts/compare/autobrr-7.3.2...autobrr-7.4.0) (2024-02-13) - -### Chore - - - -- update container image ghcr.io/autobrr/autobrr to v1.37.0[@c965a00](https://github.com/c965a00) by renovate ([#18231](https://github.com/truecharts/charts/issues/18231)) - - -## [autobrr-7.3.2](https://github.com/truecharts/charts/compare/autobrr-7.3.1...autobrr-7.3.2) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/autobrr/8.6.1/Chart.yaml b/stable/autobrr/8.6.1/Chart.yaml deleted file mode 100644 index 71ddb6958ce..00000000000 --- a/stable/autobrr/8.6.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.39.1 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/autobrr/8.6.1/charts/common-20.0.8.tgz b/stable/autobrr/8.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/autobrr/8.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/avorion/5.5.1/.helmignore b/stable/autobrr/8.8.1/.helmignore similarity index 100% rename from stable/avorion/5.5.1/.helmignore rename to stable/autobrr/8.8.1/.helmignore diff --git a/stable/autobrr/8.8.1/CHANGELOG.md b/stable/autobrr/8.8.1/CHANGELOG.md new file mode 100644 index 00000000000..a3edbb60497 --- /dev/null +++ b/stable/autobrr/8.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autobrr-8.8.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.8.1/Chart.yaml b/stable/autobrr/8.8.1/Chart.yaml new file mode 100644 index 00000000000..dd0e147d9e9 --- /dev/null +++ b/stable/autobrr/8.8.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.39.1 +dependencies: + - name: common + version: 20.2.2 + 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.8.1 diff --git a/stable/autobrr/8.6.1/README.md b/stable/autobrr/8.8.1/README.md similarity index 100% rename from stable/autobrr/8.6.1/README.md rename to stable/autobrr/8.8.1/README.md diff --git a/stable/autobrr/8.8.1/app-changelog.md b/stable/autobrr/8.8.1/app-changelog.md new file mode 100644 index 00000000000..da5ee4bfcdf --- /dev/null +++ b/stable/autobrr/8.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [autobrr-8.8.1](https://github.com/truecharts/charts/compare/autobrr-8.7.0...autobrr-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/autobrr/8.8.1/app-readme.md similarity index 100% rename from stable/autobrr/8.6.1/app-readme.md rename to stable/autobrr/8.8.1/app-readme.md diff --git a/stable/autobrr/8.8.1/charts/common-20.2.2.tgz b/stable/autobrr/8.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/autobrr/8.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/autobrr/8.6.1/ix_values.yaml b/stable/autobrr/8.8.1/ix_values.yaml similarity index 100% rename from stable/autobrr/8.6.1/ix_values.yaml rename to stable/autobrr/8.8.1/ix_values.yaml diff --git a/stable/autobrr/8.6.1/questions.yaml b/stable/autobrr/8.8.1/questions.yaml similarity index 100% rename from stable/autobrr/8.6.1/questions.yaml rename to stable/autobrr/8.8.1/questions.yaml diff --git a/stable/babybuddy/16.5.1/templates/NOTES.txt b/stable/autobrr/8.8.1/templates/NOTES.txt similarity index 100% rename from stable/babybuddy/16.5.1/templates/NOTES.txt rename to stable/autobrr/8.8.1/templates/NOTES.txt diff --git a/stable/autobrr/8.6.1/templates/_configmap.tpl b/stable/autobrr/8.8.1/templates/_configmap.tpl similarity index 100% rename from stable/autobrr/8.6.1/templates/_configmap.tpl rename to stable/autobrr/8.8.1/templates/_configmap.tpl diff --git a/stable/autobrr/8.6.1/templates/common.yaml b/stable/autobrr/8.8.1/templates/common.yaml similarity index 100% rename from stable/autobrr/8.6.1/templates/common.yaml rename to stable/autobrr/8.8.1/templates/common.yaml diff --git a/stable/avorion/5.5.1/values.yaml b/stable/autobrr/8.8.1/values.yaml similarity index 100% rename from stable/avorion/5.5.1/values.yaml rename to stable/autobrr/8.8.1/values.yaml diff --git a/stable/automatic-music-downloader/9.5.1/CHANGELOG.md b/stable/automatic-music-downloader/9.5.1/CHANGELOG.md deleted file mode 100644 index 438f0dd190f..00000000000 --- a/stable/automatic-music-downloader/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [automatic-music-downloader-9.5.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.5.0...automatic-music-downloader-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [automatic-music-downloader-9.5.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.4.1...automatic-music-downloader-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [automatic-music-downloader-9.4.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.4.0...automatic-music-downloader-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [automatic-music-downloader-9.4.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.3.0...automatic-music-downloader-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [automatic-music-downloader-9.3.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.3...automatic-music-downloader-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [automatic-music-downloader-9.2.3](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.2...automatic-music-downloader-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [automatic-music-downloader-9.2.2](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.2.0...automatic-music-downloader-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [automatic-music-downloader-8.1.12](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.11...automatic-music-downloader-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [automatic-music-downloader-8.1.11](https://github.com/truecharts/charts/compare/automatic-music-downloader-8.1.10...automatic-music-downloader-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/automatic-music-downloader/9.5.1/Chart.yaml b/stable/automatic-music-downloader/9.5.1/Chart.yaml deleted file mode 100644 index afb0d6a3000..00000000000 --- a/stable/automatic-music-downloader/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/automatic-music-downloader/9.5.1/charts/common-20.0.8.tgz b/stable/automatic-music-downloader/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/automatic-music-downloader/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/babybuddy/16.5.1/.helmignore b/stable/automatic-music-downloader/9.7.1/.helmignore similarity index 100% rename from stable/babybuddy/16.5.1/.helmignore rename to stable/automatic-music-downloader/9.7.1/.helmignore diff --git a/stable/automatic-music-downloader/9.7.1/CHANGELOG.md b/stable/automatic-music-downloader/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bd3e8c7a620 --- /dev/null +++ b/stable/automatic-music-downloader/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-music-downloader-9.7.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/automatic-music-downloader/9.7.1/Chart.yaml new file mode 100644 index 00000000000..0aa7ee1faba --- /dev/null +++ b/stable/automatic-music-downloader/9.7.1/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.2 + 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.1 diff --git a/stable/automatic-music-downloader/9.5.1/README.md b/stable/automatic-music-downloader/9.7.1/README.md similarity index 100% rename from stable/automatic-music-downloader/9.5.1/README.md rename to stable/automatic-music-downloader/9.7.1/README.md diff --git a/stable/automatic-music-downloader/9.7.1/app-changelog.md b/stable/automatic-music-downloader/9.7.1/app-changelog.md new file mode 100644 index 00000000000..d90178b58f6 --- /dev/null +++ b/stable/automatic-music-downloader/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [automatic-music-downloader-9.7.1](https://github.com/truecharts/charts/compare/automatic-music-downloader-9.6.0...automatic-music-downloader-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/automatic-music-downloader/9.7.1/app-readme.md similarity index 100% rename from stable/automatic-music-downloader/9.5.1/app-readme.md rename to stable/automatic-music-downloader/9.7.1/app-readme.md diff --git a/stable/automatic-music-downloader/9.7.1/charts/common-20.2.2.tgz b/stable/automatic-music-downloader/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/automatic-music-downloader/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/automatic-music-downloader/9.5.1/ix_values.yaml b/stable/automatic-music-downloader/9.7.1/ix_values.yaml similarity index 100% rename from stable/automatic-music-downloader/9.5.1/ix_values.yaml rename to stable/automatic-music-downloader/9.7.1/ix_values.yaml diff --git a/stable/automatic-music-downloader/9.5.1/questions.yaml b/stable/automatic-music-downloader/9.7.1/questions.yaml similarity index 100% rename from stable/automatic-music-downloader/9.5.1/questions.yaml rename to stable/automatic-music-downloader/9.7.1/questions.yaml diff --git a/stable/backuppc/6.5.1/templates/NOTES.txt b/stable/automatic-music-downloader/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/backuppc/6.5.1/templates/NOTES.txt rename to stable/automatic-music-downloader/9.7.1/templates/NOTES.txt diff --git a/stable/automatic-ripping-machine/3.5.1/templates/common.yaml b/stable/automatic-music-downloader/9.7.1/templates/common.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/templates/common.yaml rename to stable/automatic-music-downloader/9.7.1/templates/common.yaml diff --git a/stable/babybuddy/16.5.1/values.yaml b/stable/automatic-music-downloader/9.7.1/values.yaml similarity index 100% rename from stable/babybuddy/16.5.1/values.yaml rename to stable/automatic-music-downloader/9.7.1/values.yaml diff --git a/stable/automatic-ripping-machine/3.5.1/CHANGELOG.md b/stable/automatic-ripping-machine/3.5.1/CHANGELOG.md deleted file mode 100644 index 133cf24d0d2..00000000000 --- a/stable/automatic-ripping-machine/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [automatic-ripping-machine-3.5.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.5.0...automatic-ripping-machine-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [automatic-ripping-machine-3.5.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.4.1...automatic-ripping-machine-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [automatic-ripping-machine-3.4.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.4.0...automatic-ripping-machine-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [automatic-ripping-machine-3.4.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.3.0...automatic-ripping-machine-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [automatic-ripping-machine-3.3.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.3...automatic-ripping-machine-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [automatic-ripping-machine-3.2.3](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.2...automatic-ripping-machine-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [automatic-ripping-machine-3.2.2](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.2.0...automatic-ripping-machine-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [automatic-ripping-machine-2.1.34](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.33...automatic-ripping-machine-2.1.34) (2024-02-12) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@88a6efc](https://github.com/88a6efc) by renovate ([#18153](https://github.com/truecharts/charts/issues/18153)) - - -## [automatic-ripping-machine-2.1.33](https://github.com/truecharts/charts/compare/automatic-ripping-machine-2.1.32...automatic-ripping-machine-2.1.33) (2024-02-12) - -### Chore - - - -- update container image automaticrippingmachine/automatic-ripping-machine to 2.6.70[@5b54cb0](https://github.com/5b54cb0) by renovate ([#18024](https://github.com/truecharts/charts/issues/18024)) diff --git a/stable/automatic-ripping-machine/3.5.1/Chart.yaml b/stable/automatic-ripping-machine/3.5.1/Chart.yaml deleted file mode 100644 index 446977ee429..00000000000 --- a/stable/automatic-ripping-machine/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/automatic-ripping-machine/3.5.1/charts/common-20.0.8.tgz b/stable/automatic-ripping-machine/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/automatic-ripping-machine/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/backuppc/6.5.1/.helmignore b/stable/automatic-ripping-machine/3.7.1/.helmignore similarity index 100% rename from stable/backuppc/6.5.1/.helmignore rename to stable/automatic-ripping-machine/3.7.1/.helmignore diff --git a/stable/automatic-ripping-machine/3.7.1/CHANGELOG.md b/stable/automatic-ripping-machine/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b513491af84 --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [automatic-ripping-machine-3.7.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/automatic-ripping-machine/3.7.1/Chart.yaml new file mode 100644 index 00000000000..fb2f25f6d2a --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.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: 2.6.70 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/automatic-ripping-machine/3.5.1/README.md b/stable/automatic-ripping-machine/3.7.1/README.md similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/README.md rename to stable/automatic-ripping-machine/3.7.1/README.md diff --git a/stable/automatic-ripping-machine/3.7.1/app-changelog.md b/stable/automatic-ripping-machine/3.7.1/app-changelog.md new file mode 100644 index 00000000000..dcbb4782278 --- /dev/null +++ b/stable/automatic-ripping-machine/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [automatic-ripping-machine-3.7.1](https://github.com/truecharts/charts/compare/automatic-ripping-machine-3.6.0...automatic-ripping-machine-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/automatic-ripping-machine/3.7.1/app-readme.md similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/app-readme.md rename to stable/automatic-ripping-machine/3.7.1/app-readme.md diff --git a/stable/automatic-ripping-machine/3.7.1/charts/common-20.2.2.tgz b/stable/automatic-ripping-machine/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/automatic-ripping-machine/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/automatic-ripping-machine/3.5.1/ix_values.yaml b/stable/automatic-ripping-machine/3.7.1/ix_values.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/ix_values.yaml rename to stable/automatic-ripping-machine/3.7.1/ix_values.yaml diff --git a/stable/automatic-ripping-machine/3.5.1/questions.yaml b/stable/automatic-ripping-machine/3.7.1/questions.yaml similarity index 100% rename from stable/automatic-ripping-machine/3.5.1/questions.yaml rename to stable/automatic-ripping-machine/3.7.1/questions.yaml diff --git a/stable/baserow/12.6.4/templates/NOTES.txt b/stable/automatic-ripping-machine/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/baserow/12.6.4/templates/NOTES.txt rename to stable/automatic-ripping-machine/3.7.1/templates/NOTES.txt diff --git a/stable/avidemux/9.5.1/templates/common.yaml b/stable/automatic-ripping-machine/3.7.1/templates/common.yaml similarity index 100% rename from stable/avidemux/9.5.1/templates/common.yaml rename to stable/automatic-ripping-machine/3.7.1/templates/common.yaml diff --git a/stable/backuppc/6.5.1/values.yaml b/stable/automatic-ripping-machine/3.7.1/values.yaml similarity index 100% rename from stable/backuppc/6.5.1/values.yaml rename to stable/automatic-ripping-machine/3.7.1/values.yaml diff --git a/stable/autoscan/8.5.1/CHANGELOG.md b/stable/autoscan/8.5.1/CHANGELOG.md deleted file mode 100644 index 2d825e9347d..00000000000 --- a/stable/autoscan/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [autoscan-8.5.1](https://github.com/truecharts/charts/compare/autoscan-8.5.0...autoscan-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [autoscan-8.5.0](https://github.com/truecharts/charts/compare/autoscan-8.4.2...autoscan-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [autoscan-8.4.2](https://github.com/truecharts/charts/compare/autoscan-8.4.1...autoscan-8.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/hotio/autoscan to latest[@e2b97bb](https://github.com/e2b97bb) by renovate ([#18985](https://github.com/truecharts/charts/issues/18985)) - - -## [autoscan-8.4.1](https://github.com/truecharts/charts/compare/autoscan-8.4.0...autoscan-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [autoscan-8.4.0](https://github.com/truecharts/charts/compare/autoscan-8.3.0...autoscan-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [autoscan-8.3.0](https://github.com/truecharts/charts/compare/autoscan-8.2.4...autoscan-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [autoscan-8.2.4](https://github.com/truecharts/charts/compare/autoscan-8.2.3...autoscan-8.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [autoscan-8.2.3](https://github.com/truecharts/charts/compare/autoscan-8.2.1...autoscan-8.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/autoscan/8.5.1/Chart.yaml b/stable/autoscan/8.5.1/Chart.yaml deleted file mode 100644 index 4ea45b0056d..00000000000 --- a/stable/autoscan/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/autoscan/8.5.1/charts/common-20.0.8.tgz b/stable/autoscan/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/autoscan/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/baikal/5.5.1/.helmignore b/stable/autoscan/8.7.1/.helmignore similarity index 100% rename from stable/baikal/5.5.1/.helmignore rename to stable/autoscan/8.7.1/.helmignore diff --git a/stable/autoscan/8.7.1/CHANGELOG.md b/stable/autoscan/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4be96e24fbb --- /dev/null +++ b/stable/autoscan/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [autoscan-8.7.1](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/autoscan/8.7.1/Chart.yaml new file mode 100644 index 00000000000..9287e11b9d3 --- /dev/null +++ b/stable/autoscan/8.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/autoscan/8.5.1/README.md b/stable/autoscan/8.7.1/README.md similarity index 100% rename from stable/autoscan/8.5.1/README.md rename to stable/autoscan/8.7.1/README.md diff --git a/stable/autoscan/8.7.1/app-changelog.md b/stable/autoscan/8.7.1/app-changelog.md new file mode 100644 index 00000000000..4fd0ab40246 --- /dev/null +++ b/stable/autoscan/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [autoscan-8.7.1](https://github.com/truecharts/charts/compare/autoscan-8.6.0...autoscan-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/autoscan/8.7.1/app-readme.md similarity index 100% rename from stable/autoscan/8.5.1/app-readme.md rename to stable/autoscan/8.7.1/app-readme.md diff --git a/stable/autoscan/8.7.1/charts/common-20.2.2.tgz b/stable/autoscan/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/autoscan/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/autoscan/8.5.1/ix_values.yaml b/stable/autoscan/8.7.1/ix_values.yaml similarity index 100% rename from stable/autoscan/8.5.1/ix_values.yaml rename to stable/autoscan/8.7.1/ix_values.yaml diff --git a/stable/autoscan/8.5.1/questions.yaml b/stable/autoscan/8.7.1/questions.yaml similarity index 100% rename from stable/autoscan/8.5.1/questions.yaml rename to stable/autoscan/8.7.1/questions.yaml diff --git a/stable/bazarr/19.4.0/templates/NOTES.txt b/stable/autoscan/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/bazarr/19.4.0/templates/NOTES.txt rename to stable/autoscan/8.7.1/templates/NOTES.txt diff --git a/stable/autoscan/8.5.1/templates/common.yaml b/stable/autoscan/8.7.1/templates/common.yaml similarity index 100% rename from stable/autoscan/8.5.1/templates/common.yaml rename to stable/autoscan/8.7.1/templates/common.yaml diff --git a/stable/baikal/5.5.1/values.yaml b/stable/autoscan/8.7.1/values.yaml similarity index 100% rename from stable/baikal/5.5.1/values.yaml rename to stable/autoscan/8.7.1/values.yaml diff --git a/stable/avidemux/9.5.1/CHANGELOG.md b/stable/avidemux/9.5.1/CHANGELOG.md deleted file mode 100644 index eff9c53978d..00000000000 --- a/stable/avidemux/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [avidemux-9.5.1](https://github.com/truecharts/charts/compare/avidemux-9.5.0...avidemux-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [avidemux-9.5.0](https://github.com/truecharts/charts/compare/avidemux-9.4.1...avidemux-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [avidemux-9.4.1](https://github.com/truecharts/charts/compare/avidemux-9.4.0...avidemux-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [avidemux-9.4.0](https://github.com/truecharts/charts/compare/avidemux-9.3.0...avidemux-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [avidemux-9.3.0](https://github.com/truecharts/charts/compare/avidemux-9.2.3...avidemux-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [avidemux-9.2.3](https://github.com/truecharts/charts/compare/avidemux-9.2.2...avidemux-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [avidemux-9.2.2](https://github.com/truecharts/charts/compare/avidemux-9.2.0...avidemux-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [avidemux-8.0.1](https://github.com/truecharts/charts/compare/avidemux-8.0.0...avidemux-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [avidemux-8.0.0](https://github.com/truecharts/charts/compare/avidemux-7.1.11...avidemux-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/avidemux to v24.01.1[@74d2463](https://github.com/74d2463) by renovate ([#17706](https://github.com/truecharts/charts/issues/17706)) diff --git a/stable/avidemux/9.5.1/Chart.yaml b/stable/avidemux/9.5.1/Chart.yaml deleted file mode 100644 index 98a8464c45d..00000000000 --- a/stable/avidemux/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/avidemux/9.5.1/charts/common-20.0.8.tgz b/stable/avidemux/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/avidemux/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/barcodebuddy/5.5.1/.helmignore b/stable/avidemux/9.7.1/.helmignore similarity index 100% rename from stable/barcodebuddy/5.5.1/.helmignore rename to stable/avidemux/9.7.1/.helmignore diff --git a/stable/avidemux/9.7.1/CHANGELOG.md b/stable/avidemux/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b20379294a5 --- /dev/null +++ b/stable/avidemux/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avidemux-9.7.1](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/avidemux/9.7.1/Chart.yaml new file mode 100644 index 00000000000..0bf5a3e3e30 --- /dev/null +++ b/stable/avidemux/9.7.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: 24.01.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/avidemux/9.5.1/README.md b/stable/avidemux/9.7.1/README.md similarity index 100% rename from stable/avidemux/9.5.1/README.md rename to stable/avidemux/9.7.1/README.md diff --git a/stable/avidemux/9.7.1/app-changelog.md b/stable/avidemux/9.7.1/app-changelog.md new file mode 100644 index 00000000000..f313b90426b --- /dev/null +++ b/stable/avidemux/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [avidemux-9.7.1](https://github.com/truecharts/charts/compare/avidemux-9.6.0...avidemux-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/avidemux/9.7.1/app-readme.md similarity index 100% rename from stable/avidemux/9.5.1/app-readme.md rename to stable/avidemux/9.7.1/app-readme.md diff --git a/stable/avidemux/9.7.1/charts/common-20.2.2.tgz b/stable/avidemux/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/avidemux/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/avidemux/9.5.1/ix_values.yaml b/stable/avidemux/9.7.1/ix_values.yaml similarity index 100% rename from stable/avidemux/9.5.1/ix_values.yaml rename to stable/avidemux/9.7.1/ix_values.yaml diff --git a/stable/avidemux/9.5.1/questions.yaml b/stable/avidemux/9.7.1/questions.yaml similarity index 100% rename from stable/avidemux/9.5.1/questions.yaml rename to stable/avidemux/9.7.1/questions.yaml diff --git a/stable/beets/11.5.2/templates/NOTES.txt b/stable/avidemux/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/beets/11.5.2/templates/NOTES.txt rename to stable/avidemux/9.7.1/templates/NOTES.txt diff --git a/stable/babybuddy/16.5.1/templates/common.yaml b/stable/avidemux/9.7.1/templates/common.yaml similarity index 100% rename from stable/babybuddy/16.5.1/templates/common.yaml rename to stable/avidemux/9.7.1/templates/common.yaml diff --git a/stable/barcodebuddy/5.5.1/values.yaml b/stable/avidemux/9.7.1/values.yaml similarity index 100% rename from stable/barcodebuddy/5.5.1/values.yaml rename to stable/avidemux/9.7.1/values.yaml diff --git a/stable/avorion/5.5.1/CHANGELOG.md b/stable/avorion/5.5.1/CHANGELOG.md deleted file mode 100644 index acd8b21514a..00000000000 --- a/stable/avorion/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [avorion-5.5.1](https://github.com/truecharts/charts/compare/avorion-5.5.0...avorion-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [avorion-5.5.0](https://github.com/truecharts/charts/compare/avorion-5.4.1...avorion-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [avorion-5.4.1](https://github.com/truecharts/charts/compare/avorion-5.4.0...avorion-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [avorion-5.4.0](https://github.com/truecharts/charts/compare/avorion-5.3.0...avorion-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [avorion-5.3.0](https://github.com/truecharts/charts/compare/avorion-5.2.3...avorion-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [avorion-5.2.3](https://github.com/truecharts/charts/compare/avorion-5.2.2...avorion-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [avorion-5.2.2](https://github.com/truecharts/charts/compare/avorion-5.2.0...avorion-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [avorion-4.1.12](https://github.com/truecharts/charts/compare/avorion-4.1.11...avorion-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [avorion-4.1.11](https://github.com/truecharts/charts/compare/avorion-4.1.10...avorion-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/avorion/5.5.1/Chart.yaml b/stable/avorion/5.5.1/Chart.yaml deleted file mode 100644 index 40afe0352c8..00000000000 --- a/stable/avorion/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/avorion/5.5.1/charts/common-20.0.8.tgz b/stable/avorion/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/avorion/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/barotrauma/5.5.1/.helmignore b/stable/avorion/5.7.1/.helmignore similarity index 100% rename from stable/barotrauma/5.5.1/.helmignore rename to stable/avorion/5.7.1/.helmignore diff --git a/stable/avorion/5.7.1/CHANGELOG.md b/stable/avorion/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1db3f75d506 --- /dev/null +++ b/stable/avorion/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [avorion-5.7.1](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/avorion/5.7.1/Chart.yaml new file mode 100644 index 00000000000..5c843bf6513 --- /dev/null +++ b/stable/avorion/5.7.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: 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.2 + 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.1 diff --git a/stable/avorion/5.5.1/README.md b/stable/avorion/5.7.1/README.md similarity index 100% rename from stable/avorion/5.5.1/README.md rename to stable/avorion/5.7.1/README.md diff --git a/stable/avorion/5.7.1/app-changelog.md b/stable/avorion/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d919ada5e84 --- /dev/null +++ b/stable/avorion/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [avorion-5.7.1](https://github.com/truecharts/charts/compare/avorion-5.6.0...avorion-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/avorion/5.7.1/app-readme.md similarity index 100% rename from stable/avorion/5.5.1/app-readme.md rename to stable/avorion/5.7.1/app-readme.md diff --git a/stable/avorion/5.7.1/charts/common-20.2.2.tgz b/stable/avorion/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/avorion/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/avorion/5.5.1/ix_values.yaml b/stable/avorion/5.7.1/ix_values.yaml similarity index 100% rename from stable/avorion/5.5.1/ix_values.yaml rename to stable/avorion/5.7.1/ix_values.yaml diff --git a/stable/avorion/5.5.1/questions.yaml b/stable/avorion/5.7.1/questions.yaml similarity index 100% rename from stable/avorion/5.5.1/questions.yaml rename to stable/avorion/5.7.1/questions.yaml diff --git a/stable/avorion/5.5.1/templates/common.yaml b/stable/avorion/5.7.1/templates/common.yaml similarity index 100% rename from stable/avorion/5.5.1/templates/common.yaml rename to stable/avorion/5.7.1/templates/common.yaml diff --git a/stable/barotrauma/5.5.1/values.yaml b/stable/avorion/5.7.1/values.yaml similarity index 100% rename from stable/barotrauma/5.5.1/values.yaml rename to stable/avorion/5.7.1/values.yaml diff --git a/stable/babybuddy/16.5.1/CHANGELOG.md b/stable/babybuddy/16.5.1/CHANGELOG.md deleted file mode 100644 index 155354127c9..00000000000 --- a/stable/babybuddy/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [babybuddy-16.5.1](https://github.com/truecharts/charts/compare/babybuddy-16.5.0...babybuddy-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [babybuddy-16.5.0](https://github.com/truecharts/charts/compare/babybuddy-16.4.1...babybuddy-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [babybuddy-16.4.1](https://github.com/truecharts/charts/compare/babybuddy-16.4.0...babybuddy-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [babybuddy-16.4.0](https://github.com/truecharts/charts/compare/babybuddy-16.3.0...babybuddy-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [babybuddy-16.3.0](https://github.com/truecharts/charts/compare/babybuddy-16.2.4...babybuddy-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [babybuddy-16.2.4](https://github.com/truecharts/charts/compare/babybuddy-16.2.3...babybuddy-16.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [babybuddy-16.2.3](https://github.com/truecharts/charts/compare/babybuddy-16.2.1...babybuddy-16.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - -## [babybuddy-15.2.9](https://github.com/truecharts/charts/compare/babybuddy-15.2.8...babybuddy-15.2.9) (2024-02-12) - -### Chore \ No newline at end of file diff --git a/stable/babybuddy/16.5.1/Chart.yaml b/stable/babybuddy/16.5.1/Chart.yaml deleted file mode 100644 index 92356b9ebff..00000000000 --- a/stable/babybuddy/16.5.1/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.0.8 - 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.5.1 diff --git a/stable/babybuddy/16.5.1/charts/common-20.0.8.tgz b/stable/babybuddy/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/babybuddy/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/baserow/12.6.4/.helmignore b/stable/babybuddy/16.7.1/.helmignore similarity index 100% rename from stable/baserow/12.6.4/.helmignore rename to stable/babybuddy/16.7.1/.helmignore diff --git a/stable/babybuddy/16.7.1/CHANGELOG.md b/stable/babybuddy/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..272a3ce067c --- /dev/null +++ b/stable/babybuddy/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [babybuddy-16.7.1](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/babybuddy/16.7.1/Chart.yaml new file mode 100644 index 00000000000..309cfdf2c19 --- /dev/null +++ b/stable/babybuddy/16.7.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: 2.2.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/babybuddy/16.5.1/README.md b/stable/babybuddy/16.7.1/README.md similarity index 100% rename from stable/babybuddy/16.5.1/README.md rename to stable/babybuddy/16.7.1/README.md diff --git a/stable/babybuddy/16.7.1/app-changelog.md b/stable/babybuddy/16.7.1/app-changelog.md new file mode 100644 index 00000000000..fa2be0b4431 --- /dev/null +++ b/stable/babybuddy/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [babybuddy-16.7.1](https://github.com/truecharts/charts/compare/babybuddy-16.6.0...babybuddy-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/babybuddy/16.7.1/app-readme.md similarity index 100% rename from stable/babybuddy/16.5.1/app-readme.md rename to stable/babybuddy/16.7.1/app-readme.md diff --git a/stable/babybuddy/16.7.1/charts/common-20.2.2.tgz b/stable/babybuddy/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/babybuddy/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/babybuddy/16.5.1/ix_values.yaml b/stable/babybuddy/16.7.1/ix_values.yaml similarity index 100% rename from stable/babybuddy/16.5.1/ix_values.yaml rename to stable/babybuddy/16.7.1/ix_values.yaml diff --git a/stable/babybuddy/16.5.1/questions.yaml b/stable/babybuddy/16.7.1/questions.yaml similarity index 100% rename from stable/babybuddy/16.5.1/questions.yaml rename to stable/babybuddy/16.7.1/questions.yaml diff --git a/stable/bitmagnet/1.6.1/templates/NOTES.txt b/stable/babybuddy/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/bitmagnet/1.6.1/templates/NOTES.txt rename to stable/babybuddy/16.7.1/templates/NOTES.txt diff --git a/stable/backuppc/6.5.1/templates/common.yaml b/stable/babybuddy/16.7.1/templates/common.yaml similarity index 100% rename from stable/backuppc/6.5.1/templates/common.yaml rename to stable/babybuddy/16.7.1/templates/common.yaml diff --git a/stable/baserow/12.6.4/values.yaml b/stable/babybuddy/16.7.1/values.yaml similarity index 100% rename from stable/baserow/12.6.4/values.yaml rename to stable/babybuddy/16.7.1/values.yaml diff --git a/stable/backuppc/6.5.1/CHANGELOG.md b/stable/backuppc/6.5.1/CHANGELOG.md deleted file mode 100644 index 744f3f4d803..00000000000 --- a/stable/backuppc/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [backuppc-6.5.1](https://github.com/truecharts/charts/compare/backuppc-6.5.0...backuppc-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [backuppc-6.5.0](https://github.com/truecharts/charts/compare/backuppc-6.4.1...backuppc-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [backuppc-6.4.1](https://github.com/truecharts/charts/compare/backuppc-6.4.0...backuppc-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [backuppc-6.4.0](https://github.com/truecharts/charts/compare/backuppc-6.3.0...backuppc-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [backuppc-6.3.0](https://github.com/truecharts/charts/compare/backuppc-6.2.3...backuppc-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [backuppc-6.2.3](https://github.com/truecharts/charts/compare/backuppc-6.2.2...backuppc-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [backuppc-6.2.2](https://github.com/truecharts/charts/compare/backuppc-6.2.0...backuppc-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [backuppc-5.1.15](https://github.com/truecharts/charts/compare/backuppc-5.1.14...backuppc-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [backuppc-5.1.14](https://github.com/truecharts/charts/compare/backuppc-5.1.13...backuppc-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/backuppc/6.5.1/Chart.yaml b/stable/backuppc/6.5.1/Chart.yaml deleted file mode 100644 index d87f12bea0e..00000000000 --- a/stable/backuppc/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/backuppc/6.5.1/charts/common-20.0.8.tgz b/stable/backuppc/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/backuppc/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/batnoter/5.5.1/.helmignore b/stable/backuppc/6.7.1/.helmignore similarity index 100% rename from stable/batnoter/5.5.1/.helmignore rename to stable/backuppc/6.7.1/.helmignore diff --git a/stable/backuppc/6.7.1/CHANGELOG.md b/stable/backuppc/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..83ccaf7719b --- /dev/null +++ b/stable/backuppc/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [backuppc-6.7.1](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/backuppc/6.7.1/Chart.yaml new file mode 100644 index 00000000000..031ceff45ee --- /dev/null +++ b/stable/backuppc/6.7.1/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.2 + 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.1 diff --git a/stable/backuppc/6.5.1/README.md b/stable/backuppc/6.7.1/README.md similarity index 100% rename from stable/backuppc/6.5.1/README.md rename to stable/backuppc/6.7.1/README.md diff --git a/stable/backuppc/6.7.1/app-changelog.md b/stable/backuppc/6.7.1/app-changelog.md new file mode 100644 index 00000000000..4025cabcaa5 --- /dev/null +++ b/stable/backuppc/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [backuppc-6.7.1](https://github.com/truecharts/charts/compare/backuppc-6.6.0...backuppc-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/backuppc/6.7.1/app-readme.md similarity index 100% rename from stable/backuppc/6.5.1/app-readme.md rename to stable/backuppc/6.7.1/app-readme.md diff --git a/stable/backuppc/6.7.1/charts/common-20.2.2.tgz b/stable/backuppc/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/backuppc/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/backuppc/6.5.1/ix_values.yaml b/stable/backuppc/6.7.1/ix_values.yaml similarity index 100% rename from stable/backuppc/6.5.1/ix_values.yaml rename to stable/backuppc/6.7.1/ix_values.yaml diff --git a/stable/backuppc/6.5.1/questions.yaml b/stable/backuppc/6.7.1/questions.yaml similarity index 100% rename from stable/backuppc/6.5.1/questions.yaml rename to stable/backuppc/6.7.1/questions.yaml diff --git a/stable/blog/11.5.1/templates/NOTES.txt b/stable/backuppc/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/blog/11.5.1/templates/NOTES.txt rename to stable/backuppc/6.7.1/templates/NOTES.txt diff --git a/stable/batnoter/5.5.1/templates/common.yaml b/stable/backuppc/6.7.1/templates/common.yaml similarity index 100% rename from stable/batnoter/5.5.1/templates/common.yaml rename to stable/backuppc/6.7.1/templates/common.yaml diff --git a/stable/batnoter/5.5.1/values.yaml b/stable/backuppc/6.7.1/values.yaml similarity index 100% rename from stable/batnoter/5.5.1/values.yaml rename to stable/backuppc/6.7.1/values.yaml diff --git a/stable/baikal/5.5.1/CHANGELOG.md b/stable/baikal/5.5.1/CHANGELOG.md deleted file mode 100644 index 4a51e22b802..00000000000 --- a/stable/baikal/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [baikal-5.5.1](https://github.com/truecharts/charts/compare/baikal-5.5.0...baikal-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [baikal-5.5.0](https://github.com/truecharts/charts/compare/baikal-5.4.1...baikal-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [baikal-5.4.1](https://github.com/truecharts/charts/compare/baikal-5.4.0...baikal-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [baikal-5.4.0](https://github.com/truecharts/charts/compare/baikal-5.3.0...baikal-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [baikal-5.3.0](https://github.com/truecharts/charts/compare/baikal-5.2.3...baikal-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [baikal-5.2.3](https://github.com/truecharts/charts/compare/baikal-5.2.2...baikal-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [baikal-5.2.2](https://github.com/truecharts/charts/compare/baikal-5.2.0...baikal-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [baikal-4.2.13](https://github.com/truecharts/charts/compare/baikal-4.2.12...baikal-4.2.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [baikal-4.2.12](https://github.com/truecharts/charts/compare/baikal-4.2.11...baikal-4.2.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/baikal/5.5.1/Chart.yaml b/stable/baikal/5.5.1/Chart.yaml deleted file mode 100644 index cbdbde0de5b..00000000000 --- a/stable/baikal/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/baikal/5.5.1/charts/common-20.0.8.tgz b/stable/baikal/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/baikal/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/bazarr/19.4.0/.helmignore b/stable/baikal/5.7.1/.helmignore similarity index 100% rename from stable/bazarr/19.4.0/.helmignore rename to stable/baikal/5.7.1/.helmignore diff --git a/stable/baikal/5.7.1/CHANGELOG.md b/stable/baikal/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4961a0b6443 --- /dev/null +++ b/stable/baikal/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baikal-5.7.1](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/baikal/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4dd9e374f14 --- /dev/null +++ b/stable/baikal/5.7.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: 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.2 + 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.1 diff --git a/stable/baikal/5.5.1/README.md b/stable/baikal/5.7.1/README.md similarity index 100% rename from stable/baikal/5.5.1/README.md rename to stable/baikal/5.7.1/README.md diff --git a/stable/baikal/5.7.1/app-changelog.md b/stable/baikal/5.7.1/app-changelog.md new file mode 100644 index 00000000000..30b3643775f --- /dev/null +++ b/stable/baikal/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [baikal-5.7.1](https://github.com/truecharts/charts/compare/baikal-5.6.0...baikal-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/baikal/5.7.1/app-readme.md similarity index 100% rename from stable/baikal/5.5.1/app-readme.md rename to stable/baikal/5.7.1/app-readme.md diff --git a/stable/baikal/5.7.1/charts/common-20.2.2.tgz b/stable/baikal/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/baikal/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/baikal/5.5.1/ix_values.yaml b/stable/baikal/5.7.1/ix_values.yaml similarity index 100% rename from stable/baikal/5.5.1/ix_values.yaml rename to stable/baikal/5.7.1/ix_values.yaml diff --git a/stable/baikal/5.5.1/questions.yaml b/stable/baikal/5.7.1/questions.yaml similarity index 100% rename from stable/baikal/5.5.1/questions.yaml rename to stable/baikal/5.7.1/questions.yaml diff --git a/stable/baikal/5.5.1/templates/common.yaml b/stable/baikal/5.7.1/templates/common.yaml similarity index 100% rename from stable/baikal/5.5.1/templates/common.yaml rename to stable/baikal/5.7.1/templates/common.yaml diff --git a/stable/bazarr/19.4.0/values.yaml b/stable/baikal/5.7.1/values.yaml similarity index 100% rename from stable/bazarr/19.4.0/values.yaml rename to stable/baikal/5.7.1/values.yaml diff --git a/stable/barcodebuddy/5.5.1/CHANGELOG.md b/stable/barcodebuddy/5.5.1/CHANGELOG.md deleted file mode 100644 index e41eac33724..00000000000 --- a/stable/barcodebuddy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [barcodebuddy-5.5.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.5.0...barcodebuddy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [barcodebuddy-5.5.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.4.1...barcodebuddy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [barcodebuddy-5.4.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.4.0...barcodebuddy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [barcodebuddy-5.4.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.3.0...barcodebuddy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [barcodebuddy-5.3.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.3...barcodebuddy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [barcodebuddy-5.2.3](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.2...barcodebuddy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [barcodebuddy-5.2.2](https://github.com/truecharts/charts/compare/barcodebuddy-5.2.0...barcodebuddy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [barcodebuddy-4.1.12](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.11...barcodebuddy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barcodebuddy-4.1.11](https://github.com/truecharts/charts/compare/barcodebuddy-4.1.10...barcodebuddy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/barcodebuddy/5.5.1/Chart.yaml b/stable/barcodebuddy/5.5.1/Chart.yaml deleted file mode 100644 index c3798eeacc3..00000000000 --- a/stable/barcodebuddy/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/barcodebuddy/5.5.1/charts/common-20.0.8.tgz b/stable/barcodebuddy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/barcodebuddy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/beets/11.5.2/.helmignore b/stable/barcodebuddy/5.7.1/.helmignore similarity index 100% rename from stable/beets/11.5.2/.helmignore rename to stable/barcodebuddy/5.7.1/.helmignore diff --git a/stable/barcodebuddy/5.7.1/CHANGELOG.md b/stable/barcodebuddy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c96192a1347 --- /dev/null +++ b/stable/barcodebuddy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barcodebuddy-5.7.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/barcodebuddy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e7d13216ec4 --- /dev/null +++ b/stable/barcodebuddy/5.7.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: 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.2 + 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.1 diff --git a/stable/barcodebuddy/5.5.1/README.md b/stable/barcodebuddy/5.7.1/README.md similarity index 100% rename from stable/barcodebuddy/5.5.1/README.md rename to stable/barcodebuddy/5.7.1/README.md diff --git a/stable/barcodebuddy/5.7.1/app-changelog.md b/stable/barcodebuddy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..650a8b19768 --- /dev/null +++ b/stable/barcodebuddy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [barcodebuddy-5.7.1](https://github.com/truecharts/charts/compare/barcodebuddy-5.6.0...barcodebuddy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/barcodebuddy/5.7.1/app-readme.md similarity index 100% rename from stable/barcodebuddy/5.5.1/app-readme.md rename to stable/barcodebuddy/5.7.1/app-readme.md diff --git a/stable/barcodebuddy/5.7.1/charts/common-20.2.2.tgz b/stable/barcodebuddy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/barcodebuddy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/barcodebuddy/5.5.1/ix_values.yaml b/stable/barcodebuddy/5.7.1/ix_values.yaml similarity index 100% rename from stable/barcodebuddy/5.5.1/ix_values.yaml rename to stable/barcodebuddy/5.7.1/ix_values.yaml diff --git a/stable/barcodebuddy/5.5.1/questions.yaml b/stable/barcodebuddy/5.7.1/questions.yaml similarity index 100% rename from stable/barcodebuddy/5.5.1/questions.yaml rename to stable/barcodebuddy/5.7.1/questions.yaml diff --git a/stable/barcodebuddy/5.5.1/templates/common.yaml b/stable/barcodebuddy/5.7.1/templates/common.yaml similarity index 100% rename from stable/barcodebuddy/5.5.1/templates/common.yaml rename to stable/barcodebuddy/5.7.1/templates/common.yaml diff --git a/stable/beets/11.5.2/values.yaml b/stable/barcodebuddy/5.7.1/values.yaml similarity index 100% rename from stable/beets/11.5.2/values.yaml rename to stable/barcodebuddy/5.7.1/values.yaml diff --git a/stable/barotrauma/5.5.1/CHANGELOG.md b/stable/barotrauma/5.5.1/CHANGELOG.md deleted file mode 100644 index 37f9018e7c8..00000000000 --- a/stable/barotrauma/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [barotrauma-5.5.1](https://github.com/truecharts/charts/compare/barotrauma-5.5.0...barotrauma-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [barotrauma-5.5.0](https://github.com/truecharts/charts/compare/barotrauma-5.4.1...barotrauma-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [barotrauma-5.4.1](https://github.com/truecharts/charts/compare/barotrauma-5.4.0...barotrauma-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [barotrauma-5.4.0](https://github.com/truecharts/charts/compare/barotrauma-5.3.0...barotrauma-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [barotrauma-5.3.0](https://github.com/truecharts/charts/compare/barotrauma-5.2.3...barotrauma-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [barotrauma-5.2.3](https://github.com/truecharts/charts/compare/barotrauma-5.2.2...barotrauma-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [barotrauma-5.2.2](https://github.com/truecharts/charts/compare/barotrauma-5.2.0...barotrauma-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [barotrauma-4.1.12](https://github.com/truecharts/charts/compare/barotrauma-4.1.11...barotrauma-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [barotrauma-4.1.11](https://github.com/truecharts/charts/compare/barotrauma-4.1.10...barotrauma-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/barotrauma/5.5.1/Chart.yaml b/stable/barotrauma/5.5.1/Chart.yaml deleted file mode 100644 index 6a2677d367d..00000000000 --- a/stable/barotrauma/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/barotrauma/5.5.1/charts/common-20.0.8.tgz b/stable/barotrauma/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/barotrauma/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/bender/5.5.1/.helmignore b/stable/barotrauma/5.7.1/.helmignore similarity index 100% rename from stable/bender/5.5.1/.helmignore rename to stable/barotrauma/5.7.1/.helmignore diff --git a/stable/barotrauma/5.7.1/CHANGELOG.md b/stable/barotrauma/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c03768027a6 --- /dev/null +++ b/stable/barotrauma/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [barotrauma-5.7.1](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/barotrauma/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3bdcdcb7dc9 --- /dev/null +++ b/stable/barotrauma/5.7.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: 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.2 + 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.1 diff --git a/stable/barotrauma/5.5.1/README.md b/stable/barotrauma/5.7.1/README.md similarity index 100% rename from stable/barotrauma/5.5.1/README.md rename to stable/barotrauma/5.7.1/README.md diff --git a/stable/barotrauma/5.7.1/app-changelog.md b/stable/barotrauma/5.7.1/app-changelog.md new file mode 100644 index 00000000000..16f707b6ed8 --- /dev/null +++ b/stable/barotrauma/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [barotrauma-5.7.1](https://github.com/truecharts/charts/compare/barotrauma-5.6.0...barotrauma-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/barotrauma/5.7.1/app-readme.md similarity index 100% rename from stable/barotrauma/5.5.1/app-readme.md rename to stable/barotrauma/5.7.1/app-readme.md diff --git a/stable/barotrauma/5.7.1/charts/common-20.2.2.tgz b/stable/barotrauma/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/barotrauma/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/barotrauma/5.5.1/ix_values.yaml b/stable/barotrauma/5.7.1/ix_values.yaml similarity index 100% rename from stable/barotrauma/5.5.1/ix_values.yaml rename to stable/barotrauma/5.7.1/ix_values.yaml diff --git a/stable/barotrauma/5.5.1/questions.yaml b/stable/barotrauma/5.7.1/questions.yaml similarity index 100% rename from stable/barotrauma/5.5.1/questions.yaml rename to stable/barotrauma/5.7.1/questions.yaml diff --git a/stable/barotrauma/5.5.1/templates/common.yaml b/stable/barotrauma/5.7.1/templates/common.yaml similarity index 100% rename from stable/barotrauma/5.5.1/templates/common.yaml rename to stable/barotrauma/5.7.1/templates/common.yaml diff --git a/stable/bender/5.5.1/values.yaml b/stable/barotrauma/5.7.1/values.yaml similarity index 100% rename from stable/bender/5.5.1/values.yaml rename to stable/barotrauma/5.7.1/values.yaml diff --git a/stable/baserow/12.6.4/CHANGELOG.md b/stable/baserow/12.6.4/CHANGELOG.md deleted file mode 100644 index c0cd3e7bbc1..00000000000 --- a/stable/baserow/12.6.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [baserow-12.6.4](https://github.com/truecharts/charts/compare/baserow-12.6.3...baserow-12.6.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [baserow-12.6.3](https://github.com/truecharts/charts/compare/baserow-12.6.2...baserow-12.6.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [baserow-12.6.2](https://github.com/truecharts/charts/compare/baserow-12.6.1...baserow-12.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [baserow-12.6.1](https://github.com/truecharts/charts/compare/baserow-12.6.0...baserow-12.6.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [baserow-12.6.0](https://github.com/truecharts/charts/compare/baserow-12.5.0...baserow-12.6.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [baserow-12.5.0](https://github.com/truecharts/charts/compare/baserow-12.4.1...baserow-12.5.0) (2024-03-11) - -### Chore - - - -- update container image baserow/baserow to v1.23.0[@c7a436e](https://github.com/c7a436e) by renovate ([#19093](https://github.com/truecharts/charts/issues/19093)) - - -## [baserow-12.4.1](https://github.com/truecharts/charts/compare/baserow-12.4.0...baserow-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [baserow-12.4.0](https://github.com/truecharts/charts/compare/baserow-12.3.0...baserow-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [baserow-12.3.0](https://github.com/truecharts/charts/compare/baserow-12.2.3...baserow-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [baserow-12.2.3](https://github.com/truecharts/charts/compare/baserow-12.2.2...baserow-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again \ No newline at end of file diff --git a/stable/baserow/12.6.4/Chart.yaml b/stable/baserow/12.6.4/Chart.yaml deleted file mode 100644 index 9e29302347c..00000000000 --- a/stable/baserow/12.6.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.6.4 diff --git a/stable/baserow/12.6.4/charts/common-20.0.9.tgz b/stable/baserow/12.6.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/baserow/12.6.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/baserow/12.6.4/charts/redis-13.0.3.tgz b/stable/baserow/12.6.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/baserow/12.6.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/bitcoin-node/5.5.1/.helmignore b/stable/baserow/12.8.1/.helmignore similarity index 100% rename from stable/bitcoin-node/5.5.1/.helmignore rename to stable/baserow/12.8.1/.helmignore diff --git a/stable/baserow/12.8.1/CHANGELOG.md b/stable/baserow/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..148530b7f7a --- /dev/null +++ b/stable/baserow/12.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [baserow-12.8.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.0) (2024-03-16) + +### Chore + + + +- update container 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/baserow/12.8.1/Chart.yaml b/stable/baserow/12.8.1/Chart.yaml new file mode 100644 index 00000000000..9bf87941dc0 --- /dev/null +++ b/stable/baserow/12.8.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.8.1 diff --git a/stable/baserow/12.6.4/README.md b/stable/baserow/12.8.1/README.md similarity index 100% rename from stable/baserow/12.6.4/README.md rename to stable/baserow/12.8.1/README.md diff --git a/stable/baserow/12.8.1/app-changelog.md b/stable/baserow/12.8.1/app-changelog.md new file mode 100644 index 00000000000..9b6095bb2c8 --- /dev/null +++ b/stable/baserow/12.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [baserow-12.8.1](https://github.com/truecharts/charts/compare/baserow-12.7.0...baserow-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.4/app-readme.md b/stable/baserow/12.8.1/app-readme.md similarity index 100% rename from stable/baserow/12.6.4/app-readme.md rename to stable/baserow/12.8.1/app-readme.md diff --git a/stable/baserow/12.8.1/charts/common-20.2.2.tgz b/stable/baserow/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/baserow/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/baserow/12.8.1/charts/redis-13.0.5.tgz b/stable/baserow/12.8.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/baserow/12.8.1/charts/redis-13.0.5.tgz differ diff --git a/stable/baserow/12.6.4/ix_values.yaml b/stable/baserow/12.8.1/ix_values.yaml similarity index 100% rename from stable/baserow/12.6.4/ix_values.yaml rename to stable/baserow/12.8.1/ix_values.yaml diff --git a/stable/baserow/12.6.4/questions.yaml b/stable/baserow/12.8.1/questions.yaml similarity index 100% rename from stable/baserow/12.6.4/questions.yaml rename to stable/baserow/12.8.1/questions.yaml diff --git a/stable/boinc/9.5.2/templates/NOTES.txt b/stable/baserow/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/boinc/9.5.2/templates/NOTES.txt rename to stable/baserow/12.8.1/templates/NOTES.txt diff --git a/stable/baserow/12.6.4/templates/_secrets.tpl b/stable/baserow/12.8.1/templates/_secrets.tpl similarity index 100% rename from stable/baserow/12.6.4/templates/_secrets.tpl rename to stable/baserow/12.8.1/templates/_secrets.tpl diff --git a/stable/baserow/12.6.4/templates/common.yaml b/stable/baserow/12.8.1/templates/common.yaml similarity index 100% rename from stable/baserow/12.6.4/templates/common.yaml rename to stable/baserow/12.8.1/templates/common.yaml diff --git a/stable/bitcoin-node/5.5.1/values.yaml b/stable/baserow/12.8.1/values.yaml similarity index 100% rename from stable/bitcoin-node/5.5.1/values.yaml rename to stable/baserow/12.8.1/values.yaml diff --git a/stable/batnoter/5.5.1/CHANGELOG.md b/stable/batnoter/5.5.1/CHANGELOG.md deleted file mode 100644 index 344dad497f2..00000000000 --- a/stable/batnoter/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [batnoter-5.5.1](https://github.com/truecharts/charts/compare/batnoter-5.5.0...batnoter-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [batnoter-5.5.0](https://github.com/truecharts/charts/compare/batnoter-5.4.1...batnoter-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [batnoter-5.4.1](https://github.com/truecharts/charts/compare/batnoter-5.4.0...batnoter-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [batnoter-5.4.0](https://github.com/truecharts/charts/compare/batnoter-5.3.0...batnoter-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [batnoter-5.3.0](https://github.com/truecharts/charts/compare/batnoter-5.2.3...batnoter-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [batnoter-5.2.3](https://github.com/truecharts/charts/compare/batnoter-5.2.2...batnoter-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [batnoter-5.2.2](https://github.com/truecharts/charts/compare/batnoter-5.2.0...batnoter-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [batnoter-4.1.12](https://github.com/truecharts/charts/compare/batnoter-4.1.11...batnoter-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [batnoter-4.1.11](https://github.com/truecharts/charts/compare/batnoter-4.1.10...batnoter-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/batnoter/5.5.1/Chart.yaml b/stable/batnoter/5.5.1/Chart.yaml deleted file mode 100644 index cb364093857..00000000000 --- a/stable/batnoter/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/batnoter/5.5.1/charts/common-20.0.8.tgz b/stable/batnoter/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/batnoter/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/bitcoind/5.5.1/.helmignore b/stable/batnoter/5.7.1/.helmignore similarity index 100% rename from stable/bitcoind/5.5.1/.helmignore rename to stable/batnoter/5.7.1/.helmignore diff --git a/stable/batnoter/5.7.1/CHANGELOG.md b/stable/batnoter/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..265c06cf8c8 --- /dev/null +++ b/stable/batnoter/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [batnoter-5.7.1](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/batnoter/5.7.1/Chart.yaml new file mode 100644 index 00000000000..96ac4534af5 --- /dev/null +++ b/stable/batnoter/5.7.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: 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.2 + 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.1 diff --git a/stable/batnoter/5.5.1/README.md b/stable/batnoter/5.7.1/README.md similarity index 100% rename from stable/batnoter/5.5.1/README.md rename to stable/batnoter/5.7.1/README.md diff --git a/stable/batnoter/5.7.1/app-changelog.md b/stable/batnoter/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9c9f439dfd9 --- /dev/null +++ b/stable/batnoter/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [batnoter-5.7.1](https://github.com/truecharts/charts/compare/batnoter-5.6.0...batnoter-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/batnoter/5.7.1/app-readme.md similarity index 100% rename from stable/batnoter/5.5.1/app-readme.md rename to stable/batnoter/5.7.1/app-readme.md diff --git a/stable/batnoter/5.7.1/charts/common-20.2.2.tgz b/stable/batnoter/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/batnoter/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/batnoter/5.5.1/ix_values.yaml b/stable/batnoter/5.7.1/ix_values.yaml similarity index 100% rename from stable/batnoter/5.5.1/ix_values.yaml rename to stable/batnoter/5.7.1/ix_values.yaml diff --git a/stable/batnoter/5.5.1/questions.yaml b/stable/batnoter/5.7.1/questions.yaml similarity index 100% rename from stable/batnoter/5.5.1/questions.yaml rename to stable/batnoter/5.7.1/questions.yaml diff --git a/stable/bazarr/19.4.0/templates/common.yaml b/stable/batnoter/5.7.1/templates/common.yaml similarity index 100% rename from stable/bazarr/19.4.0/templates/common.yaml rename to stable/batnoter/5.7.1/templates/common.yaml diff --git a/stable/bitcoind/5.5.1/values.yaml b/stable/batnoter/5.7.1/values.yaml similarity index 100% rename from stable/bitcoind/5.5.1/values.yaml rename to stable/batnoter/5.7.1/values.yaml diff --git a/stable/bazarr/19.4.0/CHANGELOG.md b/stable/bazarr/19.4.0/CHANGELOG.md deleted file mode 100644 index 3a89eb478f4..00000000000 --- a/stable/bazarr/19.4.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bazarr-19.4.0](https://github.com/truecharts/charts/compare/bazarr-19.3.2...bazarr-19.4.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [bazarr-19.3.2](https://github.com/truecharts/charts/compare/bazarr-19.3.1...bazarr-19.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [bazarr-19.3.1](https://github.com/truecharts/charts/compare/bazarr-19.3.0...bazarr-19.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bazarr-19.3.0](https://github.com/truecharts/charts/compare/bazarr-19.2.1...bazarr-19.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bazarr-19.2.1](https://github.com/truecharts/charts/compare/bazarr-19.2.0...bazarr-19.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bazarr-19.2.0](https://github.com/truecharts/charts/compare/bazarr-19.1.0...bazarr-19.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bazarr-19.1.0](https://github.com/truecharts/charts/compare/bazarr-19.0.3...bazarr-19.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bazarr-19.0.3](https://github.com/truecharts/charts/compare/bazarr-19.0.2...bazarr-19.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bazarr-19.0.2](https://github.com/truecharts/charts/compare/bazarr-19.0.0...bazarr-19.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/bazarr/19.4.0/Chart.yaml b/stable/bazarr/19.4.0/Chart.yaml deleted file mode 100644 index e302872fa89..00000000000 --- a/stable/bazarr/19.4.0/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.1.5 - 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.4.0 diff --git a/stable/bazarr/19.4.0/charts/common-20.1.5.tgz b/stable/bazarr/19.4.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/bazarr/19.4.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/bazarr/19.4.0/ix_values.yaml b/stable/bazarr/19.4.0/ix_values.yaml deleted file mode 100644 index 7cfc0693926..00000000000 --- a/stable/bazarr/19.4.0/ix_values.yaml +++ /dev/null @@ -1,87 +0,0 @@ -image: - repository: ghcr.io/onedr0p/bazarr - pullPolicy: IfNotPresent - tag: 1.4.2@sha256:8d4a560d7307d6554bac85c566a49a23f6b47239a031772823cd294acecca72d -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 6767 - protocol: http - targetPort: 6767 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 7879 - targetSelector: exportarr - -workload: - exportarr: - enabled: "{{ .Values.metrics.main.enabled }}" - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - bazarr - 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 }}' - APIKEY: "{{ .Values.metrics.main.apiKey }}" - -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true - -metrics: - main: - enabled: false - type: "servicemonitor" - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - # Required for exportarr - apiKey: "" - -portal: - open: - enabled: true diff --git a/stable/bitcoinunlimited/5.5.1/.helmignore b/stable/bazarr/19.5.2/.helmignore similarity index 100% rename from stable/bitcoinunlimited/5.5.1/.helmignore rename to stable/bazarr/19.5.2/.helmignore diff --git a/stable/bazarr/19.5.2/CHANGELOG.md b/stable/bazarr/19.5.2/CHANGELOG.md new file mode 100644 index 00000000000..a2da4449800 --- /dev/null +++ b/stable/bazarr/19.5.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bazarr-19.5.2](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.1) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/bazarr/19.5.2/Chart.yaml b/stable/bazarr/19.5.2/Chart.yaml new file mode 100644 index 00000000000..205da750854 --- /dev/null +++ b/stable/bazarr/19.5.2/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.2 + 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.2 diff --git a/stable/bazarr/19.4.0/README.md b/stable/bazarr/19.5.2/README.md similarity index 100% rename from stable/bazarr/19.4.0/README.md rename to stable/bazarr/19.5.2/README.md diff --git a/stable/bazarr/19.5.2/app-changelog.md b/stable/bazarr/19.5.2/app-changelog.md new file mode 100644 index 00000000000..5c49124e006 --- /dev/null +++ b/stable/bazarr/19.5.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [bazarr-19.5.2](https://github.com/truecharts/charts/compare/bazarr-19.4.0...bazarr-19.5.2) (2024-03-17) + +### Chore + + + +- update container 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.4.0/app-readme.md b/stable/bazarr/19.5.2/app-readme.md similarity index 100% rename from stable/bazarr/19.4.0/app-readme.md rename to stable/bazarr/19.5.2/app-readme.md diff --git a/stable/bazarr/19.5.2/charts/common-20.2.2.tgz b/stable/bazarr/19.5.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bazarr/19.5.2/charts/common-20.2.2.tgz differ diff --git a/stable/bazarr/19.5.2/ix_values.yaml b/stable/bazarr/19.5.2/ix_values.yaml new file mode 100644 index 00000000000..a7428d0b7bd --- /dev/null +++ b/stable/bazarr/19.5.2/ix_values.yaml @@ -0,0 +1,87 @@ +image: + repository: ghcr.io/onedr0p/bazarr + pullPolicy: IfNotPresent + tag: 1.4.2@sha256:113035f37f289f190781d9d728f2ebf56c895b972921820f5d30408427c837d9 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 6767 + protocol: http + targetPort: 6767 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 7879 + targetSelector: exportarr + +workload: + exportarr: + enabled: "{{ .Values.metrics.main.enabled }}" + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - bazarr + 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 }}' + APIKEY: "{{ .Values.metrics.main.apiKey }}" + +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true + +metrics: + main: + enabled: false + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + # Required for exportarr + apiKey: "" + +portal: + open: + enabled: true diff --git a/stable/bazarr/19.4.0/questions.yaml b/stable/bazarr/19.5.2/questions.yaml similarity index 100% rename from stable/bazarr/19.4.0/questions.yaml rename to stable/bazarr/19.5.2/questions.yaml diff --git a/stable/booksonic-air/13.5.2/templates/NOTES.txt b/stable/bazarr/19.5.2/templates/NOTES.txt similarity index 100% rename from stable/booksonic-air/13.5.2/templates/NOTES.txt rename to stable/bazarr/19.5.2/templates/NOTES.txt diff --git a/stable/bender/5.5.1/templates/common.yaml b/stable/bazarr/19.5.2/templates/common.yaml similarity index 100% rename from stable/bender/5.5.1/templates/common.yaml rename to stable/bazarr/19.5.2/templates/common.yaml diff --git a/stable/bitcoinunlimited/5.5.1/values.yaml b/stable/bazarr/19.5.2/values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.5.1/values.yaml rename to stable/bazarr/19.5.2/values.yaml diff --git a/stable/beets/11.5.2/CHANGELOG.md b/stable/beets/11.5.2/CHANGELOG.md deleted file mode 100644 index 4870f6405e3..00000000000 --- a/stable/beets/11.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [beets-11.5.2](https://github.com/truecharts/charts/compare/beets-11.5.1...beets-11.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [beets-11.5.1](https://github.com/truecharts/charts/compare/beets-11.5.0...beets-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [beets-11.5.0](https://github.com/truecharts/charts/compare/beets-11.4.2...beets-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [beets-11.4.2](https://github.com/truecharts/charts/compare/beets-11.4.1...beets-11.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/beets to version-1.6.0[@b6de96a](https://github.com/b6de96a) by renovate ([#18990](https://github.com/truecharts/charts/issues/18990)) - - -## [beets-11.4.1](https://github.com/truecharts/charts/compare/beets-11.4.0...beets-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [beets-11.4.0](https://github.com/truecharts/charts/compare/beets-11.3.0...beets-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [beets-11.3.0](https://github.com/truecharts/charts/compare/beets-11.2.4...beets-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [beets-11.2.4](https://github.com/truecharts/charts/compare/beets-11.2.3...beets-11.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [beets-11.2.3](https://github.com/truecharts/charts/compare/beets-11.2.1...beets-11.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/beets/11.5.2/Chart.yaml b/stable/beets/11.5.2/Chart.yaml deleted file mode 100644 index 7db45db86f5..00000000000 --- a/stable/beets/11.5.2/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.0.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.5.2 diff --git a/stable/beets/11.5.2/charts/common-20.0.9.tgz b/stable/beets/11.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/beets/11.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/beets/11.5.2/ix_values.yaml b/stable/beets/11.5.2/ix_values.yaml deleted file mode 100644 index 0706902e90c..00000000000 --- a/stable/beets/11.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/beets - pullPolicy: IfNotPresent - tag: version-1.6.0@sha256:b6de96a02e976001f6b5668239004dc6e7c3db186e2816852674a81527ec6c3d -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/bitcoinwalletgui/5.5.1/.helmignore b/stable/beets/11.7.1/.helmignore similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/.helmignore rename to stable/beets/11.7.1/.helmignore diff --git a/stable/beets/11.7.1/CHANGELOG.md b/stable/beets/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ecc9dfbb388 --- /dev/null +++ b/stable/beets/11.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [beets-11.7.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/beets/11.7.1/Chart.yaml b/stable/beets/11.7.1/Chart.yaml new file mode 100644 index 00000000000..4baf020cdea --- /dev/null +++ b/stable/beets/11.7.1/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.2 + 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.1 diff --git a/stable/beets/11.5.2/README.md b/stable/beets/11.7.1/README.md similarity index 100% rename from stable/beets/11.5.2/README.md rename to stable/beets/11.7.1/README.md diff --git a/stable/beets/11.7.1/app-changelog.md b/stable/beets/11.7.1/app-changelog.md new file mode 100644 index 00000000000..5a202f8111c --- /dev/null +++ b/stable/beets/11.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [beets-11.7.1](https://github.com/truecharts/charts/compare/beets-11.6.0...beets-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/beets/11.7.1/app-readme.md similarity index 100% rename from stable/beets/11.5.2/app-readme.md rename to stable/beets/11.7.1/app-readme.md diff --git a/stable/beets/11.7.1/charts/common-20.2.2.tgz b/stable/beets/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/beets/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/beets/11.7.1/ix_values.yaml b/stable/beets/11.7.1/ix_values.yaml new file mode 100644 index 00000000000..d91b7eea625 --- /dev/null +++ b/stable/beets/11.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +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/beets/11.5.2/questions.yaml b/stable/beets/11.7.1/questions.yaml similarity index 100% rename from stable/beets/11.5.2/questions.yaml rename to stable/beets/11.7.1/questions.yaml diff --git a/stable/bookstack/13.5.1/templates/NOTES.txt b/stable/beets/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/bookstack/13.5.1/templates/NOTES.txt rename to stable/beets/11.7.1/templates/NOTES.txt diff --git a/stable/beets/11.5.2/templates/common.yaml b/stable/beets/11.7.1/templates/common.yaml similarity index 100% rename from stable/beets/11.5.2/templates/common.yaml rename to stable/beets/11.7.1/templates/common.yaml diff --git a/stable/bitcoinwalletgui/5.5.1/values.yaml b/stable/beets/11.7.1/values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/values.yaml rename to stable/beets/11.7.1/values.yaml diff --git a/stable/bender/5.5.1/CHANGELOG.md b/stable/bender/5.5.1/CHANGELOG.md deleted file mode 100644 index b839cb3ff94..00000000000 --- a/stable/bender/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bender-5.5.1](https://github.com/truecharts/charts/compare/bender-5.5.0...bender-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bender-5.5.0](https://github.com/truecharts/charts/compare/bender-5.4.1...bender-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bender-5.4.1](https://github.com/truecharts/charts/compare/bender-5.4.0...bender-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bender-5.4.0](https://github.com/truecharts/charts/compare/bender-5.3.0...bender-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bender-5.3.0](https://github.com/truecharts/charts/compare/bender-5.2.3...bender-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bender-5.2.3](https://github.com/truecharts/charts/compare/bender-5.2.2...bender-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bender-5.2.2](https://github.com/truecharts/charts/compare/bender-5.2.0...bender-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bender-4.1.12](https://github.com/truecharts/charts/compare/bender-4.1.11...bender-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bender-4.1.11](https://github.com/truecharts/charts/compare/bender-4.1.10...bender-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bender/5.5.1/Chart.yaml b/stable/bender/5.5.1/Chart.yaml deleted file mode 100644 index 98375a39830..00000000000 --- a/stable/bender/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/bender/5.5.1/charts/common-20.0.8.tgz b/stable/bender/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bender/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/bitmagnet/1.6.1/.helmignore b/stable/bender/5.7.1/.helmignore similarity index 100% rename from stable/bitmagnet/1.6.1/.helmignore rename to stable/bender/5.7.1/.helmignore diff --git a/stable/bender/5.7.1/CHANGELOG.md b/stable/bender/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fdd9a1bda23 --- /dev/null +++ b/stable/bender/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bender-5.7.1](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bender/5.7.1/Chart.yaml new file mode 100644 index 00000000000..882b76e8593 --- /dev/null +++ b/stable/bender/5.7.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: 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.2 + 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.1 diff --git a/stable/bender/5.5.1/README.md b/stable/bender/5.7.1/README.md similarity index 100% rename from stable/bender/5.5.1/README.md rename to stable/bender/5.7.1/README.md diff --git a/stable/bender/5.7.1/app-changelog.md b/stable/bender/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1e74e208887 --- /dev/null +++ b/stable/bender/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bender-5.7.1](https://github.com/truecharts/charts/compare/bender-5.6.0...bender-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bender/5.7.1/app-readme.md similarity index 100% rename from stable/bender/5.5.1/app-readme.md rename to stable/bender/5.7.1/app-readme.md diff --git a/stable/bender/5.7.1/charts/common-20.2.2.tgz b/stable/bender/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bender/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bender/5.5.1/ix_values.yaml b/stable/bender/5.7.1/ix_values.yaml similarity index 100% rename from stable/bender/5.5.1/ix_values.yaml rename to stable/bender/5.7.1/ix_values.yaml diff --git a/stable/bender/5.5.1/questions.yaml b/stable/bender/5.7.1/questions.yaml similarity index 100% rename from stable/bender/5.5.1/questions.yaml rename to stable/bender/5.7.1/questions.yaml diff --git a/stable/bitmagnet/1.6.1/templates/common.yaml b/stable/bender/5.7.1/templates/common.yaml similarity index 100% rename from stable/bitmagnet/1.6.1/templates/common.yaml rename to stable/bender/5.7.1/templates/common.yaml diff --git a/stable/bitmagnet/1.6.1/values.yaml b/stable/bender/5.7.1/values.yaml similarity index 100% rename from stable/bitmagnet/1.6.1/values.yaml rename to stable/bender/5.7.1/values.yaml diff --git a/stable/bitcoin-node/5.5.1/CHANGELOG.md b/stable/bitcoin-node/5.5.1/CHANGELOG.md deleted file mode 100644 index f645da41975..00000000000 --- a/stable/bitcoin-node/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoin-node-5.5.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.5.0...bitcoin-node-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bitcoin-node-5.5.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.4.1...bitcoin-node-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bitcoin-node-5.4.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.4.0...bitcoin-node-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bitcoin-node-5.4.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.3.0...bitcoin-node-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bitcoin-node-5.3.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.3...bitcoin-node-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bitcoin-node-5.2.3](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.2...bitcoin-node-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bitcoin-node-5.2.2](https://github.com/truecharts/charts/compare/bitcoin-node-5.2.0...bitcoin-node-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bitcoin-node-4.1.12](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.11...bitcoin-node-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoin-node-4.1.11](https://github.com/truecharts/charts/compare/bitcoin-node-4.1.10...bitcoin-node-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bitcoin-node/5.5.1/Chart.yaml b/stable/bitcoin-node/5.5.1/Chart.yaml deleted file mode 100644 index 57d7f3fc3ed..00000000000 --- a/stable/bitcoin-node/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/bitcoin-node/5.5.1/charts/common-20.0.8.tgz b/stable/bitcoin-node/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bitcoin-node/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.5.2/.helmignore b/stable/bitcoin-node/5.7.1/.helmignore similarity index 100% rename from stable/blender-desktop-g3/5.5.2/.helmignore rename to stable/bitcoin-node/5.7.1/.helmignore diff --git a/stable/bitcoin-node/5.7.1/CHANGELOG.md b/stable/bitcoin-node/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..66f997732f3 --- /dev/null +++ b/stable/bitcoin-node/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoin-node-5.7.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bitcoin-node/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c8aa44dce35 --- /dev/null +++ b/stable/bitcoin-node/5.7.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: 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.2 + 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.1 diff --git a/stable/bitcoin-node/5.5.1/README.md b/stable/bitcoin-node/5.7.1/README.md similarity index 100% rename from stable/bitcoin-node/5.5.1/README.md rename to stable/bitcoin-node/5.7.1/README.md diff --git a/stable/bitcoin-node/5.7.1/app-changelog.md b/stable/bitcoin-node/5.7.1/app-changelog.md new file mode 100644 index 00000000000..dba60614bbb --- /dev/null +++ b/stable/bitcoin-node/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bitcoin-node-5.7.1](https://github.com/truecharts/charts/compare/bitcoin-node-5.6.0...bitcoin-node-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bitcoin-node/5.7.1/app-readme.md similarity index 100% rename from stable/bitcoin-node/5.5.1/app-readme.md rename to stable/bitcoin-node/5.7.1/app-readme.md diff --git a/stable/bitcoin-node/5.7.1/charts/common-20.2.2.tgz b/stable/bitcoin-node/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bitcoin-node/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bitcoin-node/5.5.1/ix_values.yaml b/stable/bitcoin-node/5.7.1/ix_values.yaml similarity index 100% rename from stable/bitcoin-node/5.5.1/ix_values.yaml rename to stable/bitcoin-node/5.7.1/ix_values.yaml diff --git a/stable/bitcoin-node/5.5.1/questions.yaml b/stable/bitcoin-node/5.7.1/questions.yaml similarity index 100% rename from stable/bitcoin-node/5.5.1/questions.yaml rename to stable/bitcoin-node/5.7.1/questions.yaml diff --git a/stable/bitcoin-node/5.5.1/templates/common.yaml b/stable/bitcoin-node/5.7.1/templates/common.yaml similarity index 100% rename from stable/bitcoin-node/5.5.1/templates/common.yaml rename to stable/bitcoin-node/5.7.1/templates/common.yaml diff --git a/stable/blender-desktop-g3/5.5.2/values.yaml b/stable/bitcoin-node/5.7.1/values.yaml similarity index 100% rename from stable/blender-desktop-g3/5.5.2/values.yaml rename to stable/bitcoin-node/5.7.1/values.yaml diff --git a/stable/bitcoind/5.5.1/CHANGELOG.md b/stable/bitcoind/5.5.1/CHANGELOG.md deleted file mode 100644 index 1e7a5ad42f4..00000000000 --- a/stable/bitcoind/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoind-5.5.1](https://github.com/truecharts/charts/compare/bitcoind-5.5.0...bitcoind-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bitcoind-5.5.0](https://github.com/truecharts/charts/compare/bitcoind-5.4.1...bitcoind-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bitcoind-5.4.1](https://github.com/truecharts/charts/compare/bitcoind-5.4.0...bitcoind-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bitcoind-5.4.0](https://github.com/truecharts/charts/compare/bitcoind-5.3.0...bitcoind-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bitcoind-5.3.0](https://github.com/truecharts/charts/compare/bitcoind-5.2.3...bitcoind-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bitcoind-5.2.3](https://github.com/truecharts/charts/compare/bitcoind-5.2.2...bitcoind-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bitcoind-5.2.2](https://github.com/truecharts/charts/compare/bitcoind-5.2.0...bitcoind-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bitcoind-4.1.12](https://github.com/truecharts/charts/compare/bitcoind-4.1.11...bitcoind-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoind-4.1.11](https://github.com/truecharts/charts/compare/bitcoind-4.1.10...bitcoind-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bitcoind/5.5.1/Chart.yaml b/stable/bitcoind/5.5.1/Chart.yaml deleted file mode 100644 index b485364dfc5..00000000000 --- a/stable/bitcoind/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/bitcoind/5.5.1/charts/common-20.0.8.tgz b/stable/bitcoind/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bitcoind/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/blender/5.5.2/.helmignore b/stable/bitcoind/5.7.1/.helmignore similarity index 100% rename from stable/blender/5.5.2/.helmignore rename to stable/bitcoind/5.7.1/.helmignore diff --git a/stable/bitcoind/5.7.1/CHANGELOG.md b/stable/bitcoind/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5ffe04d9982 --- /dev/null +++ b/stable/bitcoind/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoind-5.7.1](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bitcoind/5.7.1/Chart.yaml new file mode 100644 index 00000000000..314c96fd1f7 --- /dev/null +++ b/stable/bitcoind/5.7.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: 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.2 + 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.1 diff --git a/stable/bitcoind/5.5.1/README.md b/stable/bitcoind/5.7.1/README.md similarity index 100% rename from stable/bitcoind/5.5.1/README.md rename to stable/bitcoind/5.7.1/README.md diff --git a/stable/bitcoind/5.7.1/app-changelog.md b/stable/bitcoind/5.7.1/app-changelog.md new file mode 100644 index 00000000000..959beadc07a --- /dev/null +++ b/stable/bitcoind/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bitcoind-5.7.1](https://github.com/truecharts/charts/compare/bitcoind-5.6.0...bitcoind-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bitcoind/5.7.1/app-readme.md similarity index 100% rename from stable/bitcoind/5.5.1/app-readme.md rename to stable/bitcoind/5.7.1/app-readme.md diff --git a/stable/bitcoind/5.7.1/charts/common-20.2.2.tgz b/stable/bitcoind/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bitcoind/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bitcoind/5.5.1/ix_values.yaml b/stable/bitcoind/5.7.1/ix_values.yaml similarity index 100% rename from stable/bitcoind/5.5.1/ix_values.yaml rename to stable/bitcoind/5.7.1/ix_values.yaml diff --git a/stable/bitcoind/5.5.1/questions.yaml b/stable/bitcoind/5.7.1/questions.yaml similarity index 100% rename from stable/bitcoind/5.5.1/questions.yaml rename to stable/bitcoind/5.7.1/questions.yaml diff --git a/stable/bitcoind/5.5.1/templates/common.yaml b/stable/bitcoind/5.7.1/templates/common.yaml similarity index 100% rename from stable/bitcoind/5.5.1/templates/common.yaml rename to stable/bitcoind/5.7.1/templates/common.yaml diff --git a/stable/blender/5.5.2/values.yaml b/stable/bitcoind/5.7.1/values.yaml similarity index 100% rename from stable/blender/5.5.2/values.yaml rename to stable/bitcoind/5.7.1/values.yaml diff --git a/stable/bitcoinunlimited/5.5.1/CHANGELOG.md b/stable/bitcoinunlimited/5.5.1/CHANGELOG.md deleted file mode 100644 index 3ea4653e105..00000000000 --- a/stable/bitcoinunlimited/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoinunlimited-5.5.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.5.0...bitcoinunlimited-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bitcoinunlimited-5.5.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.4.1...bitcoinunlimited-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bitcoinunlimited-5.4.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.4.0...bitcoinunlimited-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bitcoinunlimited-5.4.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.3.0...bitcoinunlimited-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bitcoinunlimited-5.3.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.3...bitcoinunlimited-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bitcoinunlimited-5.2.3](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.2...bitcoinunlimited-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bitcoinunlimited-5.2.2](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.2.0...bitcoinunlimited-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bitcoinunlimited-4.1.12](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.11...bitcoinunlimited-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinunlimited-4.1.11](https://github.com/truecharts/charts/compare/bitcoinunlimited-4.1.10...bitcoinunlimited-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bitcoinunlimited/5.5.1/Chart.yaml b/stable/bitcoinunlimited/5.5.1/Chart.yaml deleted file mode 100644 index 4c0d18ca8a7..00000000000 --- a/stable/bitcoinunlimited/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/bitcoinunlimited/5.5.1/charts/common-20.0.8.tgz b/stable/bitcoinunlimited/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bitcoinunlimited/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/blog/11.5.1/.helmignore b/stable/bitcoinunlimited/5.7.1/.helmignore similarity index 100% rename from stable/blog/11.5.1/.helmignore rename to stable/bitcoinunlimited/5.7.1/.helmignore diff --git a/stable/bitcoinunlimited/5.7.1/CHANGELOG.md b/stable/bitcoinunlimited/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a65ab10791f --- /dev/null +++ b/stable/bitcoinunlimited/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinunlimited-5.7.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bitcoinunlimited/5.7.1/Chart.yaml new file mode 100644 index 00000000000..dc82779b2f7 --- /dev/null +++ b/stable/bitcoinunlimited/5.7.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: 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.2 + 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.1 diff --git a/stable/bitcoinunlimited/5.5.1/README.md b/stable/bitcoinunlimited/5.7.1/README.md similarity index 100% rename from stable/bitcoinunlimited/5.5.1/README.md rename to stable/bitcoinunlimited/5.7.1/README.md diff --git a/stable/bitcoinunlimited/5.7.1/app-changelog.md b/stable/bitcoinunlimited/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b12b2226047 --- /dev/null +++ b/stable/bitcoinunlimited/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bitcoinunlimited-5.7.1](https://github.com/truecharts/charts/compare/bitcoinunlimited-5.6.0...bitcoinunlimited-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bitcoinunlimited/5.7.1/app-readme.md similarity index 100% rename from stable/bitcoinunlimited/5.5.1/app-readme.md rename to stable/bitcoinunlimited/5.7.1/app-readme.md diff --git a/stable/bitcoinunlimited/5.7.1/charts/common-20.2.2.tgz b/stable/bitcoinunlimited/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bitcoinunlimited/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bitcoinunlimited/5.5.1/ix_values.yaml b/stable/bitcoinunlimited/5.7.1/ix_values.yaml similarity index 100% rename from stable/bitcoinunlimited/5.5.1/ix_values.yaml rename to stable/bitcoinunlimited/5.7.1/ix_values.yaml diff --git a/stable/bitcoinunlimited/5.5.1/questions.yaml b/stable/bitcoinunlimited/5.7.1/questions.yaml similarity index 100% rename from stable/bitcoinunlimited/5.5.1/questions.yaml rename to stable/bitcoinunlimited/5.7.1/questions.yaml diff --git a/stable/bitcoinunlimited/5.5.1/templates/common.yaml b/stable/bitcoinunlimited/5.7.1/templates/common.yaml similarity index 100% rename from stable/bitcoinunlimited/5.5.1/templates/common.yaml rename to stable/bitcoinunlimited/5.7.1/templates/common.yaml diff --git a/stable/blog/11.5.1/values.yaml b/stable/bitcoinunlimited/5.7.1/values.yaml similarity index 100% rename from stable/blog/11.5.1/values.yaml rename to stable/bitcoinunlimited/5.7.1/values.yaml diff --git a/stable/bitcoinwalletgui/5.5.1/CHANGELOG.md b/stable/bitcoinwalletgui/5.5.1/CHANGELOG.md deleted file mode 100644 index 26560cc1bf5..00000000000 --- a/stable/bitcoinwalletgui/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitcoinwalletgui-5.5.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.5.0...bitcoinwalletgui-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bitcoinwalletgui-5.5.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.4.1...bitcoinwalletgui-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bitcoinwalletgui-5.4.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.4.0...bitcoinwalletgui-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bitcoinwalletgui-5.4.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.3.0...bitcoinwalletgui-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bitcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.3...bitcoinwalletgui-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bitcoinwalletgui-5.2.3](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.2...bitcoinwalletgui-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bitcoinwalletgui-5.2.2](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.2.0...bitcoinwalletgui-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bitcoinwalletgui-4.1.12](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.11...bitcoinwalletgui-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bitcoinwalletgui-4.1.11](https://github.com/truecharts/charts/compare/bitcoinwalletgui-4.1.10...bitcoinwalletgui-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bitcoinwalletgui/5.5.1/Chart.yaml b/stable/bitcoinwalletgui/5.5.1/Chart.yaml deleted file mode 100644 index ef27ddc69ee..00000000000 --- a/stable/bitcoinwalletgui/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/bitcoinwalletgui/5.5.1/charts/common-20.0.8.tgz b/stable/bitcoinwalletgui/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bitcoinwalletgui/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/boinc/9.5.2/.helmignore b/stable/bitcoinwalletgui/5.7.1/.helmignore similarity index 100% rename from stable/boinc/9.5.2/.helmignore rename to stable/bitcoinwalletgui/5.7.1/.helmignore diff --git a/stable/bitcoinwalletgui/5.7.1/CHANGELOG.md b/stable/bitcoinwalletgui/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..09331ccfcdc --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitcoinwalletgui-5.7.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bitcoinwalletgui/5.7.1/Chart.yaml new file mode 100644 index 00000000000..db9532333c7 --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.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: 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.2 + 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.1 diff --git a/stable/bitcoinwalletgui/5.5.1/README.md b/stable/bitcoinwalletgui/5.7.1/README.md similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/README.md rename to stable/bitcoinwalletgui/5.7.1/README.md diff --git a/stable/bitcoinwalletgui/5.7.1/app-changelog.md b/stable/bitcoinwalletgui/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a8b1fbf7247 --- /dev/null +++ b/stable/bitcoinwalletgui/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bitcoinwalletgui-5.7.1](https://github.com/truecharts/charts/compare/bitcoinwalletgui-5.6.0...bitcoinwalletgui-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bitcoinwalletgui/5.7.1/app-readme.md similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/app-readme.md rename to stable/bitcoinwalletgui/5.7.1/app-readme.md diff --git a/stable/bitcoinwalletgui/5.7.1/charts/common-20.2.2.tgz b/stable/bitcoinwalletgui/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bitcoinwalletgui/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bitcoinwalletgui/5.5.1/ix_values.yaml b/stable/bitcoinwalletgui/5.7.1/ix_values.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/ix_values.yaml rename to stable/bitcoinwalletgui/5.7.1/ix_values.yaml diff --git a/stable/bitcoinwalletgui/5.5.1/questions.yaml b/stable/bitcoinwalletgui/5.7.1/questions.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/questions.yaml rename to stable/bitcoinwalletgui/5.7.1/questions.yaml diff --git a/stable/bitcoinwalletgui/5.5.1/templates/common.yaml b/stable/bitcoinwalletgui/5.7.1/templates/common.yaml similarity index 100% rename from stable/bitcoinwalletgui/5.5.1/templates/common.yaml rename to stable/bitcoinwalletgui/5.7.1/templates/common.yaml diff --git a/stable/boinc/9.5.2/values.yaml b/stable/bitcoinwalletgui/5.7.1/values.yaml similarity index 100% rename from stable/boinc/9.5.2/values.yaml rename to stable/bitcoinwalletgui/5.7.1/values.yaml diff --git a/stable/bitmagnet/1.6.1/CHANGELOG.md b/stable/bitmagnet/1.6.1/CHANGELOG.md deleted file mode 100644 index 7fc12346b20..00000000000 --- a/stable/bitmagnet/1.6.1/CHANGELOG.md +++ /dev/null @@ -1,91 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bitmagnet-1.6.1](https://github.com/truecharts/charts/compare/bitmagnet-1.6.0...bitmagnet-1.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bitmagnet-1.6.0](https://github.com/truecharts/charts/compare/bitmagnet-1.5.3...bitmagnet-1.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bitmagnet-1.5.3](https://github.com/truecharts/charts/compare/bitmagnet-1.5.2...bitmagnet-1.5.3) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.14[@1e7e298](https://github.com/1e7e298) by renovate ([#19142](https://github.com/truecharts/charts/issues/19142)) - - -## [bitmagnet-1.5.2](https://github.com/truecharts/charts/compare/bitmagnet-1.5.1...bitmagnet-1.5.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/bitmagnet-io/bitmagnet to v0.7.12[@07c9c43](https://github.com/07c9c43) by renovate ([#19063](https://github.com/truecharts/charts/issues/19063)) - - -## [bitmagnet-1.5.1](https://github.com/truecharts/charts/compare/bitmagnet-1.5.0...bitmagnet-1.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bitmagnet-1.5.0](https://github.com/truecharts/charts/compare/bitmagnet-1.4.0...bitmagnet-1.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bitmagnet-1.4.0](https://github.com/truecharts/charts/compare/bitmagnet-1.3.4...bitmagnet-1.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bitmagnet-1.3.4](https://github.com/truecharts/charts/compare/bitmagnet-1.3.3...bitmagnet-1.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bitmagnet-1.3.3](https://github.com/truecharts/charts/compare/bitmagnet-1.3.1...bitmagnet-1.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/bitmagnet/1.6.1/Chart.yaml b/stable/bitmagnet/1.6.1/Chart.yaml deleted file mode 100644 index 605ec8f5f77..00000000000 --- a/stable/bitmagnet/1.6.1/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.0.8 - 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.6.1 diff --git a/stable/bitmagnet/1.6.1/charts/common-20.0.8.tgz b/stable/bitmagnet/1.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bitmagnet/1.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.5.2/.helmignore b/stable/bitmagnet/1.8.1/.helmignore similarity index 100% rename from stable/booksonic-air/13.5.2/.helmignore rename to stable/bitmagnet/1.8.1/.helmignore diff --git a/stable/bitmagnet/1.8.1/CHANGELOG.md b/stable/bitmagnet/1.8.1/CHANGELOG.md new file mode 100644 index 00000000000..b724636c0ba --- /dev/null +++ b/stable/bitmagnet/1.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bitmagnet-1.8.1](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bitmagnet/1.8.1/Chart.yaml new file mode 100644 index 00000000000..9df80ee927a --- /dev/null +++ b/stable/bitmagnet/1.8.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: 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.2 + 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.1 diff --git a/stable/bitmagnet/1.6.1/README.md b/stable/bitmagnet/1.8.1/README.md similarity index 100% rename from stable/bitmagnet/1.6.1/README.md rename to stable/bitmagnet/1.8.1/README.md diff --git a/stable/bitmagnet/1.8.1/app-changelog.md b/stable/bitmagnet/1.8.1/app-changelog.md new file mode 100644 index 00000000000..05341288847 --- /dev/null +++ b/stable/bitmagnet/1.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bitmagnet-1.8.1](https://github.com/truecharts/charts/compare/bitmagnet-1.7.0...bitmagnet-1.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/bitmagnet/1.8.1/app-readme.md similarity index 100% rename from stable/bitmagnet/1.6.1/app-readme.md rename to stable/bitmagnet/1.8.1/app-readme.md diff --git a/stable/bitmagnet/1.8.1/charts/common-20.2.2.tgz b/stable/bitmagnet/1.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bitmagnet/1.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/bitmagnet/1.6.1/dashboard.json b/stable/bitmagnet/1.8.1/dashboard.json similarity index 100% rename from stable/bitmagnet/1.6.1/dashboard.json rename to stable/bitmagnet/1.8.1/dashboard.json diff --git a/stable/bitmagnet/1.6.1/ix_values.yaml b/stable/bitmagnet/1.8.1/ix_values.yaml similarity index 100% rename from stable/bitmagnet/1.6.1/ix_values.yaml rename to stable/bitmagnet/1.8.1/ix_values.yaml diff --git a/stable/bitmagnet/1.6.1/questions.yaml b/stable/bitmagnet/1.8.1/questions.yaml similarity index 100% rename from stable/bitmagnet/1.6.1/questions.yaml rename to stable/bitmagnet/1.8.1/questions.yaml diff --git a/stable/borg-server/4.5.1/templates/NOTES.txt b/stable/bitmagnet/1.8.1/templates/NOTES.txt similarity index 100% rename from stable/borg-server/4.5.1/templates/NOTES.txt rename to stable/bitmagnet/1.8.1/templates/NOTES.txt diff --git a/stable/boinc/9.5.2/templates/common.yaml b/stable/bitmagnet/1.8.1/templates/common.yaml similarity index 100% rename from stable/boinc/9.5.2/templates/common.yaml rename to stable/bitmagnet/1.8.1/templates/common.yaml diff --git a/stable/booksonic-air/13.5.2/values.yaml b/stable/bitmagnet/1.8.1/values.yaml similarity index 100% rename from stable/booksonic-air/13.5.2/values.yaml rename to stable/bitmagnet/1.8.1/values.yaml diff --git a/stable/blender-desktop-g3/5.5.2/CHANGELOG.md b/stable/blender-desktop-g3/5.5.2/CHANGELOG.md deleted file mode 100644 index f8ab8c483a2..00000000000 --- a/stable/blender-desktop-g3/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blender-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.5.1...blender-desktop-g3-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [blender-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.5.0...blender-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [blender-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.4.1...blender-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [blender-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.4.0...blender-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [blender-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.3.0...blender-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [blender-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.4...blender-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [blender-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.3...blender-desktop-g3-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [blender-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.2.1...blender-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [blender-desktop-g3-4.1.13](https://github.com/truecharts/charts/compare/blender-desktop-g3-4.1.12...blender-desktop-g3-4.1.13) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-blender-g3 to latest[@7103d93](https://github.com/7103d93) by renovate ([#18199](https://github.com/truecharts/charts/issues/18199)) \ No newline at end of file diff --git a/stable/blender-desktop-g3/5.5.2/Chart.yaml b/stable/blender-desktop-g3/5.5.2/Chart.yaml deleted file mode 100644 index adcf5ba1079..00000000000 --- a/stable/blender-desktop-g3/5.5.2/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.0.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/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.5.2 diff --git a/stable/blender-desktop-g3/5.5.2/charts/common-20.0.9.tgz b/stable/blender-desktop-g3/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/blender-desktop-g3/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/blender-desktop-g3/5.5.2/ix_values.yaml b/stable/blender-desktop-g3/5.5.2/ix_values.yaml deleted file mode 100644 index 390e3b4d7b8..00000000000 --- a/stable/blender-desktop-g3/5.5.2/ix_values.yaml +++ /dev/null @@ -1,42 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-blender-g3 - tag: latest@sha256:79685f1e9edca4e92053bae03b267120d474e59fb85b14ce2cf4f6c81bc6879f -persistence: - internalshare: - enabled: true - mountPath: /UNRAID_SHARE - storageprojects: - enabled: true - mountPath: /srv/projects -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/bookstack/13.5.1/.helmignore b/stable/blender-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/bookstack/13.5.1/.helmignore rename to stable/blender-desktop-g3/5.7.1/.helmignore diff --git a/stable/blender-desktop-g3/5.7.1/CHANGELOG.md b/stable/blender-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..da5e68650d6 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/blender-desktop-g3/5.7.1/Chart.yaml b/stable/blender-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0214b49d603 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.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: 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.2 + 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.1 diff --git a/stable/blender-desktop-g3/5.5.2/README.md b/stable/blender-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/blender-desktop-g3/5.5.2/README.md rename to stable/blender-desktop-g3/5.7.1/README.md diff --git a/stable/blender-desktop-g3/5.7.1/app-changelog.md b/stable/blender-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ce9ea395c0c --- /dev/null +++ b/stable/blender-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [blender-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/blender-desktop-g3-5.6.0...blender-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/blender-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/blender-desktop-g3/5.5.2/app-readme.md rename to stable/blender-desktop-g3/5.7.1/app-readme.md diff --git a/stable/blender-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/blender-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/blender-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/blender-desktop-g3/5.7.1/ix_values.yaml b/stable/blender-desktop-g3/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..cc5c958f9a4 --- /dev/null +++ b/stable/blender-desktop-g3/5.7.1/ix_values.yaml @@ -0,0 +1,42 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-blender-g3 + tag: latest@sha256:7125ef71aee2479e9f9e150cb69d76ba67a7eb5369171cbbd0b90030f2068a3b +persistence: + internalshare: + enabled: true + mountPath: /UNRAID_SHARE + storageprojects: + enabled: true + mountPath: /srv/projects +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/blender-desktop-g3/5.5.2/questions.yaml b/stable/blender-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/blender-desktop-g3/5.5.2/questions.yaml rename to stable/blender-desktop-g3/5.7.1/questions.yaml diff --git a/stable/blender-desktop-g3/5.5.2/templates/common.yaml b/stable/blender-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/blender-desktop-g3/5.5.2/templates/common.yaml rename to stable/blender-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/bookstack/13.5.1/values.yaml b/stable/blender-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/bookstack/13.5.1/values.yaml rename to stable/blender-desktop-g3/5.7.1/values.yaml diff --git a/stable/blender/5.5.2/CHANGELOG.md b/stable/blender/5.5.2/CHANGELOG.md deleted file mode 100644 index 3ecb9d3c174..00000000000 --- a/stable/blender/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blender-5.5.2](https://github.com/truecharts/charts/compare/blender-5.5.1...blender-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [blender-5.5.1](https://github.com/truecharts/charts/compare/blender-5.5.0...blender-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [blender-5.5.0](https://github.com/truecharts/charts/compare/blender-5.4.2...blender-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [blender-5.4.2](https://github.com/truecharts/charts/compare/blender-5.4.1...blender-5.4.2) (2024-03-11) - -### Chore - - - -- update container image lscr.io/linuxserver/blender to latest[@84fec70](https://github.com/84fec70) by renovate ([#19031](https://github.com/truecharts/charts/issues/19031)) - - -## [blender-5.4.1](https://github.com/truecharts/charts/compare/blender-5.4.0...blender-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [blender-5.4.0](https://github.com/truecharts/charts/compare/blender-5.3.0...blender-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [blender-5.3.0](https://github.com/truecharts/charts/compare/blender-5.2.4...blender-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [blender-5.2.4](https://github.com/truecharts/charts/compare/blender-5.2.3...blender-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [blender-5.2.3](https://github.com/truecharts/charts/compare/blender-5.2.1...blender-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/blender/5.5.2/Chart.yaml b/stable/blender/5.5.2/Chart.yaml deleted file mode 100644 index e6b1a9c76c3..00000000000 --- a/stable/blender/5.5.2/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.0.9 - 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.5.2 diff --git a/stable/blender/5.5.2/charts/common-20.0.9.tgz b/stable/blender/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/blender/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/blender/5.5.2/ix_values.yaml b/stable/blender/5.5.2/ix_values.yaml deleted file mode 100644 index 36815051f5c..00000000000 --- a/stable/blender/5.5.2/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/blender - tag: latest@sha256:84fec70c05bed9ac2f9a61cae15f3e586f308ee5b78ff445065e60b9a91781a3 -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/borg-server/4.5.1/.helmignore b/stable/blender/5.7.1/.helmignore similarity index 100% rename from stable/borg-server/4.5.1/.helmignore rename to stable/blender/5.7.1/.helmignore diff --git a/stable/blender/5.7.1/CHANGELOG.md b/stable/blender/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..59cc2b4734a --- /dev/null +++ b/stable/blender/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blender-5.7.1](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/blender/5.7.1/Chart.yaml b/stable/blender/5.7.1/Chart.yaml new file mode 100644 index 00000000000..394dfb39269 --- /dev/null +++ b/stable/blender/5.7.1/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.2 + 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.1 diff --git a/stable/blender/5.5.2/README.md b/stable/blender/5.7.1/README.md similarity index 100% rename from stable/blender/5.5.2/README.md rename to stable/blender/5.7.1/README.md diff --git a/stable/blender/5.7.1/app-changelog.md b/stable/blender/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f1036d143e9 --- /dev/null +++ b/stable/blender/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [blender-5.7.1](https://github.com/truecharts/charts/compare/blender-5.6.0...blender-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/blender/5.7.1/app-readme.md similarity index 100% rename from stable/blender/5.5.2/app-readme.md rename to stable/blender/5.7.1/app-readme.md diff --git a/stable/blender/5.7.1/charts/common-20.2.2.tgz b/stable/blender/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/blender/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/blender/5.7.1/ix_values.yaml b/stable/blender/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..9f30b5f21af --- /dev/null +++ b/stable/blender/5.7.1/ix_values.yaml @@ -0,0 +1,31 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/blender + tag: latest@sha256:f5275d6b1de7788c4c5f3852e5929ef2e19ef18615b8a67356a9139a88ad7fd8 +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.5.2/questions.yaml b/stable/blender/5.7.1/questions.yaml similarity index 100% rename from stable/blender/5.5.2/questions.yaml rename to stable/blender/5.7.1/questions.yaml diff --git a/stable/blender/5.5.2/templates/common.yaml b/stable/blender/5.7.1/templates/common.yaml similarity index 100% rename from stable/blender/5.5.2/templates/common.yaml rename to stable/blender/5.7.1/templates/common.yaml diff --git a/stable/borg-server/4.5.1/values.yaml b/stable/blender/5.7.1/values.yaml similarity index 100% rename from stable/borg-server/4.5.1/values.yaml rename to stable/blender/5.7.1/values.yaml diff --git a/stable/blog/11.5.1/CHANGELOG.md b/stable/blog/11.5.1/CHANGELOG.md deleted file mode 100644 index 7ef8730c2e3..00000000000 --- a/stable/blog/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [blog-11.5.1](https://github.com/truecharts/charts/compare/blog-11.5.0...blog-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [blog-11.5.0](https://github.com/truecharts/charts/compare/blog-11.4.1...blog-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [blog-11.4.1](https://github.com/truecharts/charts/compare/blog-11.4.0...blog-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [blog-11.4.0](https://github.com/truecharts/charts/compare/blog-11.3.0...blog-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [blog-11.3.0](https://github.com/truecharts/charts/compare/blog-11.2.3...blog-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [blog-11.2.3](https://github.com/truecharts/charts/compare/blog-11.2.2...blog-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [blog-11.2.2](https://github.com/truecharts/charts/compare/blog-11.2.0...blog-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [blog-10.1.13](https://github.com/truecharts/charts/compare/blog-10.1.12...blog-10.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [blog-10.1.12](https://github.com/truecharts/charts/compare/blog-10.1.11...blog-10.1.12) (2024-01-29) - -### Chore - - - -- update container image m1k1o/blog to latest[@bff0309](https://github.com/bff0309) by renovate ([#17644](https://github.com/truecharts/charts/issues/17644)) diff --git a/stable/blog/11.5.1/Chart.yaml b/stable/blog/11.5.1/Chart.yaml deleted file mode 100644 index 8db50846b3b..00000000000 --- a/stable/blog/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/blog/11.5.1/charts/common-20.0.8.tgz b/stable/blog/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/blog/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/breitbandmessung-de/5.5.1/.helmignore b/stable/blog/11.7.1/.helmignore similarity index 100% rename from stable/breitbandmessung-de/5.5.1/.helmignore rename to stable/blog/11.7.1/.helmignore diff --git a/stable/blog/11.7.1/CHANGELOG.md b/stable/blog/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ef26a2ea1ac --- /dev/null +++ b/stable/blog/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [blog-11.7.1](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/blog/11.7.1/Chart.yaml new file mode 100644 index 00000000000..c89c9d95a6e --- /dev/null +++ b/stable/blog/11.7.1/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.2 + 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.1 diff --git a/stable/blog/11.5.1/README.md b/stable/blog/11.7.1/README.md similarity index 100% rename from stable/blog/11.5.1/README.md rename to stable/blog/11.7.1/README.md diff --git a/stable/blog/11.7.1/app-changelog.md b/stable/blog/11.7.1/app-changelog.md new file mode 100644 index 00000000000..5ab472d48c2 --- /dev/null +++ b/stable/blog/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [blog-11.7.1](https://github.com/truecharts/charts/compare/blog-11.6.0...blog-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/blog/11.7.1/app-readme.md similarity index 100% rename from stable/blog/11.5.1/app-readme.md rename to stable/blog/11.7.1/app-readme.md diff --git a/stable/blog/11.7.1/charts/common-20.2.2.tgz b/stable/blog/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/blog/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/blog/11.5.1/ix_values.yaml b/stable/blog/11.7.1/ix_values.yaml similarity index 100% rename from stable/blog/11.5.1/ix_values.yaml rename to stable/blog/11.7.1/ix_values.yaml diff --git a/stable/blog/11.5.1/questions.yaml b/stable/blog/11.7.1/questions.yaml similarity index 100% rename from stable/blog/11.5.1/questions.yaml rename to stable/blog/11.7.1/questions.yaml diff --git a/stable/browserless-chrome/9.5.1/templates/NOTES.txt b/stable/blog/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/browserless-chrome/9.5.1/templates/NOTES.txt rename to stable/blog/11.7.1/templates/NOTES.txt diff --git a/stable/blog/11.5.1/templates/common.yaml b/stable/blog/11.7.1/templates/common.yaml similarity index 100% rename from stable/blog/11.5.1/templates/common.yaml rename to stable/blog/11.7.1/templates/common.yaml diff --git a/stable/breitbandmessung-de/5.5.1/values.yaml b/stable/blog/11.7.1/values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.5.1/values.yaml rename to stable/blog/11.7.1/values.yaml diff --git a/stable/boinc/9.5.2/CHANGELOG.md b/stable/boinc/9.5.2/CHANGELOG.md deleted file mode 100644 index 56d02fa5d23..00000000000 --- a/stable/boinc/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [boinc-9.5.2](https://github.com/truecharts/charts/compare/boinc-9.5.1...boinc-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [boinc-9.5.1](https://github.com/truecharts/charts/compare/boinc-9.5.0...boinc-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [boinc-9.5.0](https://github.com/truecharts/charts/compare/boinc-9.4.2...boinc-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [boinc-9.4.2](https://github.com/truecharts/charts/compare/boinc-9.4.1...boinc-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/boinc to latest[@11775c3](https://github.com/11775c3) by renovate ([#18991](https://github.com/truecharts/charts/issues/18991)) - - -## [boinc-9.4.1](https://github.com/truecharts/charts/compare/boinc-9.4.0...boinc-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [boinc-9.4.0](https://github.com/truecharts/charts/compare/boinc-9.3.0...boinc-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [boinc-9.3.0](https://github.com/truecharts/charts/compare/boinc-9.2.4...boinc-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [boinc-9.2.4](https://github.com/truecharts/charts/compare/boinc-9.2.3...boinc-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [boinc-9.2.3](https://github.com/truecharts/charts/compare/boinc-9.2.1...boinc-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/boinc/9.5.2/Chart.yaml b/stable/boinc/9.5.2/Chart.yaml deleted file mode 100644 index eea389dfaac..00000000000 --- a/stable/boinc/9.5.2/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.0.9 - 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.5.2 diff --git a/stable/boinc/9.5.2/charts/common-20.0.9.tgz b/stable/boinc/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/boinc/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/boinc/9.5.2/ix_values.yaml b/stable/boinc/9.5.2/ix_values.yaml deleted file mode 100644 index 47c53e02588..00000000000 --- a/stable/boinc/9.5.2/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: ghcr.io/linuxserver/boinc - pullPolicy: IfNotPresent - tag: latest@sha256:11775c327070b7bd9a03ff08b13729aff45173447c03fe576385d08bab2523b0 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 8080 - protocol: http - port: 10142 -workload: - main: - podSpec: - containers: - main: - env: - PASSWORD: "" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/browserless-chrome/9.5.1/.helmignore b/stable/boinc/9.7.1/.helmignore similarity index 100% rename from stable/browserless-chrome/9.5.1/.helmignore rename to stable/boinc/9.7.1/.helmignore diff --git a/stable/boinc/9.7.1/CHANGELOG.md b/stable/boinc/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2a42f2ff6d3 --- /dev/null +++ b/stable/boinc/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [boinc-9.7.1](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/boinc/9.7.1/Chart.yaml b/stable/boinc/9.7.1/Chart.yaml new file mode 100644 index 00000000000..57e5880dacd --- /dev/null +++ b/stable/boinc/9.7.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: 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.2 + 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.1 diff --git a/stable/boinc/9.5.2/README.md b/stable/boinc/9.7.1/README.md similarity index 100% rename from stable/boinc/9.5.2/README.md rename to stable/boinc/9.7.1/README.md diff --git a/stable/boinc/9.7.1/app-changelog.md b/stable/boinc/9.7.1/app-changelog.md new file mode 100644 index 00000000000..a97d1eb17b4 --- /dev/null +++ b/stable/boinc/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [boinc-9.7.1](https://github.com/truecharts/charts/compare/boinc-9.6.0...boinc-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/boinc/9.7.1/app-readme.md similarity index 100% rename from stable/boinc/9.5.2/app-readme.md rename to stable/boinc/9.7.1/app-readme.md diff --git a/stable/boinc/9.7.1/charts/common-20.2.2.tgz b/stable/boinc/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/boinc/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/boinc/9.7.1/ix_values.yaml b/stable/boinc/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..2d29df0161d --- /dev/null +++ b/stable/boinc/9.7.1/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: ghcr.io/linuxserver/boinc + pullPolicy: IfNotPresent + tag: latest@sha256:5521676c2928202d225b425b456593f19f27cf5d5e1eb5ac61543be45bb5eff5 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 8080 + protocol: http + port: 10142 +workload: + main: + podSpec: + containers: + main: + env: + PASSWORD: "" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/boinc/9.5.2/questions.yaml b/stable/boinc/9.7.1/questions.yaml similarity index 100% rename from stable/boinc/9.5.2/questions.yaml rename to stable/boinc/9.7.1/questions.yaml diff --git a/stable/budge/9.5.2/templates/NOTES.txt b/stable/boinc/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/budge/9.5.2/templates/NOTES.txt rename to stable/boinc/9.7.1/templates/NOTES.txt diff --git a/stable/booksonic-air/13.5.2/templates/common.yaml b/stable/boinc/9.7.1/templates/common.yaml similarity index 100% rename from stable/booksonic-air/13.5.2/templates/common.yaml rename to stable/boinc/9.7.1/templates/common.yaml diff --git a/stable/browserless-chrome/9.5.1/values.yaml b/stable/boinc/9.7.1/values.yaml similarity index 100% rename from stable/browserless-chrome/9.5.1/values.yaml rename to stable/boinc/9.7.1/values.yaml diff --git a/stable/booksonic-air/13.5.2/CHANGELOG.md b/stable/booksonic-air/13.5.2/CHANGELOG.md deleted file mode 100644 index 76d4121504d..00000000000 --- a/stable/booksonic-air/13.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [booksonic-air-13.5.2](https://github.com/truecharts/charts/compare/booksonic-air-13.5.1...booksonic-air-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [booksonic-air-13.5.1](https://github.com/truecharts/charts/compare/booksonic-air-13.5.0...booksonic-air-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [booksonic-air-13.5.0](https://github.com/truecharts/charts/compare/booksonic-air-13.4.2...booksonic-air-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [booksonic-air-13.4.2](https://github.com/truecharts/charts/compare/booksonic-air-13.4.1...booksonic-air-13.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/booksonic-air to 2201.1.0[@ab68298](https://github.com/ab68298) by renovate ([#18992](https://github.com/truecharts/charts/issues/18992)) - - -## [booksonic-air-13.4.1](https://github.com/truecharts/charts/compare/booksonic-air-13.4.0...booksonic-air-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [booksonic-air-13.4.0](https://github.com/truecharts/charts/compare/booksonic-air-13.3.0...booksonic-air-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [booksonic-air-13.3.0](https://github.com/truecharts/charts/compare/booksonic-air-13.2.4...booksonic-air-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [booksonic-air-13.2.4](https://github.com/truecharts/charts/compare/booksonic-air-13.2.3...booksonic-air-13.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [booksonic-air-13.2.3](https://github.com/truecharts/charts/compare/booksonic-air-13.2.1...booksonic-air-13.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/booksonic-air/13.5.2/Chart.yaml b/stable/booksonic-air/13.5.2/Chart.yaml deleted file mode 100644 index 61d79ff75e9..00000000000 --- a/stable/booksonic-air/13.5.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: 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.0.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.5.2 diff --git a/stable/booksonic-air/13.5.2/charts/common-20.0.9.tgz b/stable/booksonic-air/13.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/booksonic-air/13.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/booksonic-air/13.5.2/ix_values.yaml b/stable/booksonic-air/13.5.2/ix_values.yaml deleted file mode 100644 index 7836a2a9585..00000000000 --- a/stable/booksonic-air/13.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/booksonic-air - pullPolicy: IfNotPresent - tag: 2201.1.0@sha256:ab682983de2aae55baa8389b4b1190c7e3a59b2d7a54df87aca86f38bc223a70 -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/budge/9.5.2/.helmignore b/stable/booksonic-air/13.7.1/.helmignore similarity index 100% rename from stable/budge/9.5.2/.helmignore rename to stable/booksonic-air/13.7.1/.helmignore diff --git a/stable/booksonic-air/13.7.1/CHANGELOG.md b/stable/booksonic-air/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..966e4e573ed --- /dev/null +++ b/stable/booksonic-air/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/booksonic-air/13.7.1/Chart.yaml b/stable/booksonic-air/13.7.1/Chart.yaml new file mode 100644 index 00000000000..fbad2e5ee4a --- /dev/null +++ b/stable/booksonic-air/13.7.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: 2201.1.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/booksonic-air/13.5.2/README.md b/stable/booksonic-air/13.7.1/README.md similarity index 100% rename from stable/booksonic-air/13.5.2/README.md rename to stable/booksonic-air/13.7.1/README.md diff --git a/stable/booksonic-air/13.7.1/app-changelog.md b/stable/booksonic-air/13.7.1/app-changelog.md new file mode 100644 index 00000000000..d5d7bef3759 --- /dev/null +++ b/stable/booksonic-air/13.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [booksonic-air-13.7.1](https://github.com/truecharts/charts/compare/booksonic-air-13.6.0...booksonic-air-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/booksonic-air/13.7.1/app-readme.md similarity index 100% rename from stable/booksonic-air/13.5.2/app-readme.md rename to stable/booksonic-air/13.7.1/app-readme.md diff --git a/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz b/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/booksonic-air/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/booksonic-air/13.7.1/ix_values.yaml b/stable/booksonic-air/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..c2709448d08 --- /dev/null +++ b/stable/booksonic-air/13.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/booksonic-air + pullPolicy: IfNotPresent + tag: 2201.1.0@sha256:2d7b0569ad3325db3bfac325bb2447bc4c76d962df86357eef265a99f1fe7b9c +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.5.2/questions.yaml b/stable/booksonic-air/13.7.1/questions.yaml similarity index 100% rename from stable/booksonic-air/13.5.2/questions.yaml rename to stable/booksonic-air/13.7.1/questions.yaml diff --git a/stable/calibre-web/18.5.2/templates/NOTES.txt b/stable/booksonic-air/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/calibre-web/18.5.2/templates/NOTES.txt rename to stable/booksonic-air/13.7.1/templates/NOTES.txt diff --git a/stable/borg-server/4.5.1/templates/common.yaml b/stable/booksonic-air/13.7.1/templates/common.yaml similarity index 100% rename from stable/borg-server/4.5.1/templates/common.yaml rename to stable/booksonic-air/13.7.1/templates/common.yaml diff --git a/stable/budge/9.5.2/values.yaml b/stable/booksonic-air/13.7.1/values.yaml similarity index 100% rename from stable/budge/9.5.2/values.yaml rename to stable/booksonic-air/13.7.1/values.yaml diff --git a/stable/bookstack/13.5.1/CHANGELOG.md b/stable/bookstack/13.5.1/CHANGELOG.md deleted file mode 100644 index 4bffa827b20..00000000000 --- a/stable/bookstack/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bookstack-13.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.0](https://github.com/truecharts/charts/compare/bookstack-13.4.3...bookstack-13.5.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [bookstack-13.4.3](https://github.com/truecharts/charts/compare/bookstack-13.4.2...bookstack-13.4.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/bookstack/13.5.1/Chart.yaml b/stable/bookstack/13.5.1/Chart.yaml deleted file mode 100644 index a44c32b5ed3..00000000000 --- a/stable/bookstack/13.5.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.5.1 diff --git a/stable/bookstack/13.5.1/app-changelog.md b/stable/bookstack/13.5.1/app-changelog.md deleted file mode 100644 index 5d6e9e91cf8..00000000000 --- a/stable/bookstack/13.5.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [bookstack-13.5.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1/charts/common-20.1.5.tgz b/stable/bookstack/13.5.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/bookstack/13.5.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/bookstack/13.5.1/charts/mariadb-13.5.4.tgz b/stable/bookstack/13.5.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/bookstack/13.5.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/bwapp/5.5.1/.helmignore b/stable/bookstack/13.8.1/.helmignore similarity index 100% rename from stable/bwapp/5.5.1/.helmignore rename to stable/bookstack/13.8.1/.helmignore diff --git a/stable/bookstack/13.8.1/CHANGELOG.md b/stable/bookstack/13.8.1/CHANGELOG.md new file mode 100644 index 00000000000..7468b5da5ce --- /dev/null +++ b/stable/bookstack/13.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bookstack-13.8.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/bookstack/13.8.1/Chart.yaml b/stable/bookstack/13.8.1/Chart.yaml new file mode 100644 index 00000000000..63b4e4401af --- /dev/null +++ b/stable/bookstack/13.8.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/bookstack/13.5.1/README.md b/stable/bookstack/13.8.1/README.md similarity index 100% rename from stable/bookstack/13.5.1/README.md rename to stable/bookstack/13.8.1/README.md diff --git a/stable/bookstack/13.8.1/app-changelog.md b/stable/bookstack/13.8.1/app-changelog.md new file mode 100644 index 00000000000..7f62d8691bb --- /dev/null +++ b/stable/bookstack/13.8.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [bookstack-13.8.1](https://github.com/truecharts/charts/compare/bookstack-13.5.0...bookstack-13.8.1) (2024-03-17) + +### Chore + + + +- update container 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.5.1/app-readme.md b/stable/bookstack/13.8.1/app-readme.md similarity index 100% rename from stable/bookstack/13.5.1/app-readme.md rename to stable/bookstack/13.8.1/app-readme.md diff --git a/stable/bookstack/13.8.1/charts/common-20.2.2.tgz b/stable/bookstack/13.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bookstack/13.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/bookstack/13.8.1/charts/mariadb-13.7.0.tgz b/stable/bookstack/13.8.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/bookstack/13.8.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/bookstack/13.5.1/ix_values.yaml b/stable/bookstack/13.8.1/ix_values.yaml similarity index 100% rename from stable/bookstack/13.5.1/ix_values.yaml rename to stable/bookstack/13.8.1/ix_values.yaml diff --git a/stable/bookstack/13.5.1/questions.yaml b/stable/bookstack/13.8.1/questions.yaml similarity index 100% rename from stable/bookstack/13.5.1/questions.yaml rename to stable/bookstack/13.8.1/questions.yaml diff --git a/stable/calibre/14.6.1/templates/NOTES.txt b/stable/bookstack/13.8.1/templates/NOTES.txt similarity index 100% rename from stable/calibre/14.6.1/templates/NOTES.txt rename to stable/bookstack/13.8.1/templates/NOTES.txt diff --git a/stable/bookstack/13.5.1/templates/_secrets.tpl b/stable/bookstack/13.8.1/templates/_secrets.tpl similarity index 100% rename from stable/bookstack/13.5.1/templates/_secrets.tpl rename to stable/bookstack/13.8.1/templates/_secrets.tpl diff --git a/stable/bookstack/13.5.1/templates/common.yaml b/stable/bookstack/13.8.1/templates/common.yaml similarity index 100% rename from stable/bookstack/13.5.1/templates/common.yaml rename to stable/bookstack/13.8.1/templates/common.yaml diff --git a/stable/bwapp/5.5.1/values.yaml b/stable/bookstack/13.8.1/values.yaml similarity index 100% rename from stable/bwapp/5.5.1/values.yaml rename to stable/bookstack/13.8.1/values.yaml diff --git a/stable/borg-server/4.5.1/CHANGELOG.md b/stable/borg-server/4.5.1/CHANGELOG.md deleted file mode 100644 index b53b7c1fbc2..00000000000 --- a/stable/borg-server/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [borg-server-4.5.1](https://github.com/truecharts/charts/compare/borg-server-4.5.0...borg-server-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [borg-server-4.5.0](https://github.com/truecharts/charts/compare/borg-server-4.4.1...borg-server-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [borg-server-4.4.1](https://github.com/truecharts/charts/compare/borg-server-4.4.0...borg-server-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [borg-server-4.4.0](https://github.com/truecharts/charts/compare/borg-server-4.3.0...borg-server-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [borg-server-4.3.0](https://github.com/truecharts/charts/compare/borg-server-4.2.3...borg-server-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [borg-server-4.2.3](https://github.com/truecharts/charts/compare/borg-server-4.2.2...borg-server-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [borg-server-4.2.2](https://github.com/truecharts/charts/compare/borg-server-4.2.0...borg-server-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [borg-server-3.1.15](https://github.com/truecharts/charts/compare/borg-server-3.1.14...borg-server-3.1.15) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/anotherstranger/borg-server to v2.2.5[@e6745c2](https://github.com/e6745c2) by renovate ([#17908](https://github.com/truecharts/charts/issues/17908)) - - -## [borg-server-3.1.14](https://github.com/truecharts/charts/compare/borg-server-3.1.13...borg-server-3.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/borg-server/4.5.1/Chart.yaml b/stable/borg-server/4.5.1/Chart.yaml deleted file mode 100644 index 68c7ba5ebc7..00000000000 --- a/stable/borg-server/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/borg-server/4.5.1/charts/common-20.0.8.tgz b/stable/borg-server/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/borg-server/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cadquery-server/5.5.1/.helmignore b/stable/borg-server/4.7.1/.helmignore similarity index 100% rename from stable/cadquery-server/5.5.1/.helmignore rename to stable/borg-server/4.7.1/.helmignore diff --git a/stable/borg-server/4.7.1/CHANGELOG.md b/stable/borg-server/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3b355323857 --- /dev/null +++ b/stable/borg-server/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [borg-server-4.7.1](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/borg-server/4.7.1/Chart.yaml new file mode 100644 index 00000000000..834f9ba103c --- /dev/null +++ b/stable/borg-server/4.7.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: 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.2 + 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.1 diff --git a/stable/borg-server/4.5.1/README.md b/stable/borg-server/4.7.1/README.md similarity index 100% rename from stable/borg-server/4.5.1/README.md rename to stable/borg-server/4.7.1/README.md diff --git a/stable/borg-server/4.7.1/app-changelog.md b/stable/borg-server/4.7.1/app-changelog.md new file mode 100644 index 00000000000..ae60c8c412f --- /dev/null +++ b/stable/borg-server/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [borg-server-4.7.1](https://github.com/truecharts/charts/compare/borg-server-4.6.0...borg-server-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/borg-server/4.7.1/app-readme.md similarity index 100% rename from stable/borg-server/4.5.1/app-readme.md rename to stable/borg-server/4.7.1/app-readme.md diff --git a/stable/borg-server/4.7.1/charts/common-20.2.2.tgz b/stable/borg-server/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/borg-server/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/borg-server/4.5.1/ix_values.yaml b/stable/borg-server/4.7.1/ix_values.yaml similarity index 100% rename from stable/borg-server/4.5.1/ix_values.yaml rename to stable/borg-server/4.7.1/ix_values.yaml diff --git a/stable/borg-server/4.5.1/questions.yaml b/stable/borg-server/4.7.1/questions.yaml similarity index 100% rename from stable/borg-server/4.5.1/questions.yaml rename to stable/borg-server/4.7.1/questions.yaml diff --git a/stable/changedetection-io/2.5.1/templates/NOTES.txt b/stable/borg-server/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/changedetection-io/2.5.1/templates/NOTES.txt rename to stable/borg-server/4.7.1/templates/NOTES.txt diff --git a/stable/browserless-chrome/9.5.1/templates/common.yaml b/stable/borg-server/4.7.1/templates/common.yaml similarity index 100% rename from stable/browserless-chrome/9.5.1/templates/common.yaml rename to stable/borg-server/4.7.1/templates/common.yaml diff --git a/stable/cadquery-server/5.5.1/values.yaml b/stable/borg-server/4.7.1/values.yaml similarity index 100% rename from stable/cadquery-server/5.5.1/values.yaml rename to stable/borg-server/4.7.1/values.yaml diff --git a/stable/breitbandmessung-de/5.5.1/CHANGELOG.md b/stable/breitbandmessung-de/5.5.1/CHANGELOG.md deleted file mode 100644 index ba339e3f4ae..00000000000 --- a/stable/breitbandmessung-de/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [breitbandmessung-de-5.5.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.5.0...breitbandmessung-de-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [breitbandmessung-de-5.5.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.4.1...breitbandmessung-de-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [breitbandmessung-de-5.4.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.4.0...breitbandmessung-de-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [breitbandmessung-de-5.4.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.3.0...breitbandmessung-de-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [breitbandmessung-de-5.3.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.3...breitbandmessung-de-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [breitbandmessung-de-5.2.3](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.2...breitbandmessung-de-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [breitbandmessung-de-5.2.2](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.2.0...breitbandmessung-de-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [breitbandmessung-de-4.1.13](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.12...breitbandmessung-de-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [breitbandmessung-de-4.1.12](https://github.com/truecharts/charts/compare/breitbandmessung-de-4.1.11...breitbandmessung-de-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/breitbandmessung-de/5.5.1/Chart.yaml b/stable/breitbandmessung-de/5.5.1/Chart.yaml deleted file mode 100644 index f6d3d3a802d..00000000000 --- a/stable/breitbandmessung-de/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/breitbandmessung-de/5.5.1/charts/common-20.0.8.tgz b/stable/breitbandmessung-de/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/breitbandmessung-de/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/calibre-web/18.5.2/.helmignore b/stable/breitbandmessung-de/5.7.1/.helmignore similarity index 100% rename from stable/calibre-web/18.5.2/.helmignore rename to stable/breitbandmessung-de/5.7.1/.helmignore diff --git a/stable/breitbandmessung-de/5.7.1/CHANGELOG.md b/stable/breitbandmessung-de/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..580cd388171 --- /dev/null +++ b/stable/breitbandmessung-de/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [breitbandmessung-de-5.7.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/breitbandmessung-de/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3fc4e869336 --- /dev/null +++ b/stable/breitbandmessung-de/5.7.1/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.2 + 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.1 diff --git a/stable/breitbandmessung-de/5.5.1/README.md b/stable/breitbandmessung-de/5.7.1/README.md similarity index 100% rename from stable/breitbandmessung-de/5.5.1/README.md rename to stable/breitbandmessung-de/5.7.1/README.md diff --git a/stable/breitbandmessung-de/5.7.1/app-changelog.md b/stable/breitbandmessung-de/5.7.1/app-changelog.md new file mode 100644 index 00000000000..83add86ca82 --- /dev/null +++ b/stable/breitbandmessung-de/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [breitbandmessung-de-5.7.1](https://github.com/truecharts/charts/compare/breitbandmessung-de-5.6.0...breitbandmessung-de-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/breitbandmessung-de/5.7.1/app-readme.md similarity index 100% rename from stable/breitbandmessung-de/5.5.1/app-readme.md rename to stable/breitbandmessung-de/5.7.1/app-readme.md diff --git a/stable/breitbandmessung-de/5.7.1/charts/common-20.2.2.tgz b/stable/breitbandmessung-de/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/breitbandmessung-de/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/breitbandmessung-de/5.5.1/ix_values.yaml b/stable/breitbandmessung-de/5.7.1/ix_values.yaml similarity index 100% rename from stable/breitbandmessung-de/5.5.1/ix_values.yaml rename to stable/breitbandmessung-de/5.7.1/ix_values.yaml diff --git a/stable/breitbandmessung-de/5.5.1/questions.yaml b/stable/breitbandmessung-de/5.7.1/questions.yaml similarity index 100% rename from stable/breitbandmessung-de/5.5.1/questions.yaml rename to stable/breitbandmessung-de/5.7.1/questions.yaml diff --git a/stable/breitbandmessung-de/5.5.1/templates/common.yaml b/stable/breitbandmessung-de/5.7.1/templates/common.yaml similarity index 100% rename from stable/breitbandmessung-de/5.5.1/templates/common.yaml rename to stable/breitbandmessung-de/5.7.1/templates/common.yaml diff --git a/stable/calibre-web/18.5.2/values.yaml b/stable/breitbandmessung-de/5.7.1/values.yaml similarity index 100% rename from stable/calibre-web/18.5.2/values.yaml rename to stable/breitbandmessung-de/5.7.1/values.yaml diff --git a/stable/browserless-chrome/9.5.1/CHANGELOG.md b/stable/browserless-chrome/9.5.1/CHANGELOG.md deleted file mode 100644 index 257135c460d..00000000000 --- a/stable/browserless-chrome/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [browserless-chrome-9.5.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.5.0...browserless-chrome-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [browserless-chrome-9.5.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.4.1...browserless-chrome-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [browserless-chrome-9.4.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.4.0...browserless-chrome-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [browserless-chrome-9.4.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.3.0...browserless-chrome-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [browserless-chrome-9.3.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.3...browserless-chrome-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [browserless-chrome-9.2.3](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.2...browserless-chrome-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [browserless-chrome-9.2.2](https://github.com/truecharts/charts/compare/browserless-chrome-9.2.0...browserless-chrome-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [browserless-chrome-8.2.1](https://github.com/truecharts/charts/compare/browserless-chrome-8.2.0...browserless-chrome-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [browserless-chrome-8.2.0](https://github.com/truecharts/charts/compare/browserless-chrome-8.1.12...browserless-chrome-8.2.0) (2024-01-29) - -### Chore - - - -- update container image browserless/chrome to v1.61.1[@efac47c](https://github.com/efac47c) by renovate ([#17690](https://github.com/truecharts/charts/issues/17690)) diff --git a/stable/browserless-chrome/9.5.1/Chart.yaml b/stable/browserless-chrome/9.5.1/Chart.yaml deleted file mode 100644 index 34578a244ed..00000000000 --- a/stable/browserless-chrome/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/browserless-chrome/9.5.1/charts/common-20.0.8.tgz b/stable/browserless-chrome/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/browserless-chrome/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/calibre/14.6.1/.helmignore b/stable/browserless-chrome/9.7.1/.helmignore similarity index 100% rename from stable/calibre/14.6.1/.helmignore rename to stable/browserless-chrome/9.7.1/.helmignore diff --git a/stable/browserless-chrome/9.7.1/CHANGELOG.md b/stable/browserless-chrome/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..346c4e9e80d --- /dev/null +++ b/stable/browserless-chrome/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [browserless-chrome-9.7.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/browserless-chrome/9.7.1/Chart.yaml new file mode 100644 index 00000000000..93c2351408d --- /dev/null +++ b/stable/browserless-chrome/9.7.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: 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.2 + 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.1 diff --git a/stable/browserless-chrome/9.5.1/README.md b/stable/browserless-chrome/9.7.1/README.md similarity index 100% rename from stable/browserless-chrome/9.5.1/README.md rename to stable/browserless-chrome/9.7.1/README.md diff --git a/stable/browserless-chrome/9.7.1/app-changelog.md b/stable/browserless-chrome/9.7.1/app-changelog.md new file mode 100644 index 00000000000..edf9b6e41d7 --- /dev/null +++ b/stable/browserless-chrome/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [browserless-chrome-9.7.1](https://github.com/truecharts/charts/compare/browserless-chrome-9.6.0...browserless-chrome-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/browserless-chrome/9.7.1/app-readme.md similarity index 100% rename from stable/browserless-chrome/9.5.1/app-readme.md rename to stable/browserless-chrome/9.7.1/app-readme.md diff --git a/stable/browserless-chrome/9.7.1/charts/common-20.2.2.tgz b/stable/browserless-chrome/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/browserless-chrome/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/browserless-chrome/9.5.1/ix_values.yaml b/stable/browserless-chrome/9.7.1/ix_values.yaml similarity index 100% rename from stable/browserless-chrome/9.5.1/ix_values.yaml rename to stable/browserless-chrome/9.7.1/ix_values.yaml diff --git a/stable/browserless-chrome/9.5.1/questions.yaml b/stable/browserless-chrome/9.7.1/questions.yaml similarity index 100% rename from stable/browserless-chrome/9.5.1/questions.yaml rename to stable/browserless-chrome/9.7.1/questions.yaml diff --git a/stable/channels-dvr/6.5.1/templates/NOTES.txt b/stable/browserless-chrome/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/channels-dvr/6.5.1/templates/NOTES.txt rename to stable/browserless-chrome/9.7.1/templates/NOTES.txt diff --git a/stable/budge/9.5.2/templates/common.yaml b/stable/browserless-chrome/9.7.1/templates/common.yaml similarity index 100% rename from stable/budge/9.5.2/templates/common.yaml rename to stable/browserless-chrome/9.7.1/templates/common.yaml diff --git a/stable/calibre/14.6.1/values.yaml b/stable/browserless-chrome/9.7.1/values.yaml similarity index 100% rename from stable/calibre/14.6.1/values.yaml rename to stable/browserless-chrome/9.7.1/values.yaml diff --git a/stable/budge/9.5.2/CHANGELOG.md b/stable/budge/9.5.2/CHANGELOG.md deleted file mode 100644 index 2ef1c8f8a1c..00000000000 --- a/stable/budge/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [budge-9.5.2](https://github.com/truecharts/charts/compare/budge-9.5.1...budge-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [budge-9.5.1](https://github.com/truecharts/charts/compare/budge-9.5.0...budge-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [budge-9.5.0](https://github.com/truecharts/charts/compare/budge-9.4.2...budge-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [budge-9.4.2](https://github.com/truecharts/charts/compare/budge-9.4.1...budge-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/budge to 0.0.9[@c69c78d](https://github.com/c69c78d) by renovate ([#18993](https://github.com/truecharts/charts/issues/18993)) - - -## [budge-9.4.1](https://github.com/truecharts/charts/compare/budge-9.4.0...budge-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [budge-9.4.0](https://github.com/truecharts/charts/compare/budge-9.3.0...budge-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [budge-9.3.0](https://github.com/truecharts/charts/compare/budge-9.2.4...budge-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [budge-9.2.4](https://github.com/truecharts/charts/compare/budge-9.2.3...budge-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [budge-9.2.3](https://github.com/truecharts/charts/compare/budge-9.2.1...budge-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/budge/9.5.2/Chart.yaml b/stable/budge/9.5.2/Chart.yaml deleted file mode 100644 index 4690695bd35..00000000000 --- a/stable/budge/9.5.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: 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.0.9 - 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.5.2 diff --git a/stable/budge/9.5.2/charts/common-20.0.9.tgz b/stable/budge/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/budge/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/budge/9.5.2/ix_values.yaml b/stable/budge/9.5.2/ix_values.yaml deleted file mode 100644 index 63382140dd8..00000000000 --- a/stable/budge/9.5.2/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: ghcr.io/linuxserver/budge - tag: 0.0.9@sha256:c69c78d2d42dc717719a09522d0e95b437fd68dba155581793718eddee36054d - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10165 - protocol: http - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - NODE_ENV: "production" -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/changedetection-io/2.5.1/.helmignore b/stable/budge/9.7.2/.helmignore similarity index 100% rename from stable/changedetection-io/2.5.1/.helmignore rename to stable/budge/9.7.2/.helmignore diff --git a/stable/budge/9.7.2/CHANGELOG.md b/stable/budge/9.7.2/CHANGELOG.md new file mode 100644 index 00000000000..621f951256c --- /dev/null +++ b/stable/budge/9.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [budge-9.7.2](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/budge/9.7.2/Chart.yaml b/stable/budge/9.7.2/Chart.yaml new file mode 100644 index 00000000000..9577faeb7fd --- /dev/null +++ b/stable/budge/9.7.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: 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.2 + 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.2 diff --git a/stable/budge/9.5.2/README.md b/stable/budge/9.7.2/README.md similarity index 100% rename from stable/budge/9.5.2/README.md rename to stable/budge/9.7.2/README.md diff --git a/stable/budge/9.7.2/app-changelog.md b/stable/budge/9.7.2/app-changelog.md new file mode 100644 index 00000000000..2ad5814543e --- /dev/null +++ b/stable/budge/9.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [budge-9.7.2](https://github.com/truecharts/charts/compare/budge-9.6.0...budge-9.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/budge/9.7.2/app-readme.md similarity index 100% rename from stable/budge/9.5.2/app-readme.md rename to stable/budge/9.7.2/app-readme.md diff --git a/stable/budge/9.7.2/charts/common-20.2.2.tgz b/stable/budge/9.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/budge/9.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/budge/9.7.2/ix_values.yaml b/stable/budge/9.7.2/ix_values.yaml new file mode 100644 index 00000000000..73c9694fac0 --- /dev/null +++ b/stable/budge/9.7.2/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: ghcr.io/linuxserver/budge + tag: 0.0.9@sha256:beb5baad756a983e0a13ffc9fd360ba83a01f9b7fefd00872f984297ccca26ed + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10165 + protocol: http + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + NODE_ENV: "production" +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/budge/9.5.2/questions.yaml b/stable/budge/9.7.2/questions.yaml similarity index 100% rename from stable/budge/9.5.2/questions.yaml rename to stable/budge/9.7.2/questions.yaml diff --git a/stable/chevereto/12.9.1/templates/NOTES.txt b/stable/budge/9.7.2/templates/NOTES.txt similarity index 100% rename from stable/chevereto/12.9.1/templates/NOTES.txt rename to stable/budge/9.7.2/templates/NOTES.txt diff --git a/stable/calibre-web/18.5.2/templates/common.yaml b/stable/budge/9.7.2/templates/common.yaml similarity index 100% rename from stable/calibre-web/18.5.2/templates/common.yaml rename to stable/budge/9.7.2/templates/common.yaml diff --git a/stable/changedetection-io/2.5.1/values.yaml b/stable/budge/9.7.2/values.yaml similarity index 100% rename from stable/changedetection-io/2.5.1/values.yaml rename to stable/budge/9.7.2/values.yaml diff --git a/stable/bwapp/5.5.1/CHANGELOG.md b/stable/bwapp/5.5.1/CHANGELOG.md deleted file mode 100644 index c940380ad9d..00000000000 --- a/stable/bwapp/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [bwapp-5.5.1](https://github.com/truecharts/charts/compare/bwapp-5.5.0...bwapp-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [bwapp-5.5.0](https://github.com/truecharts/charts/compare/bwapp-5.4.1...bwapp-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [bwapp-5.4.1](https://github.com/truecharts/charts/compare/bwapp-5.4.0...bwapp-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [bwapp-5.4.0](https://github.com/truecharts/charts/compare/bwapp-5.3.0...bwapp-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [bwapp-5.3.0](https://github.com/truecharts/charts/compare/bwapp-5.2.3...bwapp-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [bwapp-5.2.3](https://github.com/truecharts/charts/compare/bwapp-5.2.2...bwapp-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [bwapp-5.2.2](https://github.com/truecharts/charts/compare/bwapp-5.2.0...bwapp-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [bwapp-4.1.12](https://github.com/truecharts/charts/compare/bwapp-4.1.11...bwapp-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [bwapp-4.1.11](https://github.com/truecharts/charts/compare/bwapp-4.1.10...bwapp-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/bwapp/5.5.1/Chart.yaml b/stable/bwapp/5.5.1/Chart.yaml deleted file mode 100644 index 0fbee3ba0fb..00000000000 --- a/stable/bwapp/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/bwapp/5.5.1/charts/common-20.0.8.tgz b/stable/bwapp/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/bwapp/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/channels-dvr/6.5.1/.helmignore b/stable/bwapp/5.7.1/.helmignore similarity index 100% rename from stable/channels-dvr/6.5.1/.helmignore rename to stable/bwapp/5.7.1/.helmignore diff --git a/stable/bwapp/5.7.1/CHANGELOG.md b/stable/bwapp/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5b780a5631e --- /dev/null +++ b/stable/bwapp/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [bwapp-5.7.1](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/bwapp/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1ce223ef2c4 --- /dev/null +++ b/stable/bwapp/5.7.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: 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.2 + 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.1 diff --git a/stable/bwapp/5.5.1/README.md b/stable/bwapp/5.7.1/README.md similarity index 100% rename from stable/bwapp/5.5.1/README.md rename to stable/bwapp/5.7.1/README.md diff --git a/stable/bwapp/5.7.1/app-changelog.md b/stable/bwapp/5.7.1/app-changelog.md new file mode 100644 index 00000000000..161fce72353 --- /dev/null +++ b/stable/bwapp/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [bwapp-5.7.1](https://github.com/truecharts/charts/compare/bwapp-5.6.0...bwapp-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/bwapp/5.7.1/app-readme.md similarity index 100% rename from stable/bwapp/5.5.1/app-readme.md rename to stable/bwapp/5.7.1/app-readme.md diff --git a/stable/bwapp/5.7.1/charts/common-20.2.2.tgz b/stable/bwapp/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/bwapp/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/bwapp/5.5.1/ix_values.yaml b/stable/bwapp/5.7.1/ix_values.yaml similarity index 100% rename from stable/bwapp/5.5.1/ix_values.yaml rename to stable/bwapp/5.7.1/ix_values.yaml diff --git a/stable/bwapp/5.5.1/questions.yaml b/stable/bwapp/5.7.1/questions.yaml similarity index 100% rename from stable/bwapp/5.5.1/questions.yaml rename to stable/bwapp/5.7.1/questions.yaml diff --git a/stable/bwapp/5.5.1/templates/common.yaml b/stable/bwapp/5.7.1/templates/common.yaml similarity index 100% rename from stable/bwapp/5.5.1/templates/common.yaml rename to stable/bwapp/5.7.1/templates/common.yaml diff --git a/stable/channels-dvr/6.5.1/values.yaml b/stable/bwapp/5.7.1/values.yaml similarity index 100% rename from stable/channels-dvr/6.5.1/values.yaml rename to stable/bwapp/5.7.1/values.yaml diff --git a/stable/cadquery-server/5.5.1/CHANGELOG.md b/stable/cadquery-server/5.5.1/CHANGELOG.md deleted file mode 100644 index 8e8cc2cbcae..00000000000 --- a/stable/cadquery-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cadquery-server-5.5.1](https://github.com/truecharts/charts/compare/cadquery-server-5.5.0...cadquery-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cadquery-server-5.5.0](https://github.com/truecharts/charts/compare/cadquery-server-5.4.1...cadquery-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cadquery-server-5.4.1](https://github.com/truecharts/charts/compare/cadquery-server-5.4.0...cadquery-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cadquery-server-5.4.0](https://github.com/truecharts/charts/compare/cadquery-server-5.3.0...cadquery-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cadquery-server-5.3.0](https://github.com/truecharts/charts/compare/cadquery-server-5.2.3...cadquery-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cadquery-server-5.2.3](https://github.com/truecharts/charts/compare/cadquery-server-5.2.2...cadquery-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cadquery-server-5.2.2](https://github.com/truecharts/charts/compare/cadquery-server-5.2.0...cadquery-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cadquery-server-4.1.12](https://github.com/truecharts/charts/compare/cadquery-server-4.1.11...cadquery-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cadquery-server-4.1.11](https://github.com/truecharts/charts/compare/cadquery-server-4.1.10...cadquery-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cadquery-server/5.5.1/Chart.yaml b/stable/cadquery-server/5.5.1/Chart.yaml deleted file mode 100644 index b0350d9c958..00000000000 --- a/stable/cadquery-server/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/cadquery-server/5.5.1/charts/common-20.0.8.tgz b/stable/cadquery-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cadquery-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chevereto/12.9.1/.helmignore b/stable/cadquery-server/5.7.1/.helmignore similarity index 100% rename from stable/chevereto/12.9.1/.helmignore rename to stable/cadquery-server/5.7.1/.helmignore diff --git a/stable/cadquery-server/5.7.1/CHANGELOG.md b/stable/cadquery-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ea2035a1ccc --- /dev/null +++ b/stable/cadquery-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cadquery-server-5.7.1](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cadquery-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..95ce8486733 --- /dev/null +++ b/stable/cadquery-server/5.7.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: 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.2 + 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.1 diff --git a/stable/cadquery-server/5.5.1/README.md b/stable/cadquery-server/5.7.1/README.md similarity index 100% rename from stable/cadquery-server/5.5.1/README.md rename to stable/cadquery-server/5.7.1/README.md diff --git a/stable/cadquery-server/5.7.1/app-changelog.md b/stable/cadquery-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..df5fde12050 --- /dev/null +++ b/stable/cadquery-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cadquery-server-5.7.1](https://github.com/truecharts/charts/compare/cadquery-server-5.6.0...cadquery-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cadquery-server/5.7.1/app-readme.md similarity index 100% rename from stable/cadquery-server/5.5.1/app-readme.md rename to stable/cadquery-server/5.7.1/app-readme.md diff --git a/stable/cadquery-server/5.7.1/charts/common-20.2.2.tgz b/stable/cadquery-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cadquery-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cadquery-server/5.5.1/ix_values.yaml b/stable/cadquery-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/cadquery-server/5.5.1/ix_values.yaml rename to stable/cadquery-server/5.7.1/ix_values.yaml diff --git a/stable/cadquery-server/5.5.1/questions.yaml b/stable/cadquery-server/5.7.1/questions.yaml similarity index 100% rename from stable/cadquery-server/5.5.1/questions.yaml rename to stable/cadquery-server/5.7.1/questions.yaml diff --git a/stable/cadquery-server/5.5.1/templates/common.yaml b/stable/cadquery-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/cadquery-server/5.5.1/templates/common.yaml rename to stable/cadquery-server/5.7.1/templates/common.yaml diff --git a/stable/chevereto/12.9.1/values.yaml b/stable/cadquery-server/5.7.1/values.yaml similarity index 100% rename from stable/chevereto/12.9.1/values.yaml rename to stable/cadquery-server/5.7.1/values.yaml diff --git a/stable/calibre-web/18.5.2/CHANGELOG.md b/stable/calibre-web/18.5.2/CHANGELOG.md deleted file mode 100644 index 025be3a2b30..00000000000 --- a/stable/calibre-web/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [calibre-web-18.5.2](https://github.com/truecharts/charts/compare/calibre-web-18.5.1...calibre-web-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [calibre-web-18.5.1](https://github.com/truecharts/charts/compare/calibre-web-18.5.0...calibre-web-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [calibre-web-18.5.0](https://github.com/truecharts/charts/compare/calibre-web-18.4.2...calibre-web-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [calibre-web-18.4.2](https://github.com/truecharts/charts/compare/calibre-web-18.4.1...calibre-web-18.4.2) (2024-03-11) - -### Chore - - - -- update container image linuxserver/calibre-web to version-0.6.21[@d42412a](https://github.com/d42412a) by renovate ([#19025](https://github.com/truecharts/charts/issues/19025)) - - -## [calibre-web-18.4.1](https://github.com/truecharts/charts/compare/calibre-web-18.4.0...calibre-web-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [calibre-web-18.4.0](https://github.com/truecharts/charts/compare/calibre-web-18.3.0...calibre-web-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [calibre-web-18.3.0](https://github.com/truecharts/charts/compare/calibre-web-18.2.4...calibre-web-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [calibre-web-18.2.4](https://github.com/truecharts/charts/compare/calibre-web-18.2.3...calibre-web-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [calibre-web-18.2.3](https://github.com/truecharts/charts/compare/calibre-web-18.2.1...calibre-web-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/calibre-web/18.5.2/Chart.yaml b/stable/calibre-web/18.5.2/Chart.yaml deleted file mode 100644 index e100d8a7683..00000000000 --- a/stable/calibre-web/18.5.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: 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.0.9 - 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.5.2 diff --git a/stable/calibre-web/18.5.2/charts/common-20.0.9.tgz b/stable/calibre-web/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/calibre-web/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/calibre-web/18.5.2/ix_values.yaml b/stable/calibre-web/18.5.2/ix_values.yaml deleted file mode 100644 index bdbe4cf63bf..00000000000 --- a/stable/calibre-web/18.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: linuxserver/calibre-web - pullPolicy: IfNotPresent - tag: version-0.6.21@sha256:d42412a1a33206453a086d9e7c148815453f772ba0aea98574bc3a2e3b5fbf6b -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 8083 - protocol: http - targetPort: 8083 -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/chivalry-medievalwarfare/5.5.1/.helmignore b/stable/calibre-web/18.7.2/.helmignore similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/.helmignore rename to stable/calibre-web/18.7.2/.helmignore diff --git a/stable/calibre-web/18.7.2/CHANGELOG.md b/stable/calibre-web/18.7.2/CHANGELOG.md new file mode 100644 index 00000000000..6343de6b414 --- /dev/null +++ b/stable/calibre-web/18.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-web-18.7.2](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/calibre-web/18.7.2/Chart.yaml b/stable/calibre-web/18.7.2/Chart.yaml new file mode 100644 index 00000000000..94ca3882ede --- /dev/null +++ b/stable/calibre-web/18.7.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: 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.2 + 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.2 diff --git a/stable/calibre-web/18.5.2/README.md b/stable/calibre-web/18.7.2/README.md similarity index 100% rename from stable/calibre-web/18.5.2/README.md rename to stable/calibre-web/18.7.2/README.md diff --git a/stable/calibre-web/18.7.2/app-changelog.md b/stable/calibre-web/18.7.2/app-changelog.md new file mode 100644 index 00000000000..ae0ae12ada3 --- /dev/null +++ b/stable/calibre-web/18.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [calibre-web-18.7.2](https://github.com/truecharts/charts/compare/calibre-web-18.6.0...calibre-web-18.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/calibre-web/18.7.2/app-readme.md similarity index 100% rename from stable/calibre-web/18.5.2/app-readme.md rename to stable/calibre-web/18.7.2/app-readme.md diff --git a/stable/calibre-web/18.7.2/charts/common-20.2.2.tgz b/stable/calibre-web/18.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/calibre-web/18.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/calibre-web/18.7.2/ix_values.yaml b/stable/calibre-web/18.7.2/ix_values.yaml new file mode 100644 index 00000000000..706b63191a0 --- /dev/null +++ b/stable/calibre-web/18.7.2/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: linuxserver/calibre-web + pullPolicy: IfNotPresent + tag: version-0.6.21@sha256:b89ff20a37cf2bf5ca62a77ba7adc35e2182ca4161315f6a1bd0934c438ac0f3 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8083 + protocol: http + targetPort: 8083 +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/calibre-web/18.5.2/questions.yaml b/stable/calibre-web/18.7.2/questions.yaml similarity index 100% rename from stable/calibre-web/18.5.2/questions.yaml rename to stable/calibre-web/18.7.2/questions.yaml diff --git a/stable/chroma/2.5.1/templates/NOTES.txt b/stable/calibre-web/18.7.2/templates/NOTES.txt similarity index 100% rename from stable/chroma/2.5.1/templates/NOTES.txt rename to stable/calibre-web/18.7.2/templates/NOTES.txt diff --git a/stable/changedetection-io/2.5.1/templates/common.yaml b/stable/calibre-web/18.7.2/templates/common.yaml similarity index 100% rename from stable/changedetection-io/2.5.1/templates/common.yaml rename to stable/calibre-web/18.7.2/templates/common.yaml diff --git a/stable/chivalry-medievalwarfare/5.5.1/values.yaml b/stable/calibre-web/18.7.2/values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/values.yaml rename to stable/calibre-web/18.7.2/values.yaml diff --git a/stable/calibre/14.6.1/CHANGELOG.md b/stable/calibre/14.6.1/CHANGELOG.md deleted file mode 100644 index b1224e46199..00000000000 --- a/stable/calibre/14.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [calibre-14.6.1](https://github.com/truecharts/charts/compare/calibre-14.6.0...calibre-14.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [calibre-14.6.0](https://github.com/truecharts/charts/compare/calibre-14.5.2...calibre-14.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [calibre-14.5.2](https://github.com/truecharts/charts/compare/calibre-14.5.1...calibre-14.5.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/calibre to 7.6.0[@f0884e5](https://github.com/f0884e5) by renovate ([#18994](https://github.com/truecharts/charts/issues/18994)) - - -## [calibre-14.5.1](https://github.com/truecharts/charts/compare/calibre-14.5.0...calibre-14.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [calibre-14.5.0](https://github.com/truecharts/charts/compare/calibre-14.4.0...calibre-14.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [calibre-14.4.0](https://github.com/truecharts/charts/compare/calibre-14.3.3...calibre-14.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [calibre-14.3.3](https://github.com/truecharts/charts/compare/calibre-14.3.2...calibre-14.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [calibre-14.3.2](https://github.com/truecharts/charts/compare/calibre-14.3.0...calibre-14.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/calibre/14.6.1/Chart.yaml b/stable/calibre/14.6.1/Chart.yaml deleted file mode 100644 index b0f5b2f55a5..00000000000 --- a/stable/calibre/14.6.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: 7.6.0 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/calibre/14.6.1/charts/common-20.0.8.tgz b/stable/calibre/14.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/calibre/14.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chowdown/5.5.1/.helmignore b/stable/calibre/14.8.1/.helmignore similarity index 100% rename from stable/chowdown/5.5.1/.helmignore rename to stable/calibre/14.8.1/.helmignore diff --git a/stable/calibre/14.8.1/CHANGELOG.md b/stable/calibre/14.8.1/CHANGELOG.md new file mode 100644 index 00000000000..6e367f42e84 --- /dev/null +++ b/stable/calibre/14.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [calibre-14.8.1](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/calibre/14.8.1/Chart.yaml new file mode 100644 index 00000000000..6de1dc7f516 --- /dev/null +++ b/stable/calibre/14.8.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: 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.2 + 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.1 diff --git a/stable/calibre/14.6.1/README.md b/stable/calibre/14.8.1/README.md similarity index 100% rename from stable/calibre/14.6.1/README.md rename to stable/calibre/14.8.1/README.md diff --git a/stable/calibre/14.8.1/app-changelog.md b/stable/calibre/14.8.1/app-changelog.md new file mode 100644 index 00000000000..57cf8e77647 --- /dev/null +++ b/stable/calibre/14.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [calibre-14.8.1](https://github.com/truecharts/charts/compare/calibre-14.7.0...calibre-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/calibre/14.8.1/app-readme.md similarity index 100% rename from stable/calibre/14.6.1/app-readme.md rename to stable/calibre/14.8.1/app-readme.md diff --git a/stable/calibre/14.8.1/charts/common-20.2.2.tgz b/stable/calibre/14.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/calibre/14.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/calibre/14.6.1/ix_values.yaml b/stable/calibre/14.8.1/ix_values.yaml similarity index 100% rename from stable/calibre/14.6.1/ix_values.yaml rename to stable/calibre/14.8.1/ix_values.yaml diff --git a/stable/calibre/14.6.1/questions.yaml b/stable/calibre/14.8.1/questions.yaml similarity index 100% rename from stable/calibre/14.6.1/questions.yaml rename to stable/calibre/14.8.1/questions.yaml diff --git a/stable/chronos/8.5.1/templates/NOTES.txt b/stable/calibre/14.8.1/templates/NOTES.txt similarity index 100% rename from stable/chronos/8.5.1/templates/NOTES.txt rename to stable/calibre/14.8.1/templates/NOTES.txt diff --git a/stable/calibre/14.6.1/templates/common.yaml b/stable/calibre/14.8.1/templates/common.yaml similarity index 100% rename from stable/calibre/14.6.1/templates/common.yaml rename to stable/calibre/14.8.1/templates/common.yaml diff --git a/stable/chowdown/5.5.1/values.yaml b/stable/calibre/14.8.1/values.yaml similarity index 100% rename from stable/chowdown/5.5.1/values.yaml rename to stable/calibre/14.8.1/values.yaml diff --git a/stable/changedetection-io/2.5.1/CHANGELOG.md b/stable/changedetection-io/2.5.1/CHANGELOG.md deleted file mode 100644 index e68ba965a4a..00000000000 --- a/stable/changedetection-io/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [changedetection-io-2.5.1](https://github.com/truecharts/charts/compare/changedetection-io-2.5.0...changedetection-io-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [changedetection-io-2.5.0](https://github.com/truecharts/charts/compare/changedetection-io-2.4.2...changedetection-io-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [changedetection-io-2.4.2](https://github.com/truecharts/charts/compare/changedetection-io-2.4.1...changedetection-io-2.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/dgtlmoon/changedetection.io to v0.45.16[@247558e](https://github.com/247558e) by renovate ([#19064](https://github.com/truecharts/charts/issues/19064)) - - -## [changedetection-io-2.4.1](https://github.com/truecharts/charts/compare/changedetection-io-2.4.0...changedetection-io-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [changedetection-io-2.4.0](https://github.com/truecharts/charts/compare/changedetection-io-2.3.0...changedetection-io-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [changedetection-io-2.3.0](https://github.com/truecharts/charts/compare/changedetection-io-2.2.3...changedetection-io-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [changedetection-io-2.2.3](https://github.com/truecharts/charts/compare/changedetection-io-2.2.2...changedetection-io-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [changedetection-io-2.2.2](https://github.com/truecharts/charts/compare/changedetection-io-2.2.0...changedetection-io-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [changedetection-io-1.0.0](https://github.com/truecharts/charts/compare/changedetection-io-0.0.1...changedetection-io-1.0.0) (2024-02-10) - -### Feat - - - -- Move to Stable ([#18010](https://github.com/truecharts/charts/issues/18010)) \ No newline at end of file diff --git a/stable/changedetection-io/2.5.1/Chart.yaml b/stable/changedetection-io/2.5.1/Chart.yaml deleted file mode 100644 index 5bd272b6c41..00000000000 --- a/stable/changedetection-io/2.5.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: 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.0.8 - 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.5.1 diff --git a/stable/changedetection-io/2.5.1/charts/common-20.0.8.tgz b/stable/changedetection-io/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/changedetection-io/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chroma/2.5.1/.helmignore b/stable/changedetection-io/2.7.1/.helmignore similarity index 100% rename from stable/chroma/2.5.1/.helmignore rename to stable/changedetection-io/2.7.1/.helmignore diff --git a/stable/changedetection-io/2.7.1/CHANGELOG.md b/stable/changedetection-io/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c0df9bbd8fe --- /dev/null +++ b/stable/changedetection-io/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [changedetection-io-2.7.1](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/changedetection-io/2.7.1/Chart.yaml new file mode 100644 index 00000000000..2aa510ef407 --- /dev/null +++ b/stable/changedetection-io/2.7.1/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.2 + 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.1 diff --git a/stable/changedetection-io/2.5.1/README.md b/stable/changedetection-io/2.7.1/README.md similarity index 100% rename from stable/changedetection-io/2.5.1/README.md rename to stable/changedetection-io/2.7.1/README.md diff --git a/stable/changedetection-io/2.7.1/app-changelog.md b/stable/changedetection-io/2.7.1/app-changelog.md new file mode 100644 index 00000000000..f9ca95463b7 --- /dev/null +++ b/stable/changedetection-io/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [changedetection-io-2.7.1](https://github.com/truecharts/charts/compare/changedetection-io-2.6.0...changedetection-io-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/changedetection-io/2.7.1/app-readme.md similarity index 100% rename from stable/changedetection-io/2.5.1/app-readme.md rename to stable/changedetection-io/2.7.1/app-readme.md diff --git a/stable/changedetection-io/2.7.1/charts/common-20.2.2.tgz b/stable/changedetection-io/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/changedetection-io/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/changedetection-io/2.5.1/ix_values.yaml b/stable/changedetection-io/2.7.1/ix_values.yaml similarity index 100% rename from stable/changedetection-io/2.5.1/ix_values.yaml rename to stable/changedetection-io/2.7.1/ix_values.yaml diff --git a/stable/changedetection-io/2.5.1/questions.yaml b/stable/changedetection-io/2.7.1/questions.yaml similarity index 100% rename from stable/changedetection-io/2.5.1/questions.yaml rename to stable/changedetection-io/2.7.1/questions.yaml diff --git a/stable/clamav/10.5.1/templates/NOTES.txt b/stable/changedetection-io/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/clamav/10.5.1/templates/NOTES.txt rename to stable/changedetection-io/2.7.1/templates/NOTES.txt diff --git a/stable/channels-dvr/6.5.1/templates/common.yaml b/stable/changedetection-io/2.7.1/templates/common.yaml similarity index 100% rename from stable/channels-dvr/6.5.1/templates/common.yaml rename to stable/changedetection-io/2.7.1/templates/common.yaml diff --git a/stable/chroma/2.5.1/values.yaml b/stable/changedetection-io/2.7.1/values.yaml similarity index 100% rename from stable/chroma/2.5.1/values.yaml rename to stable/changedetection-io/2.7.1/values.yaml diff --git a/stable/channels-dvr/6.5.1/CHANGELOG.md b/stable/channels-dvr/6.5.1/CHANGELOG.md deleted file mode 100644 index 858b8c3a660..00000000000 --- a/stable/channels-dvr/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [channels-dvr-6.5.1](https://github.com/truecharts/charts/compare/channels-dvr-6.5.0...channels-dvr-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [channels-dvr-6.5.0](https://github.com/truecharts/charts/compare/channels-dvr-6.4.1...channels-dvr-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [channels-dvr-6.4.1](https://github.com/truecharts/charts/compare/channels-dvr-6.4.0...channels-dvr-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [channels-dvr-6.4.0](https://github.com/truecharts/charts/compare/channels-dvr-6.3.0...channels-dvr-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [channels-dvr-6.3.0](https://github.com/truecharts/charts/compare/channels-dvr-6.2.3...channels-dvr-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [channels-dvr-6.2.3](https://github.com/truecharts/charts/compare/channels-dvr-6.2.2...channels-dvr-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [channels-dvr-6.2.2](https://github.com/truecharts/charts/compare/channels-dvr-6.2.0...channels-dvr-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [channels-dvr-5.1.13](https://github.com/truecharts/charts/compare/channels-dvr-5.1.12...channels-dvr-5.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [channels-dvr-5.1.12](https://github.com/truecharts/charts/compare/channels-dvr-5.1.11...channels-dvr-5.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/channels-dvr/6.5.1/Chart.yaml b/stable/channels-dvr/6.5.1/Chart.yaml deleted file mode 100644 index 6ac2febde56..00000000000 --- a/stable/channels-dvr/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/channels-dvr/6.5.1/charts/common-20.0.8.tgz b/stable/channels-dvr/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/channels-dvr/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chromium-desktop-g3/5.5.1/.helmignore b/stable/channels-dvr/6.7.1/.helmignore similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/.helmignore rename to stable/channels-dvr/6.7.1/.helmignore diff --git a/stable/channels-dvr/6.7.1/CHANGELOG.md b/stable/channels-dvr/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6c10baa6135 --- /dev/null +++ b/stable/channels-dvr/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [channels-dvr-6.7.1](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/channels-dvr/6.7.1/Chart.yaml new file mode 100644 index 00000000000..decbaea54fc --- /dev/null +++ b/stable/channels-dvr/6.7.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: 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.2 + 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.1 diff --git a/stable/channels-dvr/6.5.1/README.md b/stable/channels-dvr/6.7.1/README.md similarity index 100% rename from stable/channels-dvr/6.5.1/README.md rename to stable/channels-dvr/6.7.1/README.md diff --git a/stable/channels-dvr/6.7.1/app-changelog.md b/stable/channels-dvr/6.7.1/app-changelog.md new file mode 100644 index 00000000000..a977ce97d11 --- /dev/null +++ b/stable/channels-dvr/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [channels-dvr-6.7.1](https://github.com/truecharts/charts/compare/channels-dvr-6.6.0...channels-dvr-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/channels-dvr/6.7.1/app-readme.md similarity index 100% rename from stable/channels-dvr/6.5.1/app-readme.md rename to stable/channels-dvr/6.7.1/app-readme.md diff --git a/stable/channels-dvr/6.7.1/charts/common-20.2.2.tgz b/stable/channels-dvr/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/channels-dvr/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/channels-dvr/6.5.1/ix_values.yaml b/stable/channels-dvr/6.7.1/ix_values.yaml similarity index 100% rename from stable/channels-dvr/6.5.1/ix_values.yaml rename to stable/channels-dvr/6.7.1/ix_values.yaml diff --git a/stable/channels-dvr/6.5.1/questions.yaml b/stable/channels-dvr/6.7.1/questions.yaml similarity index 100% rename from stable/channels-dvr/6.5.1/questions.yaml rename to stable/channels-dvr/6.7.1/questions.yaml diff --git a/stable/clarkson/12.9.1/templates/NOTES.txt b/stable/channels-dvr/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/clarkson/12.9.1/templates/NOTES.txt rename to stable/channels-dvr/6.7.1/templates/NOTES.txt diff --git a/stable/chevereto/12.9.1/templates/common.yaml b/stable/channels-dvr/6.7.1/templates/common.yaml similarity index 100% rename from stable/chevereto/12.9.1/templates/common.yaml rename to stable/channels-dvr/6.7.1/templates/common.yaml diff --git a/stable/chromium-desktop-g3/5.5.1/values.yaml b/stable/channels-dvr/6.7.1/values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/values.yaml rename to stable/channels-dvr/6.7.1/values.yaml diff --git a/stable/chromium/5.5.1/.helmignore b/stable/chevereto/12.12.1/.helmignore similarity index 100% rename from stable/chromium/5.5.1/.helmignore rename to stable/chevereto/12.12.1/.helmignore diff --git a/stable/chevereto/12.12.1/CHANGELOG.md b/stable/chevereto/12.12.1/CHANGELOG.md new file mode 100644 index 00000000000..2658b679d6c --- /dev/null +++ b/stable/chevereto/12.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chevereto-12.12.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/chevereto/12.12.1/Chart.yaml b/stable/chevereto/12.12.1/Chart.yaml new file mode 100644 index 00000000000..4eb93117d29 --- /dev/null +++ b/stable/chevereto/12.12.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/chevereto/12.9.1/README.md b/stable/chevereto/12.12.1/README.md similarity index 100% rename from stable/chevereto/12.9.1/README.md rename to stable/chevereto/12.12.1/README.md diff --git a/stable/chevereto/12.12.1/app-changelog.md b/stable/chevereto/12.12.1/app-changelog.md new file mode 100644 index 00000000000..0cdf35b06d9 --- /dev/null +++ b/stable/chevereto/12.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [chevereto-12.12.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/chevereto/12.12.1/app-readme.md similarity index 100% rename from stable/chevereto/12.9.1/app-readme.md rename to stable/chevereto/12.12.1/app-readme.md diff --git a/stable/chevereto/12.12.1/charts/common-20.2.2.tgz b/stable/chevereto/12.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chevereto/12.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/chevereto/12.12.1/charts/mariadb-13.7.0.tgz b/stable/chevereto/12.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/chevereto/12.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/chevereto/12.9.1/ix_values.yaml b/stable/chevereto/12.12.1/ix_values.yaml similarity index 100% rename from stable/chevereto/12.9.1/ix_values.yaml rename to stable/chevereto/12.12.1/ix_values.yaml diff --git a/stable/chevereto/12.9.1/questions.yaml b/stable/chevereto/12.12.1/questions.yaml similarity index 100% rename from stable/chevereto/12.9.1/questions.yaml rename to stable/chevereto/12.12.1/questions.yaml diff --git a/stable/clickhouse/12.6.4/templates/NOTES.txt b/stable/chevereto/12.12.1/templates/NOTES.txt similarity index 100% rename from stable/clickhouse/12.6.4/templates/NOTES.txt rename to stable/chevereto/12.12.1/templates/NOTES.txt diff --git a/stable/chroma/2.5.1/templates/common.yaml b/stable/chevereto/12.12.1/templates/common.yaml similarity index 100% rename from stable/chroma/2.5.1/templates/common.yaml rename to stable/chevereto/12.12.1/templates/common.yaml diff --git a/stable/chromium/5.5.1/values.yaml b/stable/chevereto/12.12.1/values.yaml similarity index 100% rename from stable/chromium/5.5.1/values.yaml rename to stable/chevereto/12.12.1/values.yaml diff --git a/stable/chevereto/12.9.1/CHANGELOG.md b/stable/chevereto/12.9.1/CHANGELOG.md deleted file mode 100644 index 2cc973c8931..00000000000 --- a/stable/chevereto/12.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chevereto-12.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/chevereto-12.8.3...chevereto-12.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [chevereto-12.8.3](https://github.com/truecharts/charts/compare/chevereto-12.8.2...chevereto-12.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/chevereto/12.9.1/Chart.yaml b/stable/chevereto/12.9.1/Chart.yaml deleted file mode 100644 index 532b50dba84..00000000000 --- a/stable/chevereto/12.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/chevereto/12.9.1/app-changelog.md b/stable/chevereto/12.9.1/app-changelog.md deleted file mode 100644 index 86cff7278ee..00000000000 --- a/stable/chevereto/12.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [chevereto-12.9.1](https://github.com/truecharts/charts/compare/chevereto-12.9.0...chevereto-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/chevereto/12.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/chevereto/12.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/chevereto/12.9.1/charts/mariadb-13.5.4.tgz b/stable/chevereto/12.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/chevereto/12.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/chivalry-medievalwarfare/5.5.1/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.5.1/CHANGELOG.md deleted file mode 100644 index 5aced1d48cc..00000000000 --- a/stable/chivalry-medievalwarfare/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chivalry-medievalwarfare-5.5.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.5.0...chivalry-medievalwarfare-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chivalry-medievalwarfare-5.5.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.4.1...chivalry-medievalwarfare-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chivalry-medievalwarfare-5.4.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.4.0...chivalry-medievalwarfare-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chivalry-medievalwarfare-5.4.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.3.0...chivalry-medievalwarfare-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chivalry-medievalwarfare-5.3.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.3...chivalry-medievalwarfare-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chivalry-medievalwarfare-5.2.3](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.2...chivalry-medievalwarfare-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chivalry-medievalwarfare-5.2.2](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.2.0...chivalry-medievalwarfare-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [chivalry-medievalwarfare-4.1.12](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.11...chivalry-medievalwarfare-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chivalry-medievalwarfare-4.1.11](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-4.1.10...chivalry-medievalwarfare-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/chivalry-medievalwarfare/5.5.1/Chart.yaml b/stable/chivalry-medievalwarfare/5.5.1/Chart.yaml deleted file mode 100644 index a57d31b5a33..00000000000 --- a/stable/chivalry-medievalwarfare/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/chivalry-medievalwarfare/5.5.1/charts/common-20.0.8.tgz b/stable/chivalry-medievalwarfare/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chivalry-medievalwarfare/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chronograf/5.5.2/.helmignore b/stable/chivalry-medievalwarfare/5.7.1/.helmignore similarity index 100% rename from stable/chronograf/5.5.2/.helmignore rename to stable/chivalry-medievalwarfare/5.7.1/.helmignore diff --git a/stable/chivalry-medievalwarfare/5.7.1/CHANGELOG.md b/stable/chivalry-medievalwarfare/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..603716c193e --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chivalry-medievalwarfare-5.7.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chivalry-medievalwarfare/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fcb149336e6 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.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: 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.2 + 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.1 diff --git a/stable/chivalry-medievalwarfare/5.5.1/README.md b/stable/chivalry-medievalwarfare/5.7.1/README.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/README.md rename to stable/chivalry-medievalwarfare/5.7.1/README.md diff --git a/stable/chivalry-medievalwarfare/5.7.1/app-changelog.md b/stable/chivalry-medievalwarfare/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6b4b5bdfdd1 --- /dev/null +++ b/stable/chivalry-medievalwarfare/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chivalry-medievalwarfare-5.7.1](https://github.com/truecharts/charts/compare/chivalry-medievalwarfare-5.6.0...chivalry-medievalwarfare-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chivalry-medievalwarfare/5.7.1/app-readme.md similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/app-readme.md rename to stable/chivalry-medievalwarfare/5.7.1/app-readme.md diff --git a/stable/chivalry-medievalwarfare/5.7.1/charts/common-20.2.2.tgz b/stable/chivalry-medievalwarfare/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chivalry-medievalwarfare/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chivalry-medievalwarfare/5.5.1/ix_values.yaml b/stable/chivalry-medievalwarfare/5.7.1/ix_values.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/ix_values.yaml rename to stable/chivalry-medievalwarfare/5.7.1/ix_values.yaml diff --git a/stable/chivalry-medievalwarfare/5.5.1/questions.yaml b/stable/chivalry-medievalwarfare/5.7.1/questions.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/questions.yaml rename to stable/chivalry-medievalwarfare/5.7.1/questions.yaml diff --git a/stable/chivalry-medievalwarfare/5.5.1/templates/common.yaml b/stable/chivalry-medievalwarfare/5.7.1/templates/common.yaml similarity index 100% rename from stable/chivalry-medievalwarfare/5.5.1/templates/common.yaml rename to stable/chivalry-medievalwarfare/5.7.1/templates/common.yaml diff --git a/stable/chronograf/5.5.2/values.yaml b/stable/chivalry-medievalwarfare/5.7.1/values.yaml similarity index 100% rename from stable/chronograf/5.5.2/values.yaml rename to stable/chivalry-medievalwarfare/5.7.1/values.yaml diff --git a/stable/chowdown/5.5.1/CHANGELOG.md b/stable/chowdown/5.5.1/CHANGELOG.md deleted file mode 100644 index bdc21452830..00000000000 --- a/stable/chowdown/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chowdown-5.5.1](https://github.com/truecharts/charts/compare/chowdown-5.5.0...chowdown-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chowdown-5.5.0](https://github.com/truecharts/charts/compare/chowdown-5.4.1...chowdown-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chowdown-5.4.1](https://github.com/truecharts/charts/compare/chowdown-5.4.0...chowdown-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chowdown-5.4.0](https://github.com/truecharts/charts/compare/chowdown-5.3.0...chowdown-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chowdown-5.3.0](https://github.com/truecharts/charts/compare/chowdown-5.2.3...chowdown-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chowdown-5.2.3](https://github.com/truecharts/charts/compare/chowdown-5.2.2...chowdown-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chowdown-5.2.2](https://github.com/truecharts/charts/compare/chowdown-5.2.0...chowdown-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [chowdown-4.1.12](https://github.com/truecharts/charts/compare/chowdown-4.1.11...chowdown-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chowdown-4.1.11](https://github.com/truecharts/charts/compare/chowdown-4.1.10...chowdown-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/chowdown/5.5.1/Chart.yaml b/stable/chowdown/5.5.1/Chart.yaml deleted file mode 100644 index edf9f4ae8cc..00000000000 --- a/stable/chowdown/5.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/chowdown/5.5.1/charts/common-20.0.8.tgz b/stable/chowdown/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chowdown/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/chronos/8.5.1/.helmignore b/stable/chowdown/5.7.1/.helmignore similarity index 100% rename from stable/chronos/8.5.1/.helmignore rename to stable/chowdown/5.7.1/.helmignore diff --git a/stable/chowdown/5.7.1/CHANGELOG.md b/stable/chowdown/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..68a12f88bce --- /dev/null +++ b/stable/chowdown/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chowdown-5.7.1](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chowdown/5.7.1/Chart.yaml new file mode 100644 index 00000000000..11b51495f41 --- /dev/null +++ b/stable/chowdown/5.7.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: 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.2 + 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.1 diff --git a/stable/chowdown/5.5.1/README.md b/stable/chowdown/5.7.1/README.md similarity index 100% rename from stable/chowdown/5.5.1/README.md rename to stable/chowdown/5.7.1/README.md diff --git a/stable/chowdown/5.7.1/app-changelog.md b/stable/chowdown/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6d1363be9a1 --- /dev/null +++ b/stable/chowdown/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chowdown-5.7.1](https://github.com/truecharts/charts/compare/chowdown-5.6.0...chowdown-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chowdown/5.7.1/app-readme.md similarity index 100% rename from stable/chowdown/5.5.1/app-readme.md rename to stable/chowdown/5.7.1/app-readme.md diff --git a/stable/chowdown/5.7.1/charts/common-20.2.2.tgz b/stable/chowdown/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chowdown/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chowdown/5.5.1/ix_values.yaml b/stable/chowdown/5.7.1/ix_values.yaml similarity index 100% rename from stable/chowdown/5.5.1/ix_values.yaml rename to stable/chowdown/5.7.1/ix_values.yaml diff --git a/stable/chowdown/5.5.1/questions.yaml b/stable/chowdown/5.7.1/questions.yaml similarity index 100% rename from stable/chowdown/5.5.1/questions.yaml rename to stable/chowdown/5.7.1/questions.yaml diff --git a/stable/chowdown/5.5.1/templates/common.yaml b/stable/chowdown/5.7.1/templates/common.yaml similarity index 100% rename from stable/chowdown/5.5.1/templates/common.yaml rename to stable/chowdown/5.7.1/templates/common.yaml diff --git a/stable/chronos/8.5.1/values.yaml b/stable/chowdown/5.7.1/values.yaml similarity index 100% rename from stable/chronos/8.5.1/values.yaml rename to stable/chowdown/5.7.1/values.yaml diff --git a/stable/chroma/2.5.1/CHANGELOG.md b/stable/chroma/2.5.1/CHANGELOG.md deleted file mode 100644 index 6727c06ad8c..00000000000 --- a/stable/chroma/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,87 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chroma-2.5.1](https://github.com/truecharts/charts/compare/chroma-2.5.0...chroma-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chroma-2.5.0](https://github.com/truecharts/charts/compare/chroma-2.4.1...chroma-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chroma-2.4.1](https://github.com/truecharts/charts/compare/chroma-2.4.0...chroma-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chroma-2.4.0](https://github.com/truecharts/charts/compare/chroma-2.3.0...chroma-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chroma-2.3.0](https://github.com/truecharts/charts/compare/chroma-2.2.4...chroma-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chroma-2.2.4](https://github.com/truecharts/charts/compare/chroma-2.2.3...chroma-2.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chroma-2.2.3](https://github.com/truecharts/charts/compare/chroma-2.2.1...chroma-2.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [chroma-1.0.0](https://github.com/truecharts/charts/compare/chroma-0.0.1...chroma-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/chroma/2.5.1/Chart.yaml b/stable/chroma/2.5.1/Chart.yaml deleted file mode 100644 index cd0c132b072..00000000000 --- a/stable/chroma/2.5.1/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.0.8 - 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.5.1 diff --git a/stable/chroma/2.5.1/charts/common-20.0.8.tgz b/stable/chroma/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chroma/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ciao/5.5.1/.helmignore b/stable/chroma/2.7.1/.helmignore similarity index 100% rename from stable/ciao/5.5.1/.helmignore rename to stable/chroma/2.7.1/.helmignore diff --git a/stable/chroma/2.7.1/CHANGELOG.md b/stable/chroma/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..40dd28b32f4 --- /dev/null +++ b/stable/chroma/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chroma-2.7.1](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chroma/2.7.1/Chart.yaml new file mode 100644 index 00000000000..6d521e441d9 --- /dev/null +++ b/stable/chroma/2.7.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: 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.2 + 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.1 diff --git a/stable/chroma/2.5.1/README.md b/stable/chroma/2.7.1/README.md similarity index 100% rename from stable/chroma/2.5.1/README.md rename to stable/chroma/2.7.1/README.md diff --git a/stable/chroma/2.7.1/app-changelog.md b/stable/chroma/2.7.1/app-changelog.md new file mode 100644 index 00000000000..d67b9ca787c --- /dev/null +++ b/stable/chroma/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chroma-2.7.1](https://github.com/truecharts/charts/compare/chroma-2.6.0...chroma-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chroma/2.7.1/app-readme.md similarity index 100% rename from stable/chroma/2.5.1/app-readme.md rename to stable/chroma/2.7.1/app-readme.md diff --git a/stable/chroma/2.7.1/charts/common-20.2.2.tgz b/stable/chroma/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chroma/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chroma/2.5.1/ix_values.yaml b/stable/chroma/2.7.1/ix_values.yaml similarity index 100% rename from stable/chroma/2.5.1/ix_values.yaml rename to stable/chroma/2.7.1/ix_values.yaml diff --git a/stable/chroma/2.5.1/questions.yaml b/stable/chroma/2.7.1/questions.yaml similarity index 100% rename from stable/chroma/2.5.1/questions.yaml rename to stable/chroma/2.7.1/questions.yaml diff --git a/stable/cloud9/11.5.1/templates/NOTES.txt b/stable/chroma/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/cloud9/11.5.1/templates/NOTES.txt rename to stable/chroma/2.7.1/templates/NOTES.txt diff --git a/stable/clarkson/12.9.1/templates/common.yaml b/stable/chroma/2.7.1/templates/common.yaml similarity index 100% rename from stable/clarkson/12.9.1/templates/common.yaml rename to stable/chroma/2.7.1/templates/common.yaml diff --git a/stable/ciao/5.5.1/values.yaml b/stable/chroma/2.7.1/values.yaml similarity index 100% rename from stable/ciao/5.5.1/values.yaml rename to stable/chroma/2.7.1/values.yaml diff --git a/stable/chromium-desktop-g3/5.5.1/CHANGELOG.md b/stable/chromium-desktop-g3/5.5.1/CHANGELOG.md deleted file mode 100644 index 47fa5a5b103..00000000000 --- a/stable/chromium-desktop-g3/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chromium-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.5.0...chromium-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chromium-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.2...chromium-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chromium-desktop-g3-5.4.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.1...chromium-desktop-g3-5.4.2) (2024-03-11) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-chromium-g3 to latest[@35c358a](https://github.com/35c358a) by renovate ([#19138](https://github.com/truecharts/charts/issues/19138)) - - -## [chromium-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.4.0...chromium-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chromium-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.3.0...chromium-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chromium-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.3...chromium-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chromium-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.2...chromium-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chromium-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.2.0...chromium-desktop-g3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [chromium-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/chromium-desktop-g3-4.1.11...chromium-desktop-g3-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/chromium-desktop-g3/5.5.1/Chart.yaml b/stable/chromium-desktop-g3/5.5.1/Chart.yaml deleted file mode 100644 index 61e5f251fac..00000000000 --- a/stable/chromium-desktop-g3/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/chromium-desktop-g3/5.5.1/charts/common-20.0.8.tgz b/stable/chromium-desktop-g3/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chromium-desktop-g3/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/citadel-forgedwithfire/5.5.1/.helmignore b/stable/chromium-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/.helmignore rename to stable/chromium-desktop-g3/5.7.1/.helmignore diff --git a/stable/chromium-desktop-g3/5.7.1/CHANGELOG.md b/stable/chromium-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6d55f46fd37 --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chromium-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..05b0be1b837 --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.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: 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.2 + 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.1 diff --git a/stable/chromium-desktop-g3/5.5.1/README.md b/stable/chromium-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/README.md rename to stable/chromium-desktop-g3/5.7.1/README.md diff --git a/stable/chromium-desktop-g3/5.7.1/app-changelog.md b/stable/chromium-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7f51b543e3a --- /dev/null +++ b/stable/chromium-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chromium-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/chromium-desktop-g3-5.6.0...chromium-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chromium-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/app-readme.md rename to stable/chromium-desktop-g3/5.7.1/app-readme.md diff --git a/stable/chromium-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/chromium-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chromium-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chromium-desktop-g3/5.5.1/ix_values.yaml b/stable/chromium-desktop-g3/5.7.1/ix_values.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/ix_values.yaml rename to stable/chromium-desktop-g3/5.7.1/ix_values.yaml diff --git a/stable/chromium-desktop-g3/5.5.1/questions.yaml b/stable/chromium-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/questions.yaml rename to stable/chromium-desktop-g3/5.7.1/questions.yaml diff --git a/stable/chromium-desktop-g3/5.5.1/templates/common.yaml b/stable/chromium-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/chromium-desktop-g3/5.5.1/templates/common.yaml rename to stable/chromium-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/citadel-forgedwithfire/5.5.1/values.yaml b/stable/chromium-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/values.yaml rename to stable/chromium-desktop-g3/5.7.1/values.yaml diff --git a/stable/chromium/5.5.1/CHANGELOG.md b/stable/chromium/5.5.1/CHANGELOG.md deleted file mode 100644 index a74b7f56f6a..00000000000 --- a/stable/chromium/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chromium-5.5.1](https://github.com/truecharts/charts/compare/chromium-5.5.0...chromium-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chromium-5.5.0](https://github.com/truecharts/charts/compare/chromium-5.4.1...chromium-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chromium-5.4.1](https://github.com/truecharts/charts/compare/chromium-5.4.0...chromium-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chromium-5.4.0](https://github.com/truecharts/charts/compare/chromium-5.3.0...chromium-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chromium-5.3.0](https://github.com/truecharts/charts/compare/chromium-5.2.3...chromium-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chromium-5.2.3](https://github.com/truecharts/charts/compare/chromium-5.2.2...chromium-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chromium-5.2.2](https://github.com/truecharts/charts/compare/chromium-5.2.0...chromium-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [chromium-4.1.16](https://github.com/truecharts/charts/compare/chromium-4.1.15...chromium-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chromium-4.1.15](https://github.com/truecharts/charts/compare/chromium-4.1.14...chromium-4.1.15) (2024-01-29) - -### Chore - - - -- update container image ich777/chrome to latest[@4a5816c](https://github.com/4a5816c) by renovate ([#17631](https://github.com/truecharts/charts/issues/17631)) diff --git a/stable/chromium/5.5.1/Chart.yaml b/stable/chromium/5.5.1/Chart.yaml deleted file mode 100644 index ff2a10229d3..00000000000 --- a/stable/chromium/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/chromium/5.5.1/charts/common-20.0.8.tgz b/stable/chromium/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chromium/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/clamav/10.5.1/.helmignore b/stable/chromium/5.7.1/.helmignore similarity index 100% rename from stable/clamav/10.5.1/.helmignore rename to stable/chromium/5.7.1/.helmignore diff --git a/stable/chromium/5.7.1/CHANGELOG.md b/stable/chromium/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cb8fb2a7a1b --- /dev/null +++ b/stable/chromium/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chromium-5.7.1](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chromium/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1703cdcdf05 --- /dev/null +++ b/stable/chromium/5.7.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: 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.2 + 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.1 diff --git a/stable/chromium/5.5.1/README.md b/stable/chromium/5.7.1/README.md similarity index 100% rename from stable/chromium/5.5.1/README.md rename to stable/chromium/5.7.1/README.md diff --git a/stable/chromium/5.7.1/app-changelog.md b/stable/chromium/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c7f6a474518 --- /dev/null +++ b/stable/chromium/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chromium-5.7.1](https://github.com/truecharts/charts/compare/chromium-5.6.0...chromium-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chromium/5.7.1/app-readme.md similarity index 100% rename from stable/chromium/5.5.1/app-readme.md rename to stable/chromium/5.7.1/app-readme.md diff --git a/stable/chromium/5.7.1/charts/common-20.2.2.tgz b/stable/chromium/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chromium/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chromium/5.5.1/ix_values.yaml b/stable/chromium/5.7.1/ix_values.yaml similarity index 100% rename from stable/chromium/5.5.1/ix_values.yaml rename to stable/chromium/5.7.1/ix_values.yaml diff --git a/stable/chromium/5.5.1/questions.yaml b/stable/chromium/5.7.1/questions.yaml similarity index 100% rename from stable/chromium/5.5.1/questions.yaml rename to stable/chromium/5.7.1/questions.yaml diff --git a/stable/chromium/5.5.1/templates/common.yaml b/stable/chromium/5.7.1/templates/common.yaml similarity index 100% rename from stable/chromium/5.5.1/templates/common.yaml rename to stable/chromium/5.7.1/templates/common.yaml diff --git a/stable/clamav/10.5.1/values.yaml b/stable/chromium/5.7.1/values.yaml similarity index 100% rename from stable/clamav/10.5.1/values.yaml rename to stable/chromium/5.7.1/values.yaml diff --git a/stable/chronograf/5.5.2/CHANGELOG.md b/stable/chronograf/5.5.2/CHANGELOG.md deleted file mode 100644 index 20601fa2ff8..00000000000 --- a/stable/chronograf/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chronograf-5.5.2](https://github.com/truecharts/charts/compare/chronograf-5.5.1...chronograf-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [chronograf-5.5.1](https://github.com/truecharts/charts/compare/chronograf-5.5.0...chronograf-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chronograf-5.5.0](https://github.com/truecharts/charts/compare/chronograf-5.4.1...chronograf-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chronograf-5.4.1](https://github.com/truecharts/charts/compare/chronograf-5.4.0...chronograf-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chronograf-5.4.0](https://github.com/truecharts/charts/compare/chronograf-5.3.0...chronograf-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chronograf-5.3.0](https://github.com/truecharts/charts/compare/chronograf-5.2.4...chronograf-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chronograf-5.2.4](https://github.com/truecharts/charts/compare/chronograf-5.2.3...chronograf-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chronograf-5.2.3](https://github.com/truecharts/charts/compare/chronograf-5.2.1...chronograf-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/chronograf/5.5.2/Chart.yaml b/stable/chronograf/5.5.2/Chart.yaml deleted file mode 100644 index 7399ad32d13..00000000000 --- a/stable/chronograf/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/chronograf/5.5.2/charts/common-20.0.9.tgz b/stable/chronograf/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/chronograf/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/chronograf/5.5.2/ix_values.yaml b/stable/chronograf/5.5.2/ix_values.yaml deleted file mode 100644 index 690bf97c74a..00000000000 --- a/stable/chronograf/5.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: chronograf - tag: latest@sha256:ec5a3acd9e39f2b9ab13a055b0c50850cffa89d028a32340e4b29d817d25fc1a -persistence: - chronograf: - enabled: true - mountPath: /var/lib/chronograf -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 8888 - protocol: tcp - targetPort: 8888 diff --git a/stable/clarkson/12.9.1/.helmignore b/stable/chronograf/5.7.1/.helmignore similarity index 100% rename from stable/clarkson/12.9.1/.helmignore rename to stable/chronograf/5.7.1/.helmignore diff --git a/stable/chronograf/5.7.1/CHANGELOG.md b/stable/chronograf/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4f1fbdd4704 --- /dev/null +++ b/stable/chronograf/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronograf-5.7.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/chronograf/5.7.1/Chart.yaml b/stable/chronograf/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a9b920d717c --- /dev/null +++ b/stable/chronograf/5.7.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: 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.2 + 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.1 diff --git a/stable/chronograf/5.5.2/README.md b/stable/chronograf/5.7.1/README.md similarity index 100% rename from stable/chronograf/5.5.2/README.md rename to stable/chronograf/5.7.1/README.md diff --git a/stable/chronograf/5.7.1/app-changelog.md b/stable/chronograf/5.7.1/app-changelog.md new file mode 100644 index 00000000000..57231036060 --- /dev/null +++ b/stable/chronograf/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [chronograf-5.7.1](https://github.com/truecharts/charts/compare/chronograf-5.6.0...chronograf-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/chronograf/5.7.1/app-readme.md similarity index 100% rename from stable/chronograf/5.5.2/app-readme.md rename to stable/chronograf/5.7.1/app-readme.md diff --git a/stable/chronograf/5.7.1/charts/common-20.2.2.tgz b/stable/chronograf/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chronograf/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chronograf/5.7.1/ix_values.yaml b/stable/chronograf/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..16d561a98e9 --- /dev/null +++ b/stable/chronograf/5.7.1/ix_values.yaml @@ -0,0 +1,23 @@ +image: + pullPolicy: IfNotPresent + repository: chronograf + tag: latest@sha256:ac8f8cc902ec56277db9252cfb23b52ef77f04dd55e9c13867daaea2779833b1 +persistence: + chronograf: + enabled: true + mountPath: /var/lib/chronograf +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 8888 + protocol: tcp + targetPort: 8888 diff --git a/stable/chronograf/5.5.2/questions.yaml b/stable/chronograf/5.7.1/questions.yaml similarity index 100% rename from stable/chronograf/5.5.2/questions.yaml rename to stable/chronograf/5.7.1/questions.yaml diff --git a/stable/chronograf/5.5.2/templates/common.yaml b/stable/chronograf/5.7.1/templates/common.yaml similarity index 100% rename from stable/chronograf/5.5.2/templates/common.yaml rename to stable/chronograf/5.7.1/templates/common.yaml diff --git a/stable/clarkson/12.9.1/values.yaml b/stable/chronograf/5.7.1/values.yaml similarity index 100% rename from stable/clarkson/12.9.1/values.yaml rename to stable/chronograf/5.7.1/values.yaml diff --git a/stable/chronos/8.5.1/CHANGELOG.md b/stable/chronos/8.5.1/CHANGELOG.md deleted file mode 100644 index 54ba7342ecd..00000000000 --- a/stable/chronos/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [chronos-8.5.1](https://github.com/truecharts/charts/compare/chronos-8.5.0...chronos-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [chronos-8.5.0](https://github.com/truecharts/charts/compare/chronos-8.4.1...chronos-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [chronos-8.4.1](https://github.com/truecharts/charts/compare/chronos-8.4.0...chronos-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [chronos-8.4.0](https://github.com/truecharts/charts/compare/chronos-8.3.0...chronos-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [chronos-8.3.0](https://github.com/truecharts/charts/compare/chronos-8.2.3...chronos-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [chronos-8.2.3](https://github.com/truecharts/charts/compare/chronos-8.2.2...chronos-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [chronos-8.2.2](https://github.com/truecharts/charts/compare/chronos-8.2.0...chronos-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [chronos-7.1.12](https://github.com/truecharts/charts/compare/chronos-7.1.11...chronos-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [chronos-7.1.11](https://github.com/truecharts/charts/compare/chronos-7.1.10...chronos-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/chronos/8.5.1/Chart.yaml b/stable/chronos/8.5.1/Chart.yaml deleted file mode 100644 index e83e6a0a8aa..00000000000 --- a/stable/chronos/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/chronos/8.5.1/charts/common-20.0.8.tgz b/stable/chronos/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/chronos/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/clickhouse/12.6.4/.helmignore b/stable/chronos/8.7.1/.helmignore similarity index 100% rename from stable/clickhouse/12.6.4/.helmignore rename to stable/chronos/8.7.1/.helmignore diff --git a/stable/chronos/8.7.1/CHANGELOG.md b/stable/chronos/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..61a6d2c3676 --- /dev/null +++ b/stable/chronos/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [chronos-8.7.1](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/chronos/8.7.1/Chart.yaml new file mode 100644 index 00000000000..a5ff39a44f8 --- /dev/null +++ b/stable/chronos/8.7.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: 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.2 + 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.1 diff --git a/stable/chronos/8.5.1/README.md b/stable/chronos/8.7.1/README.md similarity index 100% rename from stable/chronos/8.5.1/README.md rename to stable/chronos/8.7.1/README.md diff --git a/stable/chronos/8.7.1/app-changelog.md b/stable/chronos/8.7.1/app-changelog.md new file mode 100644 index 00000000000..62c9b931eb4 --- /dev/null +++ b/stable/chronos/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [chronos-8.7.1](https://github.com/truecharts/charts/compare/chronos-8.6.0...chronos-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/chronos/8.7.1/app-readme.md similarity index 100% rename from stable/chronos/8.5.1/app-readme.md rename to stable/chronos/8.7.1/app-readme.md diff --git a/stable/chronos/8.7.1/charts/common-20.2.2.tgz b/stable/chronos/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/chronos/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/chronos/8.5.1/ix_values.yaml b/stable/chronos/8.7.1/ix_values.yaml similarity index 100% rename from stable/chronos/8.5.1/ix_values.yaml rename to stable/chronos/8.7.1/ix_values.yaml diff --git a/stable/chronos/8.5.1/questions.yaml b/stable/chronos/8.7.1/questions.yaml similarity index 100% rename from stable/chronos/8.5.1/questions.yaml rename to stable/chronos/8.7.1/questions.yaml diff --git a/stable/cloudflareddns/9.5.1/templates/NOTES.txt b/stable/chronos/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/cloudflareddns/9.5.1/templates/NOTES.txt rename to stable/chronos/8.7.1/templates/NOTES.txt diff --git a/stable/chronos/8.5.1/templates/common.yaml b/stable/chronos/8.7.1/templates/common.yaml similarity index 100% rename from stable/chronos/8.5.1/templates/common.yaml rename to stable/chronos/8.7.1/templates/common.yaml diff --git a/stable/clickhouse/12.6.4/values.yaml b/stable/chronos/8.7.1/values.yaml similarity index 100% rename from stable/clickhouse/12.6.4/values.yaml rename to stable/chronos/8.7.1/values.yaml diff --git a/stable/ciao/5.5.1/CHANGELOG.md b/stable/ciao/5.5.1/CHANGELOG.md deleted file mode 100644 index 6dcd64a0d25..00000000000 --- a/stable/ciao/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ciao-5.5.1](https://github.com/truecharts/charts/compare/ciao-5.5.0...ciao-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ciao-5.5.0](https://github.com/truecharts/charts/compare/ciao-5.4.1...ciao-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ciao-5.4.1](https://github.com/truecharts/charts/compare/ciao-5.4.0...ciao-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ciao-5.4.0](https://github.com/truecharts/charts/compare/ciao-5.3.0...ciao-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ciao-5.3.0](https://github.com/truecharts/charts/compare/ciao-5.2.3...ciao-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ciao-5.2.3](https://github.com/truecharts/charts/compare/ciao-5.2.2...ciao-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ciao-5.2.2](https://github.com/truecharts/charts/compare/ciao-5.2.0...ciao-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ciao-4.1.12](https://github.com/truecharts/charts/compare/ciao-4.1.11...ciao-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ciao-4.1.11](https://github.com/truecharts/charts/compare/ciao-4.1.10...ciao-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ciao/5.5.1/Chart.yaml b/stable/ciao/5.5.1/Chart.yaml deleted file mode 100644 index 8c90e44e66f..00000000000 --- a/stable/ciao/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ciao/5.5.1/charts/common-20.0.8.tgz b/stable/ciao/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ciao/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/clipplex/3.5.1/.helmignore b/stable/ciao/5.7.1/.helmignore similarity index 100% rename from stable/clipplex/3.5.1/.helmignore rename to stable/ciao/5.7.1/.helmignore diff --git a/stable/ciao/5.7.1/CHANGELOG.md b/stable/ciao/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cc34b3bd460 --- /dev/null +++ b/stable/ciao/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ciao-5.7.1](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ciao/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f0768ba2502 --- /dev/null +++ b/stable/ciao/5.7.1/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.2 + 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.1 diff --git a/stable/ciao/5.5.1/README.md b/stable/ciao/5.7.1/README.md similarity index 100% rename from stable/ciao/5.5.1/README.md rename to stable/ciao/5.7.1/README.md diff --git a/stable/ciao/5.7.1/app-changelog.md b/stable/ciao/5.7.1/app-changelog.md new file mode 100644 index 00000000000..21e84b79f90 --- /dev/null +++ b/stable/ciao/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ciao-5.7.1](https://github.com/truecharts/charts/compare/ciao-5.6.0...ciao-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ciao/5.7.1/app-readme.md similarity index 100% rename from stable/ciao/5.5.1/app-readme.md rename to stable/ciao/5.7.1/app-readme.md diff --git a/stable/ciao/5.7.1/charts/common-20.2.2.tgz b/stable/ciao/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ciao/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ciao/5.5.1/ix_values.yaml b/stable/ciao/5.7.1/ix_values.yaml similarity index 100% rename from stable/ciao/5.5.1/ix_values.yaml rename to stable/ciao/5.7.1/ix_values.yaml diff --git a/stable/ciao/5.5.1/questions.yaml b/stable/ciao/5.7.1/questions.yaml similarity index 100% rename from stable/ciao/5.5.1/questions.yaml rename to stable/ciao/5.7.1/questions.yaml diff --git a/stable/ciao/5.5.1/templates/common.yaml b/stable/ciao/5.7.1/templates/common.yaml similarity index 100% rename from stable/ciao/5.5.1/templates/common.yaml rename to stable/ciao/5.7.1/templates/common.yaml diff --git a/stable/clipplex/3.5.1/values.yaml b/stable/ciao/5.7.1/values.yaml similarity index 100% rename from stable/clipplex/3.5.1/values.yaml rename to stable/ciao/5.7.1/values.yaml diff --git a/stable/citadel-forgedwithfire/5.5.1/CHANGELOG.md b/stable/citadel-forgedwithfire/5.5.1/CHANGELOG.md deleted file mode 100644 index a62332f583b..00000000000 --- a/stable/citadel-forgedwithfire/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [citadel-forgedwithfire-5.5.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.5.0...citadel-forgedwithfire-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [citadel-forgedwithfire-5.5.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.4.1...citadel-forgedwithfire-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [citadel-forgedwithfire-5.4.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.4.0...citadel-forgedwithfire-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [citadel-forgedwithfire-5.4.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.3.0...citadel-forgedwithfire-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [citadel-forgedwithfire-5.3.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.3...citadel-forgedwithfire-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [citadel-forgedwithfire-5.2.3](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.2...citadel-forgedwithfire-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [citadel-forgedwithfire-5.2.2](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.2.0...citadel-forgedwithfire-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [citadel-forgedwithfire-4.1.12](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.11...citadel-forgedwithfire-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [citadel-forgedwithfire-4.1.11](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-4.1.10...citadel-forgedwithfire-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/citadel-forgedwithfire/5.5.1/Chart.yaml b/stable/citadel-forgedwithfire/5.5.1/Chart.yaml deleted file mode 100644 index 2451fa9bc9a..00000000000 --- a/stable/citadel-forgedwithfire/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/citadel-forgedwithfire/5.5.1/charts/common-20.0.8.tgz b/stable/citadel-forgedwithfire/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/citadel-forgedwithfire/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cloud9/11.5.1/.helmignore b/stable/citadel-forgedwithfire/5.7.1/.helmignore similarity index 100% rename from stable/cloud9/11.5.1/.helmignore rename to stable/citadel-forgedwithfire/5.7.1/.helmignore diff --git a/stable/citadel-forgedwithfire/5.7.1/CHANGELOG.md b/stable/citadel-forgedwithfire/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4874abfe3f3 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [citadel-forgedwithfire-5.7.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/citadel-forgedwithfire/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9e296eb60d3 --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.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: 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.2 + 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.1 diff --git a/stable/citadel-forgedwithfire/5.5.1/README.md b/stable/citadel-forgedwithfire/5.7.1/README.md similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/README.md rename to stable/citadel-forgedwithfire/5.7.1/README.md diff --git a/stable/citadel-forgedwithfire/5.7.1/app-changelog.md b/stable/citadel-forgedwithfire/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5626d8ca52e --- /dev/null +++ b/stable/citadel-forgedwithfire/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [citadel-forgedwithfire-5.7.1](https://github.com/truecharts/charts/compare/citadel-forgedwithfire-5.6.0...citadel-forgedwithfire-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/citadel-forgedwithfire/5.7.1/app-readme.md similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/app-readme.md rename to stable/citadel-forgedwithfire/5.7.1/app-readme.md diff --git a/stable/citadel-forgedwithfire/5.7.1/charts/common-20.2.2.tgz b/stable/citadel-forgedwithfire/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/citadel-forgedwithfire/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/citadel-forgedwithfire/5.5.1/ix_values.yaml b/stable/citadel-forgedwithfire/5.7.1/ix_values.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/ix_values.yaml rename to stable/citadel-forgedwithfire/5.7.1/ix_values.yaml diff --git a/stable/citadel-forgedwithfire/5.5.1/questions.yaml b/stable/citadel-forgedwithfire/5.7.1/questions.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/questions.yaml rename to stable/citadel-forgedwithfire/5.7.1/questions.yaml diff --git a/stable/citadel-forgedwithfire/5.5.1/templates/common.yaml b/stable/citadel-forgedwithfire/5.7.1/templates/common.yaml similarity index 100% rename from stable/citadel-forgedwithfire/5.5.1/templates/common.yaml rename to stable/citadel-forgedwithfire/5.7.1/templates/common.yaml diff --git a/stable/cloud9/11.5.1/values.yaml b/stable/citadel-forgedwithfire/5.7.1/values.yaml similarity index 100% rename from stable/cloud9/11.5.1/values.yaml rename to stable/citadel-forgedwithfire/5.7.1/values.yaml diff --git a/stable/clamav/10.5.1/CHANGELOG.md b/stable/clamav/10.5.1/CHANGELOG.md deleted file mode 100644 index 4e6ba72f6c8..00000000000 --- a/stable/clamav/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clamav-10.5.1](https://github.com/truecharts/charts/compare/clamav-10.5.0...clamav-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [clamav-10.5.0](https://github.com/truecharts/charts/compare/clamav-10.4.2...clamav-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [clamav-10.4.2](https://github.com/truecharts/charts/compare/clamav-10.4.1...clamav-10.4.2) (2024-03-11) - -### Chore - - - -- update container image clamav/clamav to 1.3.0[@5755570](https://github.com/5755570) by renovate ([#19108](https://github.com/truecharts/charts/issues/19108)) - - -## [clamav-10.4.1](https://github.com/truecharts/charts/compare/clamav-10.4.0...clamav-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [clamav-10.4.0](https://github.com/truecharts/charts/compare/clamav-10.3.0...clamav-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [clamav-10.3.0](https://github.com/truecharts/charts/compare/clamav-10.2.4...clamav-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [clamav-10.2.4](https://github.com/truecharts/charts/compare/clamav-10.2.3...clamav-10.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [clamav-10.2.3](https://github.com/truecharts/charts/compare/clamav-10.2.1...clamav-10.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [clamav-9.2.0](https://github.com/truecharts/charts/compare/clamav-9.1.17...clamav-9.2.0) (2024-02-14) - -### Chore - diff --git a/stable/clamav/10.5.1/Chart.yaml b/stable/clamav/10.5.1/Chart.yaml deleted file mode 100644 index ac7281e38ae..00000000000 --- a/stable/clamav/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/clamav/10.5.1/charts/common-20.0.8.tgz b/stable/clamav/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/clamav/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.6.1/.helmignore b/stable/clamav/10.7.1/.helmignore similarity index 100% rename from stable/cloudcommander/5.6.1/.helmignore rename to stable/clamav/10.7.1/.helmignore diff --git a/stable/clamav/10.7.1/CHANGELOG.md b/stable/clamav/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a4b02f8dde8 --- /dev/null +++ b/stable/clamav/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clamav-10.7.1](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/clamav/10.7.1/Chart.yaml new file mode 100644 index 00000000000..a2b62a95f40 --- /dev/null +++ b/stable/clamav/10.7.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: 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.2 + 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.1 diff --git a/stable/clamav/10.5.1/README.md b/stable/clamav/10.7.1/README.md similarity index 100% rename from stable/clamav/10.5.1/README.md rename to stable/clamav/10.7.1/README.md diff --git a/stable/clamav/10.7.1/app-changelog.md b/stable/clamav/10.7.1/app-changelog.md new file mode 100644 index 00000000000..8a60618f4a0 --- /dev/null +++ b/stable/clamav/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [clamav-10.7.1](https://github.com/truecharts/charts/compare/clamav-10.6.0...clamav-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/clamav/10.7.1/app-readme.md similarity index 100% rename from stable/clamav/10.5.1/app-readme.md rename to stable/clamav/10.7.1/app-readme.md diff --git a/stable/clamav/10.7.1/charts/common-20.2.2.tgz b/stable/clamav/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/clamav/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/clamav/10.5.1/ix_values.yaml b/stable/clamav/10.7.1/ix_values.yaml similarity index 100% rename from stable/clamav/10.5.1/ix_values.yaml rename to stable/clamav/10.7.1/ix_values.yaml diff --git a/stable/clamav/10.5.1/questions.yaml b/stable/clamav/10.7.1/questions.yaml similarity index 100% rename from stable/clamav/10.5.1/questions.yaml rename to stable/clamav/10.7.1/questions.yaml diff --git a/stable/code-server/11.6.2/templates/NOTES.txt b/stable/clamav/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/code-server/11.6.2/templates/NOTES.txt rename to stable/clamav/10.7.1/templates/NOTES.txt diff --git a/stable/clamav/10.5.1/templates/_cronjob.tpl b/stable/clamav/10.7.1/templates/_cronjob.tpl similarity index 100% rename from stable/clamav/10.5.1/templates/_cronjob.tpl rename to stable/clamav/10.7.1/templates/_cronjob.tpl diff --git a/stable/clamav/10.5.1/templates/common.yaml b/stable/clamav/10.7.1/templates/common.yaml similarity index 100% rename from stable/clamav/10.5.1/templates/common.yaml rename to stable/clamav/10.7.1/templates/common.yaml diff --git a/stable/cloudcommander/5.6.1/values.yaml b/stable/clamav/10.7.1/values.yaml similarity index 100% rename from stable/cloudcommander/5.6.1/values.yaml rename to stable/clamav/10.7.1/values.yaml diff --git a/stable/cloudflared/10.5.2/.helmignore b/stable/clarkson/12.12.1/.helmignore similarity index 100% rename from stable/cloudflared/10.5.2/.helmignore rename to stable/clarkson/12.12.1/.helmignore diff --git a/stable/clarkson/12.12.1/CHANGELOG.md b/stable/clarkson/12.12.1/CHANGELOG.md new file mode 100644 index 00000000000..a752c9d4d52 --- /dev/null +++ b/stable/clarkson/12.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clarkson-12.12.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/clarkson/12.12.1/Chart.yaml b/stable/clarkson/12.12.1/Chart.yaml new file mode 100644 index 00000000000..3193c8f9390 --- /dev/null +++ b/stable/clarkson/12.12.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/clarkson/12.9.1/README.md b/stable/clarkson/12.12.1/README.md similarity index 100% rename from stable/clarkson/12.9.1/README.md rename to stable/clarkson/12.12.1/README.md diff --git a/stable/clarkson/12.12.1/app-changelog.md b/stable/clarkson/12.12.1/app-changelog.md new file mode 100644 index 00000000000..7e774eed4b6 --- /dev/null +++ b/stable/clarkson/12.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [clarkson-12.12.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/clarkson/12.12.1/app-readme.md similarity index 100% rename from stable/clarkson/12.9.1/app-readme.md rename to stable/clarkson/12.12.1/app-readme.md diff --git a/stable/clarkson/12.12.1/charts/common-20.2.2.tgz b/stable/clarkson/12.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/clarkson/12.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/clarkson/12.12.1/charts/mariadb-13.7.0.tgz b/stable/clarkson/12.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/clarkson/12.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/clarkson/12.9.1/ix_values.yaml b/stable/clarkson/12.12.1/ix_values.yaml similarity index 100% rename from stable/clarkson/12.9.1/ix_values.yaml rename to stable/clarkson/12.12.1/ix_values.yaml diff --git a/stable/clarkson/12.9.1/questions.yaml b/stable/clarkson/12.12.1/questions.yaml similarity index 100% rename from stable/clarkson/12.9.1/questions.yaml rename to stable/clarkson/12.12.1/questions.yaml diff --git a/stable/collabora/5.5.1/templates/NOTES.txt b/stable/clarkson/12.12.1/templates/NOTES.txt similarity index 100% rename from stable/collabora/5.5.1/templates/NOTES.txt rename to stable/clarkson/12.12.1/templates/NOTES.txt diff --git a/stable/clickhouse/12.6.4/templates/common.yaml b/stable/clarkson/12.12.1/templates/common.yaml similarity index 100% rename from stable/clickhouse/12.6.4/templates/common.yaml rename to stable/clarkson/12.12.1/templates/common.yaml diff --git a/stable/cloudflared/10.5.2/values.yaml b/stable/clarkson/12.12.1/values.yaml similarity index 100% rename from stable/cloudflared/10.5.2/values.yaml rename to stable/clarkson/12.12.1/values.yaml diff --git a/stable/clarkson/12.9.1/CHANGELOG.md b/stable/clarkson/12.9.1/CHANGELOG.md deleted file mode 100644 index 8ce94a07ae7..00000000000 --- a/stable/clarkson/12.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clarkson-12.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/clarkson-12.8.3...clarkson-12.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [clarkson-12.8.3](https://github.com/truecharts/charts/compare/clarkson-12.8.2...clarkson-12.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/clarkson/12.9.1/Chart.yaml b/stable/clarkson/12.9.1/Chart.yaml deleted file mode 100644 index 5c0748d90a8..00000000000 --- a/stable/clarkson/12.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/clarkson/12.9.1/app-changelog.md b/stable/clarkson/12.9.1/app-changelog.md deleted file mode 100644 index 8f178f8e7cb..00000000000 --- a/stable/clarkson/12.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [clarkson-12.9.1](https://github.com/truecharts/charts/compare/clarkson-12.9.0...clarkson-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/clarkson/12.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/clarkson/12.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/clarkson/12.9.1/charts/mariadb-13.5.4.tgz b/stable/clarkson/12.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/clarkson/12.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/clickhouse/12.6.4/CHANGELOG.md b/stable/clickhouse/12.6.4/CHANGELOG.md deleted file mode 100644 index f7aa1e6ab3f..00000000000 --- a/stable/clickhouse/12.6.4/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clickhouse-12.6.4](https://github.com/truecharts/charts/compare/clickhouse-12.6.3...clickhouse-12.6.4) (2024-03-16) - -### Chore - - - -- merge dependency train into stable train \ No newline at end of file diff --git a/stable/clickhouse/12.6.4/Chart.yaml b/stable/clickhouse/12.6.4/Chart.yaml deleted file mode 100644 index 78dea98f620..00000000000 --- a/stable/clickhouse/12.6.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.12" - truecharts.org/train: dependency -apiVersion: v2 -appVersion: 24.2.1.2248 -dependencies: - - name: common - version: 20.0.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/dependency/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/dependency/clickhouse - - https://hub.docker.com/r/clickhouse/clickhouse-server -type: application -version: 12.6.4 diff --git a/stable/clickhouse/12.6.4/README.md b/stable/clickhouse/12.6.4/README.md deleted file mode 100644 index 431e6b69712..00000000000 --- a/stable/clickhouse/12.6.4/README.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -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/dependency/clickhouse) - -**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/clickhouse/12.6.4/charts/common-20.0.9.tgz b/stable/clickhouse/12.6.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/clickhouse/12.6.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/clickhouse/12.6.4/ix_values.yaml b/stable/clickhouse/12.6.4/ix_values.yaml deleted file mode 100644 index cc3d67889f6..00000000000 --- a/stable/clickhouse/12.6.4/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: clickhouse/clickhouse-server - pullPolicy: IfNotPresent - tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204 - -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/cloudflareddns/9.5.1/.helmignore b/stable/clickhouse/12.8.1/.helmignore similarity index 100% rename from stable/cloudflareddns/9.5.1/.helmignore rename to stable/clickhouse/12.8.1/.helmignore diff --git a/stable/clickhouse/12.8.1/CHANGELOG.md b/stable/clickhouse/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..937f01f9272 --- /dev/null +++ b/stable/clickhouse/12.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clickhouse-12.8.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/clickhouse/12.8.1/Chart.yaml b/stable/clickhouse/12.8.1/Chart.yaml new file mode 100644 index 00000000000..11e4feefa49 --- /dev/null +++ b/stable/clickhouse/12.8.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.2.2.71 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/clickhouse/12.8.1/README.md b/stable/clickhouse/12.8.1/README.md new file mode 100644 index 00000000000..2973a182e5c --- /dev/null +++ b/stable/clickhouse/12.8.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/clickhouse) + +**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/clickhouse/12.8.1/app-changelog.md b/stable/clickhouse/12.8.1/app-changelog.md new file mode 100644 index 00000000000..16c909d3548 --- /dev/null +++ b/stable/clickhouse/12.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [clickhouse-12.8.1](https://github.com/truecharts/charts/compare/clickhouse-12.7.0...clickhouse-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.4/app-readme.md b/stable/clickhouse/12.8.1/app-readme.md similarity index 100% rename from stable/clickhouse/12.6.4/app-readme.md rename to stable/clickhouse/12.8.1/app-readme.md diff --git a/stable/clickhouse/12.8.1/charts/common-20.2.2.tgz b/stable/clickhouse/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/clickhouse/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/clickhouse/12.8.1/ix_values.yaml b/stable/clickhouse/12.8.1/ix_values.yaml new file mode 100644 index 00000000000..272083a1909 --- /dev/null +++ b/stable/clickhouse/12.8.1/ix_values.yaml @@ -0,0 +1,71 @@ +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/clickhouse/12.6.4/questions.yaml b/stable/clickhouse/12.8.1/questions.yaml similarity index 100% rename from stable/clickhouse/12.6.4/questions.yaml rename to stable/clickhouse/12.8.1/questions.yaml diff --git a/stable/commento-plusplus/11.5.1/templates/NOTES.txt b/stable/clickhouse/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/commento-plusplus/11.5.1/templates/NOTES.txt rename to stable/clickhouse/12.8.1/templates/NOTES.txt diff --git a/stable/clipplex/3.5.1/templates/common.yaml b/stable/clickhouse/12.8.1/templates/common.yaml similarity index 100% rename from stable/clipplex/3.5.1/templates/common.yaml rename to stable/clickhouse/12.8.1/templates/common.yaml diff --git a/stable/cloudflareddns/9.5.1/values.yaml b/stable/clickhouse/12.8.1/values.yaml similarity index 100% rename from stable/cloudflareddns/9.5.1/values.yaml rename to stable/clickhouse/12.8.1/values.yaml diff --git a/stable/clipplex/3.5.1/CHANGELOG.md b/stable/clipplex/3.5.1/CHANGELOG.md deleted file mode 100644 index 2f5d052a019..00000000000 --- a/stable/clipplex/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [clipplex-3.5.1](https://github.com/truecharts/charts/compare/clipplex-3.5.0...clipplex-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [clipplex-3.5.0](https://github.com/truecharts/charts/compare/clipplex-3.4.1...clipplex-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [clipplex-3.4.1](https://github.com/truecharts/charts/compare/clipplex-3.4.0...clipplex-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [clipplex-3.4.0](https://github.com/truecharts/charts/compare/clipplex-3.3.0...clipplex-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [clipplex-3.3.0](https://github.com/truecharts/charts/compare/clipplex-3.2.3...clipplex-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [clipplex-3.2.3](https://github.com/truecharts/charts/compare/clipplex-3.2.2...clipplex-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [clipplex-3.2.2](https://github.com/truecharts/charts/compare/clipplex-3.2.0...clipplex-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [clipplex-2.1.12](https://github.com/truecharts/charts/compare/clipplex-2.1.11...clipplex-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [clipplex-2.1.11](https://github.com/truecharts/charts/compare/clipplex-2.1.10...clipplex-2.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/clipplex/3.5.1/Chart.yaml b/stable/clipplex/3.5.1/Chart.yaml deleted file mode 100644 index b974e35892e..00000000000 --- a/stable/clipplex/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/clipplex/3.5.1/charts/common-20.0.8.tgz b/stable/clipplex/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/clipplex/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cloudreve/6.5.1/.helmignore b/stable/clipplex/3.7.1/.helmignore similarity index 100% rename from stable/cloudreve/6.5.1/.helmignore rename to stable/clipplex/3.7.1/.helmignore diff --git a/stable/clipplex/3.7.1/CHANGELOG.md b/stable/clipplex/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ba083850704 --- /dev/null +++ b/stable/clipplex/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [clipplex-3.7.1](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/clipplex/3.7.1/Chart.yaml new file mode 100644 index 00000000000..131038a41f0 --- /dev/null +++ b/stable/clipplex/3.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/clipplex/3.5.1/README.md b/stable/clipplex/3.7.1/README.md similarity index 100% rename from stable/clipplex/3.5.1/README.md rename to stable/clipplex/3.7.1/README.md diff --git a/stable/clipplex/3.7.1/app-changelog.md b/stable/clipplex/3.7.1/app-changelog.md new file mode 100644 index 00000000000..696f3fafff3 --- /dev/null +++ b/stable/clipplex/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [clipplex-3.7.1](https://github.com/truecharts/charts/compare/clipplex-3.6.0...clipplex-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/clipplex/3.7.1/app-readme.md similarity index 100% rename from stable/clipplex/3.5.1/app-readme.md rename to stable/clipplex/3.7.1/app-readme.md diff --git a/stable/clipplex/3.7.1/charts/common-20.2.2.tgz b/stable/clipplex/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/clipplex/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/clipplex/3.5.1/ix_values.yaml b/stable/clipplex/3.7.1/ix_values.yaml similarity index 100% rename from stable/clipplex/3.5.1/ix_values.yaml rename to stable/clipplex/3.7.1/ix_values.yaml diff --git a/stable/clipplex/3.5.1/questions.yaml b/stable/clipplex/3.7.1/questions.yaml similarity index 100% rename from stable/clipplex/3.5.1/questions.yaml rename to stable/clipplex/3.7.1/questions.yaml diff --git a/stable/cloud9/11.5.1/templates/common.yaml b/stable/clipplex/3.7.1/templates/common.yaml similarity index 100% rename from stable/cloud9/11.5.1/templates/common.yaml rename to stable/clipplex/3.7.1/templates/common.yaml diff --git a/stable/cloudreve/6.5.1/values.yaml b/stable/clipplex/3.7.1/values.yaml similarity index 100% rename from stable/cloudreve/6.5.1/values.yaml rename to stable/clipplex/3.7.1/values.yaml diff --git a/stable/cloud9/11.5.1/CHANGELOG.md b/stable/cloud9/11.5.1/CHANGELOG.md deleted file mode 100644 index 40372484f71..00000000000 --- a/stable/cloud9/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloud9-11.5.1](https://github.com/truecharts/charts/compare/cloud9-11.5.0...cloud9-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cloud9-11.5.0](https://github.com/truecharts/charts/compare/cloud9-11.4.1...cloud9-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cloud9-11.4.1](https://github.com/truecharts/charts/compare/cloud9-11.4.0...cloud9-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cloud9-11.4.0](https://github.com/truecharts/charts/compare/cloud9-11.3.0...cloud9-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cloud9-11.3.0](https://github.com/truecharts/charts/compare/cloud9-11.2.3...cloud9-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cloud9-11.2.3](https://github.com/truecharts/charts/compare/cloud9-11.2.2...cloud9-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cloud9-11.2.2](https://github.com/truecharts/charts/compare/cloud9-11.2.0...cloud9-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cloud9-10.1.12](https://github.com/truecharts/charts/compare/cloud9-10.1.11...cloud9-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloud9-10.1.11](https://github.com/truecharts/charts/compare/cloud9-10.1.10...cloud9-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cloud9/11.5.1/Chart.yaml b/stable/cloud9/11.5.1/Chart.yaml deleted file mode 100644 index 7e5d4333d6a..00000000000 --- a/stable/cloud9/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/cloud9/11.5.1/charts/common-20.0.8.tgz b/stable/cloud9/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cloud9/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/code-server/11.6.2/.helmignore b/stable/cloud9/11.7.1/.helmignore similarity index 100% rename from stable/code-server/11.6.2/.helmignore rename to stable/cloud9/11.7.1/.helmignore diff --git a/stable/cloud9/11.7.1/CHANGELOG.md b/stable/cloud9/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d55ba307236 --- /dev/null +++ b/stable/cloud9/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloud9-11.7.1](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cloud9/11.7.1/Chart.yaml new file mode 100644 index 00000000000..aa9fd449c57 --- /dev/null +++ b/stable/cloud9/11.7.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.29.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/cloud9/11.5.1/README.md b/stable/cloud9/11.7.1/README.md similarity index 100% rename from stable/cloud9/11.5.1/README.md rename to stable/cloud9/11.7.1/README.md diff --git a/stable/cloud9/11.7.1/app-changelog.md b/stable/cloud9/11.7.1/app-changelog.md new file mode 100644 index 00000000000..85961271ff9 --- /dev/null +++ b/stable/cloud9/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cloud9-11.7.1](https://github.com/truecharts/charts/compare/cloud9-11.6.0...cloud9-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cloud9/11.7.1/app-readme.md similarity index 100% rename from stable/cloud9/11.5.1/app-readme.md rename to stable/cloud9/11.7.1/app-readme.md diff --git a/stable/cloud9/11.7.1/charts/common-20.2.2.tgz b/stable/cloud9/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cloud9/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cloud9/11.5.1/ix_values.yaml b/stable/cloud9/11.7.1/ix_values.yaml similarity index 100% rename from stable/cloud9/11.5.1/ix_values.yaml rename to stable/cloud9/11.7.1/ix_values.yaml diff --git a/stable/cloud9/11.5.1/questions.yaml b/stable/cloud9/11.7.1/questions.yaml similarity index 100% rename from stable/cloud9/11.5.1/questions.yaml rename to stable/cloud9/11.7.1/questions.yaml diff --git a/stable/cops/8.7.1/templates/NOTES.txt b/stable/cloud9/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/cops/8.7.1/templates/NOTES.txt rename to stable/cloud9/11.7.1/templates/NOTES.txt diff --git a/stable/cloudflared/10.5.2/templates/common.yaml b/stable/cloud9/11.7.1/templates/common.yaml similarity index 100% rename from stable/cloudflared/10.5.2/templates/common.yaml rename to stable/cloud9/11.7.1/templates/common.yaml diff --git a/stable/code-server/11.6.2/values.yaml b/stable/cloud9/11.7.1/values.yaml similarity index 100% rename from stable/code-server/11.6.2/values.yaml rename to stable/cloud9/11.7.1/values.yaml diff --git a/stable/cloudcommander/5.6.1/CHANGELOG.md b/stable/cloudcommander/5.6.1/CHANGELOG.md deleted file mode 100644 index 8542bcf2fa0..00000000000 --- a/stable/cloudcommander/5.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudcommander-5.6.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.6.1) (2024-03-16) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.6.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.6.1) (2024-03-16) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.6.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.6.1) (2024-03-16) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.6.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.6.1) (2024-03-16) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@2b5301f](https://github.com/2b5301f) by renovate ([#19219](https://github.com/truecharts/charts/issues/19219)) - - -## [cloudcommander-5.6.0](https://github.com/truecharts/charts/compare/cloudcommander-5.5.2...cloudcommander-5.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [cloudcommander-5.5.2](https://github.com/truecharts/charts/compare/cloudcommander-5.5.1...cloudcommander-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [cloudcommander-5.5.1](https://github.com/truecharts/charts/compare/cloudcommander-5.5.0...cloudcommander-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cloudcommander-5.5.0](https://github.com/truecharts/charts/compare/cloudcommander-5.4.2...cloudcommander-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cloudcommander-5.4.2](https://github.com/truecharts/charts/compare/cloudcommander-5.4.1...cloudcommander-5.4.2) (2024-03-11) - -### Chore - - - -- update container image coderaiser/cloudcmd to latest[@e0f375f](https://github.com/e0f375f) by renovate ([#19150](https://github.com/truecharts/charts/issues/19150)) - - -## [cloudcommander-5.4.1](https://github.com/truecharts/charts/compare/cloudcommander-5.4.0...cloudcommander-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - diff --git a/stable/cloudcommander/5.6.1/Chart.yaml b/stable/cloudcommander/5.6.1/Chart.yaml deleted file mode 100644 index 9f28f3ff86d..00000000000 --- a/stable/cloudcommander/5.6.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: 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.1.5 - 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.6.1 diff --git a/stable/cloudcommander/5.6.1/app-changelog.md b/stable/cloudcommander/5.6.1/app-changelog.md deleted file mode 100644 index b4f7b9a05c5..00000000000 --- a/stable/cloudcommander/5.6.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [cloudcommander-5.6.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.6.1) (2024-03-16) - -### Chore - - - -- 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.6.1/charts/common-20.1.5.tgz b/stable/cloudcommander/5.6.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/cloudcommander/5.6.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/cloudcommander/5.6.1/ix_values.yaml b/stable/cloudcommander/5.6.1/ix_values.yaml deleted file mode 100644 index a9501a8d498..00000000000 --- a/stable/cloudcommander/5.6.1/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: coderaiser/cloudcmd - tag: latest@sha256:2b5301fa09ff173a8e140e700b068b5fbdaf435cca8657a9fc5cbe9dfbf77f96 -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/codeproject-ai-server/2.5.1/.helmignore b/stable/cloudcommander/5.7.2/.helmignore similarity index 100% rename from stable/codeproject-ai-server/2.5.1/.helmignore rename to stable/cloudcommander/5.7.2/.helmignore diff --git a/stable/cloudcommander/5.7.2/CHANGELOG.md b/stable/cloudcommander/5.7.2/CHANGELOG.md new file mode 100644 index 00000000000..e1f854b28d3 --- /dev/null +++ b/stable/cloudcommander/5.7.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudcommander-5.7.2](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.1) (2024-03-17) + +### Chore + + + +- 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.2/Chart.yaml b/stable/cloudcommander/5.7.2/Chart.yaml new file mode 100644 index 00000000000..c233931ee29 --- /dev/null +++ b/stable/cloudcommander/5.7.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: 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.2 + 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.2 diff --git a/stable/cloudcommander/5.6.1/README.md b/stable/cloudcommander/5.7.2/README.md similarity index 100% rename from stable/cloudcommander/5.6.1/README.md rename to stable/cloudcommander/5.7.2/README.md diff --git a/stable/cloudcommander/5.7.2/app-changelog.md b/stable/cloudcommander/5.7.2/app-changelog.md new file mode 100644 index 00000000000..ddc5b40feee --- /dev/null +++ b/stable/cloudcommander/5.7.2/app-changelog.md @@ -0,0 +1,17 @@ + + +## [cloudcommander-5.7.2](https://github.com/truecharts/charts/compare/cloudcommander-5.6.0...cloudcommander-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.6.1/app-readme.md b/stable/cloudcommander/5.7.2/app-readme.md similarity index 100% rename from stable/cloudcommander/5.6.1/app-readme.md rename to stable/cloudcommander/5.7.2/app-readme.md diff --git a/stable/cloudcommander/5.7.2/charts/common-20.2.2.tgz b/stable/cloudcommander/5.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cloudcommander/5.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/cloudcommander/5.7.2/ix_values.yaml b/stable/cloudcommander/5.7.2/ix_values.yaml new file mode 100644 index 00000000000..4d623b07349 --- /dev/null +++ b/stable/cloudcommander/5.7.2/ix_values.yaml @@ -0,0 +1,33 @@ +image: + pullPolicy: IfNotPresent + repository: coderaiser/cloudcmd + tag: latest@sha256:363aab8c6db2794ab668b11ad6b7d040b9fe13639542938335447d99b7ad2651 +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.6.1/questions.yaml b/stable/cloudcommander/5.7.2/questions.yaml similarity index 100% rename from stable/cloudcommander/5.6.1/questions.yaml rename to stable/cloudcommander/5.7.2/questions.yaml diff --git a/stable/cloudcommander/5.6.1/templates/common.yaml b/stable/cloudcommander/5.7.2/templates/common.yaml similarity index 100% rename from stable/cloudcommander/5.6.1/templates/common.yaml rename to stable/cloudcommander/5.7.2/templates/common.yaml diff --git a/stable/codeproject-ai-server/2.5.1/values.yaml b/stable/cloudcommander/5.7.2/values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.5.1/values.yaml rename to stable/cloudcommander/5.7.2/values.yaml diff --git a/stable/cloudflared/10.5.2/CHANGELOG.md b/stable/cloudflared/10.5.2/CHANGELOG.md deleted file mode 100644 index 6e24aefd2bb..00000000000 --- a/stable/cloudflared/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudflared-10.5.2](https://github.com/truecharts/charts/compare/cloudflared-10.5.1...cloudflared-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [cloudflared-10.5.1](https://github.com/truecharts/charts/compare/cloudflared-10.5.0...cloudflared-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cloudflared-10.5.0](https://github.com/truecharts/charts/compare/cloudflared-10.4.1...cloudflared-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cloudflared-10.4.1](https://github.com/truecharts/charts/compare/cloudflared-10.4.0...cloudflared-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cloudflared-10.4.0](https://github.com/truecharts/charts/compare/cloudflared-10.3.0...cloudflared-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cloudflared-10.3.0](https://github.com/truecharts/charts/compare/cloudflared-10.2.3...cloudflared-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cloudflared-10.2.3](https://github.com/truecharts/charts/compare/cloudflared-10.2.2...cloudflared-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cloudflared-10.2.2](https://github.com/truecharts/charts/compare/cloudflared-10.2.0...cloudflared-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [cloudflared-9.1.0](https://github.com/truecharts/charts/compare/cloudflared-9.0.10...cloudflared-9.1.0) (2024-02-12) - -### Chore - - - -- update container image cloudflare/cloudflared to v2024.2.0[@4d55d2f](https://github.com/4d55d2f) by renovate ([#18174](https://github.com/truecharts/charts/issues/18174)) \ No newline at end of file diff --git a/stable/cloudflared/10.5.2/Chart.yaml b/stable/cloudflared/10.5.2/Chart.yaml deleted file mode 100644 index fea1c8adea9..00000000000 --- a/stable/cloudflared/10.5.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.2.1 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/cloudflared/10.5.2/charts/common-20.0.9.tgz b/stable/cloudflared/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/cloudflared/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/collabora/5.5.1/.helmignore b/stable/cloudflared/10.7.1/.helmignore similarity index 100% rename from stable/collabora/5.5.1/.helmignore rename to stable/cloudflared/10.7.1/.helmignore diff --git a/stable/cloudflared/10.7.1/CHANGELOG.md b/stable/cloudflared/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..15939398b21 --- /dev/null +++ b/stable/cloudflared/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflared-10.7.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/cloudflared/10.7.1/Chart.yaml new file mode 100644 index 00000000000..b6c2c6bcb5b --- /dev/null +++ b/stable/cloudflared/10.7.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: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2024.2.1 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/cloudflared/10.5.2/README.md b/stable/cloudflared/10.7.1/README.md similarity index 100% rename from stable/cloudflared/10.5.2/README.md rename to stable/cloudflared/10.7.1/README.md diff --git a/stable/cloudflared/10.7.1/app-changelog.md b/stable/cloudflared/10.7.1/app-changelog.md new file mode 100644 index 00000000000..bdd4b1fb0b8 --- /dev/null +++ b/stable/cloudflared/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cloudflared-10.7.1](https://github.com/truecharts/charts/compare/cloudflared-10.6.0...cloudflared-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/cloudflared/10.7.1/app-readme.md similarity index 100% rename from stable/cloudflared/10.5.2/app-readme.md rename to stable/cloudflared/10.7.1/app-readme.md diff --git a/stable/cloudflared/10.7.1/charts/common-20.2.2.tgz b/stable/cloudflared/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cloudflared/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cloudflared/10.5.2/ix_values.yaml b/stable/cloudflared/10.7.1/ix_values.yaml similarity index 100% rename from stable/cloudflared/10.5.2/ix_values.yaml rename to stable/cloudflared/10.7.1/ix_values.yaml diff --git a/stable/cloudflared/10.5.2/questions.yaml b/stable/cloudflared/10.7.1/questions.yaml similarity index 100% rename from stable/cloudflared/10.5.2/questions.yaml rename to stable/cloudflared/10.7.1/questions.yaml diff --git a/stable/codeproject-ai-server/2.5.1/templates/common.yaml b/stable/cloudflared/10.7.1/templates/common.yaml similarity index 100% rename from stable/codeproject-ai-server/2.5.1/templates/common.yaml rename to stable/cloudflared/10.7.1/templates/common.yaml diff --git a/stable/collabora/5.5.1/values.yaml b/stable/cloudflared/10.7.1/values.yaml similarity index 100% rename from stable/collabora/5.5.1/values.yaml rename to stable/cloudflared/10.7.1/values.yaml diff --git a/stable/cloudflareddns/9.5.1/CHANGELOG.md b/stable/cloudflareddns/9.5.1/CHANGELOG.md deleted file mode 100644 index c7e6138948a..00000000000 --- a/stable/cloudflareddns/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudflareddns-9.5.1](https://github.com/truecharts/charts/compare/cloudflareddns-9.5.0...cloudflareddns-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cloudflareddns-9.5.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.4.2...cloudflareddns-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cloudflareddns-9.4.2](https://github.com/truecharts/charts/compare/cloudflareddns-9.4.1...cloudflareddns-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/hotio/cloudflareddns to latest[@d3db062](https://github.com/d3db062) by renovate ([#18986](https://github.com/truecharts/charts/issues/18986)) - - -## [cloudflareddns-9.4.1](https://github.com/truecharts/charts/compare/cloudflareddns-9.4.0...cloudflareddns-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cloudflareddns-9.4.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.3.0...cloudflareddns-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cloudflareddns-9.3.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.4...cloudflareddns-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cloudflareddns-9.2.4](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.3...cloudflareddns-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cloudflareddns-9.2.3](https://github.com/truecharts/charts/compare/cloudflareddns-9.2.1...cloudflareddns-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/cloudflareddns/9.5.1/Chart.yaml b/stable/cloudflareddns/9.5.1/Chart.yaml deleted file mode 100644 index dade5229228..00000000000 --- a/stable/cloudflareddns/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/cloudflareddns/9.5.1/charts/common-20.0.8.tgz b/stable/cloudflareddns/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cloudflareddns/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/colonysurvival/5.5.1/.helmignore b/stable/cloudflareddns/9.7.1/.helmignore similarity index 100% rename from stable/colonysurvival/5.5.1/.helmignore rename to stable/cloudflareddns/9.7.1/.helmignore diff --git a/stable/cloudflareddns/9.7.1/CHANGELOG.md b/stable/cloudflareddns/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3167cd6e19a --- /dev/null +++ b/stable/cloudflareddns/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudflareddns-9.7.1](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cloudflareddns/9.7.1/Chart.yaml new file mode 100644 index 00000000000..89750afa076 --- /dev/null +++ b/stable/cloudflareddns/9.7.1/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.2 + 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.1 diff --git a/stable/cloudflareddns/9.5.1/README.md b/stable/cloudflareddns/9.7.1/README.md similarity index 100% rename from stable/cloudflareddns/9.5.1/README.md rename to stable/cloudflareddns/9.7.1/README.md diff --git a/stable/cloudflareddns/9.7.1/app-changelog.md b/stable/cloudflareddns/9.7.1/app-changelog.md new file mode 100644 index 00000000000..54864d357ed --- /dev/null +++ b/stable/cloudflareddns/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cloudflareddns-9.7.1](https://github.com/truecharts/charts/compare/cloudflareddns-9.6.0...cloudflareddns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cloudflareddns/9.7.1/app-readme.md similarity index 100% rename from stable/cloudflareddns/9.5.1/app-readme.md rename to stable/cloudflareddns/9.7.1/app-readme.md diff --git a/stable/cloudflareddns/9.7.1/charts/common-20.2.2.tgz b/stable/cloudflareddns/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cloudflareddns/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cloudflareddns/9.5.1/ix_values.yaml b/stable/cloudflareddns/9.7.1/ix_values.yaml similarity index 100% rename from stable/cloudflareddns/9.5.1/ix_values.yaml rename to stable/cloudflareddns/9.7.1/ix_values.yaml diff --git a/stable/cloudflareddns/9.5.1/questions.yaml b/stable/cloudflareddns/9.7.1/questions.yaml similarity index 100% rename from stable/cloudflareddns/9.5.1/questions.yaml rename to stable/cloudflareddns/9.7.1/questions.yaml diff --git a/stable/couchpotato/9.5.1/templates/NOTES.txt b/stable/cloudflareddns/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/couchpotato/9.5.1/templates/NOTES.txt rename to stable/cloudflareddns/9.7.1/templates/NOTES.txt diff --git a/stable/cloudflareddns/9.5.1/templates/_secret.tpl b/stable/cloudflareddns/9.7.1/templates/_secret.tpl similarity index 100% rename from stable/cloudflareddns/9.5.1/templates/_secret.tpl rename to stable/cloudflareddns/9.7.1/templates/_secret.tpl diff --git a/stable/cloudflareddns/9.5.1/templates/common.yaml b/stable/cloudflareddns/9.7.1/templates/common.yaml similarity index 100% rename from stable/cloudflareddns/9.5.1/templates/common.yaml rename to stable/cloudflareddns/9.7.1/templates/common.yaml diff --git a/stable/colonysurvival/5.5.1/values.yaml b/stable/cloudflareddns/9.7.1/values.yaml similarity index 100% rename from stable/colonysurvival/5.5.1/values.yaml rename to stable/cloudflareddns/9.7.1/values.yaml diff --git a/stable/cloudreve/6.5.1/CHANGELOG.md b/stable/cloudreve/6.5.1/CHANGELOG.md deleted file mode 100644 index d7a1348de7f..00000000000 --- a/stable/cloudreve/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudreve-6.5.1](https://github.com/truecharts/charts/compare/cloudreve-6.5.0...cloudreve-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cloudreve-6.5.0](https://github.com/truecharts/charts/compare/cloudreve-6.4.1...cloudreve-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cloudreve-6.4.1](https://github.com/truecharts/charts/compare/cloudreve-6.4.0...cloudreve-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cloudreve-6.4.0](https://github.com/truecharts/charts/compare/cloudreve-6.3.0...cloudreve-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cloudreve-6.3.0](https://github.com/truecharts/charts/compare/cloudreve-6.2.3...cloudreve-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cloudreve-6.2.3](https://github.com/truecharts/charts/compare/cloudreve-6.2.2...cloudreve-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cloudreve-6.2.2](https://github.com/truecharts/charts/compare/cloudreve-6.2.0...cloudreve-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cloudreve-5.0.0](https://github.com/truecharts/charts/compare/cloudreve-4.1.12...cloudreve-5.0.0) (2024-02-04) - - -## [cloudreve-4.1.12](https://github.com/truecharts/charts/compare/cloudreve-4.1.11...cloudreve-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cloudreve-4.1.11](https://github.com/truecharts/charts/compare/cloudreve-4.1.10...cloudreve-4.1.11) (2024-01-26) - -### Chore - diff --git a/stable/cloudreve/6.5.1/Chart.yaml b/stable/cloudreve/6.5.1/Chart.yaml deleted file mode 100644 index 07e84d27d7b..00000000000 --- a/stable/cloudreve/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/cloudreve/6.5.1/charts/common-20.0.8.tgz b/stable/cloudreve/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cloudreve/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/commento-plusplus/11.5.1/.helmignore b/stable/cloudreve/6.7.1/.helmignore similarity index 100% rename from stable/commento-plusplus/11.5.1/.helmignore rename to stable/cloudreve/6.7.1/.helmignore diff --git a/stable/cloudreve/6.7.1/CHANGELOG.md b/stable/cloudreve/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..11aadffb154 --- /dev/null +++ b/stable/cloudreve/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudreve-6.7.1](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cloudreve/6.7.1/Chart.yaml new file mode 100644 index 00000000000..0a387e47c8a --- /dev/null +++ b/stable/cloudreve/6.7.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: 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.2 + 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.1 diff --git a/stable/cloudreve/6.5.1/README.md b/stable/cloudreve/6.7.1/README.md similarity index 100% rename from stable/cloudreve/6.5.1/README.md rename to stable/cloudreve/6.7.1/README.md diff --git a/stable/cloudreve/6.7.1/app-changelog.md b/stable/cloudreve/6.7.1/app-changelog.md new file mode 100644 index 00000000000..eb6cec5c091 --- /dev/null +++ b/stable/cloudreve/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cloudreve-6.7.1](https://github.com/truecharts/charts/compare/cloudreve-6.6.0...cloudreve-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cloudreve/6.7.1/app-readme.md similarity index 100% rename from stable/cloudreve/6.5.1/app-readme.md rename to stable/cloudreve/6.7.1/app-readme.md diff --git a/stable/cloudreve/6.7.1/charts/common-20.2.2.tgz b/stable/cloudreve/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cloudreve/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cloudreve/6.5.1/ix_values.yaml b/stable/cloudreve/6.7.1/ix_values.yaml similarity index 100% rename from stable/cloudreve/6.5.1/ix_values.yaml rename to stable/cloudreve/6.7.1/ix_values.yaml diff --git a/stable/cloudreve/6.5.1/questions.yaml b/stable/cloudreve/6.7.1/questions.yaml similarity index 100% rename from stable/cloudreve/6.5.1/questions.yaml rename to stable/cloudreve/6.7.1/questions.yaml diff --git a/stable/cloudreve/6.5.1/templates/common.yaml b/stable/cloudreve/6.7.1/templates/common.yaml similarity index 100% rename from stable/cloudreve/6.5.1/templates/common.yaml rename to stable/cloudreve/6.7.1/templates/common.yaml diff --git a/stable/commento-plusplus/11.5.1/values.yaml b/stable/cloudreve/6.7.1/values.yaml similarity index 100% rename from stable/commento-plusplus/11.5.1/values.yaml rename to stable/cloudreve/6.7.1/values.yaml diff --git a/stable/code-server/11.6.2/CHANGELOG.md b/stable/code-server/11.6.2/CHANGELOG.md deleted file mode 100644 index 2e101f15f1b..00000000000 --- a/stable/code-server/11.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [code-server-11.6.2](https://github.com/truecharts/charts/compare/code-server-11.6.1...code-server-11.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [code-server-11.6.1](https://github.com/truecharts/charts/compare/code-server-11.6.0...code-server-11.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [code-server-11.6.0](https://github.com/truecharts/charts/compare/code-server-11.5.2...code-server-11.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [code-server-11.5.2](https://github.com/truecharts/charts/compare/code-server-11.5.1...code-server-11.5.2) (2024-03-11) - -### Chore - - - -- update container image docker.io/codercom/code-server to 4.22.0[@de0c768](https://github.com/de0c768) by renovate ([#18979](https://github.com/truecharts/charts/issues/18979)) - - -## [code-server-11.5.1](https://github.com/truecharts/charts/compare/code-server-11.5.0...code-server-11.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [code-server-11.5.0](https://github.com/truecharts/charts/compare/code-server-11.4.0...code-server-11.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [code-server-11.4.0](https://github.com/truecharts/charts/compare/code-server-11.3.3...code-server-11.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [code-server-11.3.3](https://github.com/truecharts/charts/compare/code-server-11.3.2...code-server-11.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [code-server-11.3.2](https://github.com/truecharts/charts/compare/code-server-11.3.0...code-server-11.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/code-server/11.6.2/Chart.yaml b/stable/code-server/11.6.2/Chart.yaml deleted file mode 100644 index 410540d67bb..00000000000 --- a/stable/code-server/11.6.2/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.0 -dependencies: - - name: common - version: 20.0.9 - 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.6.2 diff --git a/stable/code-server/11.6.2/charts/common-20.0.9.tgz b/stable/code-server/11.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/code-server/11.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/code-server/11.6.2/ix_values.yaml b/stable/code-server/11.6.2/ix_values.yaml deleted file mode 100644 index 2ece203dc20..00000000000 --- a/stable/code-server/11.6.2/ix_values.yaml +++ /dev/null @@ -1,47 +0,0 @@ -image: - repository: docker.io/codercom/code-server - pullPolicy: IfNotPresent - tag: 4.22.0@sha256:de0c76895365456d651331ea3002befab50df31b6a9996d05b7c18c8734e5e4e -securityContext: - container: - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10063 - protocol: http - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: / - readiness: - type: http - path: / - startup: - type: http - path: / - env: - PROXY_DOMAIN: "" - args: - - --user-data-dir - - "/config/.vscode" - - --auth - - none -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/conanexiles/5.5.1/.helmignore b/stable/code-server/11.8.1/.helmignore similarity index 100% rename from stable/conanexiles/5.5.1/.helmignore rename to stable/code-server/11.8.1/.helmignore diff --git a/stable/code-server/11.8.1/CHANGELOG.md b/stable/code-server/11.8.1/CHANGELOG.md new file mode 100644 index 00000000000..96c2a202c3e --- /dev/null +++ b/stable/code-server/11.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [code-server-11.8.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/code-server/11.8.1/Chart.yaml b/stable/code-server/11.8.1/Chart.yaml new file mode 100644 index 00000000000..f08b769fcd0 --- /dev/null +++ b/stable/code-server/11.8.1/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.2 + 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.1 diff --git a/stable/code-server/11.6.2/README.md b/stable/code-server/11.8.1/README.md similarity index 100% rename from stable/code-server/11.6.2/README.md rename to stable/code-server/11.8.1/README.md diff --git a/stable/code-server/11.8.1/app-changelog.md b/stable/code-server/11.8.1/app-changelog.md new file mode 100644 index 00000000000..9584e6d04ca --- /dev/null +++ b/stable/code-server/11.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [code-server-11.8.1](https://github.com/truecharts/charts/compare/code-server-11.7.0...code-server-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/code-server/11.8.1/app-readme.md similarity index 100% rename from stable/code-server/11.6.2/app-readme.md rename to stable/code-server/11.8.1/app-readme.md diff --git a/stable/code-server/11.8.1/charts/common-20.2.2.tgz b/stable/code-server/11.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/code-server/11.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/code-server/11.8.1/ix_values.yaml b/stable/code-server/11.8.1/ix_values.yaml new file mode 100644 index 00000000000..18d789930a3 --- /dev/null +++ b/stable/code-server/11.8.1/ix_values.yaml @@ -0,0 +1,47 @@ +image: + repository: docker.io/codercom/code-server + pullPolicy: IfNotPresent + tag: 4.22.1@sha256:62e1d2596d564f2f44c0ca710c8790cf4267fdfb183c9c761d272778ad51b217 +securityContext: + container: + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10063 + protocol: http + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: / + readiness: + type: http + path: / + startup: + type: http + path: / + env: + PROXY_DOMAIN: "" + args: + - --user-data-dir + - "/config/.vscode" + - --auth + - none +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/code-server/11.6.2/questions.yaml b/stable/code-server/11.8.1/questions.yaml similarity index 100% rename from stable/code-server/11.6.2/questions.yaml rename to stable/code-server/11.8.1/questions.yaml diff --git a/stable/crafty-4/7.6.1/templates/NOTES.txt b/stable/code-server/11.8.1/templates/NOTES.txt similarity index 100% rename from stable/crafty-4/7.6.1/templates/NOTES.txt rename to stable/code-server/11.8.1/templates/NOTES.txt diff --git a/stable/code-server/11.6.2/templates/common.yaml b/stable/code-server/11.8.1/templates/common.yaml similarity index 100% rename from stable/code-server/11.6.2/templates/common.yaml rename to stable/code-server/11.8.1/templates/common.yaml diff --git a/stable/conanexiles/5.5.1/values.yaml b/stable/code-server/11.8.1/values.yaml similarity index 100% rename from stable/conanexiles/5.5.1/values.yaml rename to stable/code-server/11.8.1/values.yaml diff --git a/stable/codeproject-ai-server/2.5.1/CHANGELOG.md b/stable/codeproject-ai-server/2.5.1/CHANGELOG.md deleted file mode 100644 index 3d3f46c7c73..00000000000 --- a/stable/codeproject-ai-server/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,90 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [codeproject-ai-server-2.5.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.5.0...codeproject-ai-server-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [codeproject-ai-server-2.5.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.4.1...codeproject-ai-server-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [codeproject-ai-server-2.4.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.4.0...codeproject-ai-server-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [codeproject-ai-server-2.4.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.3.0...codeproject-ai-server-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [codeproject-ai-server-2.3.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.3...codeproject-ai-server-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [codeproject-ai-server-2.2.3](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.2...codeproject-ai-server-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [codeproject-ai-server-2.2.2](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.2.0...codeproject-ai-server-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [codeproject-ai-server-1.0.0]codeproject-ai-server-1.0.0 (2024-02-10) - -### Feat - - - -- Move to Stable and remove deprecate senseai-server ([#18006](https://github.com/truecharts/charts/issues/18006)) \ No newline at end of file diff --git a/stable/codeproject-ai-server/2.5.1/Chart.yaml b/stable/codeproject-ai-server/2.5.1/Chart.yaml deleted file mode 100644 index 82fc8478e54..00000000000 --- a/stable/codeproject-ai-server/2.5.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: 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.0.8 - 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.5.1 diff --git a/stable/codeproject-ai-server/2.5.1/charts/common-20.0.8.tgz b/stable/codeproject-ai-server/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/codeproject-ai-server/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/convos/5.5.1/.helmignore b/stable/codeproject-ai-server/2.7.1/.helmignore similarity index 100% rename from stable/convos/5.5.1/.helmignore rename to stable/codeproject-ai-server/2.7.1/.helmignore diff --git a/stable/codeproject-ai-server/2.7.1/CHANGELOG.md b/stable/codeproject-ai-server/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..82c4e0abb83 --- /dev/null +++ b/stable/codeproject-ai-server/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [codeproject-ai-server-2.7.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/codeproject-ai-server/2.7.1/Chart.yaml new file mode 100644 index 00000000000..0e080059a20 --- /dev/null +++ b/stable/codeproject-ai-server/2.7.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: 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.2 + 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.1 diff --git a/stable/codeproject-ai-server/2.5.1/README.md b/stable/codeproject-ai-server/2.7.1/README.md similarity index 100% rename from stable/codeproject-ai-server/2.5.1/README.md rename to stable/codeproject-ai-server/2.7.1/README.md diff --git a/stable/codeproject-ai-server/2.7.1/app-changelog.md b/stable/codeproject-ai-server/2.7.1/app-changelog.md new file mode 100644 index 00000000000..5c393c45bc6 --- /dev/null +++ b/stable/codeproject-ai-server/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [codeproject-ai-server-2.7.1](https://github.com/truecharts/charts/compare/codeproject-ai-server-2.6.0...codeproject-ai-server-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/codeproject-ai-server/2.7.1/app-readme.md similarity index 100% rename from stable/codeproject-ai-server/2.5.1/app-readme.md rename to stable/codeproject-ai-server/2.7.1/app-readme.md diff --git a/stable/codeproject-ai-server/2.7.1/charts/common-20.2.2.tgz b/stable/codeproject-ai-server/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/codeproject-ai-server/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/codeproject-ai-server/2.5.1/ix_values.yaml b/stable/codeproject-ai-server/2.7.1/ix_values.yaml similarity index 100% rename from stable/codeproject-ai-server/2.5.1/ix_values.yaml rename to stable/codeproject-ai-server/2.7.1/ix_values.yaml diff --git a/stable/codeproject-ai-server/2.5.1/questions.yaml b/stable/codeproject-ai-server/2.7.1/questions.yaml similarity index 100% rename from stable/codeproject-ai-server/2.5.1/questions.yaml rename to stable/codeproject-ai-server/2.7.1/questions.yaml diff --git a/stable/commento-plusplus/11.5.1/templates/common.yaml b/stable/codeproject-ai-server/2.7.1/templates/common.yaml similarity index 100% rename from stable/commento-plusplus/11.5.1/templates/common.yaml rename to stable/codeproject-ai-server/2.7.1/templates/common.yaml diff --git a/stable/convos/5.5.1/values.yaml b/stable/codeproject-ai-server/2.7.1/values.yaml similarity index 100% rename from stable/convos/5.5.1/values.yaml rename to stable/codeproject-ai-server/2.7.1/values.yaml diff --git a/stable/collabora/5.5.1/CHANGELOG.md b/stable/collabora/5.5.1/CHANGELOG.md deleted file mode 100644 index 143ea5cb3cf..00000000000 --- a/stable/collabora/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [collabora-5.5.1](https://github.com/truecharts/charts/compare/collabora-5.5.0...collabora-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [collabora-5.5.0](https://github.com/truecharts/charts/compare/collabora-5.4.2...collabora-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [collabora-5.4.2](https://github.com/truecharts/charts/compare/collabora-5.4.1...collabora-5.4.2) (2024-03-11) - -### Chore - - - -- update container image collabora/code to v23.05.9.4.1[@18768e6](https://github.com/18768e6) by renovate ([#19056](https://github.com/truecharts/charts/issues/19056)) - - -## [collabora-5.4.1](https://github.com/truecharts/charts/compare/collabora-5.4.0...collabora-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [collabora-5.4.0](https://github.com/truecharts/charts/compare/collabora-5.3.0...collabora-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [collabora-5.3.0](https://github.com/truecharts/charts/compare/collabora-5.2.3...collabora-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [collabora-5.2.3](https://github.com/truecharts/charts/compare/collabora-5.2.2...collabora-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [collabora-5.2.2](https://github.com/truecharts/charts/compare/collabora-5.2.0...collabora-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [collabora-4.1.16](https://github.com/truecharts/charts/compare/collabora-4.1.15...collabora-4.1.16) (2024-02-03) - -### Chore - - diff --git a/stable/collabora/5.5.1/Chart.yaml b/stable/collabora/5.5.1/Chart.yaml deleted file mode 100644 index c5cdbfdbc05..00000000000 --- a/stable/collabora/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/collabora/5.5.1/charts/common-20.0.8.tgz b/stable/collabora/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/collabora/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cops/8.7.1/.helmignore b/stable/collabora/5.7.1/.helmignore similarity index 100% rename from stable/cops/8.7.1/.helmignore rename to stable/collabora/5.7.1/.helmignore diff --git a/stable/collabora/5.7.1/CHANGELOG.md b/stable/collabora/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..95f0b59fc58 --- /dev/null +++ b/stable/collabora/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [collabora-5.7.1](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/collabora/5.7.1/Chart.yaml new file mode 100644 index 00000000000..074b604dc6d --- /dev/null +++ b/stable/collabora/5.7.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: 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.2 + 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.1 diff --git a/stable/collabora/5.5.1/README.md b/stable/collabora/5.7.1/README.md similarity index 100% rename from stable/collabora/5.5.1/README.md rename to stable/collabora/5.7.1/README.md diff --git a/stable/collabora/5.7.1/app-changelog.md b/stable/collabora/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f7bbe278b9e --- /dev/null +++ b/stable/collabora/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [collabora-5.7.1](https://github.com/truecharts/charts/compare/collabora-5.6.0...collabora-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/collabora/5.7.1/app-readme.md similarity index 100% rename from stable/collabora/5.5.1/app-readme.md rename to stable/collabora/5.7.1/app-readme.md diff --git a/stable/collabora/5.7.1/charts/common-20.2.2.tgz b/stable/collabora/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/collabora/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/collabora/5.5.1/ix_values.yaml b/stable/collabora/5.7.1/ix_values.yaml similarity index 100% rename from stable/collabora/5.5.1/ix_values.yaml rename to stable/collabora/5.7.1/ix_values.yaml diff --git a/stable/collabora/5.5.1/questions.yaml b/stable/collabora/5.7.1/questions.yaml similarity index 100% rename from stable/collabora/5.5.1/questions.yaml rename to stable/collabora/5.7.1/questions.yaml diff --git a/stable/cryptofolio/12.5.1/templates/NOTES.txt b/stable/collabora/5.7.1/templates/NOTES.txt similarity index 100% rename from stable/cryptofolio/12.5.1/templates/NOTES.txt rename to stable/collabora/5.7.1/templates/NOTES.txt diff --git a/stable/collabora/5.5.1/templates/_configmap.tpl b/stable/collabora/5.7.1/templates/_configmap.tpl similarity index 100% rename from stable/collabora/5.5.1/templates/_configmap.tpl rename to stable/collabora/5.7.1/templates/_configmap.tpl diff --git a/stable/collabora/5.5.1/templates/common.yaml b/stable/collabora/5.7.1/templates/common.yaml similarity index 100% rename from stable/collabora/5.5.1/templates/common.yaml rename to stable/collabora/5.7.1/templates/common.yaml diff --git a/stable/cops/8.7.1/values.yaml b/stable/collabora/5.7.1/values.yaml similarity index 100% rename from stable/cops/8.7.1/values.yaml rename to stable/collabora/5.7.1/values.yaml diff --git a/stable/colonysurvival/5.5.1/CHANGELOG.md b/stable/colonysurvival/5.5.1/CHANGELOG.md deleted file mode 100644 index 5133f4cc96a..00000000000 --- a/stable/colonysurvival/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [colonysurvival-5.5.1](https://github.com/truecharts/charts/compare/colonysurvival-5.5.0...colonysurvival-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [colonysurvival-5.5.0](https://github.com/truecharts/charts/compare/colonysurvival-5.4.1...colonysurvival-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [colonysurvival-5.4.1](https://github.com/truecharts/charts/compare/colonysurvival-5.4.0...colonysurvival-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [colonysurvival-5.4.0](https://github.com/truecharts/charts/compare/colonysurvival-5.3.0...colonysurvival-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [colonysurvival-5.3.0](https://github.com/truecharts/charts/compare/colonysurvival-5.2.3...colonysurvival-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [colonysurvival-5.2.3](https://github.com/truecharts/charts/compare/colonysurvival-5.2.2...colonysurvival-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [colonysurvival-5.2.2](https://github.com/truecharts/charts/compare/colonysurvival-5.2.0...colonysurvival-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [colonysurvival-4.1.12](https://github.com/truecharts/charts/compare/colonysurvival-4.1.11...colonysurvival-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [colonysurvival-4.1.11](https://github.com/truecharts/charts/compare/colonysurvival-4.1.10...colonysurvival-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/colonysurvival/5.5.1/Chart.yaml b/stable/colonysurvival/5.5.1/Chart.yaml deleted file mode 100644 index 153546b967e..00000000000 --- a/stable/colonysurvival/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/colonysurvival/5.5.1/charts/common-20.0.8.tgz b/stable/colonysurvival/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/colonysurvival/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/core-keeper-dedicated-server/5.5.1/.helmignore b/stable/colonysurvival/5.7.1/.helmignore similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/.helmignore rename to stable/colonysurvival/5.7.1/.helmignore diff --git a/stable/colonysurvival/5.7.1/CHANGELOG.md b/stable/colonysurvival/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..168493ae271 --- /dev/null +++ b/stable/colonysurvival/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [colonysurvival-5.7.1](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/colonysurvival/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c4ff51eacd1 --- /dev/null +++ b/stable/colonysurvival/5.7.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: 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.2 + 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.1 diff --git a/stable/colonysurvival/5.5.1/README.md b/stable/colonysurvival/5.7.1/README.md similarity index 100% rename from stable/colonysurvival/5.5.1/README.md rename to stable/colonysurvival/5.7.1/README.md diff --git a/stable/colonysurvival/5.7.1/app-changelog.md b/stable/colonysurvival/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d864c26e209 --- /dev/null +++ b/stable/colonysurvival/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [colonysurvival-5.7.1](https://github.com/truecharts/charts/compare/colonysurvival-5.6.0...colonysurvival-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/colonysurvival/5.7.1/app-readme.md similarity index 100% rename from stable/colonysurvival/5.5.1/app-readme.md rename to stable/colonysurvival/5.7.1/app-readme.md diff --git a/stable/colonysurvival/5.7.1/charts/common-20.2.2.tgz b/stable/colonysurvival/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/colonysurvival/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/colonysurvival/5.5.1/ix_values.yaml b/stable/colonysurvival/5.7.1/ix_values.yaml similarity index 100% rename from stable/colonysurvival/5.5.1/ix_values.yaml rename to stable/colonysurvival/5.7.1/ix_values.yaml diff --git a/stable/colonysurvival/5.5.1/questions.yaml b/stable/colonysurvival/5.7.1/questions.yaml similarity index 100% rename from stable/colonysurvival/5.5.1/questions.yaml rename to stable/colonysurvival/5.7.1/questions.yaml diff --git a/stable/colonysurvival/5.5.1/templates/common.yaml b/stable/colonysurvival/5.7.1/templates/common.yaml similarity index 100% rename from stable/colonysurvival/5.5.1/templates/common.yaml rename to stable/colonysurvival/5.7.1/templates/common.yaml diff --git a/stable/core-keeper-dedicated-server/5.5.1/values.yaml b/stable/colonysurvival/5.7.1/values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/values.yaml rename to stable/colonysurvival/5.7.1/values.yaml diff --git a/stable/commento-plusplus/11.5.1/CHANGELOG.md b/stable/commento-plusplus/11.5.1/CHANGELOG.md deleted file mode 100644 index 8f41323793c..00000000000 --- a/stable/commento-plusplus/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [commento-plusplus-11.5.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.5.0...commento-plusplus-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [commento-plusplus-11.5.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.4.1...commento-plusplus-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [commento-plusplus-11.4.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.4.0...commento-plusplus-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [commento-plusplus-11.4.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.3.0...commento-plusplus-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [commento-plusplus-11.3.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.3...commento-plusplus-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [commento-plusplus-11.2.3](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.2...commento-plusplus-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [commento-plusplus-11.2.2](https://github.com/truecharts/charts/compare/commento-plusplus-11.2.0...commento-plusplus-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [commento-plusplus-10.1.12](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.11...commento-plusplus-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [commento-plusplus-10.1.11](https://github.com/truecharts/charts/compare/commento-plusplus-10.1.10...commento-plusplus-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/commento-plusplus/11.5.1/Chart.yaml b/stable/commento-plusplus/11.5.1/Chart.yaml deleted file mode 100644 index 79c8dcb2f88..00000000000 --- a/stable/commento-plusplus/11.5.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: 1.8.7 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/commento-plusplus/11.5.1/charts/common-20.0.8.tgz b/stable/commento-plusplus/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/commento-plusplus/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/corekeeper/5.5.1/.helmignore b/stable/commento-plusplus/11.7.1/.helmignore similarity index 100% rename from stable/corekeeper/5.5.1/.helmignore rename to stable/commento-plusplus/11.7.1/.helmignore diff --git a/stable/commento-plusplus/11.7.1/CHANGELOG.md b/stable/commento-plusplus/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cd44e011e3d --- /dev/null +++ b/stable/commento-plusplus/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [commento-plusplus-11.7.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/commento-plusplus/11.7.1/Chart.yaml new file mode 100644 index 00000000000..e2f9e24fb7c --- /dev/null +++ b/stable/commento-plusplus/11.7.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: 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.2 + 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.1 diff --git a/stable/commento-plusplus/11.5.1/README.md b/stable/commento-plusplus/11.7.1/README.md similarity index 100% rename from stable/commento-plusplus/11.5.1/README.md rename to stable/commento-plusplus/11.7.1/README.md diff --git a/stable/commento-plusplus/11.7.1/app-changelog.md b/stable/commento-plusplus/11.7.1/app-changelog.md new file mode 100644 index 00000000000..c78fbafd49d --- /dev/null +++ b/stable/commento-plusplus/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [commento-plusplus-11.7.1](https://github.com/truecharts/charts/compare/commento-plusplus-11.6.0...commento-plusplus-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/commento-plusplus/11.7.1/app-readme.md similarity index 100% rename from stable/commento-plusplus/11.5.1/app-readme.md rename to stable/commento-plusplus/11.7.1/app-readme.md diff --git a/stable/commento-plusplus/11.7.1/charts/common-20.2.2.tgz b/stable/commento-plusplus/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/commento-plusplus/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/commento-plusplus/11.5.1/ix_values.yaml b/stable/commento-plusplus/11.7.1/ix_values.yaml similarity index 100% rename from stable/commento-plusplus/11.5.1/ix_values.yaml rename to stable/commento-plusplus/11.7.1/ix_values.yaml diff --git a/stable/commento-plusplus/11.5.1/questions.yaml b/stable/commento-plusplus/11.7.1/questions.yaml similarity index 100% rename from stable/commento-plusplus/11.5.1/questions.yaml rename to stable/commento-plusplus/11.7.1/questions.yaml diff --git a/stable/cryptpad/7.5.1/templates/NOTES.txt b/stable/commento-plusplus/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/cryptpad/7.5.1/templates/NOTES.txt rename to stable/commento-plusplus/11.7.1/templates/NOTES.txt diff --git a/stable/couchpotato/9.5.1/templates/common.yaml b/stable/commento-plusplus/11.7.1/templates/common.yaml similarity index 100% rename from stable/couchpotato/9.5.1/templates/common.yaml rename to stable/commento-plusplus/11.7.1/templates/common.yaml diff --git a/stable/corekeeper/5.5.1/values.yaml b/stable/commento-plusplus/11.7.1/values.yaml similarity index 100% rename from stable/corekeeper/5.5.1/values.yaml rename to stable/commento-plusplus/11.7.1/values.yaml diff --git a/stable/conanexiles/5.5.1/CHANGELOG.md b/stable/conanexiles/5.5.1/CHANGELOG.md deleted file mode 100644 index 76b6cc603d9..00000000000 --- a/stable/conanexiles/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [conanexiles-5.5.1](https://github.com/truecharts/charts/compare/conanexiles-5.5.0...conanexiles-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [conanexiles-5.5.0](https://github.com/truecharts/charts/compare/conanexiles-5.4.1...conanexiles-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [conanexiles-5.4.1](https://github.com/truecharts/charts/compare/conanexiles-5.4.0...conanexiles-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [conanexiles-5.4.0](https://github.com/truecharts/charts/compare/conanexiles-5.3.0...conanexiles-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [conanexiles-5.3.0](https://github.com/truecharts/charts/compare/conanexiles-5.2.3...conanexiles-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [conanexiles-5.2.3](https://github.com/truecharts/charts/compare/conanexiles-5.2.2...conanexiles-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [conanexiles-5.2.2](https://github.com/truecharts/charts/compare/conanexiles-5.2.0...conanexiles-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [conanexiles-4.1.12](https://github.com/truecharts/charts/compare/conanexiles-4.1.11...conanexiles-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [conanexiles-4.1.11](https://github.com/truecharts/charts/compare/conanexiles-4.1.10...conanexiles-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/conanexiles/5.5.1/Chart.yaml b/stable/conanexiles/5.5.1/Chart.yaml deleted file mode 100644 index 11371674850..00000000000 --- a/stable/conanexiles/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/conanexiles/5.5.1/charts/common-20.0.8.tgz b/stable/conanexiles/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/conanexiles/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/couchpotato/9.5.1/.helmignore b/stable/conanexiles/5.7.1/.helmignore similarity index 100% rename from stable/couchpotato/9.5.1/.helmignore rename to stable/conanexiles/5.7.1/.helmignore diff --git a/stable/conanexiles/5.7.1/CHANGELOG.md b/stable/conanexiles/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0f65a3fffb9 --- /dev/null +++ b/stable/conanexiles/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [conanexiles-5.7.1](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/conanexiles/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f4cff9387cf --- /dev/null +++ b/stable/conanexiles/5.7.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: 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.2 + 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.1 diff --git a/stable/conanexiles/5.5.1/README.md b/stable/conanexiles/5.7.1/README.md similarity index 100% rename from stable/conanexiles/5.5.1/README.md rename to stable/conanexiles/5.7.1/README.md diff --git a/stable/conanexiles/5.7.1/app-changelog.md b/stable/conanexiles/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2ff0b0a902c --- /dev/null +++ b/stable/conanexiles/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [conanexiles-5.7.1](https://github.com/truecharts/charts/compare/conanexiles-5.6.0...conanexiles-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/conanexiles/5.7.1/app-readme.md similarity index 100% rename from stable/conanexiles/5.5.1/app-readme.md rename to stable/conanexiles/5.7.1/app-readme.md diff --git a/stable/conanexiles/5.7.1/charts/common-20.2.2.tgz b/stable/conanexiles/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/conanexiles/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/conanexiles/5.5.1/ix_values.yaml b/stable/conanexiles/5.7.1/ix_values.yaml similarity index 100% rename from stable/conanexiles/5.5.1/ix_values.yaml rename to stable/conanexiles/5.7.1/ix_values.yaml diff --git a/stable/conanexiles/5.5.1/questions.yaml b/stable/conanexiles/5.7.1/questions.yaml similarity index 100% rename from stable/conanexiles/5.5.1/questions.yaml rename to stable/conanexiles/5.7.1/questions.yaml diff --git a/stable/conanexiles/5.5.1/templates/common.yaml b/stable/conanexiles/5.7.1/templates/common.yaml similarity index 100% rename from stable/conanexiles/5.5.1/templates/common.yaml rename to stable/conanexiles/5.7.1/templates/common.yaml diff --git a/stable/couchpotato/9.5.1/values.yaml b/stable/conanexiles/5.7.1/values.yaml similarity index 100% rename from stable/couchpotato/9.5.1/values.yaml rename to stable/conanexiles/5.7.1/values.yaml diff --git a/stable/convos/5.5.1/CHANGELOG.md b/stable/convos/5.5.1/CHANGELOG.md deleted file mode 100644 index 52caa559617..00000000000 --- a/stable/convos/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [convos-5.5.1](https://github.com/truecharts/charts/compare/convos-5.5.0...convos-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [convos-5.5.0](https://github.com/truecharts/charts/compare/convos-5.4.1...convos-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [convos-5.4.1](https://github.com/truecharts/charts/compare/convos-5.4.0...convos-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [convos-5.4.0](https://github.com/truecharts/charts/compare/convos-5.3.0...convos-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [convos-5.3.0](https://github.com/truecharts/charts/compare/convos-5.2.3...convos-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [convos-5.2.3](https://github.com/truecharts/charts/compare/convos-5.2.2...convos-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [convos-5.2.2](https://github.com/truecharts/charts/compare/convos-5.2.0...convos-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [convos-4.1.12](https://github.com/truecharts/charts/compare/convos-4.1.11...convos-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [convos-4.1.11](https://github.com/truecharts/charts/compare/convos-4.1.10...convos-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/convos/5.5.1/Chart.yaml b/stable/convos/5.5.1/Chart.yaml deleted file mode 100644 index dea51e1b96b..00000000000 --- a/stable/convos/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/convos/5.5.1/charts/common-20.0.8.tgz b/stable/convos/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/convos/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/counterstrike2d/5.5.1/.helmignore b/stable/convos/5.7.1/.helmignore similarity index 100% rename from stable/counterstrike2d/5.5.1/.helmignore rename to stable/convos/5.7.1/.helmignore diff --git a/stable/convos/5.7.1/CHANGELOG.md b/stable/convos/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5e305e3fc47 --- /dev/null +++ b/stable/convos/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [convos-5.7.1](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/convos/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6a0b0a2cc17 --- /dev/null +++ b/stable/convos/5.7.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: 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.2 + 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.1 diff --git a/stable/convos/5.5.1/README.md b/stable/convos/5.7.1/README.md similarity index 100% rename from stable/convos/5.5.1/README.md rename to stable/convos/5.7.1/README.md diff --git a/stable/convos/5.7.1/app-changelog.md b/stable/convos/5.7.1/app-changelog.md new file mode 100644 index 00000000000..07e30077551 --- /dev/null +++ b/stable/convos/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [convos-5.7.1](https://github.com/truecharts/charts/compare/convos-5.6.0...convos-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/convos/5.7.1/app-readme.md similarity index 100% rename from stable/convos/5.5.1/app-readme.md rename to stable/convos/5.7.1/app-readme.md diff --git a/stable/convos/5.7.1/charts/common-20.2.2.tgz b/stable/convos/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/convos/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/convos/5.5.1/ix_values.yaml b/stable/convos/5.7.1/ix_values.yaml similarity index 100% rename from stable/convos/5.5.1/ix_values.yaml rename to stable/convos/5.7.1/ix_values.yaml diff --git a/stable/convos/5.5.1/questions.yaml b/stable/convos/5.7.1/questions.yaml similarity index 100% rename from stable/convos/5.5.1/questions.yaml rename to stable/convos/5.7.1/questions.yaml diff --git a/stable/convos/5.5.1/templates/common.yaml b/stable/convos/5.7.1/templates/common.yaml similarity index 100% rename from stable/convos/5.5.1/templates/common.yaml rename to stable/convos/5.7.1/templates/common.yaml diff --git a/stable/counterstrike2d/5.5.1/values.yaml b/stable/convos/5.7.1/values.yaml similarity index 100% rename from stable/counterstrike2d/5.5.1/values.yaml rename to stable/convos/5.7.1/values.yaml diff --git a/stable/cops/8.7.1/CHANGELOG.md b/stable/cops/8.7.1/CHANGELOG.md deleted file mode 100644 index 5318505c97f..00000000000 --- a/stable/cops/8.7.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cops-8.7.1](https://github.com/truecharts/charts/compare/cops-8.7.0...cops-8.7.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cops-8.7.0](https://github.com/truecharts/charts/compare/cops-8.6.0...cops-8.7.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cops-8.6.0](https://github.com/truecharts/charts/compare/cops-8.5.1...cops-8.6.0) (2024-03-11) - -### Chore - - - -- update container image lscr.io/linuxserver/cops to v2.5.0[@ec5e611](https://github.com/ec5e611) by renovate ([#19121](https://github.com/truecharts/charts/issues/19121)) - - -## [cops-8.5.1](https://github.com/truecharts/charts/compare/cops-8.5.0...cops-8.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cops-8.5.0](https://github.com/truecharts/charts/compare/cops-8.4.0...cops-8.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cops-8.4.0](https://github.com/truecharts/charts/compare/cops-8.3.4...cops-8.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cops-8.3.4](https://github.com/truecharts/charts/compare/cops-8.3.3...cops-8.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cops-8.3.3](https://github.com/truecharts/charts/compare/cops-8.3.1...cops-8.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - -## [cops-7.1.18](https://github.com/truecharts/charts/compare/cops-7.1.17...cops-7.1.18) (2024-02-12) - -### Chore diff --git a/stable/cops/8.7.1/Chart.yaml b/stable/cops/8.7.1/Chart.yaml deleted file mode 100644 index 5383d902716..00000000000 --- a/stable/cops/8.7.1/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.0.8 - 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.7.1 diff --git a/stable/cops/8.7.1/charts/common-20.0.8.tgz b/stable/cops/8.7.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cops/8.7.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cowyo/5.5.1/.helmignore b/stable/cops/8.9.1/.helmignore similarity index 100% rename from stable/cowyo/5.5.1/.helmignore rename to stable/cops/8.9.1/.helmignore diff --git a/stable/cops/8.9.1/CHANGELOG.md b/stable/cops/8.9.1/CHANGELOG.md new file mode 100644 index 00000000000..f6db1a36dae --- /dev/null +++ b/stable/cops/8.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cops-8.9.1](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cops/8.9.1/Chart.yaml new file mode 100644 index 00000000000..6419e3f1c31 --- /dev/null +++ b/stable/cops/8.9.1/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.2 + 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.1 diff --git a/stable/cops/8.7.1/README.md b/stable/cops/8.9.1/README.md similarity index 100% rename from stable/cops/8.7.1/README.md rename to stable/cops/8.9.1/README.md diff --git a/stable/cops/8.9.1/app-changelog.md b/stable/cops/8.9.1/app-changelog.md new file mode 100644 index 00000000000..069a0f11dcb --- /dev/null +++ b/stable/cops/8.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cops-8.9.1](https://github.com/truecharts/charts/compare/cops-8.8.0...cops-8.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.7.1/app-readme.md b/stable/cops/8.9.1/app-readme.md similarity index 100% rename from stable/cops/8.7.1/app-readme.md rename to stable/cops/8.9.1/app-readme.md diff --git a/stable/cops/8.9.1/charts/common-20.2.2.tgz b/stable/cops/8.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cops/8.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/cops/8.7.1/ix_values.yaml b/stable/cops/8.9.1/ix_values.yaml similarity index 100% rename from stable/cops/8.7.1/ix_values.yaml rename to stable/cops/8.9.1/ix_values.yaml diff --git a/stable/cops/8.7.1/questions.yaml b/stable/cops/8.9.1/questions.yaml similarity index 100% rename from stable/cops/8.7.1/questions.yaml rename to stable/cops/8.9.1/questions.yaml diff --git a/stable/cs2/3.5.1/templates/NOTES.txt b/stable/cops/8.9.1/templates/NOTES.txt similarity index 100% rename from stable/cs2/3.5.1/templates/NOTES.txt rename to stable/cops/8.9.1/templates/NOTES.txt diff --git a/stable/cops/8.7.1/templates/common.yaml b/stable/cops/8.9.1/templates/common.yaml similarity index 100% rename from stable/cops/8.7.1/templates/common.yaml rename to stable/cops/8.9.1/templates/common.yaml diff --git a/stable/cowyo/5.5.1/values.yaml b/stable/cops/8.9.1/values.yaml similarity index 100% rename from stable/cowyo/5.5.1/values.yaml rename to stable/cops/8.9.1/values.yaml diff --git a/stable/core-keeper-dedicated-server/5.5.1/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.5.1/CHANGELOG.md deleted file mode 100644 index d6f5fd6deab..00000000000 --- a/stable/core-keeper-dedicated-server/5.5.1/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.5.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.5.0...core-keeper-dedicated-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [core-keeper-dedicated-server-5.5.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.2...core-keeper-dedicated-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [core-keeper-dedicated-server-5.4.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.1...core-keeper-dedicated-server-5.4.2) (2024-03-11) - -### Chore - - - -- update container image escaping/core-keeper-dedicated to latest[@a4ffed6](https://github.com/a4ffed6) by renovate ([#19152](https://github.com/truecharts/charts/issues/19152)) - - -## [core-keeper-dedicated-server-5.4.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.4.0...core-keeper-dedicated-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [core-keeper-dedicated-server-5.4.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.3.0...core-keeper-dedicated-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [core-keeper-dedicated-server-5.3.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.3...core-keeper-dedicated-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [core-keeper-dedicated-server-5.2.3](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.2...core-keeper-dedicated-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [core-keeper-dedicated-server-5.2.2](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.2.0...core-keeper-dedicated-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [core-keeper-dedicated-server-4.1.12](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-4.1.11...core-keeper-dedicated-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/core-keeper-dedicated-server/5.5.1/Chart.yaml b/stable/core-keeper-dedicated-server/5.5.1/Chart.yaml deleted file mode 100644 index 60a803bfde2..00000000000 --- a/stable/core-keeper-dedicated-server/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/core-keeper-dedicated-server/5.5.1/charts/common-20.0.8.tgz b/stable/core-keeper-dedicated-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/core-keeper-dedicated-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/craftopia/5.5.1/.helmignore b/stable/core-keeper-dedicated-server/5.7.1/.helmignore similarity index 100% rename from stable/craftopia/5.5.1/.helmignore rename to stable/core-keeper-dedicated-server/5.7.1/.helmignore diff --git a/stable/core-keeper-dedicated-server/5.7.1/CHANGELOG.md b/stable/core-keeper-dedicated-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e09e51552cb --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [core-keeper-dedicated-server-5.7.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/core-keeper-dedicated-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..62b6f0e1e78 --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.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: 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.2 + 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.1 diff --git a/stable/core-keeper-dedicated-server/5.5.1/README.md b/stable/core-keeper-dedicated-server/5.7.1/README.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/README.md rename to stable/core-keeper-dedicated-server/5.7.1/README.md diff --git a/stable/core-keeper-dedicated-server/5.7.1/app-changelog.md b/stable/core-keeper-dedicated-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..62d66975cf5 --- /dev/null +++ b/stable/core-keeper-dedicated-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [core-keeper-dedicated-server-5.7.1](https://github.com/truecharts/charts/compare/core-keeper-dedicated-server-5.6.0...core-keeper-dedicated-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/core-keeper-dedicated-server/5.7.1/app-readme.md similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/app-readme.md rename to stable/core-keeper-dedicated-server/5.7.1/app-readme.md diff --git a/stable/core-keeper-dedicated-server/5.7.1/charts/common-20.2.2.tgz b/stable/core-keeper-dedicated-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/core-keeper-dedicated-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/core-keeper-dedicated-server/5.5.1/ix_values.yaml b/stable/core-keeper-dedicated-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/ix_values.yaml rename to stable/core-keeper-dedicated-server/5.7.1/ix_values.yaml diff --git a/stable/core-keeper-dedicated-server/5.5.1/questions.yaml b/stable/core-keeper-dedicated-server/5.7.1/questions.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/questions.yaml rename to stable/core-keeper-dedicated-server/5.7.1/questions.yaml diff --git a/stable/core-keeper-dedicated-server/5.5.1/templates/common.yaml b/stable/core-keeper-dedicated-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/core-keeper-dedicated-server/5.5.1/templates/common.yaml rename to stable/core-keeper-dedicated-server/5.7.1/templates/common.yaml diff --git a/stable/craftopia/5.5.1/values.yaml b/stable/core-keeper-dedicated-server/5.7.1/values.yaml similarity index 100% rename from stable/craftopia/5.5.1/values.yaml rename to stable/core-keeper-dedicated-server/5.7.1/values.yaml diff --git a/stable/corekeeper/5.5.1/CHANGELOG.md b/stable/corekeeper/5.5.1/CHANGELOG.md deleted file mode 100644 index 70c683d7a58..00000000000 --- a/stable/corekeeper/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [corekeeper-5.5.1](https://github.com/truecharts/charts/compare/corekeeper-5.5.0...corekeeper-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [corekeeper-5.5.0](https://github.com/truecharts/charts/compare/corekeeper-5.4.1...corekeeper-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [corekeeper-5.4.1](https://github.com/truecharts/charts/compare/corekeeper-5.4.0...corekeeper-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [corekeeper-5.4.0](https://github.com/truecharts/charts/compare/corekeeper-5.3.0...corekeeper-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [corekeeper-5.3.0](https://github.com/truecharts/charts/compare/corekeeper-5.2.3...corekeeper-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [corekeeper-5.2.3](https://github.com/truecharts/charts/compare/corekeeper-5.2.2...corekeeper-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [corekeeper-5.2.2](https://github.com/truecharts/charts/compare/corekeeper-5.2.0...corekeeper-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [corekeeper-4.1.12](https://github.com/truecharts/charts/compare/corekeeper-4.1.11...corekeeper-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [corekeeper-4.1.11](https://github.com/truecharts/charts/compare/corekeeper-4.1.10...corekeeper-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/corekeeper/5.5.1/Chart.yaml b/stable/corekeeper/5.5.1/Chart.yaml deleted file mode 100644 index 85af0231577..00000000000 --- a/stable/corekeeper/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/corekeeper/5.5.1/charts/common-20.0.8.tgz b/stable/corekeeper/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/corekeeper/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/crafty-4/7.6.1/.helmignore b/stable/corekeeper/5.7.1/.helmignore similarity index 100% rename from stable/crafty-4/7.6.1/.helmignore rename to stable/corekeeper/5.7.1/.helmignore diff --git a/stable/corekeeper/5.7.1/CHANGELOG.md b/stable/corekeeper/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2bd3c1da0f3 --- /dev/null +++ b/stable/corekeeper/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [corekeeper-5.7.1](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/corekeeper/5.7.1/Chart.yaml new file mode 100644 index 00000000000..45302b75887 --- /dev/null +++ b/stable/corekeeper/5.7.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: 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.2 + 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.1 diff --git a/stable/corekeeper/5.5.1/README.md b/stable/corekeeper/5.7.1/README.md similarity index 100% rename from stable/corekeeper/5.5.1/README.md rename to stable/corekeeper/5.7.1/README.md diff --git a/stable/corekeeper/5.7.1/app-changelog.md b/stable/corekeeper/5.7.1/app-changelog.md new file mode 100644 index 00000000000..af47d8d8f97 --- /dev/null +++ b/stable/corekeeper/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [corekeeper-5.7.1](https://github.com/truecharts/charts/compare/corekeeper-5.6.0...corekeeper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/corekeeper/5.7.1/app-readme.md similarity index 100% rename from stable/corekeeper/5.5.1/app-readme.md rename to stable/corekeeper/5.7.1/app-readme.md diff --git a/stable/corekeeper/5.7.1/charts/common-20.2.2.tgz b/stable/corekeeper/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/corekeeper/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/corekeeper/5.5.1/ix_values.yaml b/stable/corekeeper/5.7.1/ix_values.yaml similarity index 100% rename from stable/corekeeper/5.5.1/ix_values.yaml rename to stable/corekeeper/5.7.1/ix_values.yaml diff --git a/stable/corekeeper/5.5.1/questions.yaml b/stable/corekeeper/5.7.1/questions.yaml similarity index 100% rename from stable/corekeeper/5.5.1/questions.yaml rename to stable/corekeeper/5.7.1/questions.yaml diff --git a/stable/corekeeper/5.5.1/templates/common.yaml b/stable/corekeeper/5.7.1/templates/common.yaml similarity index 100% rename from stable/corekeeper/5.5.1/templates/common.yaml rename to stable/corekeeper/5.7.1/templates/common.yaml diff --git a/stable/crafty-4/7.6.1/values.yaml b/stable/corekeeper/5.7.1/values.yaml similarity index 100% rename from stable/crafty-4/7.6.1/values.yaml rename to stable/corekeeper/5.7.1/values.yaml diff --git a/stable/couchpotato/9.5.1/CHANGELOG.md b/stable/couchpotato/9.5.1/CHANGELOG.md deleted file mode 100644 index 7cf728850b5..00000000000 --- a/stable/couchpotato/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [couchpotato-9.5.1](https://github.com/truecharts/charts/compare/couchpotato-9.5.0...couchpotato-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [couchpotato-9.5.0](https://github.com/truecharts/charts/compare/couchpotato-9.4.1...couchpotato-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [couchpotato-9.4.1](https://github.com/truecharts/charts/compare/couchpotato-9.4.0...couchpotato-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [couchpotato-9.4.0](https://github.com/truecharts/charts/compare/couchpotato-9.3.0...couchpotato-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [couchpotato-9.3.0](https://github.com/truecharts/charts/compare/couchpotato-9.2.3...couchpotato-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [couchpotato-9.2.3](https://github.com/truecharts/charts/compare/couchpotato-9.2.2...couchpotato-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [couchpotato-9.2.2](https://github.com/truecharts/charts/compare/couchpotato-9.2.0...couchpotato-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [couchpotato-8.1.12](https://github.com/truecharts/charts/compare/couchpotato-8.1.11...couchpotato-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [couchpotato-8.1.11](https://github.com/truecharts/charts/compare/couchpotato-8.1.10...couchpotato-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/couchpotato/9.5.1/Chart.yaml b/stable/couchpotato/9.5.1/Chart.yaml deleted file mode 100644 index f1f1d50f1a6..00000000000 --- a/stable/couchpotato/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/couchpotato/9.5.1/charts/common-20.0.8.tgz b/stable/couchpotato/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/couchpotato/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/crypto-exchanges-gateway/5.5.1/.helmignore b/stable/couchpotato/9.7.1/.helmignore similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/.helmignore rename to stable/couchpotato/9.7.1/.helmignore diff --git a/stable/couchpotato/9.7.1/CHANGELOG.md b/stable/couchpotato/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..52507f45e0d --- /dev/null +++ b/stable/couchpotato/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [couchpotato-9.7.1](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/couchpotato/9.7.1/Chart.yaml new file mode 100644 index 00000000000..62239fb6a5d --- /dev/null +++ b/stable/couchpotato/9.7.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: 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.2 + 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.1 diff --git a/stable/couchpotato/9.5.1/README.md b/stable/couchpotato/9.7.1/README.md similarity index 100% rename from stable/couchpotato/9.5.1/README.md rename to stable/couchpotato/9.7.1/README.md diff --git a/stable/couchpotato/9.7.1/app-changelog.md b/stable/couchpotato/9.7.1/app-changelog.md new file mode 100644 index 00000000000..79262b35a7a --- /dev/null +++ b/stable/couchpotato/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [couchpotato-9.7.1](https://github.com/truecharts/charts/compare/couchpotato-9.6.0...couchpotato-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/couchpotato/9.7.1/app-readme.md similarity index 100% rename from stable/couchpotato/9.5.1/app-readme.md rename to stable/couchpotato/9.7.1/app-readme.md diff --git a/stable/couchpotato/9.7.1/charts/common-20.2.2.tgz b/stable/couchpotato/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/couchpotato/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/couchpotato/9.5.1/ix_values.yaml b/stable/couchpotato/9.7.1/ix_values.yaml similarity index 100% rename from stable/couchpotato/9.5.1/ix_values.yaml rename to stable/couchpotato/9.7.1/ix_values.yaml diff --git a/stable/couchpotato/9.5.1/questions.yaml b/stable/couchpotato/9.7.1/questions.yaml similarity index 100% rename from stable/couchpotato/9.5.1/questions.yaml rename to stable/couchpotato/9.7.1/questions.yaml diff --git a/stable/ctfd/4.12.1/templates/NOTES.txt b/stable/couchpotato/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/ctfd/4.12.1/templates/NOTES.txt rename to stable/couchpotato/9.7.1/templates/NOTES.txt diff --git a/stable/cryptofolio/12.5.1/templates/common.yaml b/stable/couchpotato/9.7.1/templates/common.yaml similarity index 100% rename from stable/cryptofolio/12.5.1/templates/common.yaml rename to stable/couchpotato/9.7.1/templates/common.yaml diff --git a/stable/crypto-exchanges-gateway/5.5.1/values.yaml b/stable/couchpotato/9.7.1/values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/values.yaml rename to stable/couchpotato/9.7.1/values.yaml diff --git a/stable/counterstrike2d/5.5.1/CHANGELOG.md b/stable/counterstrike2d/5.5.1/CHANGELOG.md deleted file mode 100644 index 2abe772cda6..00000000000 --- a/stable/counterstrike2d/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [counterstrike2d-5.5.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.5.0...counterstrike2d-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [counterstrike2d-5.5.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.4.1...counterstrike2d-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [counterstrike2d-5.4.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.4.0...counterstrike2d-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [counterstrike2d-5.4.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.3.0...counterstrike2d-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [counterstrike2d-5.3.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.3...counterstrike2d-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [counterstrike2d-5.2.3](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.2...counterstrike2d-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [counterstrike2d-5.2.2](https://github.com/truecharts/charts/compare/counterstrike2d-5.2.0...counterstrike2d-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [counterstrike2d-4.1.12](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.11...counterstrike2d-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [counterstrike2d-4.1.11](https://github.com/truecharts/charts/compare/counterstrike2d-4.1.10...counterstrike2d-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/counterstrike2d/5.5.1/Chart.yaml b/stable/counterstrike2d/5.5.1/Chart.yaml deleted file mode 100644 index 5b4de475810..00000000000 --- a/stable/counterstrike2d/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/counterstrike2d/5.5.1/charts/common-20.0.8.tgz b/stable/counterstrike2d/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/counterstrike2d/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cryptofolio/12.5.1/.helmignore b/stable/counterstrike2d/5.7.1/.helmignore similarity index 100% rename from stable/cryptofolio/12.5.1/.helmignore rename to stable/counterstrike2d/5.7.1/.helmignore diff --git a/stable/counterstrike2d/5.7.1/CHANGELOG.md b/stable/counterstrike2d/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dcffb6ed2a0 --- /dev/null +++ b/stable/counterstrike2d/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [counterstrike2d-5.7.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/counterstrike2d/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1392fbf70e6 --- /dev/null +++ b/stable/counterstrike2d/5.7.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: 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.2 + 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.1 diff --git a/stable/counterstrike2d/5.5.1/README.md b/stable/counterstrike2d/5.7.1/README.md similarity index 100% rename from stable/counterstrike2d/5.5.1/README.md rename to stable/counterstrike2d/5.7.1/README.md diff --git a/stable/counterstrike2d/5.7.1/app-changelog.md b/stable/counterstrike2d/5.7.1/app-changelog.md new file mode 100644 index 00000000000..0f5a5b0ed23 --- /dev/null +++ b/stable/counterstrike2d/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [counterstrike2d-5.7.1](https://github.com/truecharts/charts/compare/counterstrike2d-5.6.0...counterstrike2d-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/counterstrike2d/5.7.1/app-readme.md similarity index 100% rename from stable/counterstrike2d/5.5.1/app-readme.md rename to stable/counterstrike2d/5.7.1/app-readme.md diff --git a/stable/counterstrike2d/5.7.1/charts/common-20.2.2.tgz b/stable/counterstrike2d/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/counterstrike2d/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/counterstrike2d/5.5.1/ix_values.yaml b/stable/counterstrike2d/5.7.1/ix_values.yaml similarity index 100% rename from stable/counterstrike2d/5.5.1/ix_values.yaml rename to stable/counterstrike2d/5.7.1/ix_values.yaml diff --git a/stable/counterstrike2d/5.5.1/questions.yaml b/stable/counterstrike2d/5.7.1/questions.yaml similarity index 100% rename from stable/counterstrike2d/5.5.1/questions.yaml rename to stable/counterstrike2d/5.7.1/questions.yaml diff --git a/stable/counterstrike2d/5.5.1/templates/common.yaml b/stable/counterstrike2d/5.7.1/templates/common.yaml similarity index 100% rename from stable/counterstrike2d/5.5.1/templates/common.yaml rename to stable/counterstrike2d/5.7.1/templates/common.yaml diff --git a/stable/cryptofolio/12.5.1/values.yaml b/stable/counterstrike2d/5.7.1/values.yaml similarity index 100% rename from stable/cryptofolio/12.5.1/values.yaml rename to stable/counterstrike2d/5.7.1/values.yaml diff --git a/stable/cowyo/5.5.1/CHANGELOG.md b/stable/cowyo/5.5.1/CHANGELOG.md deleted file mode 100644 index e029537640e..00000000000 --- a/stable/cowyo/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cowyo-5.5.1](https://github.com/truecharts/charts/compare/cowyo-5.5.0...cowyo-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cowyo-5.5.0](https://github.com/truecharts/charts/compare/cowyo-5.4.1...cowyo-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cowyo-5.4.1](https://github.com/truecharts/charts/compare/cowyo-5.4.0...cowyo-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cowyo-5.4.0](https://github.com/truecharts/charts/compare/cowyo-5.3.0...cowyo-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cowyo-5.3.0](https://github.com/truecharts/charts/compare/cowyo-5.2.3...cowyo-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cowyo-5.2.3](https://github.com/truecharts/charts/compare/cowyo-5.2.2...cowyo-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cowyo-5.2.2](https://github.com/truecharts/charts/compare/cowyo-5.2.0...cowyo-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cowyo-4.1.12](https://github.com/truecharts/charts/compare/cowyo-4.1.11...cowyo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cowyo-4.1.11](https://github.com/truecharts/charts/compare/cowyo-4.1.10...cowyo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cowyo/5.5.1/Chart.yaml b/stable/cowyo/5.5.1/Chart.yaml deleted file mode 100644 index bc5b4214734..00000000000 --- a/stable/cowyo/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/cowyo/5.5.1/charts/common-20.0.8.tgz b/stable/cowyo/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cowyo/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cryptpad/7.5.1/.helmignore b/stable/cowyo/5.7.1/.helmignore similarity index 100% rename from stable/cryptpad/7.5.1/.helmignore rename to stable/cowyo/5.7.1/.helmignore diff --git a/stable/cowyo/5.7.1/CHANGELOG.md b/stable/cowyo/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..13b1bf3ab6c --- /dev/null +++ b/stable/cowyo/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cowyo-5.7.1](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cowyo/5.7.1/Chart.yaml new file mode 100644 index 00000000000..bf7711adcb7 --- /dev/null +++ b/stable/cowyo/5.7.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: 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.2 + 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.1 diff --git a/stable/cowyo/5.5.1/README.md b/stable/cowyo/5.7.1/README.md similarity index 100% rename from stable/cowyo/5.5.1/README.md rename to stable/cowyo/5.7.1/README.md diff --git a/stable/cowyo/5.7.1/app-changelog.md b/stable/cowyo/5.7.1/app-changelog.md new file mode 100644 index 00000000000..304db889331 --- /dev/null +++ b/stable/cowyo/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cowyo-5.7.1](https://github.com/truecharts/charts/compare/cowyo-5.6.0...cowyo-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cowyo/5.7.1/app-readme.md similarity index 100% rename from stable/cowyo/5.5.1/app-readme.md rename to stable/cowyo/5.7.1/app-readme.md diff --git a/stable/cowyo/5.7.1/charts/common-20.2.2.tgz b/stable/cowyo/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cowyo/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cowyo/5.5.1/ix_values.yaml b/stable/cowyo/5.7.1/ix_values.yaml similarity index 100% rename from stable/cowyo/5.5.1/ix_values.yaml rename to stable/cowyo/5.7.1/ix_values.yaml diff --git a/stable/cowyo/5.5.1/questions.yaml b/stable/cowyo/5.7.1/questions.yaml similarity index 100% rename from stable/cowyo/5.5.1/questions.yaml rename to stable/cowyo/5.7.1/questions.yaml diff --git a/stable/cowyo/5.5.1/templates/common.yaml b/stable/cowyo/5.7.1/templates/common.yaml similarity index 100% rename from stable/cowyo/5.5.1/templates/common.yaml rename to stable/cowyo/5.7.1/templates/common.yaml diff --git a/stable/cryptpad/7.5.1/values.yaml b/stable/cowyo/5.7.1/values.yaml similarity index 100% rename from stable/cryptpad/7.5.1/values.yaml rename to stable/cowyo/5.7.1/values.yaml diff --git a/stable/craftopia/5.5.1/CHANGELOG.md b/stable/craftopia/5.5.1/CHANGELOG.md deleted file mode 100644 index 77af4794043..00000000000 --- a/stable/craftopia/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [craftopia-5.5.1](https://github.com/truecharts/charts/compare/craftopia-5.5.0...craftopia-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [craftopia-5.5.0](https://github.com/truecharts/charts/compare/craftopia-5.4.1...craftopia-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [craftopia-5.4.1](https://github.com/truecharts/charts/compare/craftopia-5.4.0...craftopia-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [craftopia-5.4.0](https://github.com/truecharts/charts/compare/craftopia-5.3.0...craftopia-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [craftopia-5.3.0](https://github.com/truecharts/charts/compare/craftopia-5.2.3...craftopia-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [craftopia-5.2.3](https://github.com/truecharts/charts/compare/craftopia-5.2.2...craftopia-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [craftopia-5.2.2](https://github.com/truecharts/charts/compare/craftopia-5.2.0...craftopia-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [craftopia-4.1.13](https://github.com/truecharts/charts/compare/craftopia-4.1.12...craftopia-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [craftopia-4.1.12](https://github.com/truecharts/charts/compare/craftopia-4.1.11...craftopia-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/craftopia/5.5.1/Chart.yaml b/stable/craftopia/5.5.1/Chart.yaml deleted file mode 100644 index 94bd989a86e..00000000000 --- a/stable/craftopia/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/craftopia/5.5.1/charts/common-20.0.8.tgz b/stable/craftopia/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/craftopia/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cs2/3.5.1/.helmignore b/stable/craftopia/5.7.1/.helmignore similarity index 100% rename from stable/cs2/3.5.1/.helmignore rename to stable/craftopia/5.7.1/.helmignore diff --git a/stable/craftopia/5.7.1/CHANGELOG.md b/stable/craftopia/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6f6e82513ba --- /dev/null +++ b/stable/craftopia/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [craftopia-5.7.1](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/craftopia/5.7.1/Chart.yaml new file mode 100644 index 00000000000..84ad4d2e8db --- /dev/null +++ b/stable/craftopia/5.7.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: 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.2 + 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.1 diff --git a/stable/craftopia/5.5.1/README.md b/stable/craftopia/5.7.1/README.md similarity index 100% rename from stable/craftopia/5.5.1/README.md rename to stable/craftopia/5.7.1/README.md diff --git a/stable/craftopia/5.7.1/app-changelog.md b/stable/craftopia/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d5581d39459 --- /dev/null +++ b/stable/craftopia/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [craftopia-5.7.1](https://github.com/truecharts/charts/compare/craftopia-5.6.0...craftopia-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/craftopia/5.7.1/app-readme.md similarity index 100% rename from stable/craftopia/5.5.1/app-readme.md rename to stable/craftopia/5.7.1/app-readme.md diff --git a/stable/craftopia/5.7.1/charts/common-20.2.2.tgz b/stable/craftopia/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/craftopia/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/craftopia/5.5.1/ix_values.yaml b/stable/craftopia/5.7.1/ix_values.yaml similarity index 100% rename from stable/craftopia/5.5.1/ix_values.yaml rename to stable/craftopia/5.7.1/ix_values.yaml diff --git a/stable/craftopia/5.5.1/questions.yaml b/stable/craftopia/5.7.1/questions.yaml similarity index 100% rename from stable/craftopia/5.5.1/questions.yaml rename to stable/craftopia/5.7.1/questions.yaml diff --git a/stable/craftopia/5.5.1/templates/common.yaml b/stable/craftopia/5.7.1/templates/common.yaml similarity index 100% rename from stable/craftopia/5.5.1/templates/common.yaml rename to stable/craftopia/5.7.1/templates/common.yaml diff --git a/stable/cs2/3.5.1/values.yaml b/stable/craftopia/5.7.1/values.yaml similarity index 100% rename from stable/cs2/3.5.1/values.yaml rename to stable/craftopia/5.7.1/values.yaml diff --git a/stable/crafty-4/7.6.1/CHANGELOG.md b/stable/crafty-4/7.6.1/CHANGELOG.md deleted file mode 100644 index 11b0331628d..00000000000 --- a/stable/crafty-4/7.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [crafty-4-7.6.1](https://github.com/truecharts/charts/compare/crafty-4-7.6.0...crafty-4-7.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [crafty-4-7.6.0](https://github.com/truecharts/charts/compare/crafty-4-7.5.0...crafty-4-7.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [crafty-4-7.5.0](https://github.com/truecharts/charts/compare/crafty-4-7.4.1...crafty-4-7.5.0) (2024-03-11) - -### Chore - - - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.3.0[@50cb2b4](https://github.com/50cb2b4) by renovate ([#19125](https://github.com/truecharts/charts/issues/19125)) - - -## [crafty-4-7.4.1](https://github.com/truecharts/charts/compare/crafty-4-7.4.0...crafty-4-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [crafty-4-7.4.0](https://github.com/truecharts/charts/compare/crafty-4-7.3.0...crafty-4-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [crafty-4-7.3.0](https://github.com/truecharts/charts/compare/crafty-4-7.2.3...crafty-4-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [crafty-4-7.2.3](https://github.com/truecharts/charts/compare/crafty-4-7.2.2...crafty-4-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [crafty-4-7.2.2](https://github.com/truecharts/charts/compare/crafty-4-7.2.0...crafty-4-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [crafty-4-6.1.13](https://github.com/truecharts/charts/compare/crafty-4-6.1.12...crafty-4-6.1.13) (2024-02-05) - -### Chore - - - -- update container image registry.gitlab.com/crafty-controller/crafty-4 to v4.2.3[@b4d6491](https://github.com/b4d6491) by renovate ([#17927](https://github.com/truecharts/charts/issues/17927)) diff --git a/stable/crafty-4/7.6.1/Chart.yaml b/stable/crafty-4/7.6.1/Chart.yaml deleted file mode 100644 index 7a1b890d320..00000000000 --- a/stable/crafty-4/7.6.1/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.0 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/crafty-4/7.6.1/charts/common-20.0.8.tgz b/stable/crafty-4/7.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/crafty-4/7.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/csgo/5.5.1/.helmignore b/stable/crafty-4/7.8.1/.helmignore similarity index 100% rename from stable/csgo/5.5.1/.helmignore rename to stable/crafty-4/7.8.1/.helmignore diff --git a/stable/crafty-4/7.8.1/CHANGELOG.md b/stable/crafty-4/7.8.1/CHANGELOG.md new file mode 100644 index 00000000000..5190cd4c248 --- /dev/null +++ b/stable/crafty-4/7.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crafty-4-7.8.1](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/crafty-4/7.8.1/Chart.yaml new file mode 100644 index 00000000000..34c89aac6b8 --- /dev/null +++ b/stable/crafty-4/7.8.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: GameServers + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.3.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/crafty-4/7.6.1/README.md b/stable/crafty-4/7.8.1/README.md similarity index 100% rename from stable/crafty-4/7.6.1/README.md rename to stable/crafty-4/7.8.1/README.md diff --git a/stable/crafty-4/7.8.1/app-changelog.md b/stable/crafty-4/7.8.1/app-changelog.md new file mode 100644 index 00000000000..3aff804c942 --- /dev/null +++ b/stable/crafty-4/7.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [crafty-4-7.8.1](https://github.com/truecharts/charts/compare/crafty-4-7.7.0...crafty-4-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/crafty-4/7.8.1/app-readme.md similarity index 100% rename from stable/crafty-4/7.6.1/app-readme.md rename to stable/crafty-4/7.8.1/app-readme.md diff --git a/stable/crafty-4/7.8.1/charts/common-20.2.2.tgz b/stable/crafty-4/7.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/crafty-4/7.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/crafty-4/7.6.1/ix_values.yaml b/stable/crafty-4/7.8.1/ix_values.yaml similarity index 100% rename from stable/crafty-4/7.6.1/ix_values.yaml rename to stable/crafty-4/7.8.1/ix_values.yaml diff --git a/stable/crafty-4/7.6.1/questions.yaml b/stable/crafty-4/7.8.1/questions.yaml similarity index 100% rename from stable/crafty-4/7.6.1/questions.yaml rename to stable/crafty-4/7.8.1/questions.yaml diff --git a/stable/cura-novnc/8.5.1/templates/NOTES.txt b/stable/crafty-4/7.8.1/templates/NOTES.txt similarity index 100% rename from stable/cura-novnc/8.5.1/templates/NOTES.txt rename to stable/crafty-4/7.8.1/templates/NOTES.txt diff --git a/stable/crafty-4/7.6.1/templates/common.yaml b/stable/crafty-4/7.8.1/templates/common.yaml similarity index 100% rename from stable/crafty-4/7.6.1/templates/common.yaml rename to stable/crafty-4/7.8.1/templates/common.yaml diff --git a/stable/csgo/5.5.1/values.yaml b/stable/crafty-4/7.8.1/values.yaml similarity index 100% rename from stable/csgo/5.5.1/values.yaml rename to stable/crafty-4/7.8.1/values.yaml diff --git a/stable/crypto-exchanges-gateway/5.5.1/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.5.1/CHANGELOG.md deleted file mode 100644 index c65ccb169ef..00000000000 --- a/stable/crypto-exchanges-gateway/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [crypto-exchanges-gateway-5.5.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.5.0...crypto-exchanges-gateway-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [crypto-exchanges-gateway-5.5.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.4.1...crypto-exchanges-gateway-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [crypto-exchanges-gateway-5.4.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.4.0...crypto-exchanges-gateway-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [crypto-exchanges-gateway-5.4.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.3.0...crypto-exchanges-gateway-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [crypto-exchanges-gateway-5.3.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.3...crypto-exchanges-gateway-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [crypto-exchanges-gateway-5.2.3](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.2...crypto-exchanges-gateway-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [crypto-exchanges-gateway-5.2.2](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.2.0...crypto-exchanges-gateway-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [crypto-exchanges-gateway-4.1.12](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.11...crypto-exchanges-gateway-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [crypto-exchanges-gateway-4.1.11](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-4.1.10...crypto-exchanges-gateway-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/crypto-exchanges-gateway/5.5.1/Chart.yaml b/stable/crypto-exchanges-gateway/5.5.1/Chart.yaml deleted file mode 100644 index 7a9a1295a59..00000000000 --- a/stable/crypto-exchanges-gateway/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/crypto-exchanges-gateway/5.5.1/charts/common-20.0.8.tgz b/stable/crypto-exchanges-gateway/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/crypto-exchanges-gateway/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cssource/5.5.1/.helmignore b/stable/crypto-exchanges-gateway/5.7.1/.helmignore similarity index 100% rename from stable/cssource/5.5.1/.helmignore rename to stable/crypto-exchanges-gateway/5.7.1/.helmignore diff --git a/stable/crypto-exchanges-gateway/5.7.1/CHANGELOG.md b/stable/crypto-exchanges-gateway/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a6caa2abad0 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [crypto-exchanges-gateway-5.7.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/crypto-exchanges-gateway/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c6e3834ec41 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.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: 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.2 + 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.1 diff --git a/stable/crypto-exchanges-gateway/5.5.1/README.md b/stable/crypto-exchanges-gateway/5.7.1/README.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/README.md rename to stable/crypto-exchanges-gateway/5.7.1/README.md diff --git a/stable/crypto-exchanges-gateway/5.7.1/app-changelog.md b/stable/crypto-exchanges-gateway/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9533d8ccec0 --- /dev/null +++ b/stable/crypto-exchanges-gateway/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [crypto-exchanges-gateway-5.7.1](https://github.com/truecharts/charts/compare/crypto-exchanges-gateway-5.6.0...crypto-exchanges-gateway-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/crypto-exchanges-gateway/5.7.1/app-readme.md similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/app-readme.md rename to stable/crypto-exchanges-gateway/5.7.1/app-readme.md diff --git a/stable/crypto-exchanges-gateway/5.7.1/charts/common-20.2.2.tgz b/stable/crypto-exchanges-gateway/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/crypto-exchanges-gateway/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/crypto-exchanges-gateway/5.5.1/ix_values.yaml b/stable/crypto-exchanges-gateway/5.7.1/ix_values.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/ix_values.yaml rename to stable/crypto-exchanges-gateway/5.7.1/ix_values.yaml diff --git a/stable/crypto-exchanges-gateway/5.5.1/questions.yaml b/stable/crypto-exchanges-gateway/5.7.1/questions.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/questions.yaml rename to stable/crypto-exchanges-gateway/5.7.1/questions.yaml diff --git a/stable/crypto-exchanges-gateway/5.5.1/templates/common.yaml b/stable/crypto-exchanges-gateway/5.7.1/templates/common.yaml similarity index 100% rename from stable/crypto-exchanges-gateway/5.5.1/templates/common.yaml rename to stable/crypto-exchanges-gateway/5.7.1/templates/common.yaml diff --git a/stable/cssource/5.5.1/values.yaml b/stable/crypto-exchanges-gateway/5.7.1/values.yaml similarity index 100% rename from stable/cssource/5.5.1/values.yaml rename to stable/crypto-exchanges-gateway/5.7.1/values.yaml diff --git a/stable/cryptofolio/12.5.1/CHANGELOG.md b/stable/cryptofolio/12.5.1/CHANGELOG.md deleted file mode 100644 index 415ae1171c4..00000000000 --- a/stable/cryptofolio/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cryptofolio-12.5.1](https://github.com/truecharts/charts/compare/cryptofolio-12.5.0...cryptofolio-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cryptofolio-12.5.0](https://github.com/truecharts/charts/compare/cryptofolio-12.4.1...cryptofolio-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cryptofolio-12.4.1](https://github.com/truecharts/charts/compare/cryptofolio-12.4.0...cryptofolio-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cryptofolio-12.4.0](https://github.com/truecharts/charts/compare/cryptofolio-12.3.0...cryptofolio-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cryptofolio-12.3.0](https://github.com/truecharts/charts/compare/cryptofolio-12.2.3...cryptofolio-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cryptofolio-12.2.3](https://github.com/truecharts/charts/compare/cryptofolio-12.2.2...cryptofolio-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cryptofolio-12.2.2](https://github.com/truecharts/charts/compare/cryptofolio-12.2.0...cryptofolio-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cryptofolio-11.1.12](https://github.com/truecharts/charts/compare/cryptofolio-11.1.11...cryptofolio-11.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cryptofolio-11.1.11](https://github.com/truecharts/charts/compare/cryptofolio-11.1.10...cryptofolio-11.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cryptofolio/12.5.1/Chart.yaml b/stable/cryptofolio/12.5.1/Chart.yaml deleted file mode 100644 index 88f2bffd6c0..00000000000 --- a/stable/cryptofolio/12.5.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: 2.2.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/cryptofolio/12.5.1/charts/common-20.0.8.tgz b/stable/cryptofolio/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cryptofolio/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cstrike1-6/5.5.1/.helmignore b/stable/cryptofolio/12.7.1/.helmignore similarity index 100% rename from stable/cstrike1-6/5.5.1/.helmignore rename to stable/cryptofolio/12.7.1/.helmignore diff --git a/stable/cryptofolio/12.7.1/CHANGELOG.md b/stable/cryptofolio/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e363f59288b --- /dev/null +++ b/stable/cryptofolio/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptofolio-12.7.1](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cryptofolio/12.7.1/Chart.yaml new file mode 100644 index 00000000000..633dde32487 --- /dev/null +++ b/stable/cryptofolio/12.7.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: 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.2 + 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.1 diff --git a/stable/cryptofolio/12.5.1/README.md b/stable/cryptofolio/12.7.1/README.md similarity index 100% rename from stable/cryptofolio/12.5.1/README.md rename to stable/cryptofolio/12.7.1/README.md diff --git a/stable/cryptofolio/12.7.1/app-changelog.md b/stable/cryptofolio/12.7.1/app-changelog.md new file mode 100644 index 00000000000..5605ada0e5f --- /dev/null +++ b/stable/cryptofolio/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cryptofolio-12.7.1](https://github.com/truecharts/charts/compare/cryptofolio-12.6.0...cryptofolio-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cryptofolio/12.7.1/app-readme.md similarity index 100% rename from stable/cryptofolio/12.5.1/app-readme.md rename to stable/cryptofolio/12.7.1/app-readme.md diff --git a/stable/cryptofolio/12.7.1/charts/common-20.2.2.tgz b/stable/cryptofolio/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cryptofolio/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cryptofolio/12.5.1/ix_values.yaml b/stable/cryptofolio/12.7.1/ix_values.yaml similarity index 100% rename from stable/cryptofolio/12.5.1/ix_values.yaml rename to stable/cryptofolio/12.7.1/ix_values.yaml diff --git a/stable/cryptofolio/12.5.1/questions.yaml b/stable/cryptofolio/12.7.1/questions.yaml similarity index 100% rename from stable/cryptofolio/12.5.1/questions.yaml rename to stable/cryptofolio/12.7.1/questions.yaml diff --git a/stable/custom-app/12.5.1/templates/NOTES.txt b/stable/cryptofolio/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/custom-app/12.5.1/templates/NOTES.txt rename to stable/cryptofolio/12.7.1/templates/NOTES.txt diff --git a/stable/cs2/3.5.1/templates/common.yaml b/stable/cryptofolio/12.7.1/templates/common.yaml similarity index 100% rename from stable/cs2/3.5.1/templates/common.yaml rename to stable/cryptofolio/12.7.1/templates/common.yaml diff --git a/stable/cstrike1-6/5.5.1/values.yaml b/stable/cryptofolio/12.7.1/values.yaml similarity index 100% rename from stable/cstrike1-6/5.5.1/values.yaml rename to stable/cryptofolio/12.7.1/values.yaml diff --git a/stable/cryptpad/7.5.1/CHANGELOG.md b/stable/cryptpad/7.5.1/CHANGELOG.md deleted file mode 100644 index 68a160d7048..00000000000 --- a/stable/cryptpad/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cryptpad-7.5.1](https://github.com/truecharts/charts/compare/cryptpad-7.5.0...cryptpad-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cryptpad-7.5.0](https://github.com/truecharts/charts/compare/cryptpad-7.4.1...cryptpad-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cryptpad-7.4.1](https://github.com/truecharts/charts/compare/cryptpad-7.4.0...cryptpad-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cryptpad-7.4.0](https://github.com/truecharts/charts/compare/cryptpad-7.3.0...cryptpad-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cryptpad-7.3.0](https://github.com/truecharts/charts/compare/cryptpad-7.2.3...cryptpad-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cryptpad-7.2.3](https://github.com/truecharts/charts/compare/cryptpad-7.2.2...cryptpad-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cryptpad-7.2.2](https://github.com/truecharts/charts/compare/cryptpad-7.2.0...cryptpad-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cryptpad-6.1.12](https://github.com/truecharts/charts/compare/cryptpad-6.1.11...cryptpad-6.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cryptpad-6.1.11](https://github.com/truecharts/charts/compare/cryptpad-6.1.10...cryptpad-6.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cryptpad/7.5.1/Chart.yaml b/stable/cryptpad/7.5.1/Chart.yaml deleted file mode 100644 index b6160e53ced..00000000000 --- a/stable/cryptpad/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/cryptpad/7.5.1/charts/common-20.0.8.tgz b/stable/cryptpad/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cryptpad/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cstrikeconditionzero/5.5.1/.helmignore b/stable/cryptpad/7.7.1/.helmignore similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/.helmignore rename to stable/cryptpad/7.7.1/.helmignore diff --git a/stable/cryptpad/7.7.1/CHANGELOG.md b/stable/cryptpad/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..35827e22ad8 --- /dev/null +++ b/stable/cryptpad/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cryptpad-7.7.1](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cryptpad/7.7.1/Chart.yaml new file mode 100644 index 00000000000..8531a37954f --- /dev/null +++ b/stable/cryptpad/7.7.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: 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.2 + 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.1 diff --git a/stable/cryptpad/7.5.1/README.md b/stable/cryptpad/7.7.1/README.md similarity index 100% rename from stable/cryptpad/7.5.1/README.md rename to stable/cryptpad/7.7.1/README.md diff --git a/stable/cryptpad/7.7.1/app-changelog.md b/stable/cryptpad/7.7.1/app-changelog.md new file mode 100644 index 00000000000..a92c7a7ba9b --- /dev/null +++ b/stable/cryptpad/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cryptpad-7.7.1](https://github.com/truecharts/charts/compare/cryptpad-7.6.0...cryptpad-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cryptpad/7.7.1/app-readme.md similarity index 100% rename from stable/cryptpad/7.5.1/app-readme.md rename to stable/cryptpad/7.7.1/app-readme.md diff --git a/stable/cryptpad/7.7.1/charts/common-20.2.2.tgz b/stable/cryptpad/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cryptpad/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cryptpad/7.5.1/ix_values.yaml b/stable/cryptpad/7.7.1/ix_values.yaml similarity index 100% rename from stable/cryptpad/7.5.1/ix_values.yaml rename to stable/cryptpad/7.7.1/ix_values.yaml diff --git a/stable/cryptpad/7.5.1/questions.yaml b/stable/cryptpad/7.7.1/questions.yaml similarity index 100% rename from stable/cryptpad/7.5.1/questions.yaml rename to stable/cryptpad/7.7.1/questions.yaml diff --git a/stable/cyberchef/9.5.1/templates/NOTES.txt b/stable/cryptpad/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/cyberchef/9.5.1/templates/NOTES.txt rename to stable/cryptpad/7.7.1/templates/NOTES.txt diff --git a/stable/cryptpad/7.5.1/templates/common.yaml b/stable/cryptpad/7.7.1/templates/common.yaml similarity index 100% rename from stable/cryptpad/7.5.1/templates/common.yaml rename to stable/cryptpad/7.7.1/templates/common.yaml diff --git a/stable/cstrikeconditionzero/5.5.1/values.yaml b/stable/cryptpad/7.7.1/values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/values.yaml rename to stable/cryptpad/7.7.1/values.yaml diff --git a/stable/cs2/3.5.1/CHANGELOG.md b/stable/cs2/3.5.1/CHANGELOG.md deleted file mode 100644 index 799982a0b30..00000000000 --- a/stable/cs2/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cs2-3.5.1](https://github.com/truecharts/charts/compare/cs2-3.5.0...cs2-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cs2-3.5.0](https://github.com/truecharts/charts/compare/cs2-3.4.2...cs2-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cs2-3.4.2](https://github.com/truecharts/charts/compare/cs2-3.4.1...cs2-3.4.2) (2024-03-11) - -### Chore - - - -- update container image ich777/steamcmd to cs2[@9788725](https://github.com/9788725) by renovate ([#19021](https://github.com/truecharts/charts/issues/19021)) - - -## [cs2-3.4.1](https://github.com/truecharts/charts/compare/cs2-3.4.0...cs2-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cs2-3.4.0](https://github.com/truecharts/charts/compare/cs2-3.3.0...cs2-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cs2-3.3.0](https://github.com/truecharts/charts/compare/cs2-3.2.3...cs2-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cs2-3.2.3](https://github.com/truecharts/charts/compare/cs2-3.2.2...cs2-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cs2-3.2.2](https://github.com/truecharts/charts/compare/cs2-3.2.0...cs2-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cs2-2.1.15](https://github.com/truecharts/charts/compare/cs2-2.1.14...cs2-2.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/cs2/3.5.1/Chart.yaml b/stable/cs2/3.5.1/Chart.yaml deleted file mode 100644 index 7ac02cbde6b..00000000000 --- a/stable/cs2/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/cs2/3.5.1/charts/common-20.0.8.tgz b/stable/cs2/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cs2/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ctfd/4.12.1/.helmignore b/stable/cs2/3.7.1/.helmignore similarity index 100% rename from stable/ctfd/4.12.1/.helmignore rename to stable/cs2/3.7.1/.helmignore diff --git a/stable/cs2/3.7.1/CHANGELOG.md b/stable/cs2/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..21f9c8967a7 --- /dev/null +++ b/stable/cs2/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cs2-3.7.1](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cs2/3.7.1/Chart.yaml new file mode 100644 index 00000000000..bb73370ca9c --- /dev/null +++ b/stable/cs2/3.7.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: 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.2 + 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.1 diff --git a/stable/cs2/3.5.1/README.md b/stable/cs2/3.7.1/README.md similarity index 100% rename from stable/cs2/3.5.1/README.md rename to stable/cs2/3.7.1/README.md diff --git a/stable/cs2/3.7.1/app-changelog.md b/stable/cs2/3.7.1/app-changelog.md new file mode 100644 index 00000000000..20066654db6 --- /dev/null +++ b/stable/cs2/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cs2-3.7.1](https://github.com/truecharts/charts/compare/cs2-3.6.0...cs2-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cs2/3.7.1/app-readme.md similarity index 100% rename from stable/cs2/3.5.1/app-readme.md rename to stable/cs2/3.7.1/app-readme.md diff --git a/stable/cs2/3.7.1/charts/common-20.2.2.tgz b/stable/cs2/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cs2/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cs2/3.5.1/ix_values.yaml b/stable/cs2/3.7.1/ix_values.yaml similarity index 100% rename from stable/cs2/3.5.1/ix_values.yaml rename to stable/cs2/3.7.1/ix_values.yaml diff --git a/stable/cs2/3.5.1/questions.yaml b/stable/cs2/3.7.1/questions.yaml similarity index 100% rename from stable/cs2/3.5.1/questions.yaml rename to stable/cs2/3.7.1/questions.yaml diff --git a/stable/czkawka/9.5.1/templates/NOTES.txt b/stable/cs2/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/czkawka/9.5.1/templates/NOTES.txt rename to stable/cs2/3.7.1/templates/NOTES.txt diff --git a/stable/custom-app/12.5.1/templates/common.yaml b/stable/cs2/3.7.1/templates/common.yaml similarity index 100% rename from stable/custom-app/12.5.1/templates/common.yaml rename to stable/cs2/3.7.1/templates/common.yaml diff --git a/stable/ctfd/4.12.1/values.yaml b/stable/cs2/3.7.1/values.yaml similarity index 100% rename from stable/ctfd/4.12.1/values.yaml rename to stable/cs2/3.7.1/values.yaml diff --git a/stable/csgo/5.5.1/CHANGELOG.md b/stable/csgo/5.5.1/CHANGELOG.md deleted file mode 100644 index 7f4b0ad57f8..00000000000 --- a/stable/csgo/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [csgo-5.5.1](https://github.com/truecharts/charts/compare/csgo-5.5.0...csgo-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [csgo-5.5.0](https://github.com/truecharts/charts/compare/csgo-5.4.1...csgo-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [csgo-5.4.1](https://github.com/truecharts/charts/compare/csgo-5.4.0...csgo-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [csgo-5.4.0](https://github.com/truecharts/charts/compare/csgo-5.3.0...csgo-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [csgo-5.3.0](https://github.com/truecharts/charts/compare/csgo-5.2.3...csgo-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [csgo-5.2.3](https://github.com/truecharts/charts/compare/csgo-5.2.2...csgo-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [csgo-5.2.2](https://github.com/truecharts/charts/compare/csgo-5.2.0...csgo-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [csgo-4.1.12](https://github.com/truecharts/charts/compare/csgo-4.1.11...csgo-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [csgo-4.1.11](https://github.com/truecharts/charts/compare/csgo-4.1.10...csgo-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/csgo/5.5.1/Chart.yaml b/stable/csgo/5.5.1/Chart.yaml deleted file mode 100644 index e51ce459fc1..00000000000 --- a/stable/csgo/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/csgo/5.5.1/charts/common-20.0.8.tgz b/stable/csgo/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/csgo/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cura-novnc/8.5.1/.helmignore b/stable/csgo/5.7.1/.helmignore similarity index 100% rename from stable/cura-novnc/8.5.1/.helmignore rename to stable/csgo/5.7.1/.helmignore diff --git a/stable/csgo/5.7.1/CHANGELOG.md b/stable/csgo/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0ac6b64f3f0 --- /dev/null +++ b/stable/csgo/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [csgo-5.7.1](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/csgo/5.7.1/Chart.yaml new file mode 100644 index 00000000000..bb9070b182b --- /dev/null +++ b/stable/csgo/5.7.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: 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.2 + 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.1 diff --git a/stable/csgo/5.5.1/README.md b/stable/csgo/5.7.1/README.md similarity index 100% rename from stable/csgo/5.5.1/README.md rename to stable/csgo/5.7.1/README.md diff --git a/stable/csgo/5.7.1/app-changelog.md b/stable/csgo/5.7.1/app-changelog.md new file mode 100644 index 00000000000..98760e60a91 --- /dev/null +++ b/stable/csgo/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [csgo-5.7.1](https://github.com/truecharts/charts/compare/csgo-5.6.0...csgo-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/csgo/5.7.1/app-readme.md similarity index 100% rename from stable/csgo/5.5.1/app-readme.md rename to stable/csgo/5.7.1/app-readme.md diff --git a/stable/csgo/5.7.1/charts/common-20.2.2.tgz b/stable/csgo/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/csgo/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/csgo/5.5.1/ix_values.yaml b/stable/csgo/5.7.1/ix_values.yaml similarity index 100% rename from stable/csgo/5.5.1/ix_values.yaml rename to stable/csgo/5.7.1/ix_values.yaml diff --git a/stable/csgo/5.5.1/questions.yaml b/stable/csgo/5.7.1/questions.yaml similarity index 100% rename from stable/csgo/5.5.1/questions.yaml rename to stable/csgo/5.7.1/questions.yaml diff --git a/stable/csgo/5.5.1/templates/common.yaml b/stable/csgo/5.7.1/templates/common.yaml similarity index 100% rename from stable/csgo/5.5.1/templates/common.yaml rename to stable/csgo/5.7.1/templates/common.yaml diff --git a/stable/cura-novnc/8.5.1/values.yaml b/stable/csgo/5.7.1/values.yaml similarity index 100% rename from stable/cura-novnc/8.5.1/values.yaml rename to stable/csgo/5.7.1/values.yaml diff --git a/stable/cssource/5.5.1/CHANGELOG.md b/stable/cssource/5.5.1/CHANGELOG.md deleted file mode 100644 index 4d9cf75b2cb..00000000000 --- a/stable/cssource/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cssource-5.5.1](https://github.com/truecharts/charts/compare/cssource-5.5.0...cssource-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cssource-5.5.0](https://github.com/truecharts/charts/compare/cssource-5.4.1...cssource-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cssource-5.4.1](https://github.com/truecharts/charts/compare/cssource-5.4.0...cssource-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cssource-5.4.0](https://github.com/truecharts/charts/compare/cssource-5.3.0...cssource-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cssource-5.3.0](https://github.com/truecharts/charts/compare/cssource-5.2.3...cssource-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cssource-5.2.3](https://github.com/truecharts/charts/compare/cssource-5.2.2...cssource-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cssource-5.2.2](https://github.com/truecharts/charts/compare/cssource-5.2.0...cssource-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cssource-4.1.12](https://github.com/truecharts/charts/compare/cssource-4.1.11...cssource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cssource-4.1.11](https://github.com/truecharts/charts/compare/cssource-4.1.10...cssource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cssource/5.5.1/Chart.yaml b/stable/cssource/5.5.1/Chart.yaml deleted file mode 100644 index 42253b91d3e..00000000000 --- a/stable/cssource/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/cssource/5.5.1/charts/common-20.0.8.tgz b/stable/cssource/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cssource/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/custom-app/12.5.1/.helmignore b/stable/cssource/5.7.1/.helmignore similarity index 100% rename from stable/custom-app/12.5.1/.helmignore rename to stable/cssource/5.7.1/.helmignore diff --git a/stable/cssource/5.7.1/CHANGELOG.md b/stable/cssource/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f315e17b4b8 --- /dev/null +++ b/stable/cssource/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cssource-5.7.1](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cssource/5.7.1/Chart.yaml new file mode 100644 index 00000000000..cd2fedbaecb --- /dev/null +++ b/stable/cssource/5.7.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: 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.2 + 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.1 diff --git a/stable/cssource/5.5.1/README.md b/stable/cssource/5.7.1/README.md similarity index 100% rename from stable/cssource/5.5.1/README.md rename to stable/cssource/5.7.1/README.md diff --git a/stable/cssource/5.7.1/app-changelog.md b/stable/cssource/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1b84629d02e --- /dev/null +++ b/stable/cssource/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cssource-5.7.1](https://github.com/truecharts/charts/compare/cssource-5.6.0...cssource-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cssource/5.7.1/app-readme.md similarity index 100% rename from stable/cssource/5.5.1/app-readme.md rename to stable/cssource/5.7.1/app-readme.md diff --git a/stable/cssource/5.7.1/charts/common-20.2.2.tgz b/stable/cssource/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cssource/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cssource/5.5.1/ix_values.yaml b/stable/cssource/5.7.1/ix_values.yaml similarity index 100% rename from stable/cssource/5.5.1/ix_values.yaml rename to stable/cssource/5.7.1/ix_values.yaml diff --git a/stable/cssource/5.5.1/questions.yaml b/stable/cssource/5.7.1/questions.yaml similarity index 100% rename from stable/cssource/5.5.1/questions.yaml rename to stable/cssource/5.7.1/questions.yaml diff --git a/stable/cssource/5.5.1/templates/common.yaml b/stable/cssource/5.7.1/templates/common.yaml similarity index 100% rename from stable/cssource/5.5.1/templates/common.yaml rename to stable/cssource/5.7.1/templates/common.yaml diff --git a/stable/custom-app/12.5.1/values.yaml b/stable/cssource/5.7.1/values.yaml similarity index 100% rename from stable/custom-app/12.5.1/values.yaml rename to stable/cssource/5.7.1/values.yaml diff --git a/stable/cstrike1-6/5.5.1/CHANGELOG.md b/stable/cstrike1-6/5.5.1/CHANGELOG.md deleted file mode 100644 index 9efefd86313..00000000000 --- a/stable/cstrike1-6/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cstrike1-6-5.5.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.5.0...cstrike1-6-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cstrike1-6-5.5.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.4.1...cstrike1-6-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cstrike1-6-5.4.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.4.0...cstrike1-6-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cstrike1-6-5.4.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.3.0...cstrike1-6-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cstrike1-6-5.3.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.3...cstrike1-6-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cstrike1-6-5.2.3](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.2...cstrike1-6-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cstrike1-6-5.2.2](https://github.com/truecharts/charts/compare/cstrike1-6-5.2.0...cstrike1-6-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cstrike1-6-4.1.12](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.11...cstrike1-6-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrike1-6-4.1.11](https://github.com/truecharts/charts/compare/cstrike1-6-4.1.10...cstrike1-6-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cstrike1-6/5.5.1/Chart.yaml b/stable/cstrike1-6/5.5.1/Chart.yaml deleted file mode 100644 index ee5d340f591..00000000000 --- a/stable/cstrike1-6/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/cstrike1-6/5.5.1/charts/common-20.0.8.tgz b/stable/cstrike1-6/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cstrike1-6/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/cyberchef/9.5.1/.helmignore b/stable/cstrike1-6/5.7.1/.helmignore similarity index 100% rename from stable/cyberchef/9.5.1/.helmignore rename to stable/cstrike1-6/5.7.1/.helmignore diff --git a/stable/cstrike1-6/5.7.1/CHANGELOG.md b/stable/cstrike1-6/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8d3af59ac85 --- /dev/null +++ b/stable/cstrike1-6/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrike1-6-5.7.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cstrike1-6/5.7.1/Chart.yaml new file mode 100644 index 00000000000..032c5c0be97 --- /dev/null +++ b/stable/cstrike1-6/5.7.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: 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.2 + 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.1 diff --git a/stable/cstrike1-6/5.5.1/README.md b/stable/cstrike1-6/5.7.1/README.md similarity index 100% rename from stable/cstrike1-6/5.5.1/README.md rename to stable/cstrike1-6/5.7.1/README.md diff --git a/stable/cstrike1-6/5.7.1/app-changelog.md b/stable/cstrike1-6/5.7.1/app-changelog.md new file mode 100644 index 00000000000..06491d15c6f --- /dev/null +++ b/stable/cstrike1-6/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cstrike1-6-5.7.1](https://github.com/truecharts/charts/compare/cstrike1-6-5.6.0...cstrike1-6-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cstrike1-6/5.7.1/app-readme.md similarity index 100% rename from stable/cstrike1-6/5.5.1/app-readme.md rename to stable/cstrike1-6/5.7.1/app-readme.md diff --git a/stable/cstrike1-6/5.7.1/charts/common-20.2.2.tgz b/stable/cstrike1-6/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cstrike1-6/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cstrike1-6/5.5.1/ix_values.yaml b/stable/cstrike1-6/5.7.1/ix_values.yaml similarity index 100% rename from stable/cstrike1-6/5.5.1/ix_values.yaml rename to stable/cstrike1-6/5.7.1/ix_values.yaml diff --git a/stable/cstrike1-6/5.5.1/questions.yaml b/stable/cstrike1-6/5.7.1/questions.yaml similarity index 100% rename from stable/cstrike1-6/5.5.1/questions.yaml rename to stable/cstrike1-6/5.7.1/questions.yaml diff --git a/stable/cstrike1-6/5.5.1/templates/common.yaml b/stable/cstrike1-6/5.7.1/templates/common.yaml similarity index 100% rename from stable/cstrike1-6/5.5.1/templates/common.yaml rename to stable/cstrike1-6/5.7.1/templates/common.yaml diff --git a/stable/cyberchef/9.5.1/values.yaml b/stable/cstrike1-6/5.7.1/values.yaml similarity index 100% rename from stable/cyberchef/9.5.1/values.yaml rename to stable/cstrike1-6/5.7.1/values.yaml diff --git a/stable/cstrikeconditionzero/5.5.1/CHANGELOG.md b/stable/cstrikeconditionzero/5.5.1/CHANGELOG.md deleted file mode 100644 index 795afb02908..00000000000 --- a/stable/cstrikeconditionzero/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cstrikeconditionzero-5.5.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.5.0...cstrikeconditionzero-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cstrikeconditionzero-5.5.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.4.1...cstrikeconditionzero-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cstrikeconditionzero-5.4.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.4.0...cstrikeconditionzero-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cstrikeconditionzero-5.4.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.3.0...cstrikeconditionzero-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cstrikeconditionzero-5.3.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.3...cstrikeconditionzero-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cstrikeconditionzero-5.2.3](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.2...cstrikeconditionzero-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cstrikeconditionzero-5.2.2](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.2.0...cstrikeconditionzero-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cstrikeconditionzero-4.1.12](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.11...cstrikeconditionzero-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cstrikeconditionzero-4.1.11](https://github.com/truecharts/charts/compare/cstrikeconditionzero-4.1.10...cstrikeconditionzero-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cstrikeconditionzero/5.5.1/Chart.yaml b/stable/cstrikeconditionzero/5.5.1/Chart.yaml deleted file mode 100644 index 6a47c94b8a7..00000000000 --- a/stable/cstrikeconditionzero/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/cstrikeconditionzero/5.5.1/charts/common-20.0.8.tgz b/stable/cstrikeconditionzero/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cstrikeconditionzero/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/czkawka/9.5.1/.helmignore b/stable/cstrikeconditionzero/5.7.1/.helmignore similarity index 100% rename from stable/czkawka/9.5.1/.helmignore rename to stable/cstrikeconditionzero/5.7.1/.helmignore diff --git a/stable/cstrikeconditionzero/5.7.1/CHANGELOG.md b/stable/cstrikeconditionzero/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e0df15aa7f --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cstrikeconditionzero-5.7.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cstrikeconditionzero/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e26e9316e52 --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.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: 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.2 + 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.1 diff --git a/stable/cstrikeconditionzero/5.5.1/README.md b/stable/cstrikeconditionzero/5.7.1/README.md similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/README.md rename to stable/cstrikeconditionzero/5.7.1/README.md diff --git a/stable/cstrikeconditionzero/5.7.1/app-changelog.md b/stable/cstrikeconditionzero/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9dc9d807cee --- /dev/null +++ b/stable/cstrikeconditionzero/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cstrikeconditionzero-5.7.1](https://github.com/truecharts/charts/compare/cstrikeconditionzero-5.6.0...cstrikeconditionzero-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cstrikeconditionzero/5.7.1/app-readme.md similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/app-readme.md rename to stable/cstrikeconditionzero/5.7.1/app-readme.md diff --git a/stable/cstrikeconditionzero/5.7.1/charts/common-20.2.2.tgz b/stable/cstrikeconditionzero/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cstrikeconditionzero/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cstrikeconditionzero/5.5.1/ix_values.yaml b/stable/cstrikeconditionzero/5.7.1/ix_values.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/ix_values.yaml rename to stable/cstrikeconditionzero/5.7.1/ix_values.yaml diff --git a/stable/cstrikeconditionzero/5.5.1/questions.yaml b/stable/cstrikeconditionzero/5.7.1/questions.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/questions.yaml rename to stable/cstrikeconditionzero/5.7.1/questions.yaml diff --git a/stable/cstrikeconditionzero/5.5.1/templates/common.yaml b/stable/cstrikeconditionzero/5.7.1/templates/common.yaml similarity index 100% rename from stable/cstrikeconditionzero/5.5.1/templates/common.yaml rename to stable/cstrikeconditionzero/5.7.1/templates/common.yaml diff --git a/stable/czkawka/9.5.1/values.yaml b/stable/cstrikeconditionzero/5.7.1/values.yaml similarity index 100% rename from stable/czkawka/9.5.1/values.yaml rename to stable/cstrikeconditionzero/5.7.1/values.yaml diff --git a/stable/ctfd/4.12.1/CHANGELOG.md b/stable/ctfd/4.12.1/CHANGELOG.md deleted file mode 100644 index 655c5a48725..00000000000 --- a/stable/ctfd/4.12.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ctfd-4.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) diff --git a/stable/ctfd/4.12.1/Chart.yaml b/stable/ctfd/4.12.1/Chart.yaml deleted file mode 100644 index a7b3326c5e4..00000000000 --- a/stable/ctfd/4.12.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.5 - 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.12.1 diff --git a/stable/ctfd/4.12.1/app-changelog.md b/stable/ctfd/4.12.1/app-changelog.md deleted file mode 100644 index 379c8e7e5b2..00000000000 --- a/stable/ctfd/4.12.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [ctfd-4.12.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.12.1) (2024-03-16) - -### Chore - - - -- 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.12.1/charts/common-20.1.5.tgz b/stable/ctfd/4.12.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/ctfd/4.12.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/ctfd/4.12.1/charts/mariadb-13.5.4.tgz b/stable/ctfd/4.12.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/ctfd/4.12.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/dailynotes/5.5.1/.helmignore b/stable/ctfd/4.15.1/.helmignore similarity index 100% rename from stable/dailynotes/5.5.1/.helmignore rename to stable/ctfd/4.15.1/.helmignore diff --git a/stable/ctfd/4.15.1/CHANGELOG.md b/stable/ctfd/4.15.1/CHANGELOG.md new file mode 100644 index 00000000000..46ea88b05a6 --- /dev/null +++ b/stable/ctfd/4.15.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ctfd-4.15.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.1) (2024-03-17) + +### Chore + + + +- update container 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.15.0](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.0) (2024-03-17) + +### Chore + + + +- 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.15.0](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.0) (2024-03-17) + +### Chore + + + +- 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.15.0](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.0) (2024-03-17) + +### Chore + + + +- 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.15.0](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/ctfd/4.15.1/Chart.yaml b/stable/ctfd/4.15.1/Chart.yaml new file mode 100644 index 00000000000..740169a1ad0 --- /dev/null +++ b/stable/ctfd/4.15.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.15.1 diff --git a/stable/ctfd/4.12.1/README.md b/stable/ctfd/4.15.1/README.md similarity index 100% rename from stable/ctfd/4.12.1/README.md rename to stable/ctfd/4.15.1/README.md diff --git a/stable/ctfd/4.15.1/app-changelog.md b/stable/ctfd/4.15.1/app-changelog.md new file mode 100644 index 00000000000..2c18ae9b07a --- /dev/null +++ b/stable/ctfd/4.15.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [ctfd-4.15.1](https://github.com/truecharts/charts/compare/ctfd-4.12.0...ctfd-4.15.1) (2024-03-17) + +### Chore + + + +- update container 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.12.1/app-readme.md b/stable/ctfd/4.15.1/app-readme.md similarity index 100% rename from stable/ctfd/4.12.1/app-readme.md rename to stable/ctfd/4.15.1/app-readme.md diff --git a/stable/ctfd/4.15.1/charts/common-20.2.2.tgz b/stable/ctfd/4.15.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ctfd/4.15.1/charts/common-20.2.2.tgz differ diff --git a/stable/ctfd/4.15.1/charts/mariadb-13.7.0.tgz b/stable/ctfd/4.15.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/ctfd/4.15.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/ctfd/4.15.1/charts/redis-13.0.5.tgz b/stable/ctfd/4.15.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/ctfd/4.15.1/charts/redis-13.0.5.tgz differ diff --git a/stable/ctfd/4.12.1/ix_values.yaml b/stable/ctfd/4.15.1/ix_values.yaml similarity index 100% rename from stable/ctfd/4.12.1/ix_values.yaml rename to stable/ctfd/4.15.1/ix_values.yaml diff --git a/stable/ctfd/4.12.1/questions.yaml b/stable/ctfd/4.15.1/questions.yaml similarity index 100% rename from stable/ctfd/4.12.1/questions.yaml rename to stable/ctfd/4.15.1/questions.yaml diff --git a/stable/dashdot/8.5.1/templates/NOTES.txt b/stable/ctfd/4.15.1/templates/NOTES.txt similarity index 100% rename from stable/dashdot/8.5.1/templates/NOTES.txt rename to stable/ctfd/4.15.1/templates/NOTES.txt diff --git a/stable/ctfd/4.12.1/templates/_secrets.tpl b/stable/ctfd/4.15.1/templates/_secrets.tpl similarity index 100% rename from stable/ctfd/4.12.1/templates/_secrets.tpl rename to stable/ctfd/4.15.1/templates/_secrets.tpl diff --git a/stable/ctfd/4.12.1/templates/common.yaml b/stable/ctfd/4.15.1/templates/common.yaml similarity index 100% rename from stable/ctfd/4.12.1/templates/common.yaml rename to stable/ctfd/4.15.1/templates/common.yaml diff --git a/stable/dailynotes/5.5.1/values.yaml b/stable/ctfd/4.15.1/values.yaml similarity index 100% rename from stable/dailynotes/5.5.1/values.yaml rename to stable/ctfd/4.15.1/values.yaml diff --git a/stable/cura-novnc/8.5.1/CHANGELOG.md b/stable/cura-novnc/8.5.1/CHANGELOG.md deleted file mode 100644 index 1cbcec94b43..00000000000 --- a/stable/cura-novnc/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cura-novnc-8.5.1](https://github.com/truecharts/charts/compare/cura-novnc-8.5.0...cura-novnc-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cura-novnc-8.5.0](https://github.com/truecharts/charts/compare/cura-novnc-8.4.1...cura-novnc-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cura-novnc-8.4.1](https://github.com/truecharts/charts/compare/cura-novnc-8.4.0...cura-novnc-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cura-novnc-8.4.0](https://github.com/truecharts/charts/compare/cura-novnc-8.3.0...cura-novnc-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cura-novnc-8.3.0](https://github.com/truecharts/charts/compare/cura-novnc-8.2.3...cura-novnc-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cura-novnc-8.2.3](https://github.com/truecharts/charts/compare/cura-novnc-8.2.2...cura-novnc-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cura-novnc-8.2.2](https://github.com/truecharts/charts/compare/cura-novnc-8.2.0...cura-novnc-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [cura-novnc-7.1.13](https://github.com/truecharts/charts/compare/cura-novnc-7.1.12...cura-novnc-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [cura-novnc-7.1.12](https://github.com/truecharts/charts/compare/cura-novnc-7.1.11...cura-novnc-7.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/cura-novnc/8.5.1/Chart.yaml b/stable/cura-novnc/8.5.1/Chart.yaml deleted file mode 100644 index f9554ff9554..00000000000 --- a/stable/cura-novnc/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/cura-novnc/8.5.1/charts/common-20.0.8.tgz b/stable/cura-novnc/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cura-novnc/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/damselfly/5.5.2/.helmignore b/stable/cura-novnc/8.7.1/.helmignore similarity index 100% rename from stable/damselfly/5.5.2/.helmignore rename to stable/cura-novnc/8.7.1/.helmignore diff --git a/stable/cura-novnc/8.7.1/CHANGELOG.md b/stable/cura-novnc/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..42f3a1b65cb --- /dev/null +++ b/stable/cura-novnc/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cura-novnc-8.7.1](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/cura-novnc/8.7.1/Chart.yaml new file mode 100644 index 00000000000..590b2d6cb9c --- /dev/null +++ b/stable/cura-novnc/8.7.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: 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.2 + 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.1 diff --git a/stable/cura-novnc/8.5.1/README.md b/stable/cura-novnc/8.7.1/README.md similarity index 100% rename from stable/cura-novnc/8.5.1/README.md rename to stable/cura-novnc/8.7.1/README.md diff --git a/stable/cura-novnc/8.7.1/app-changelog.md b/stable/cura-novnc/8.7.1/app-changelog.md new file mode 100644 index 00000000000..efa3b28e80b --- /dev/null +++ b/stable/cura-novnc/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cura-novnc-8.7.1](https://github.com/truecharts/charts/compare/cura-novnc-8.6.0...cura-novnc-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cura-novnc/8.7.1/app-readme.md similarity index 100% rename from stable/cura-novnc/8.5.1/app-readme.md rename to stable/cura-novnc/8.7.1/app-readme.md diff --git a/stable/cura-novnc/8.7.1/charts/common-20.2.2.tgz b/stable/cura-novnc/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cura-novnc/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cura-novnc/8.5.1/ix_values.yaml b/stable/cura-novnc/8.7.1/ix_values.yaml similarity index 100% rename from stable/cura-novnc/8.5.1/ix_values.yaml rename to stable/cura-novnc/8.7.1/ix_values.yaml diff --git a/stable/cura-novnc/8.5.1/questions.yaml b/stable/cura-novnc/8.7.1/questions.yaml similarity index 100% rename from stable/cura-novnc/8.5.1/questions.yaml rename to stable/cura-novnc/8.7.1/questions.yaml diff --git a/stable/dashy/6.5.1/templates/NOTES.txt b/stable/cura-novnc/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/dashy/6.5.1/templates/NOTES.txt rename to stable/cura-novnc/8.7.1/templates/NOTES.txt diff --git a/stable/cura-novnc/8.5.1/templates/common.yaml b/stable/cura-novnc/8.7.1/templates/common.yaml similarity index 100% rename from stable/cura-novnc/8.5.1/templates/common.yaml rename to stable/cura-novnc/8.7.1/templates/common.yaml diff --git a/stable/damselfly/5.5.2/values.yaml b/stable/cura-novnc/8.7.1/values.yaml similarity index 100% rename from stable/damselfly/5.5.2/values.yaml rename to stable/cura-novnc/8.7.1/values.yaml diff --git a/stable/custom-app/12.5.1/CHANGELOG.md b/stable/custom-app/12.5.1/CHANGELOG.md deleted file mode 100644 index 6e2e1ac7a4e..00000000000 --- a/stable/custom-app/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [custom-app-12.5.1](https://github.com/truecharts/charts/compare/custom-app-12.5.0...custom-app-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [custom-app-12.5.0](https://github.com/truecharts/charts/compare/custom-app-12.4.1...custom-app-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [custom-app-12.4.1](https://github.com/truecharts/charts/compare/custom-app-12.4.0...custom-app-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [custom-app-12.4.0](https://github.com/truecharts/charts/compare/custom-app-12.3.0...custom-app-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [custom-app-12.3.0](https://github.com/truecharts/charts/compare/custom-app-12.2.3...custom-app-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [custom-app-12.2.3](https://github.com/truecharts/charts/compare/custom-app-12.2.2...custom-app-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [custom-app-12.2.2](https://github.com/truecharts/charts/compare/custom-app-12.2.0...custom-app-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [custom-app-11.1.14](https://github.com/truecharts/charts/compare/custom-app-11.1.13...custom-app-11.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [custom-app-11.1.13](https://github.com/truecharts/charts/compare/custom-app-11.1.12...custom-app-11.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/custom-app/12.5.1/Chart.yaml b/stable/custom-app/12.5.1/Chart.yaml deleted file mode 100644 index 00695a85c6e..00000000000 --- a/stable/custom-app/12.5.1/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.0.8 - 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.5.1 diff --git a/stable/custom-app/12.5.1/charts/common-20.0.8.tgz b/stable/custom-app/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/custom-app/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dashdot/8.5.1/.helmignore b/stable/custom-app/12.7.1/.helmignore similarity index 100% rename from stable/dashdot/8.5.1/.helmignore rename to stable/custom-app/12.7.1/.helmignore diff --git a/stable/custom-app/12.7.1/CHANGELOG.md b/stable/custom-app/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eed43a27ace --- /dev/null +++ b/stable/custom-app/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [custom-app-12.7.1](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/custom-app/12.7.1/Chart.yaml new file mode 100644 index 00000000000..9d53246795c --- /dev/null +++ b/stable/custom-app/12.7.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: 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.2 + 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.1 diff --git a/stable/custom-app/12.5.1/README.md b/stable/custom-app/12.7.1/README.md similarity index 100% rename from stable/custom-app/12.5.1/README.md rename to stable/custom-app/12.7.1/README.md diff --git a/stable/custom-app/12.7.1/app-changelog.md b/stable/custom-app/12.7.1/app-changelog.md new file mode 100644 index 00000000000..1b3100d2f84 --- /dev/null +++ b/stable/custom-app/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [custom-app-12.7.1](https://github.com/truecharts/charts/compare/custom-app-12.6.0...custom-app-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/custom-app/12.7.1/app-readme.md similarity index 100% rename from stable/custom-app/12.5.1/app-readme.md rename to stable/custom-app/12.7.1/app-readme.md diff --git a/stable/custom-app/12.7.1/charts/common-20.2.2.tgz b/stable/custom-app/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/custom-app/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/custom-app/12.5.1/ix_values.yaml b/stable/custom-app/12.7.1/ix_values.yaml similarity index 100% rename from stable/custom-app/12.5.1/ix_values.yaml rename to stable/custom-app/12.7.1/ix_values.yaml diff --git a/stable/custom-app/12.5.1/questions.yaml b/stable/custom-app/12.7.1/questions.yaml similarity index 100% rename from stable/custom-app/12.5.1/questions.yaml rename to stable/custom-app/12.7.1/questions.yaml diff --git a/stable/davos/12.5.2/templates/NOTES.txt b/stable/custom-app/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/davos/12.5.2/templates/NOTES.txt rename to stable/custom-app/12.7.1/templates/NOTES.txt diff --git a/stable/cyberchef/9.5.1/templates/common.yaml b/stable/custom-app/12.7.1/templates/common.yaml similarity index 100% rename from stable/cyberchef/9.5.1/templates/common.yaml rename to stable/custom-app/12.7.1/templates/common.yaml diff --git a/stable/dashdot/8.5.1/values.yaml b/stable/custom-app/12.7.1/values.yaml similarity index 100% rename from stable/dashdot/8.5.1/values.yaml rename to stable/custom-app/12.7.1/values.yaml diff --git a/stable/cyberchef/9.5.1/CHANGELOG.md b/stable/cyberchef/9.5.1/CHANGELOG.md deleted file mode 100644 index f7a2cb7c55a..00000000000 --- a/stable/cyberchef/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cyberchef-9.5.1](https://github.com/truecharts/charts/compare/cyberchef-9.5.0...cyberchef-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [cyberchef-9.5.0](https://github.com/truecharts/charts/compare/cyberchef-9.4.1...cyberchef-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [cyberchef-9.4.1](https://github.com/truecharts/charts/compare/cyberchef-9.4.0...cyberchef-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [cyberchef-9.4.0](https://github.com/truecharts/charts/compare/cyberchef-9.3.0...cyberchef-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [cyberchef-9.3.0](https://github.com/truecharts/charts/compare/cyberchef-9.2.3...cyberchef-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [cyberchef-9.2.3](https://github.com/truecharts/charts/compare/cyberchef-9.2.2...cyberchef-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [cyberchef-9.2.2](https://github.com/truecharts/charts/compare/cyberchef-9.2.0...cyberchef-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - -## [cyberchef-8.3.0](https://github.com/truecharts/charts/compare/cyberchef-8.2.0...cyberchef-8.3.0) (2024-02-12) - -### Chore - - - -- update container image mpepping/cyberchef to v10.7.0[@3f96eae](https://github.com/3f96eae) by renovate ([#18194](https://github.com/truecharts/charts/issues/18194)) - - -## [cyberchef-8.2.0](https://github.com/truecharts/charts/compare/cyberchef-8.1.12...cyberchef-8.2.0) (2024-02-05) - -### Chore diff --git a/stable/cyberchef/9.5.1/Chart.yaml b/stable/cyberchef/9.5.1/Chart.yaml deleted file mode 100644 index d98ab05f1c6..00000000000 --- a/stable/cyberchef/9.5.1/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.8.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/cyberchef/9.5.1/charts/common-20.0.8.tgz b/stable/cyberchef/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/cyberchef/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dashmachine/5.5.1/.helmignore b/stable/cyberchef/9.7.1/.helmignore similarity index 100% rename from stable/dashmachine/5.5.1/.helmignore rename to stable/cyberchef/9.7.1/.helmignore diff --git a/stable/cyberchef/9.7.1/CHANGELOG.md b/stable/cyberchef/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3f8c0831fbb --- /dev/null +++ b/stable/cyberchef/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cyberchef-9.7.1](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/cyberchef/9.7.1/Chart.yaml new file mode 100644 index 00000000000..7c67912d46d --- /dev/null +++ b/stable/cyberchef/9.7.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.8.2 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/cyberchef/9.5.1/README.md b/stable/cyberchef/9.7.1/README.md similarity index 100% rename from stable/cyberchef/9.5.1/README.md rename to stable/cyberchef/9.7.1/README.md diff --git a/stable/cyberchef/9.7.1/app-changelog.md b/stable/cyberchef/9.7.1/app-changelog.md new file mode 100644 index 00000000000..d97380b85f1 --- /dev/null +++ b/stable/cyberchef/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [cyberchef-9.7.1](https://github.com/truecharts/charts/compare/cyberchef-9.6.0...cyberchef-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/cyberchef/9.7.1/app-readme.md similarity index 100% rename from stable/cyberchef/9.5.1/app-readme.md rename to stable/cyberchef/9.7.1/app-readme.md diff --git a/stable/cyberchef/9.7.1/charts/common-20.2.2.tgz b/stable/cyberchef/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/cyberchef/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/cyberchef/9.5.1/ix_values.yaml b/stable/cyberchef/9.7.1/ix_values.yaml similarity index 100% rename from stable/cyberchef/9.5.1/ix_values.yaml rename to stable/cyberchef/9.7.1/ix_values.yaml diff --git a/stable/cyberchef/9.5.1/questions.yaml b/stable/cyberchef/9.7.1/questions.yaml similarity index 100% rename from stable/cyberchef/9.5.1/questions.yaml rename to stable/cyberchef/9.7.1/questions.yaml diff --git a/stable/ddclient/9.5.1/templates/NOTES.txt b/stable/cyberchef/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/ddclient/9.5.1/templates/NOTES.txt rename to stable/cyberchef/9.7.1/templates/NOTES.txt diff --git a/stable/czkawka/9.5.1/templates/common.yaml b/stable/cyberchef/9.7.1/templates/common.yaml similarity index 100% rename from stable/czkawka/9.5.1/templates/common.yaml rename to stable/cyberchef/9.7.1/templates/common.yaml diff --git a/stable/dashmachine/5.5.1/values.yaml b/stable/cyberchef/9.7.1/values.yaml similarity index 100% rename from stable/dashmachine/5.5.1/values.yaml rename to stable/cyberchef/9.7.1/values.yaml diff --git a/stable/czkawka/9.5.1/CHANGELOG.md b/stable/czkawka/9.5.1/CHANGELOG.md deleted file mode 100644 index e18b8db22cb..00000000000 --- a/stable/czkawka/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [czkawka-9.5.1](https://github.com/truecharts/charts/compare/czkawka-9.5.0...czkawka-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [czkawka-9.5.0](https://github.com/truecharts/charts/compare/czkawka-9.4.1...czkawka-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [czkawka-9.4.1](https://github.com/truecharts/charts/compare/czkawka-9.4.0...czkawka-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [czkawka-9.4.0](https://github.com/truecharts/charts/compare/czkawka-9.3.0...czkawka-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [czkawka-9.3.0](https://github.com/truecharts/charts/compare/czkawka-9.2.3...czkawka-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [czkawka-9.2.3](https://github.com/truecharts/charts/compare/czkawka-9.2.2...czkawka-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [czkawka-9.2.2](https://github.com/truecharts/charts/compare/czkawka-9.2.0...czkawka-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [czkawka-7.1.12](https://github.com/truecharts/charts/compare/czkawka-7.1.11...czkawka-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [czkawka-7.1.11](https://github.com/truecharts/charts/compare/czkawka-7.1.10...czkawka-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/czkawka/9.5.1/Chart.yaml b/stable/czkawka/9.5.1/Chart.yaml deleted file mode 100644 index 961d6c47f8e..00000000000 --- a/stable/czkawka/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/czkawka/9.5.1/charts/common-20.0.8.tgz b/stable/czkawka/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/czkawka/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dashy/6.5.1/.helmignore b/stable/czkawka/9.7.1/.helmignore similarity index 100% rename from stable/dashy/6.5.1/.helmignore rename to stable/czkawka/9.7.1/.helmignore diff --git a/stable/czkawka/9.7.1/CHANGELOG.md b/stable/czkawka/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5e783558996 --- /dev/null +++ b/stable/czkawka/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [czkawka-9.7.1](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/czkawka/9.7.1/Chart.yaml new file mode 100644 index 00000000000..a13754df19b --- /dev/null +++ b/stable/czkawka/9.7.1/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.2 + 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.1 diff --git a/stable/czkawka/9.5.1/README.md b/stable/czkawka/9.7.1/README.md similarity index 100% rename from stable/czkawka/9.5.1/README.md rename to stable/czkawka/9.7.1/README.md diff --git a/stable/czkawka/9.7.1/app-changelog.md b/stable/czkawka/9.7.1/app-changelog.md new file mode 100644 index 00000000000..c2397562ed5 --- /dev/null +++ b/stable/czkawka/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [czkawka-9.7.1](https://github.com/truecharts/charts/compare/czkawka-9.6.0...czkawka-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/czkawka/9.7.1/app-readme.md similarity index 100% rename from stable/czkawka/9.5.1/app-readme.md rename to stable/czkawka/9.7.1/app-readme.md diff --git a/stable/czkawka/9.7.1/charts/common-20.2.2.tgz b/stable/czkawka/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/czkawka/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/czkawka/9.5.1/ix_values.yaml b/stable/czkawka/9.7.1/ix_values.yaml similarity index 100% rename from stable/czkawka/9.5.1/ix_values.yaml rename to stable/czkawka/9.7.1/ix_values.yaml diff --git a/stable/czkawka/9.5.1/questions.yaml b/stable/czkawka/9.7.1/questions.yaml similarity index 100% rename from stable/czkawka/9.5.1/questions.yaml rename to stable/czkawka/9.7.1/questions.yaml diff --git a/stable/ddns-go/10.6.1/templates/NOTES.txt b/stable/czkawka/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/ddns-go/10.6.1/templates/NOTES.txt rename to stable/czkawka/9.7.1/templates/NOTES.txt diff --git a/stable/dashdot/8.5.1/templates/common.yaml b/stable/czkawka/9.7.1/templates/common.yaml similarity index 100% rename from stable/dashdot/8.5.1/templates/common.yaml rename to stable/czkawka/9.7.1/templates/common.yaml diff --git a/stable/dashy/6.5.1/values.yaml b/stable/czkawka/9.7.1/values.yaml similarity index 100% rename from stable/dashy/6.5.1/values.yaml rename to stable/czkawka/9.7.1/values.yaml diff --git a/stable/dailynotes/5.5.1/CHANGELOG.md b/stable/dailynotes/5.5.1/CHANGELOG.md deleted file mode 100644 index b45885f3b13..00000000000 --- a/stable/dailynotes/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dailynotes-5.5.1](https://github.com/truecharts/charts/compare/dailynotes-5.5.0...dailynotes-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dailynotes-5.5.0](https://github.com/truecharts/charts/compare/dailynotes-5.4.1...dailynotes-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dailynotes-5.4.1](https://github.com/truecharts/charts/compare/dailynotes-5.4.0...dailynotes-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dailynotes-5.4.0](https://github.com/truecharts/charts/compare/dailynotes-5.3.0...dailynotes-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dailynotes-5.3.0](https://github.com/truecharts/charts/compare/dailynotes-5.2.3...dailynotes-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dailynotes-5.2.3](https://github.com/truecharts/charts/compare/dailynotes-5.2.2...dailynotes-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dailynotes-5.2.2](https://github.com/truecharts/charts/compare/dailynotes-5.2.0...dailynotes-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dailynotes-4.1.12](https://github.com/truecharts/charts/compare/dailynotes-4.1.11...dailynotes-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dailynotes-4.1.11](https://github.com/truecharts/charts/compare/dailynotes-4.1.10...dailynotes-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dailynotes/5.5.1/Chart.yaml b/stable/dailynotes/5.5.1/Chart.yaml deleted file mode 100644 index e6b9cfd87cf..00000000000 --- a/stable/dailynotes/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dailynotes/5.5.1/charts/common-20.0.8.tgz b/stable/dailynotes/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dailynotes/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/davos/12.5.2/.helmignore b/stable/dailynotes/5.7.1/.helmignore similarity index 100% rename from stable/davos/12.5.2/.helmignore rename to stable/dailynotes/5.7.1/.helmignore diff --git a/stable/dailynotes/5.7.1/CHANGELOG.md b/stable/dailynotes/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b5c1eaa2efb --- /dev/null +++ b/stable/dailynotes/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dailynotes-5.7.1](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dailynotes/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fd450253d30 --- /dev/null +++ b/stable/dailynotes/5.7.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: 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.2 + 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.1 diff --git a/stable/dailynotes/5.5.1/README.md b/stable/dailynotes/5.7.1/README.md similarity index 100% rename from stable/dailynotes/5.5.1/README.md rename to stable/dailynotes/5.7.1/README.md diff --git a/stable/dailynotes/5.7.1/app-changelog.md b/stable/dailynotes/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7c7edc63afc --- /dev/null +++ b/stable/dailynotes/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dailynotes-5.7.1](https://github.com/truecharts/charts/compare/dailynotes-5.6.0...dailynotes-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dailynotes/5.7.1/app-readme.md similarity index 100% rename from stable/dailynotes/5.5.1/app-readme.md rename to stable/dailynotes/5.7.1/app-readme.md diff --git a/stable/dailynotes/5.7.1/charts/common-20.2.2.tgz b/stable/dailynotes/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dailynotes/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dailynotes/5.5.1/ix_values.yaml b/stable/dailynotes/5.7.1/ix_values.yaml similarity index 100% rename from stable/dailynotes/5.5.1/ix_values.yaml rename to stable/dailynotes/5.7.1/ix_values.yaml diff --git a/stable/dailynotes/5.5.1/questions.yaml b/stable/dailynotes/5.7.1/questions.yaml similarity index 100% rename from stable/dailynotes/5.5.1/questions.yaml rename to stable/dailynotes/5.7.1/questions.yaml diff --git a/stable/dailynotes/5.5.1/templates/common.yaml b/stable/dailynotes/5.7.1/templates/common.yaml similarity index 100% rename from stable/dailynotes/5.5.1/templates/common.yaml rename to stable/dailynotes/5.7.1/templates/common.yaml diff --git a/stable/davos/12.5.2/values.yaml b/stable/dailynotes/5.7.1/values.yaml similarity index 100% rename from stable/davos/12.5.2/values.yaml rename to stable/dailynotes/5.7.1/values.yaml diff --git a/stable/damselfly/5.5.2/CHANGELOG.md b/stable/damselfly/5.5.2/CHANGELOG.md deleted file mode 100644 index d284b4a6231..00000000000 --- a/stable/damselfly/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [damselfly-5.5.2](https://github.com/truecharts/charts/compare/damselfly-5.5.1...damselfly-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [damselfly-5.5.1](https://github.com/truecharts/charts/compare/damselfly-5.5.0...damselfly-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [damselfly-5.5.0](https://github.com/truecharts/charts/compare/damselfly-5.4.2...damselfly-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [damselfly-5.4.2](https://github.com/truecharts/charts/compare/damselfly-5.4.1...damselfly-5.4.2) (2024-03-11) - -### Chore - - - -- update container image webreaper/damselfly to latest[@f16e519](https://github.com/f16e519) by renovate ([#19045](https://github.com/truecharts/charts/issues/19045)) - - -## [damselfly-5.4.1](https://github.com/truecharts/charts/compare/damselfly-5.4.0...damselfly-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [damselfly-5.4.0](https://github.com/truecharts/charts/compare/damselfly-5.3.0...damselfly-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [damselfly-5.3.0](https://github.com/truecharts/charts/compare/damselfly-5.2.3...damselfly-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [damselfly-5.2.3](https://github.com/truecharts/charts/compare/damselfly-5.2.2...damselfly-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [damselfly-5.2.2](https://github.com/truecharts/charts/compare/damselfly-5.2.0...damselfly-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/damselfly/5.5.2/Chart.yaml b/stable/damselfly/5.5.2/Chart.yaml deleted file mode 100644 index a5c6e979ac6..00000000000 --- a/stable/damselfly/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/damselfly/5.5.2/charts/common-20.0.9.tgz b/stable/damselfly/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/damselfly/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/damselfly/5.5.2/ix_values.yaml b/stable/damselfly/5.5.2/ix_values.yaml deleted file mode 100644 index 64c00b419bb..00000000000 --- a/stable/damselfly/5.5.2/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: webreaper/damselfly - tag: latest@sha256:f16e5199bc0303599bd7bf5694757d656ab071ad19c850c178ef5c37818c14c9 -persistence: - config: - enabled: true - mountPath: /config - pictures: - enabled: true - mountPath: /pictures - thumbs: - enabled: true - mountPath: /thumbs -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6363 - protocol: tcp - targetPort: 6363 diff --git a/stable/dayofdefeatsource/5.5.1/.helmignore b/stable/damselfly/5.7.1/.helmignore similarity index 100% rename from stable/dayofdefeatsource/5.5.1/.helmignore rename to stable/damselfly/5.7.1/.helmignore diff --git a/stable/damselfly/5.7.1/CHANGELOG.md b/stable/damselfly/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e7c6b9bb6fc --- /dev/null +++ b/stable/damselfly/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [damselfly-5.7.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/damselfly/5.7.1/Chart.yaml b/stable/damselfly/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8781e068786 --- /dev/null +++ b/stable/damselfly/5.7.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: 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.2 + 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.1 diff --git a/stable/damselfly/5.5.2/README.md b/stable/damselfly/5.7.1/README.md similarity index 100% rename from stable/damselfly/5.5.2/README.md rename to stable/damselfly/5.7.1/README.md diff --git a/stable/damselfly/5.7.1/app-changelog.md b/stable/damselfly/5.7.1/app-changelog.md new file mode 100644 index 00000000000..da19a69e1c2 --- /dev/null +++ b/stable/damselfly/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [damselfly-5.7.1](https://github.com/truecharts/charts/compare/damselfly-5.6.0...damselfly-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/damselfly/5.7.1/app-readme.md similarity index 100% rename from stable/damselfly/5.5.2/app-readme.md rename to stable/damselfly/5.7.1/app-readme.md diff --git a/stable/damselfly/5.7.1/charts/common-20.2.2.tgz b/stable/damselfly/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/damselfly/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/damselfly/5.7.1/ix_values.yaml b/stable/damselfly/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..7628faca710 --- /dev/null +++ b/stable/damselfly/5.7.1/ix_values.yaml @@ -0,0 +1,29 @@ +image: + pullPolicy: IfNotPresent + repository: webreaper/damselfly + tag: latest@sha256:2956232de5b9a08aa57b7c553ad5cffa371e578676b5d64850339f6968140b07 +persistence: + config: + enabled: true + mountPath: /config + pictures: + enabled: true + mountPath: /pictures + thumbs: + enabled: true + mountPath: /thumbs +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6363 + protocol: tcp + targetPort: 6363 diff --git a/stable/damselfly/5.5.2/questions.yaml b/stable/damselfly/5.7.1/questions.yaml similarity index 100% rename from stable/damselfly/5.5.2/questions.yaml rename to stable/damselfly/5.7.1/questions.yaml diff --git a/stable/damselfly/5.5.2/templates/common.yaml b/stable/damselfly/5.7.1/templates/common.yaml similarity index 100% rename from stable/damselfly/5.5.2/templates/common.yaml rename to stable/damselfly/5.7.1/templates/common.yaml diff --git a/stable/dayofdefeatsource/5.5.1/values.yaml b/stable/damselfly/5.7.1/values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.5.1/values.yaml rename to stable/damselfly/5.7.1/values.yaml diff --git a/stable/dashdot/8.5.1/CHANGELOG.md b/stable/dashdot/8.5.1/CHANGELOG.md deleted file mode 100644 index f0d3a2731a0..00000000000 --- a/stable/dashdot/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashdot-8.5.1](https://github.com/truecharts/charts/compare/dashdot-8.5.0...dashdot-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dashdot-8.5.0](https://github.com/truecharts/charts/compare/dashdot-8.4.1...dashdot-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dashdot-8.4.1](https://github.com/truecharts/charts/compare/dashdot-8.4.0...dashdot-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dashdot-8.4.0](https://github.com/truecharts/charts/compare/dashdot-8.3.0...dashdot-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dashdot-8.3.0](https://github.com/truecharts/charts/compare/dashdot-8.2.3...dashdot-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dashdot-8.2.3](https://github.com/truecharts/charts/compare/dashdot-8.2.2...dashdot-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dashdot-8.2.2](https://github.com/truecharts/charts/compare/dashdot-8.2.0...dashdot-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dashdot-7.3.5](https://github.com/truecharts/charts/compare/dashdot-7.3.4...dashdot-7.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashdot-7.3.4](https://github.com/truecharts/charts/compare/dashdot-7.3.3...dashdot-7.3.4) (2024-01-29) - -### Chore - - - -- update container image mauricenino/dashdot to v5.8.3[@d78f64c](https://github.com/d78f64c) by renovate ([#17680](https://github.com/truecharts/charts/issues/17680)) diff --git a/stable/dashdot/8.5.1/Chart.yaml b/stable/dashdot/8.5.1/Chart.yaml deleted file mode 100644 index ac4b628b306..00000000000 --- a/stable/dashdot/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dashdot/8.5.1/charts/common-20.0.8.tgz b/stable/dashdot/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dashdot/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/daysofwar/5.5.1/.helmignore b/stable/dashdot/8.7.1/.helmignore similarity index 100% rename from stable/daysofwar/5.5.1/.helmignore rename to stable/dashdot/8.7.1/.helmignore diff --git a/stable/dashdot/8.7.1/CHANGELOG.md b/stable/dashdot/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4a71bdd9148 --- /dev/null +++ b/stable/dashdot/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashdot-8.7.1](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dashdot/8.7.1/Chart.yaml new file mode 100644 index 00000000000..3332624c820 --- /dev/null +++ b/stable/dashdot/8.7.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: 5.8.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/dashdot/8.5.1/README.md b/stable/dashdot/8.7.1/README.md similarity index 100% rename from stable/dashdot/8.5.1/README.md rename to stable/dashdot/8.7.1/README.md diff --git a/stable/dashdot/8.7.1/app-changelog.md b/stable/dashdot/8.7.1/app-changelog.md new file mode 100644 index 00000000000..575654b9af3 --- /dev/null +++ b/stable/dashdot/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dashdot-8.7.1](https://github.com/truecharts/charts/compare/dashdot-8.6.0...dashdot-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dashdot/8.7.1/app-readme.md similarity index 100% rename from stable/dashdot/8.5.1/app-readme.md rename to stable/dashdot/8.7.1/app-readme.md diff --git a/stable/dashdot/8.7.1/charts/common-20.2.2.tgz b/stable/dashdot/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dashdot/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dashdot/8.5.1/ix_values.yaml b/stable/dashdot/8.7.1/ix_values.yaml similarity index 100% rename from stable/dashdot/8.5.1/ix_values.yaml rename to stable/dashdot/8.7.1/ix_values.yaml diff --git a/stable/dashdot/8.5.1/questions.yaml b/stable/dashdot/8.7.1/questions.yaml similarity index 100% rename from stable/dashdot/8.5.1/questions.yaml rename to stable/dashdot/8.7.1/questions.yaml diff --git a/stable/ddns-updater/9.5.1/templates/NOTES.txt b/stable/dashdot/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/ddns-updater/9.5.1/templates/NOTES.txt rename to stable/dashdot/8.7.1/templates/NOTES.txt diff --git a/stable/ddclient/9.5.1/templates/common.yaml b/stable/dashdot/8.7.1/templates/common.yaml similarity index 100% rename from stable/ddclient/9.5.1/templates/common.yaml rename to stable/dashdot/8.7.1/templates/common.yaml diff --git a/stable/daysofwar/5.5.1/values.yaml b/stable/dashdot/8.7.1/values.yaml similarity index 100% rename from stable/daysofwar/5.5.1/values.yaml rename to stable/dashdot/8.7.1/values.yaml diff --git a/stable/dashmachine/5.5.1/CHANGELOG.md b/stable/dashmachine/5.5.1/CHANGELOG.md deleted file mode 100644 index 1694064aa56..00000000000 --- a/stable/dashmachine/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashmachine-5.5.1](https://github.com/truecharts/charts/compare/dashmachine-5.5.0...dashmachine-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dashmachine-5.5.0](https://github.com/truecharts/charts/compare/dashmachine-5.4.1...dashmachine-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dashmachine-5.4.1](https://github.com/truecharts/charts/compare/dashmachine-5.4.0...dashmachine-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dashmachine-5.4.0](https://github.com/truecharts/charts/compare/dashmachine-5.3.0...dashmachine-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dashmachine-5.3.0](https://github.com/truecharts/charts/compare/dashmachine-5.2.3...dashmachine-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dashmachine-5.2.3](https://github.com/truecharts/charts/compare/dashmachine-5.2.2...dashmachine-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dashmachine-5.2.2](https://github.com/truecharts/charts/compare/dashmachine-5.2.0...dashmachine-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dashmachine-4.1.12](https://github.com/truecharts/charts/compare/dashmachine-4.1.11...dashmachine-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dashmachine-4.1.11](https://github.com/truecharts/charts/compare/dashmachine-4.1.10...dashmachine-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dashmachine/5.5.1/Chart.yaml b/stable/dashmachine/5.5.1/Chart.yaml deleted file mode 100644 index 633325e8ebd..00000000000 --- a/stable/dashmachine/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dashmachine/5.5.1/charts/common-20.0.8.tgz b/stable/dashmachine/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dashmachine/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dayz/5.5.1/.helmignore b/stable/dashmachine/5.7.1/.helmignore similarity index 100% rename from stable/dayz/5.5.1/.helmignore rename to stable/dashmachine/5.7.1/.helmignore diff --git a/stable/dashmachine/5.7.1/CHANGELOG.md b/stable/dashmachine/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..80a823cfbea --- /dev/null +++ b/stable/dashmachine/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashmachine-5.7.1](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dashmachine/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b8c4764d169 --- /dev/null +++ b/stable/dashmachine/5.7.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: 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.2 + 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.1 diff --git a/stable/dashmachine/5.5.1/README.md b/stable/dashmachine/5.7.1/README.md similarity index 100% rename from stable/dashmachine/5.5.1/README.md rename to stable/dashmachine/5.7.1/README.md diff --git a/stable/dashmachine/5.7.1/app-changelog.md b/stable/dashmachine/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b9bce9e8275 --- /dev/null +++ b/stable/dashmachine/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dashmachine-5.7.1](https://github.com/truecharts/charts/compare/dashmachine-5.6.0...dashmachine-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dashmachine/5.7.1/app-readme.md similarity index 100% rename from stable/dashmachine/5.5.1/app-readme.md rename to stable/dashmachine/5.7.1/app-readme.md diff --git a/stable/dashmachine/5.7.1/charts/common-20.2.2.tgz b/stable/dashmachine/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dashmachine/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dashmachine/5.5.1/ix_values.yaml b/stable/dashmachine/5.7.1/ix_values.yaml similarity index 100% rename from stable/dashmachine/5.5.1/ix_values.yaml rename to stable/dashmachine/5.7.1/ix_values.yaml diff --git a/stable/dashmachine/5.5.1/questions.yaml b/stable/dashmachine/5.7.1/questions.yaml similarity index 100% rename from stable/dashmachine/5.5.1/questions.yaml rename to stable/dashmachine/5.7.1/questions.yaml diff --git a/stable/dashmachine/5.5.1/templates/common.yaml b/stable/dashmachine/5.7.1/templates/common.yaml similarity index 100% rename from stable/dashmachine/5.5.1/templates/common.yaml rename to stable/dashmachine/5.7.1/templates/common.yaml diff --git a/stable/dayz/5.5.1/values.yaml b/stable/dashmachine/5.7.1/values.yaml similarity index 100% rename from stable/dayz/5.5.1/values.yaml rename to stable/dashmachine/5.7.1/values.yaml diff --git a/stable/dashy/6.5.1/CHANGELOG.md b/stable/dashy/6.5.1/CHANGELOG.md deleted file mode 100644 index 4f4257385fc..00000000000 --- a/stable/dashy/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dashy-6.5.1](https://github.com/truecharts/charts/compare/dashy-6.5.0...dashy-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dashy-6.5.0](https://github.com/truecharts/charts/compare/dashy-6.4.2...dashy-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dashy-6.4.2](https://github.com/truecharts/charts/compare/dashy-6.4.1...dashy-6.4.2) (2024-03-11) - -### Chore - - - -- update container image lissy93/dashy to 2.1.2[@4fabb42](https://github.com/4fabb42) by renovate ([#19029](https://github.com/truecharts/charts/issues/19029)) - - -## [dashy-6.4.1](https://github.com/truecharts/charts/compare/dashy-6.4.0...dashy-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dashy-6.4.0](https://github.com/truecharts/charts/compare/dashy-6.3.0...dashy-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dashy-6.3.0](https://github.com/truecharts/charts/compare/dashy-6.2.6...dashy-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dashy-6.2.6](https://github.com/truecharts/charts/compare/dashy-6.2.5...dashy-6.2.6) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dashy-6.2.5](https://github.com/truecharts/charts/compare/dashy-6.2.3...dashy-6.2.5) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - -## [dashy-5.1.13](https://github.com/truecharts/charts/compare/dashy-5.1.12...dashy-5.1.13) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/dashy/6.5.1/Chart.yaml b/stable/dashy/6.5.1/Chart.yaml deleted file mode 100644 index 9e512718731..00000000000 --- a/stable/dashy/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dashy/6.5.1/charts/common-20.0.8.tgz b/stable/dashy/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dashy/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ddclient/9.5.1/.helmignore b/stable/dashy/6.7.1/.helmignore similarity index 100% rename from stable/ddclient/9.5.1/.helmignore rename to stable/dashy/6.7.1/.helmignore diff --git a/stable/dashy/6.7.1/CHANGELOG.md b/stable/dashy/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..49351e68cea --- /dev/null +++ b/stable/dashy/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dashy-6.7.1](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dashy/6.7.1/Chart.yaml new file mode 100644 index 00000000000..785eeef1e00 --- /dev/null +++ b/stable/dashy/6.7.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: 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.2 + 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.1 diff --git a/stable/dashy/6.5.1/README.md b/stable/dashy/6.7.1/README.md similarity index 100% rename from stable/dashy/6.5.1/README.md rename to stable/dashy/6.7.1/README.md diff --git a/stable/dashy/6.7.1/app-changelog.md b/stable/dashy/6.7.1/app-changelog.md new file mode 100644 index 00000000000..74a44009fd8 --- /dev/null +++ b/stable/dashy/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dashy-6.7.1](https://github.com/truecharts/charts/compare/dashy-6.6.0...dashy-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dashy/6.7.1/app-readme.md similarity index 100% rename from stable/dashy/6.5.1/app-readme.md rename to stable/dashy/6.7.1/app-readme.md diff --git a/stable/dashy/6.7.1/charts/common-20.2.2.tgz b/stable/dashy/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dashy/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dashy/6.5.1/ix_values.yaml b/stable/dashy/6.7.1/ix_values.yaml similarity index 100% rename from stable/dashy/6.5.1/ix_values.yaml rename to stable/dashy/6.7.1/ix_values.yaml diff --git a/stable/dashy/6.5.1/questions.yaml b/stable/dashy/6.7.1/questions.yaml similarity index 100% rename from stable/dashy/6.5.1/questions.yaml rename to stable/dashy/6.7.1/questions.yaml diff --git a/stable/deemix/10.5.1/templates/NOTES.txt b/stable/dashy/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/deemix/10.5.1/templates/NOTES.txt rename to stable/dashy/6.7.1/templates/NOTES.txt diff --git a/stable/dashy/6.5.1/templates/_configmap.tpl b/stable/dashy/6.7.1/templates/_configmap.tpl similarity index 100% rename from stable/dashy/6.5.1/templates/_configmap.tpl rename to stable/dashy/6.7.1/templates/_configmap.tpl diff --git a/stable/dashy/6.5.1/templates/common.yaml b/stable/dashy/6.7.1/templates/common.yaml similarity index 100% rename from stable/dashy/6.5.1/templates/common.yaml rename to stable/dashy/6.7.1/templates/common.yaml diff --git a/stable/ddclient/9.5.1/values.yaml b/stable/dashy/6.7.1/values.yaml similarity index 100% rename from stable/ddclient/9.5.1/values.yaml rename to stable/dashy/6.7.1/values.yaml diff --git a/stable/davos/12.5.2/CHANGELOG.md b/stable/davos/12.5.2/CHANGELOG.md deleted file mode 100644 index 8f2a724d46a..00000000000 --- a/stable/davos/12.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [davos-12.5.2](https://github.com/truecharts/charts/compare/davos-12.5.1...davos-12.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [davos-12.5.1](https://github.com/truecharts/charts/compare/davos-12.5.0...davos-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [davos-12.5.0](https://github.com/truecharts/charts/compare/davos-12.4.1...davos-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [davos-12.4.1](https://github.com/truecharts/charts/compare/davos-12.4.0...davos-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [davos-12.4.0](https://github.com/truecharts/charts/compare/davos-12.3.0...davos-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [davos-12.3.0](https://github.com/truecharts/charts/compare/davos-12.2.4...davos-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [davos-12.2.4](https://github.com/truecharts/charts/compare/davos-12.2.3...davos-12.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [davos-12.2.3](https://github.com/truecharts/charts/compare/davos-12.2.1...davos-12.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [davos-10.1.12](https://github.com/truecharts/charts/compare/davos-10.1.11...davos-10.1.12) (2024-02-03) - -### Chore - diff --git a/stable/davos/12.5.2/Chart.yaml b/stable/davos/12.5.2/Chart.yaml deleted file mode 100644 index 4ea773f1754..00000000000 --- a/stable/davos/12.5.2/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.0.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.5.2 diff --git a/stable/davos/12.5.2/charts/common-20.0.9.tgz b/stable/davos/12.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/davos/12.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/davos/12.5.2/ix_values.yaml b/stable/davos/12.5.2/ix_values.yaml deleted file mode 100644 index 979ead86146..00000000000 --- a/stable/davos/12.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: ghcr.io/linuxserver/davos - pullPolicy: IfNotPresent - tag: 2.2.2@sha256:c28140eab7ad6ab8a8732087ccdd6c218009cd33984728b37edc047ad4fbff12 -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/ddns-go/10.6.1/.helmignore b/stable/davos/12.7.1/.helmignore similarity index 100% rename from stable/ddns-go/10.6.1/.helmignore rename to stable/davos/12.7.1/.helmignore diff --git a/stable/davos/12.7.1/CHANGELOG.md b/stable/davos/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e4d400cfac --- /dev/null +++ b/stable/davos/12.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [davos-12.7.1](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/davos/12.7.1/Chart.yaml b/stable/davos/12.7.1/Chart.yaml new file mode 100644 index 00000000000..bc1fd89e501 --- /dev/null +++ b/stable/davos/12.7.1/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.2 + 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.1 diff --git a/stable/davos/12.5.2/README.md b/stable/davos/12.7.1/README.md similarity index 100% rename from stable/davos/12.5.2/README.md rename to stable/davos/12.7.1/README.md diff --git a/stable/davos/12.7.1/app-changelog.md b/stable/davos/12.7.1/app-changelog.md new file mode 100644 index 00000000000..75049608024 --- /dev/null +++ b/stable/davos/12.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [davos-12.7.1](https://github.com/truecharts/charts/compare/davos-12.6.0...davos-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/davos/12.7.1/app-readme.md similarity index 100% rename from stable/davos/12.5.2/app-readme.md rename to stable/davos/12.7.1/app-readme.md diff --git a/stable/davos/12.7.1/charts/common-20.2.2.tgz b/stable/davos/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/davos/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/davos/12.7.1/ix_values.yaml b/stable/davos/12.7.1/ix_values.yaml new file mode 100644 index 00000000000..4276addb363 --- /dev/null +++ b/stable/davos/12.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: ghcr.io/linuxserver/davos + pullPolicy: IfNotPresent + tag: 2.2.2@sha256:c20172c3b7412bd17c9963886c91f971d0c429518bfb2ec7aa14ef1a4d6ac6a1 +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.5.2/questions.yaml b/stable/davos/12.7.1/questions.yaml similarity index 100% rename from stable/davos/12.5.2/questions.yaml rename to stable/davos/12.7.1/questions.yaml diff --git a/stable/deepstack/11.5.1/templates/NOTES.txt b/stable/davos/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/deepstack/11.5.1/templates/NOTES.txt rename to stable/davos/12.7.1/templates/NOTES.txt diff --git a/stable/davos/12.5.2/templates/common.yaml b/stable/davos/12.7.1/templates/common.yaml similarity index 100% rename from stable/davos/12.5.2/templates/common.yaml rename to stable/davos/12.7.1/templates/common.yaml diff --git a/stable/ddns-go/10.6.1/values.yaml b/stable/davos/12.7.1/values.yaml similarity index 100% rename from stable/ddns-go/10.6.1/values.yaml rename to stable/davos/12.7.1/values.yaml diff --git a/stable/dayofdefeatsource/5.5.1/CHANGELOG.md b/stable/dayofdefeatsource/5.5.1/CHANGELOG.md deleted file mode 100644 index eb3f9c2c9c7..00000000000 --- a/stable/dayofdefeatsource/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dayofdefeatsource-5.5.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.5.0...dayofdefeatsource-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dayofdefeatsource-5.5.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.4.1...dayofdefeatsource-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dayofdefeatsource-5.4.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.4.0...dayofdefeatsource-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dayofdefeatsource-5.4.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.3.0...dayofdefeatsource-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dayofdefeatsource-5.3.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.3...dayofdefeatsource-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dayofdefeatsource-5.2.3](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.2...dayofdefeatsource-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dayofdefeatsource-5.2.2](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.2.0...dayofdefeatsource-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dayofdefeatsource-4.1.12](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.11...dayofdefeatsource-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayofdefeatsource-4.1.11](https://github.com/truecharts/charts/compare/dayofdefeatsource-4.1.10...dayofdefeatsource-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dayofdefeatsource/5.5.1/Chart.yaml b/stable/dayofdefeatsource/5.5.1/Chart.yaml deleted file mode 100644 index 6a96dce5c63..00000000000 --- a/stable/dayofdefeatsource/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dayofdefeatsource/5.5.1/charts/common-20.0.8.tgz b/stable/dayofdefeatsource/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dayofdefeatsource/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ddns-route53/5.5.1/.helmignore b/stable/dayofdefeatsource/5.7.1/.helmignore similarity index 100% rename from stable/ddns-route53/5.5.1/.helmignore rename to stable/dayofdefeatsource/5.7.1/.helmignore diff --git a/stable/dayofdefeatsource/5.7.1/CHANGELOG.md b/stable/dayofdefeatsource/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d14b61ecd31 --- /dev/null +++ b/stable/dayofdefeatsource/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayofdefeatsource-5.7.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dayofdefeatsource/5.7.1/Chart.yaml new file mode 100644 index 00000000000..bcefd5e8489 --- /dev/null +++ b/stable/dayofdefeatsource/5.7.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: 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.2 + 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.1 diff --git a/stable/dayofdefeatsource/5.5.1/README.md b/stable/dayofdefeatsource/5.7.1/README.md similarity index 100% rename from stable/dayofdefeatsource/5.5.1/README.md rename to stable/dayofdefeatsource/5.7.1/README.md diff --git a/stable/dayofdefeatsource/5.7.1/app-changelog.md b/stable/dayofdefeatsource/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2462f7e2ada --- /dev/null +++ b/stable/dayofdefeatsource/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dayofdefeatsource-5.7.1](https://github.com/truecharts/charts/compare/dayofdefeatsource-5.6.0...dayofdefeatsource-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dayofdefeatsource/5.7.1/app-readme.md similarity index 100% rename from stable/dayofdefeatsource/5.5.1/app-readme.md rename to stable/dayofdefeatsource/5.7.1/app-readme.md diff --git a/stable/dayofdefeatsource/5.7.1/charts/common-20.2.2.tgz b/stable/dayofdefeatsource/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dayofdefeatsource/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dayofdefeatsource/5.5.1/ix_values.yaml b/stable/dayofdefeatsource/5.7.1/ix_values.yaml similarity index 100% rename from stable/dayofdefeatsource/5.5.1/ix_values.yaml rename to stable/dayofdefeatsource/5.7.1/ix_values.yaml diff --git a/stable/dayofdefeatsource/5.5.1/questions.yaml b/stable/dayofdefeatsource/5.7.1/questions.yaml similarity index 100% rename from stable/dayofdefeatsource/5.5.1/questions.yaml rename to stable/dayofdefeatsource/5.7.1/questions.yaml diff --git a/stable/dayofdefeatsource/5.5.1/templates/common.yaml b/stable/dayofdefeatsource/5.7.1/templates/common.yaml similarity index 100% rename from stable/dayofdefeatsource/5.5.1/templates/common.yaml rename to stable/dayofdefeatsource/5.7.1/templates/common.yaml diff --git a/stable/ddns-route53/5.5.1/values.yaml b/stable/dayofdefeatsource/5.7.1/values.yaml similarity index 100% rename from stable/ddns-route53/5.5.1/values.yaml rename to stable/dayofdefeatsource/5.7.1/values.yaml diff --git a/stable/daysofwar/5.5.1/CHANGELOG.md b/stable/daysofwar/5.5.1/CHANGELOG.md deleted file mode 100644 index c6ff53330f5..00000000000 --- a/stable/daysofwar/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [daysofwar-5.5.1](https://github.com/truecharts/charts/compare/daysofwar-5.5.0...daysofwar-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [daysofwar-5.5.0](https://github.com/truecharts/charts/compare/daysofwar-5.4.1...daysofwar-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [daysofwar-5.4.1](https://github.com/truecharts/charts/compare/daysofwar-5.4.0...daysofwar-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [daysofwar-5.4.0](https://github.com/truecharts/charts/compare/daysofwar-5.3.0...daysofwar-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [daysofwar-5.3.0](https://github.com/truecharts/charts/compare/daysofwar-5.2.3...daysofwar-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [daysofwar-5.2.3](https://github.com/truecharts/charts/compare/daysofwar-5.2.2...daysofwar-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [daysofwar-5.2.2](https://github.com/truecharts/charts/compare/daysofwar-5.2.0...daysofwar-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [daysofwar-4.1.12](https://github.com/truecharts/charts/compare/daysofwar-4.1.11...daysofwar-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [daysofwar-4.1.11](https://github.com/truecharts/charts/compare/daysofwar-4.1.10...daysofwar-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/daysofwar/5.5.1/Chart.yaml b/stable/daysofwar/5.5.1/Chart.yaml deleted file mode 100644 index b20302ab9d5..00000000000 --- a/stable/daysofwar/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/daysofwar/5.5.1/charts/common-20.0.8.tgz b/stable/daysofwar/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/daysofwar/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ddns-updater/9.5.1/.helmignore b/stable/daysofwar/5.7.1/.helmignore similarity index 100% rename from stable/ddns-updater/9.5.1/.helmignore rename to stable/daysofwar/5.7.1/.helmignore diff --git a/stable/daysofwar/5.7.1/CHANGELOG.md b/stable/daysofwar/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a5d9dfffa3a --- /dev/null +++ b/stable/daysofwar/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [daysofwar-5.7.1](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/daysofwar/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4cb320f865b --- /dev/null +++ b/stable/daysofwar/5.7.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: 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.2 + 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.1 diff --git a/stable/daysofwar/5.5.1/README.md b/stable/daysofwar/5.7.1/README.md similarity index 100% rename from stable/daysofwar/5.5.1/README.md rename to stable/daysofwar/5.7.1/README.md diff --git a/stable/daysofwar/5.7.1/app-changelog.md b/stable/daysofwar/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f2bee25893d --- /dev/null +++ b/stable/daysofwar/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [daysofwar-5.7.1](https://github.com/truecharts/charts/compare/daysofwar-5.6.0...daysofwar-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/daysofwar/5.7.1/app-readme.md similarity index 100% rename from stable/daysofwar/5.5.1/app-readme.md rename to stable/daysofwar/5.7.1/app-readme.md diff --git a/stable/daysofwar/5.7.1/charts/common-20.2.2.tgz b/stable/daysofwar/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/daysofwar/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/daysofwar/5.5.1/ix_values.yaml b/stable/daysofwar/5.7.1/ix_values.yaml similarity index 100% rename from stable/daysofwar/5.5.1/ix_values.yaml rename to stable/daysofwar/5.7.1/ix_values.yaml diff --git a/stable/daysofwar/5.5.1/questions.yaml b/stable/daysofwar/5.7.1/questions.yaml similarity index 100% rename from stable/daysofwar/5.5.1/questions.yaml rename to stable/daysofwar/5.7.1/questions.yaml diff --git a/stable/daysofwar/5.5.1/templates/common.yaml b/stable/daysofwar/5.7.1/templates/common.yaml similarity index 100% rename from stable/daysofwar/5.5.1/templates/common.yaml rename to stable/daysofwar/5.7.1/templates/common.yaml diff --git a/stable/ddns-updater/9.5.1/values.yaml b/stable/daysofwar/5.7.1/values.yaml similarity index 100% rename from stable/ddns-updater/9.5.1/values.yaml rename to stable/daysofwar/5.7.1/values.yaml diff --git a/stable/dayz/5.5.1/CHANGELOG.md b/stable/dayz/5.5.1/CHANGELOG.md deleted file mode 100644 index f43e6cada73..00000000000 --- a/stable/dayz/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dayz-5.5.1](https://github.com/truecharts/charts/compare/dayz-5.5.0...dayz-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dayz-5.5.0](https://github.com/truecharts/charts/compare/dayz-5.4.1...dayz-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dayz-5.4.1](https://github.com/truecharts/charts/compare/dayz-5.4.0...dayz-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dayz-5.4.0](https://github.com/truecharts/charts/compare/dayz-5.3.0...dayz-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dayz-5.3.0](https://github.com/truecharts/charts/compare/dayz-5.2.3...dayz-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dayz-5.2.3](https://github.com/truecharts/charts/compare/dayz-5.2.2...dayz-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dayz-5.2.2](https://github.com/truecharts/charts/compare/dayz-5.2.0...dayz-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dayz-4.1.12](https://github.com/truecharts/charts/compare/dayz-4.1.11...dayz-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dayz-4.1.11](https://github.com/truecharts/charts/compare/dayz-4.1.10...dayz-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dayz/5.5.1/Chart.yaml b/stable/dayz/5.5.1/Chart.yaml deleted file mode 100644 index 0cdab87a411..00000000000 --- a/stable/dayz/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dayz/5.5.1/charts/common-20.0.8.tgz b/stable/dayz/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dayz/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/debian-apt-mirror/5.5.1/.helmignore b/stable/dayz/5.7.1/.helmignore similarity index 100% rename from stable/debian-apt-mirror/5.5.1/.helmignore rename to stable/dayz/5.7.1/.helmignore diff --git a/stable/dayz/5.7.1/CHANGELOG.md b/stable/dayz/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..997a0c4ee60 --- /dev/null +++ b/stable/dayz/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dayz-5.7.1](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dayz/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ab44bdba2ab --- /dev/null +++ b/stable/dayz/5.7.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: 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.2 + 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.1 diff --git a/stable/dayz/5.5.1/README.md b/stable/dayz/5.7.1/README.md similarity index 100% rename from stable/dayz/5.5.1/README.md rename to stable/dayz/5.7.1/README.md diff --git a/stable/dayz/5.7.1/app-changelog.md b/stable/dayz/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d19ee262709 --- /dev/null +++ b/stable/dayz/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dayz-5.7.1](https://github.com/truecharts/charts/compare/dayz-5.6.0...dayz-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dayz/5.7.1/app-readme.md similarity index 100% rename from stable/dayz/5.5.1/app-readme.md rename to stable/dayz/5.7.1/app-readme.md diff --git a/stable/dayz/5.7.1/charts/common-20.2.2.tgz b/stable/dayz/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dayz/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dayz/5.5.1/ix_values.yaml b/stable/dayz/5.7.1/ix_values.yaml similarity index 100% rename from stable/dayz/5.5.1/ix_values.yaml rename to stable/dayz/5.7.1/ix_values.yaml diff --git a/stable/dayz/5.5.1/questions.yaml b/stable/dayz/5.7.1/questions.yaml similarity index 100% rename from stable/dayz/5.5.1/questions.yaml rename to stable/dayz/5.7.1/questions.yaml diff --git a/stable/dayz/5.5.1/templates/common.yaml b/stable/dayz/5.7.1/templates/common.yaml similarity index 100% rename from stable/dayz/5.5.1/templates/common.yaml rename to stable/dayz/5.7.1/templates/common.yaml diff --git a/stable/debian-apt-mirror/5.5.1/values.yaml b/stable/dayz/5.7.1/values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.5.1/values.yaml rename to stable/dayz/5.7.1/values.yaml diff --git a/stable/ddclient/9.5.1/CHANGELOG.md b/stable/ddclient/9.5.1/CHANGELOG.md deleted file mode 100644 index 8ae5d979df5..00000000000 --- a/stable/ddclient/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddclient-9.5.1](https://github.com/truecharts/charts/compare/ddclient-9.5.0...ddclient-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ddclient-9.5.0](https://github.com/truecharts/charts/compare/ddclient-9.4.2...ddclient-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ddclient-9.4.2](https://github.com/truecharts/charts/compare/ddclient-9.4.1...ddclient-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@903cd0c](https://github.com/903cd0c) by renovate ([#18995](https://github.com/truecharts/charts/issues/18995)) - - -## [ddclient-9.4.1](https://github.com/truecharts/charts/compare/ddclient-9.4.0...ddclient-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ddclient-9.4.0](https://github.com/truecharts/charts/compare/ddclient-9.3.0...ddclient-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ddclient-9.3.0](https://github.com/truecharts/charts/compare/ddclient-9.2.4...ddclient-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ddclient-9.2.4](https://github.com/truecharts/charts/compare/ddclient-9.2.3...ddclient-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ddclient-9.2.3](https://github.com/truecharts/charts/compare/ddclient-9.2.1...ddclient-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [ddclient-8.1.17](https://github.com/truecharts/charts/compare/ddclient-8.1.16...ddclient-8.1.17) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/linuxserver/ddclient to 3.11.2[@0a52df8](https://github.com/0a52df8) by renovate ([#18057](https://github.com/truecharts/charts/issues/18057)) \ No newline at end of file diff --git a/stable/ddclient/9.5.1/Chart.yaml b/stable/ddclient/9.5.1/Chart.yaml deleted file mode 100644 index 3dcba2955a5..00000000000 --- a/stable/ddclient/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/ddclient/9.5.1/charts/common-20.0.8.tgz b/stable/ddclient/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ddclient/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/debian-bullseye/5.5.1/.helmignore b/stable/ddclient/9.7.1/.helmignore similarity index 100% rename from stable/debian-bullseye/5.5.1/.helmignore rename to stable/ddclient/9.7.1/.helmignore diff --git a/stable/ddclient/9.7.1/CHANGELOG.md b/stable/ddclient/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ed66fff3993 --- /dev/null +++ b/stable/ddclient/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddclient-9.7.1](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ddclient/9.7.1/Chart.yaml new file mode 100644 index 00000000000..92a15a7c330 --- /dev/null +++ b/stable/ddclient/9.7.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: 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.2 + 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.1 diff --git a/stable/ddclient/9.5.1/README.md b/stable/ddclient/9.7.1/README.md similarity index 100% rename from stable/ddclient/9.5.1/README.md rename to stable/ddclient/9.7.1/README.md diff --git a/stable/ddclient/9.7.1/app-changelog.md b/stable/ddclient/9.7.1/app-changelog.md new file mode 100644 index 00000000000..a006a444988 --- /dev/null +++ b/stable/ddclient/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ddclient-9.7.1](https://github.com/truecharts/charts/compare/ddclient-9.6.0...ddclient-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ddclient/9.7.1/app-readme.md similarity index 100% rename from stable/ddclient/9.5.1/app-readme.md rename to stable/ddclient/9.7.1/app-readme.md diff --git a/stable/ddclient/9.7.1/charts/common-20.2.2.tgz b/stable/ddclient/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ddclient/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ddclient/9.5.1/ix_values.yaml b/stable/ddclient/9.7.1/ix_values.yaml similarity index 100% rename from stable/ddclient/9.5.1/ix_values.yaml rename to stable/ddclient/9.7.1/ix_values.yaml diff --git a/stable/ddclient/9.5.1/questions.yaml b/stable/ddclient/9.7.1/questions.yaml similarity index 100% rename from stable/ddclient/9.5.1/questions.yaml rename to stable/ddclient/9.7.1/questions.yaml diff --git a/stable/dell-idrac-fan-controller/5.5.2/templates/NOTES.txt b/stable/ddclient/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/templates/NOTES.txt rename to stable/ddclient/9.7.1/templates/NOTES.txt diff --git a/stable/ddns-go/10.6.1/templates/common.yaml b/stable/ddclient/9.7.1/templates/common.yaml similarity index 100% rename from stable/ddns-go/10.6.1/templates/common.yaml rename to stable/ddclient/9.7.1/templates/common.yaml diff --git a/stable/debian-bullseye/5.5.1/values.yaml b/stable/ddclient/9.7.1/values.yaml similarity index 100% rename from stable/debian-bullseye/5.5.1/values.yaml rename to stable/ddclient/9.7.1/values.yaml diff --git a/stable/ddns-go/10.6.1/CHANGELOG.md b/stable/ddns-go/10.6.1/CHANGELOG.md deleted file mode 100644 index 680173c8d2e..00000000000 --- a/stable/ddns-go/10.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-go-10.6.1](https://github.com/truecharts/charts/compare/ddns-go-10.6.0...ddns-go-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ddns-go-10.6.0](https://github.com/truecharts/charts/compare/ddns-go-10.5.0...ddns-go-10.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ddns-go-10.5.0](https://github.com/truecharts/charts/compare/ddns-go-10.4.1...ddns-go-10.5.0) (2024-03-11) - -### Chore - - - -- update container image jeessy/ddns-go to v6.2.1[@a43508c](https://github.com/a43508c) by renovate ([#19117](https://github.com/truecharts/charts/issues/19117)) - - -## [ddns-go-10.4.1](https://github.com/truecharts/charts/compare/ddns-go-10.4.0...ddns-go-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ddns-go-10.4.0](https://github.com/truecharts/charts/compare/ddns-go-10.3.0...ddns-go-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ddns-go-10.3.0](https://github.com/truecharts/charts/compare/ddns-go-10.2.3...ddns-go-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ddns-go-10.2.3](https://github.com/truecharts/charts/compare/ddns-go-10.2.2...ddns-go-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ddns-go-10.2.2](https://github.com/truecharts/charts/compare/ddns-go-10.2.0...ddns-go-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [ddns-go-9.1.2](https://github.com/truecharts/charts/compare/ddns-go-9.1.1...ddns-go-9.1.2) (2024-02-05) \ No newline at end of file diff --git a/stable/ddns-go/10.6.1/Chart.yaml b/stable/ddns-go/10.6.1/Chart.yaml deleted file mode 100644 index 48faa336003..00000000000 --- a/stable/ddns-go/10.6.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.2.1 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/ddns-go/10.6.1/charts/common-20.0.8.tgz b/stable/ddns-go/10.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ddns-go/10.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/deconz/15.5.1/.helmignore b/stable/ddns-go/10.8.1/.helmignore similarity index 100% rename from stable/deconz/15.5.1/.helmignore rename to stable/ddns-go/10.8.1/.helmignore diff --git a/stable/ddns-go/10.8.1/CHANGELOG.md b/stable/ddns-go/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..c7df6f61b30 --- /dev/null +++ b/stable/ddns-go/10.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-go-10.8.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.8.1/Chart.yaml b/stable/ddns-go/10.8.1/Chart.yaml new file mode 100644 index 00000000000..48f3d851a89 --- /dev/null +++ b/stable/ddns-go/10.8.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: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.2.1 +dependencies: + - name: common + version: 20.2.2 + 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.8.1 diff --git a/stable/ddns-go/10.6.1/README.md b/stable/ddns-go/10.8.1/README.md similarity index 100% rename from stable/ddns-go/10.6.1/README.md rename to stable/ddns-go/10.8.1/README.md diff --git a/stable/ddns-go/10.8.1/app-changelog.md b/stable/ddns-go/10.8.1/app-changelog.md new file mode 100644 index 00000000000..3bb540bd5d3 --- /dev/null +++ b/stable/ddns-go/10.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ddns-go-10.8.1](https://github.com/truecharts/charts/compare/ddns-go-10.7.0...ddns-go-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/ddns-go/10.8.1/app-readme.md similarity index 100% rename from stable/ddns-go/10.6.1/app-readme.md rename to stable/ddns-go/10.8.1/app-readme.md diff --git a/stable/ddns-go/10.8.1/charts/common-20.2.2.tgz b/stable/ddns-go/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ddns-go/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/ddns-go/10.6.1/ix_values.yaml b/stable/ddns-go/10.8.1/ix_values.yaml similarity index 100% rename from stable/ddns-go/10.6.1/ix_values.yaml rename to stable/ddns-go/10.8.1/ix_values.yaml diff --git a/stable/ddns-go/10.6.1/questions.yaml b/stable/ddns-go/10.8.1/questions.yaml similarity index 100% rename from stable/ddns-go/10.6.1/questions.yaml rename to stable/ddns-go/10.8.1/questions.yaml diff --git a/stable/deluge/18.5.1/templates/NOTES.txt b/stable/ddns-go/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/deluge/18.5.1/templates/NOTES.txt rename to stable/ddns-go/10.8.1/templates/NOTES.txt diff --git a/stable/ddns-updater/9.5.1/templates/common.yaml b/stable/ddns-go/10.8.1/templates/common.yaml similarity index 100% rename from stable/ddns-updater/9.5.1/templates/common.yaml rename to stable/ddns-go/10.8.1/templates/common.yaml diff --git a/stable/deconz/15.5.1/values.yaml b/stable/ddns-go/10.8.1/values.yaml similarity index 100% rename from stable/deconz/15.5.1/values.yaml rename to stable/ddns-go/10.8.1/values.yaml diff --git a/stable/ddns-route53/5.5.1/CHANGELOG.md b/stable/ddns-route53/5.5.1/CHANGELOG.md deleted file mode 100644 index 2d0945cbbfa..00000000000 --- a/stable/ddns-route53/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-route53-5.5.1](https://github.com/truecharts/charts/compare/ddns-route53-5.5.0...ddns-route53-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ddns-route53-5.5.0](https://github.com/truecharts/charts/compare/ddns-route53-5.4.1...ddns-route53-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ddns-route53-5.4.1](https://github.com/truecharts/charts/compare/ddns-route53-5.4.0...ddns-route53-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ddns-route53-5.4.0](https://github.com/truecharts/charts/compare/ddns-route53-5.3.0...ddns-route53-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ddns-route53-5.3.0](https://github.com/truecharts/charts/compare/ddns-route53-5.2.3...ddns-route53-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ddns-route53-5.2.3](https://github.com/truecharts/charts/compare/ddns-route53-5.2.2...ddns-route53-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ddns-route53-5.2.2](https://github.com/truecharts/charts/compare/ddns-route53-5.2.0...ddns-route53-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ddns-route53-4.1.12](https://github.com/truecharts/charts/compare/ddns-route53-4.1.11...ddns-route53-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-route53-4.1.11](https://github.com/truecharts/charts/compare/ddns-route53-4.1.10...ddns-route53-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ddns-route53/5.5.1/Chart.yaml b/stable/ddns-route53/5.5.1/Chart.yaml deleted file mode 100644 index cbb3b598389..00000000000 --- a/stable/ddns-route53/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ddns-route53/5.5.1/charts/common-20.0.8.tgz b/stable/ddns-route53/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ddns-route53/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/deemix/10.5.1/.helmignore b/stable/ddns-route53/5.7.1/.helmignore similarity index 100% rename from stable/deemix/10.5.1/.helmignore rename to stable/ddns-route53/5.7.1/.helmignore diff --git a/stable/ddns-route53/5.7.1/CHANGELOG.md b/stable/ddns-route53/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..100dee06bf6 --- /dev/null +++ b/stable/ddns-route53/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-route53-5.7.1](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ddns-route53/5.7.1/Chart.yaml new file mode 100644 index 00000000000..02b3fdaf1dc --- /dev/null +++ b/stable/ddns-route53/5.7.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: 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.2 + 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.1 diff --git a/stable/ddns-route53/5.5.1/README.md b/stable/ddns-route53/5.7.1/README.md similarity index 100% rename from stable/ddns-route53/5.5.1/README.md rename to stable/ddns-route53/5.7.1/README.md diff --git a/stable/ddns-route53/5.7.1/app-changelog.md b/stable/ddns-route53/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6af4b8121db --- /dev/null +++ b/stable/ddns-route53/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ddns-route53-5.7.1](https://github.com/truecharts/charts/compare/ddns-route53-5.6.0...ddns-route53-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ddns-route53/5.7.1/app-readme.md similarity index 100% rename from stable/ddns-route53/5.5.1/app-readme.md rename to stable/ddns-route53/5.7.1/app-readme.md diff --git a/stable/ddns-route53/5.7.1/charts/common-20.2.2.tgz b/stable/ddns-route53/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ddns-route53/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ddns-route53/5.5.1/ix_values.yaml b/stable/ddns-route53/5.7.1/ix_values.yaml similarity index 100% rename from stable/ddns-route53/5.5.1/ix_values.yaml rename to stable/ddns-route53/5.7.1/ix_values.yaml diff --git a/stable/ddns-route53/5.5.1/questions.yaml b/stable/ddns-route53/5.7.1/questions.yaml similarity index 100% rename from stable/ddns-route53/5.5.1/questions.yaml rename to stable/ddns-route53/5.7.1/questions.yaml diff --git a/stable/ddns-route53/5.5.1/templates/common.yaml b/stable/ddns-route53/5.7.1/templates/common.yaml similarity index 100% rename from stable/ddns-route53/5.5.1/templates/common.yaml rename to stable/ddns-route53/5.7.1/templates/common.yaml diff --git a/stable/deemix/10.5.1/values.yaml b/stable/ddns-route53/5.7.1/values.yaml similarity index 100% rename from stable/deemix/10.5.1/values.yaml rename to stable/ddns-route53/5.7.1/values.yaml diff --git a/stable/ddns-updater/9.5.1/CHANGELOG.md b/stable/ddns-updater/9.5.1/CHANGELOG.md deleted file mode 100644 index 622d86936e3..00000000000 --- a/stable/ddns-updater/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ddns-updater-9.5.1](https://github.com/truecharts/charts/compare/ddns-updater-9.5.0...ddns-updater-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ddns-updater-9.5.0](https://github.com/truecharts/charts/compare/ddns-updater-9.4.1...ddns-updater-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ddns-updater-9.4.1](https://github.com/truecharts/charts/compare/ddns-updater-9.4.0...ddns-updater-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ddns-updater-9.4.0](https://github.com/truecharts/charts/compare/ddns-updater-9.3.0...ddns-updater-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ddns-updater-9.3.0](https://github.com/truecharts/charts/compare/ddns-updater-9.2.3...ddns-updater-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ddns-updater-9.2.3](https://github.com/truecharts/charts/compare/ddns-updater-9.2.2...ddns-updater-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ddns-updater-9.2.2](https://github.com/truecharts/charts/compare/ddns-updater-9.2.0...ddns-updater-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ddns-updater-8.1.12](https://github.com/truecharts/charts/compare/ddns-updater-8.1.11...ddns-updater-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ddns-updater-8.1.11](https://github.com/truecharts/charts/compare/ddns-updater-8.1.10...ddns-updater-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ddns-updater/9.5.1/Chart.yaml b/stable/ddns-updater/9.5.1/Chart.yaml deleted file mode 100644 index 5750481b6c5..00000000000 --- a/stable/ddns-updater/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ddns-updater/9.5.1/charts/common-20.0.8.tgz b/stable/ddns-updater/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ddns-updater/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/deepstack/11.5.1/.helmignore b/stable/ddns-updater/9.7.1/.helmignore similarity index 100% rename from stable/deepstack/11.5.1/.helmignore rename to stable/ddns-updater/9.7.1/.helmignore diff --git a/stable/ddns-updater/9.7.1/CHANGELOG.md b/stable/ddns-updater/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..94676b5e307 --- /dev/null +++ b/stable/ddns-updater/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ddns-updater-9.7.1](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ddns-updater/9.7.1/Chart.yaml new file mode 100644 index 00000000000..8eb72d3fed7 --- /dev/null +++ b/stable/ddns-updater/9.7.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: 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.2 + 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.1 diff --git a/stable/ddns-updater/9.5.1/README.md b/stable/ddns-updater/9.7.1/README.md similarity index 100% rename from stable/ddns-updater/9.5.1/README.md rename to stable/ddns-updater/9.7.1/README.md diff --git a/stable/ddns-updater/9.7.1/app-changelog.md b/stable/ddns-updater/9.7.1/app-changelog.md new file mode 100644 index 00000000000..ce38f8914f7 --- /dev/null +++ b/stable/ddns-updater/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ddns-updater-9.7.1](https://github.com/truecharts/charts/compare/ddns-updater-9.6.0...ddns-updater-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ddns-updater/9.7.1/app-readme.md similarity index 100% rename from stable/ddns-updater/9.5.1/app-readme.md rename to stable/ddns-updater/9.7.1/app-readme.md diff --git a/stable/ddns-updater/9.7.1/charts/common-20.2.2.tgz b/stable/ddns-updater/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ddns-updater/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ddns-updater/9.5.1/ix_values.yaml b/stable/ddns-updater/9.7.1/ix_values.yaml similarity index 100% rename from stable/ddns-updater/9.5.1/ix_values.yaml rename to stable/ddns-updater/9.7.1/ix_values.yaml diff --git a/stable/ddns-updater/9.5.1/questions.yaml b/stable/ddns-updater/9.7.1/questions.yaml similarity index 100% rename from stable/ddns-updater/9.5.1/questions.yaml rename to stable/ddns-updater/9.7.1/questions.yaml diff --git a/stable/digikam/11.5.1/templates/NOTES.txt b/stable/ddns-updater/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/digikam/11.5.1/templates/NOTES.txt rename to stable/ddns-updater/9.7.1/templates/NOTES.txt diff --git a/stable/deconz/15.5.1/templates/common.yaml b/stable/ddns-updater/9.7.1/templates/common.yaml similarity index 100% rename from stable/deconz/15.5.1/templates/common.yaml rename to stable/ddns-updater/9.7.1/templates/common.yaml diff --git a/stable/deepstack/11.5.1/values.yaml b/stable/ddns-updater/9.7.1/values.yaml similarity index 100% rename from stable/deepstack/11.5.1/values.yaml rename to stable/ddns-updater/9.7.1/values.yaml diff --git a/stable/debian-apt-mirror/5.5.1/CHANGELOG.md b/stable/debian-apt-mirror/5.5.1/CHANGELOG.md deleted file mode 100644 index 55bdfcd014f..00000000000 --- a/stable/debian-apt-mirror/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [debian-apt-mirror-5.5.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.5.0...debian-apt-mirror-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [debian-apt-mirror-5.5.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.4.1...debian-apt-mirror-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [debian-apt-mirror-5.4.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.4.0...debian-apt-mirror-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [debian-apt-mirror-5.4.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.3.0...debian-apt-mirror-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [debian-apt-mirror-5.3.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.3...debian-apt-mirror-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [debian-apt-mirror-5.2.3](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.2...debian-apt-mirror-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [debian-apt-mirror-5.2.2](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.2.0...debian-apt-mirror-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [debian-apt-mirror-4.1.12](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.11...debian-apt-mirror-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-apt-mirror-4.1.11](https://github.com/truecharts/charts/compare/debian-apt-mirror-4.1.10...debian-apt-mirror-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/debian-apt-mirror/5.5.1/Chart.yaml b/stable/debian-apt-mirror/5.5.1/Chart.yaml deleted file mode 100644 index e95e9802e2a..00000000000 --- a/stable/debian-apt-mirror/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/debian-apt-mirror/5.5.1/charts/common-20.0.8.tgz b/stable/debian-apt-mirror/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/debian-apt-mirror/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.5.2/.helmignore b/stable/debian-apt-mirror/5.7.1/.helmignore similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/.helmignore rename to stable/debian-apt-mirror/5.7.1/.helmignore diff --git a/stable/debian-apt-mirror/5.7.1/CHANGELOG.md b/stable/debian-apt-mirror/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b6874662390 --- /dev/null +++ b/stable/debian-apt-mirror/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-apt-mirror-5.7.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/debian-apt-mirror/5.7.1/Chart.yaml new file mode 100644 index 00000000000..df38c7fedc0 --- /dev/null +++ b/stable/debian-apt-mirror/5.7.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: 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.2 + 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.1 diff --git a/stable/debian-apt-mirror/5.5.1/README.md b/stable/debian-apt-mirror/5.7.1/README.md similarity index 100% rename from stable/debian-apt-mirror/5.5.1/README.md rename to stable/debian-apt-mirror/5.7.1/README.md diff --git a/stable/debian-apt-mirror/5.7.1/app-changelog.md b/stable/debian-apt-mirror/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bed7720217a --- /dev/null +++ b/stable/debian-apt-mirror/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [debian-apt-mirror-5.7.1](https://github.com/truecharts/charts/compare/debian-apt-mirror-5.6.0...debian-apt-mirror-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/debian-apt-mirror/5.7.1/app-readme.md similarity index 100% rename from stable/debian-apt-mirror/5.5.1/app-readme.md rename to stable/debian-apt-mirror/5.7.1/app-readme.md diff --git a/stable/debian-apt-mirror/5.7.1/charts/common-20.2.2.tgz b/stable/debian-apt-mirror/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/debian-apt-mirror/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/debian-apt-mirror/5.5.1/ix_values.yaml b/stable/debian-apt-mirror/5.7.1/ix_values.yaml similarity index 100% rename from stable/debian-apt-mirror/5.5.1/ix_values.yaml rename to stable/debian-apt-mirror/5.7.1/ix_values.yaml diff --git a/stable/debian-apt-mirror/5.5.1/questions.yaml b/stable/debian-apt-mirror/5.7.1/questions.yaml similarity index 100% rename from stable/debian-apt-mirror/5.5.1/questions.yaml rename to stable/debian-apt-mirror/5.7.1/questions.yaml diff --git a/stable/debian-apt-mirror/5.5.1/templates/common.yaml b/stable/debian-apt-mirror/5.7.1/templates/common.yaml similarity index 100% rename from stable/debian-apt-mirror/5.5.1/templates/common.yaml rename to stable/debian-apt-mirror/5.7.1/templates/common.yaml diff --git a/stable/dell-idrac-fan-controller/5.5.2/values.yaml b/stable/debian-apt-mirror/5.7.1/values.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/values.yaml rename to stable/debian-apt-mirror/5.7.1/values.yaml diff --git a/stable/debian-bullseye/5.5.1/CHANGELOG.md b/stable/debian-bullseye/5.5.1/CHANGELOG.md deleted file mode 100644 index 6c1060f4141..00000000000 --- a/stable/debian-bullseye/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [debian-bullseye-5.5.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.5.0...debian-bullseye-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [debian-bullseye-5.5.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.4.1...debian-bullseye-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [debian-bullseye-5.4.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.4.0...debian-bullseye-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [debian-bullseye-5.4.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.3.0...debian-bullseye-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [debian-bullseye-5.3.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.3...debian-bullseye-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [debian-bullseye-5.2.3](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.2...debian-bullseye-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [debian-bullseye-5.2.2](https://github.com/truecharts/charts/compare/debian-bullseye-5.2.0...debian-bullseye-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [debian-bullseye-4.1.12](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.11...debian-bullseye-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [debian-bullseye-4.1.11](https://github.com/truecharts/charts/compare/debian-bullseye-4.1.10...debian-bullseye-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/debian-bullseye/5.5.1/Chart.yaml b/stable/debian-bullseye/5.5.1/Chart.yaml deleted file mode 100644 index 6cfd7febcae..00000000000 --- a/stable/debian-bullseye/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/debian-bullseye/5.5.1/charts/common-20.0.8.tgz b/stable/debian-bullseye/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/debian-bullseye/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/deluge/18.5.1/.helmignore b/stable/debian-bullseye/5.7.1/.helmignore similarity index 100% rename from stable/deluge/18.5.1/.helmignore rename to stable/debian-bullseye/5.7.1/.helmignore diff --git a/stable/debian-bullseye/5.7.1/CHANGELOG.md b/stable/debian-bullseye/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1908a06aa02 --- /dev/null +++ b/stable/debian-bullseye/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [debian-bullseye-5.7.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/debian-bullseye/5.7.1/Chart.yaml new file mode 100644 index 00000000000..01786d79bdb --- /dev/null +++ b/stable/debian-bullseye/5.7.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: 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.2 + 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.1 diff --git a/stable/debian-bullseye/5.5.1/README.md b/stable/debian-bullseye/5.7.1/README.md similarity index 100% rename from stable/debian-bullseye/5.5.1/README.md rename to stable/debian-bullseye/5.7.1/README.md diff --git a/stable/debian-bullseye/5.7.1/app-changelog.md b/stable/debian-bullseye/5.7.1/app-changelog.md new file mode 100644 index 00000000000..24f1d26a564 --- /dev/null +++ b/stable/debian-bullseye/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [debian-bullseye-5.7.1](https://github.com/truecharts/charts/compare/debian-bullseye-5.6.0...debian-bullseye-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/debian-bullseye/5.7.1/app-readme.md similarity index 100% rename from stable/debian-bullseye/5.5.1/app-readme.md rename to stable/debian-bullseye/5.7.1/app-readme.md diff --git a/stable/debian-bullseye/5.7.1/charts/common-20.2.2.tgz b/stable/debian-bullseye/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/debian-bullseye/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/debian-bullseye/5.5.1/ix_values.yaml b/stable/debian-bullseye/5.7.1/ix_values.yaml similarity index 100% rename from stable/debian-bullseye/5.5.1/ix_values.yaml rename to stable/debian-bullseye/5.7.1/ix_values.yaml diff --git a/stable/debian-bullseye/5.5.1/questions.yaml b/stable/debian-bullseye/5.7.1/questions.yaml similarity index 100% rename from stable/debian-bullseye/5.5.1/questions.yaml rename to stable/debian-bullseye/5.7.1/questions.yaml diff --git a/stable/debian-bullseye/5.5.1/templates/common.yaml b/stable/debian-bullseye/5.7.1/templates/common.yaml similarity index 100% rename from stable/debian-bullseye/5.5.1/templates/common.yaml rename to stable/debian-bullseye/5.7.1/templates/common.yaml diff --git a/stable/deluge/18.5.1/values.yaml b/stable/debian-bullseye/5.7.1/values.yaml similarity index 100% rename from stable/deluge/18.5.1/values.yaml rename to stable/debian-bullseye/5.7.1/values.yaml diff --git a/stable/deconz/15.5.1/CHANGELOG.md b/stable/deconz/15.5.1/CHANGELOG.md deleted file mode 100644 index 72eb21aa0e2..00000000000 --- a/stable/deconz/15.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deconz-15.5.1](https://github.com/truecharts/charts/compare/deconz-15.5.0...deconz-15.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [deconz-15.5.0](https://github.com/truecharts/charts/compare/deconz-15.4.1...deconz-15.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [deconz-15.4.1](https://github.com/truecharts/charts/compare/deconz-15.4.0...deconz-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [deconz-15.4.0](https://github.com/truecharts/charts/compare/deconz-15.3.0...deconz-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [deconz-15.3.0](https://github.com/truecharts/charts/compare/deconz-15.2.4...deconz-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [deconz-15.2.4](https://github.com/truecharts/charts/compare/deconz-15.2.3...deconz-15.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [deconz-15.2.3](https://github.com/truecharts/charts/compare/deconz-15.2.1...deconz-15.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [deconz-14.2.0](https://github.com/truecharts/charts/compare/deconz-14.1.15...deconz-14.2.0) (2024-02-12) - -### Chore - - - -- update container image deconzcommunity/deconz to v2.26.0[@db438fc](https://github.com/db438fc) by renovate ([#18219](https://github.com/truecharts/charts/issues/18219)) - - -## [deconz-14.1.15](https://github.com/truecharts/charts/compare/deconz-14.1.14...deconz-14.1.15) (2024-02-12) - -### Chore - - diff --git a/stable/deconz/15.5.1/Chart.yaml b/stable/deconz/15.5.1/Chart.yaml deleted file mode 100644 index db437bf1c12..00000000000 --- a/stable/deconz/15.5.1/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.1 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/deconz/15.5.1/charts/common-20.0.8.tgz b/stable/deconz/15.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/deconz/15.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/digikam/11.5.1/.helmignore b/stable/deconz/15.7.1/.helmignore similarity index 100% rename from stable/digikam/11.5.1/.helmignore rename to stable/deconz/15.7.1/.helmignore diff --git a/stable/deconz/15.7.1/CHANGELOG.md b/stable/deconz/15.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ea9f8c84a52 --- /dev/null +++ b/stable/deconz/15.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deconz-15.7.1](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/deconz/15.7.1/Chart.yaml new file mode 100644 index 00000000000..29198f98473 --- /dev/null +++ b/stable/deconz/15.7.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: 2.26.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/deconz/15.5.1/README.md b/stable/deconz/15.7.1/README.md similarity index 100% rename from stable/deconz/15.5.1/README.md rename to stable/deconz/15.7.1/README.md diff --git a/stable/deconz/15.7.1/app-changelog.md b/stable/deconz/15.7.1/app-changelog.md new file mode 100644 index 00000000000..44ae07ae52d --- /dev/null +++ b/stable/deconz/15.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [deconz-15.7.1](https://github.com/truecharts/charts/compare/deconz-15.6.0...deconz-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/deconz/15.7.1/app-readme.md similarity index 100% rename from stable/deconz/15.5.1/app-readme.md rename to stable/deconz/15.7.1/app-readme.md diff --git a/stable/deconz/15.7.1/charts/common-20.2.2.tgz b/stable/deconz/15.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/deconz/15.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/deconz/15.5.1/ix_values.yaml b/stable/deconz/15.7.1/ix_values.yaml similarity index 100% rename from stable/deconz/15.5.1/ix_values.yaml rename to stable/deconz/15.7.1/ix_values.yaml diff --git a/stable/deconz/15.5.1/questions.yaml b/stable/deconz/15.7.1/questions.yaml similarity index 100% rename from stable/deconz/15.5.1/questions.yaml rename to stable/deconz/15.7.1/questions.yaml diff --git a/stable/deemix/10.5.1/templates/common.yaml b/stable/deconz/15.7.1/templates/common.yaml similarity index 100% rename from stable/deemix/10.5.1/templates/common.yaml rename to stable/deconz/15.7.1/templates/common.yaml diff --git a/stable/digikam/11.5.1/values.yaml b/stable/deconz/15.7.1/values.yaml similarity index 100% rename from stable/digikam/11.5.1/values.yaml rename to stable/deconz/15.7.1/values.yaml diff --git a/stable/deemix/10.5.1/CHANGELOG.md b/stable/deemix/10.5.1/CHANGELOG.md deleted file mode 100644 index 90afef0a959..00000000000 --- a/stable/deemix/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deemix-10.5.1](https://github.com/truecharts/charts/compare/deemix-10.5.0...deemix-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [deemix-10.5.0](https://github.com/truecharts/charts/compare/deemix-10.4.1...deemix-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [deemix-10.4.1](https://github.com/truecharts/charts/compare/deemix-10.4.0...deemix-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [deemix-10.4.0](https://github.com/truecharts/charts/compare/deemix-10.3.0...deemix-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [deemix-10.3.0](https://github.com/truecharts/charts/compare/deemix-10.2.3...deemix-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [deemix-10.2.3](https://github.com/truecharts/charts/compare/deemix-10.2.2...deemix-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [deemix-10.2.2](https://github.com/truecharts/charts/compare/deemix-10.2.0...deemix-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [deemix-9.1.12](https://github.com/truecharts/charts/compare/deemix-9.1.11...deemix-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deemix-9.1.11](https://github.com/truecharts/charts/compare/deemix-9.1.10...deemix-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/deemix/10.5.1/Chart.yaml b/stable/deemix/10.5.1/Chart.yaml deleted file mode 100644 index c842ef0f01a..00000000000 --- a/stable/deemix/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/deemix/10.5.1/charts/common-20.0.8.tgz b/stable/deemix/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/deemix/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dillinger/9.5.2/.helmignore b/stable/deemix/10.7.1/.helmignore similarity index 100% rename from stable/dillinger/9.5.2/.helmignore rename to stable/deemix/10.7.1/.helmignore diff --git a/stable/deemix/10.7.1/CHANGELOG.md b/stable/deemix/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d49ba9ec78b --- /dev/null +++ b/stable/deemix/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deemix-10.7.1](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/deemix/10.7.1/Chart.yaml new file mode 100644 index 00000000000..9cf3b5698f0 --- /dev/null +++ b/stable/deemix/10.7.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: 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.2 + 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.1 diff --git a/stable/deemix/10.5.1/README.md b/stable/deemix/10.7.1/README.md similarity index 100% rename from stable/deemix/10.5.1/README.md rename to stable/deemix/10.7.1/README.md diff --git a/stable/deemix/10.7.1/app-changelog.md b/stable/deemix/10.7.1/app-changelog.md new file mode 100644 index 00000000000..9bda9333dc4 --- /dev/null +++ b/stable/deemix/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [deemix-10.7.1](https://github.com/truecharts/charts/compare/deemix-10.6.0...deemix-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/deemix/10.7.1/app-readme.md similarity index 100% rename from stable/deemix/10.5.1/app-readme.md rename to stable/deemix/10.7.1/app-readme.md diff --git a/stable/deemix/10.7.1/charts/common-20.2.2.tgz b/stable/deemix/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/deemix/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/deemix/10.5.1/ix_values.yaml b/stable/deemix/10.7.1/ix_values.yaml similarity index 100% rename from stable/deemix/10.5.1/ix_values.yaml rename to stable/deemix/10.7.1/ix_values.yaml diff --git a/stable/deemix/10.5.1/questions.yaml b/stable/deemix/10.7.1/questions.yaml similarity index 100% rename from stable/deemix/10.5.1/questions.yaml rename to stable/deemix/10.7.1/questions.yaml diff --git a/stable/dillinger/9.5.2/templates/NOTES.txt b/stable/deemix/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/dillinger/9.5.2/templates/NOTES.txt rename to stable/deemix/10.7.1/templates/NOTES.txt diff --git a/stable/deepstack/11.5.1/templates/common.yaml b/stable/deemix/10.7.1/templates/common.yaml similarity index 100% rename from stable/deepstack/11.5.1/templates/common.yaml rename to stable/deemix/10.7.1/templates/common.yaml diff --git a/stable/dillinger/9.5.2/values.yaml b/stable/deemix/10.7.1/values.yaml similarity index 100% rename from stable/dillinger/9.5.2/values.yaml rename to stable/deemix/10.7.1/values.yaml diff --git a/stable/deepstack/11.5.1/CHANGELOG.md b/stable/deepstack/11.5.1/CHANGELOG.md deleted file mode 100644 index 939895172f7..00000000000 --- a/stable/deepstack/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deepstack-11.5.1](https://github.com/truecharts/charts/compare/deepstack-11.5.0...deepstack-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [deepstack-11.5.0](https://github.com/truecharts/charts/compare/deepstack-11.4.1...deepstack-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [deepstack-11.4.1](https://github.com/truecharts/charts/compare/deepstack-11.4.0...deepstack-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [deepstack-11.4.0](https://github.com/truecharts/charts/compare/deepstack-11.3.0...deepstack-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [deepstack-11.3.0](https://github.com/truecharts/charts/compare/deepstack-11.2.3...deepstack-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [deepstack-11.2.3](https://github.com/truecharts/charts/compare/deepstack-11.2.2...deepstack-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [deepstack-11.2.2](https://github.com/truecharts/charts/compare/deepstack-11.2.0...deepstack-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [deepstack-10.1.12](https://github.com/truecharts/charts/compare/deepstack-10.1.11...deepstack-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deepstack-10.1.11](https://github.com/truecharts/charts/compare/deepstack-10.1.10...deepstack-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/deepstack/11.5.1/Chart.yaml b/stable/deepstack/11.5.1/Chart.yaml deleted file mode 100644 index e437c6d6926..00000000000 --- a/stable/deepstack/11.5.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: 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.0.8 - 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.5.1 diff --git a/stable/deepstack/11.5.1/charts/common-20.0.8.tgz b/stable/deepstack/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/deepstack/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/discordgsm/7.5.2/.helmignore b/stable/deepstack/11.7.1/.helmignore similarity index 100% rename from stable/discordgsm/7.5.2/.helmignore rename to stable/deepstack/11.7.1/.helmignore diff --git a/stable/deepstack/11.7.1/CHANGELOG.md b/stable/deepstack/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e9e85894cb --- /dev/null +++ b/stable/deepstack/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deepstack-11.7.1](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/deepstack/11.7.1/Chart.yaml new file mode 100644 index 00000000000..d15a53a397a --- /dev/null +++ b/stable/deepstack/11.7.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: 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.2 + 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.1 diff --git a/stable/deepstack/11.5.1/README.md b/stable/deepstack/11.7.1/README.md similarity index 100% rename from stable/deepstack/11.5.1/README.md rename to stable/deepstack/11.7.1/README.md diff --git a/stable/deepstack/11.7.1/app-changelog.md b/stable/deepstack/11.7.1/app-changelog.md new file mode 100644 index 00000000000..0314e2876d9 --- /dev/null +++ b/stable/deepstack/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [deepstack-11.7.1](https://github.com/truecharts/charts/compare/deepstack-11.6.0...deepstack-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/deepstack/11.7.1/app-readme.md similarity index 100% rename from stable/deepstack/11.5.1/app-readme.md rename to stable/deepstack/11.7.1/app-readme.md diff --git a/stable/deepstack/11.7.1/charts/common-20.2.2.tgz b/stable/deepstack/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/deepstack/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/deepstack/11.5.1/ix_values.yaml b/stable/deepstack/11.7.1/ix_values.yaml similarity index 100% rename from stable/deepstack/11.5.1/ix_values.yaml rename to stable/deepstack/11.7.1/ix_values.yaml diff --git a/stable/deepstack/11.5.1/questions.yaml b/stable/deepstack/11.7.1/questions.yaml similarity index 100% rename from stable/deepstack/11.5.1/questions.yaml rename to stable/deepstack/11.7.1/questions.yaml diff --git a/stable/discordgsm/7.5.2/templates/NOTES.txt b/stable/deepstack/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/discordgsm/7.5.2/templates/NOTES.txt rename to stable/deepstack/11.7.1/templates/NOTES.txt diff --git a/stable/dell-idrac-fan-controller/5.5.2/templates/common.yaml b/stable/deepstack/11.7.1/templates/common.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/templates/common.yaml rename to stable/deepstack/11.7.1/templates/common.yaml diff --git a/stable/discordgsm/7.5.2/values.yaml b/stable/deepstack/11.7.1/values.yaml similarity index 100% rename from stable/discordgsm/7.5.2/values.yaml rename to stable/deepstack/11.7.1/values.yaml diff --git a/stable/dell-idrac-fan-controller/5.5.2/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.5.2/CHANGELOG.md deleted file mode 100644 index d15e5aaa654..00000000000 --- a/stable/dell-idrac-fan-controller/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dell-idrac-fan-controller-5.5.2](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.5.1...dell-idrac-fan-controller-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [dell-idrac-fan-controller-5.5.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.5.0...dell-idrac-fan-controller-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dell-idrac-fan-controller-5.5.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.4.1...dell-idrac-fan-controller-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dell-idrac-fan-controller-5.4.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.4.0...dell-idrac-fan-controller-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dell-idrac-fan-controller-5.4.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.3.0...dell-idrac-fan-controller-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dell-idrac-fan-controller-5.3.0](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.3...dell-idrac-fan-controller-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dell-idrac-fan-controller-5.2.3](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.2...dell-idrac-fan-controller-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dell-idrac-fan-controller-5.2.2](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.2.0...dell-idrac-fan-controller-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [dell-idrac-fan-controller-4.1.15](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-4.1.14...dell-idrac-fan-controller-4.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/dell-idrac-fan-controller/5.5.2/Chart.yaml b/stable/dell-idrac-fan-controller/5.5.2/Chart.yaml deleted file mode 100644 index 2b762f4e535..00000000000 --- a/stable/dell-idrac-fan-controller/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/dell-idrac-fan-controller/5.5.2/charts/common-20.0.9.tgz b/stable/dell-idrac-fan-controller/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/dell-idrac-fan-controller/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/dell-idrac-fan-controller/5.5.2/ix_values.yaml b/stable/dell-idrac-fan-controller/5.5.2/ix_values.yaml deleted file mode 100644 index 299bc0df612..00000000000 --- a/stable/dell-idrac-fan-controller/5.5.2/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - repository: ghcr.io/tigerblue77/dell_idrac_fan_controller - pullPolicy: IfNotPresent - tag: latest@sha256:1b82a31214f0022bab0548132a4cf980f39cfd65ef121c580ed7734f92feaeee -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - IDRAC_HOST: "" - IDRAC_USERNAME: "" - IDRAC_PASSWORD: "" - FAN_SPEED: 5 - CPU_TEMPERATURE_THRESHOLD: 50 - CHECK_INTERVAL: 60 - DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false -portal: - open: - enabled: false diff --git a/stable/dispatch/5.5.1/.helmignore b/stable/dell-idrac-fan-controller/5.7.2/.helmignore similarity index 100% rename from stable/dispatch/5.5.1/.helmignore rename to stable/dell-idrac-fan-controller/5.7.2/.helmignore diff --git a/stable/dell-idrac-fan-controller/5.7.2/CHANGELOG.md b/stable/dell-idrac-fan-controller/5.7.2/CHANGELOG.md new file mode 100644 index 00000000000..6d361f80203 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dell-idrac-fan-controller-5.7.2](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/dell-idrac-fan-controller/5.7.2/Chart.yaml b/stable/dell-idrac-fan-controller/5.7.2/Chart.yaml new file mode 100644 index 00000000000..05e84ae6613 --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.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: 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.2 + 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.2 diff --git a/stable/dell-idrac-fan-controller/5.5.2/README.md b/stable/dell-idrac-fan-controller/5.7.2/README.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/README.md rename to stable/dell-idrac-fan-controller/5.7.2/README.md diff --git a/stable/dell-idrac-fan-controller/5.7.2/app-changelog.md b/stable/dell-idrac-fan-controller/5.7.2/app-changelog.md new file mode 100644 index 00000000000..dde0fd6f43d --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [dell-idrac-fan-controller-5.7.2](https://github.com/truecharts/charts/compare/dell-idrac-fan-controller-5.6.0...dell-idrac-fan-controller-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/dell-idrac-fan-controller/5.7.2/app-readme.md similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/app-readme.md rename to stable/dell-idrac-fan-controller/5.7.2/app-readme.md diff --git a/stable/dell-idrac-fan-controller/5.7.2/charts/common-20.2.2.tgz b/stable/dell-idrac-fan-controller/5.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dell-idrac-fan-controller/5.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/dell-idrac-fan-controller/5.7.2/ix_values.yaml b/stable/dell-idrac-fan-controller/5.7.2/ix_values.yaml new file mode 100644 index 00000000000..ca6bb2dbc7d --- /dev/null +++ b/stable/dell-idrac-fan-controller/5.7.2/ix_values.yaml @@ -0,0 +1,33 @@ +image: + repository: ghcr.io/tigerblue77/dell_idrac_fan_controller + pullPolicy: IfNotPresent + tag: latest@sha256:5184af88c6c03204611d40d4b1c6bc36202762592d16a97236bb4254951d23b0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + IDRAC_HOST: "" + IDRAC_USERNAME: "" + IDRAC_PASSWORD: "" + FAN_SPEED: 5 + CPU_TEMPERATURE_THRESHOLD: 50 + CHECK_INTERVAL: 60 + DISABLE_THIRD_PARTY_PCIE_CARD_DELL_DEFAULT_COOLING_RESPONSE: false +portal: + open: + enabled: false diff --git a/stable/dell-idrac-fan-controller/5.5.2/questions.yaml b/stable/dell-idrac-fan-controller/5.7.2/questions.yaml similarity index 100% rename from stable/dell-idrac-fan-controller/5.5.2/questions.yaml rename to stable/dell-idrac-fan-controller/5.7.2/questions.yaml diff --git a/stable/dizquetv/14.5.1/templates/NOTES.txt b/stable/dell-idrac-fan-controller/5.7.2/templates/NOTES.txt similarity index 100% rename from stable/dizquetv/14.5.1/templates/NOTES.txt rename to stable/dell-idrac-fan-controller/5.7.2/templates/NOTES.txt diff --git a/stable/deluge/18.5.1/templates/common.yaml b/stable/dell-idrac-fan-controller/5.7.2/templates/common.yaml similarity index 100% rename from stable/deluge/18.5.1/templates/common.yaml rename to stable/dell-idrac-fan-controller/5.7.2/templates/common.yaml diff --git a/stable/dispatch/5.5.1/values.yaml b/stable/dell-idrac-fan-controller/5.7.2/values.yaml similarity index 100% rename from stable/dispatch/5.5.1/values.yaml rename to stable/dell-idrac-fan-controller/5.7.2/values.yaml diff --git a/stable/deluge/18.5.1/CHANGELOG.md b/stable/deluge/18.5.1/CHANGELOG.md deleted file mode 100644 index b88d46e318e..00000000000 --- a/stable/deluge/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [deluge-18.5.1](https://github.com/truecharts/charts/compare/deluge-18.5.0...deluge-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [deluge-18.5.0](https://github.com/truecharts/charts/compare/deluge-18.4.1...deluge-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [deluge-18.4.1](https://github.com/truecharts/charts/compare/deluge-18.4.0...deluge-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [deluge-18.4.0](https://github.com/truecharts/charts/compare/deluge-18.3.0...deluge-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [deluge-18.3.0](https://github.com/truecharts/charts/compare/deluge-18.2.3...deluge-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [deluge-18.2.3](https://github.com/truecharts/charts/compare/deluge-18.2.2...deluge-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [deluge-18.2.2](https://github.com/truecharts/charts/compare/deluge-18.2.0...deluge-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [deluge-17.1.14](https://github.com/truecharts/charts/compare/deluge-17.1.13...deluge-17.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [deluge-17.1.13](https://github.com/truecharts/charts/compare/deluge-17.1.12...deluge-17.1.13) (2024-02-03) - - -## [deluge-17.1.12](https://github.com/truecharts/charts/compare/deluge-17.1.11...deluge-17.1.12) (2024-01-26) - -### Chore - diff --git a/stable/deluge/18.5.1/Chart.yaml b/stable/deluge/18.5.1/Chart.yaml deleted file mode 100644 index 0036f618b7d..00000000000 --- a/stable/deluge/18.5.1/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.0.8 - 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.5.1 diff --git a/stable/deluge/18.5.1/charts/common-20.0.8.tgz b/stable/deluge/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/deluge/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dizquetv/14.5.1/.helmignore b/stable/deluge/18.7.1/.helmignore similarity index 100% rename from stable/dizquetv/14.5.1/.helmignore rename to stable/deluge/18.7.1/.helmignore diff --git a/stable/deluge/18.7.1/CHANGELOG.md b/stable/deluge/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..72da52a1508 --- /dev/null +++ b/stable/deluge/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [deluge-18.7.1](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/deluge/18.7.1/Chart.yaml new file mode 100644 index 00000000000..14f47ec09bf --- /dev/null +++ b/stable/deluge/18.7.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: 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.2 + 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.1 diff --git a/stable/deluge/18.5.1/README.md b/stable/deluge/18.7.1/README.md similarity index 100% rename from stable/deluge/18.5.1/README.md rename to stable/deluge/18.7.1/README.md diff --git a/stable/deluge/18.7.1/app-changelog.md b/stable/deluge/18.7.1/app-changelog.md new file mode 100644 index 00000000000..bdc6b0eff0a --- /dev/null +++ b/stable/deluge/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [deluge-18.7.1](https://github.com/truecharts/charts/compare/deluge-18.6.0...deluge-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/deluge/18.7.1/app-readme.md similarity index 100% rename from stable/deluge/18.5.1/app-readme.md rename to stable/deluge/18.7.1/app-readme.md diff --git a/stable/deluge/18.7.1/charts/common-20.2.2.tgz b/stable/deluge/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/deluge/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/deluge/18.5.1/ix_values.yaml b/stable/deluge/18.7.1/ix_values.yaml similarity index 100% rename from stable/deluge/18.5.1/ix_values.yaml rename to stable/deluge/18.7.1/ix_values.yaml diff --git a/stable/deluge/18.5.1/questions.yaml b/stable/deluge/18.7.1/questions.yaml similarity index 100% rename from stable/deluge/18.5.1/questions.yaml rename to stable/deluge/18.7.1/questions.yaml diff --git a/stable/docker/5.6.0/templates/NOTES.txt b/stable/deluge/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/docker/5.6.0/templates/NOTES.txt rename to stable/deluge/18.7.1/templates/NOTES.txt diff --git a/stable/dillinger/9.5.2/templates/common.yaml b/stable/deluge/18.7.1/templates/common.yaml similarity index 100% rename from stable/dillinger/9.5.2/templates/common.yaml rename to stable/deluge/18.7.1/templates/common.yaml diff --git a/stable/dizquetv/14.5.1/values.yaml b/stable/deluge/18.7.1/values.yaml similarity index 100% rename from stable/dizquetv/14.5.1/values.yaml rename to stable/deluge/18.7.1/values.yaml diff --git a/stable/digikam/11.5.1/CHANGELOG.md b/stable/digikam/11.5.1/CHANGELOG.md deleted file mode 100644 index 2d640ffbab9..00000000000 --- a/stable/digikam/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [digikam-11.5.1](https://github.com/truecharts/charts/compare/digikam-11.5.0...digikam-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [digikam-11.5.0](https://github.com/truecharts/charts/compare/digikam-11.4.1...digikam-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [digikam-11.4.1](https://github.com/truecharts/charts/compare/digikam-11.4.0...digikam-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [digikam-11.4.0](https://github.com/truecharts/charts/compare/digikam-11.3.0...digikam-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [digikam-11.3.0](https://github.com/truecharts/charts/compare/digikam-11.2.3...digikam-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [digikam-11.2.3](https://github.com/truecharts/charts/compare/digikam-11.2.2...digikam-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [digikam-11.2.2](https://github.com/truecharts/charts/compare/digikam-11.2.0...digikam-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [digikam-10.1.12](https://github.com/truecharts/charts/compare/digikam-10.1.11...digikam-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [digikam-10.1.11](https://github.com/truecharts/charts/compare/digikam-10.1.10...digikam-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/digikam/11.5.1/Chart.yaml b/stable/digikam/11.5.1/Chart.yaml deleted file mode 100644 index 3e1cd7026be..00000000000 --- a/stable/digikam/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/digikam/11.5.1/charts/common-20.0.8.tgz b/stable/digikam/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/digikam/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dns-doh-companion/5.5.1/.helmignore b/stable/digikam/11.7.1/.helmignore similarity index 100% rename from stable/dns-doh-companion/5.5.1/.helmignore rename to stable/digikam/11.7.1/.helmignore diff --git a/stable/digikam/11.7.1/CHANGELOG.md b/stable/digikam/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..77ff4682c98 --- /dev/null +++ b/stable/digikam/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [digikam-11.7.1](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/digikam/11.7.1/Chart.yaml new file mode 100644 index 00000000000..5931ae6b89d --- /dev/null +++ b/stable/digikam/11.7.1/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.2 + 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.1 diff --git a/stable/digikam/11.5.1/README.md b/stable/digikam/11.7.1/README.md similarity index 100% rename from stable/digikam/11.5.1/README.md rename to stable/digikam/11.7.1/README.md diff --git a/stable/digikam/11.7.1/app-changelog.md b/stable/digikam/11.7.1/app-changelog.md new file mode 100644 index 00000000000..faf51d4ae73 --- /dev/null +++ b/stable/digikam/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [digikam-11.7.1](https://github.com/truecharts/charts/compare/digikam-11.6.0...digikam-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/digikam/11.7.1/app-readme.md similarity index 100% rename from stable/digikam/11.5.1/app-readme.md rename to stable/digikam/11.7.1/app-readme.md diff --git a/stable/digikam/11.7.1/charts/common-20.2.2.tgz b/stable/digikam/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/digikam/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/digikam/11.5.1/ix_values.yaml b/stable/digikam/11.7.1/ix_values.yaml similarity index 100% rename from stable/digikam/11.5.1/ix_values.yaml rename to stable/digikam/11.7.1/ix_values.yaml diff --git a/stable/digikam/11.5.1/questions.yaml b/stable/digikam/11.7.1/questions.yaml similarity index 100% rename from stable/digikam/11.5.1/questions.yaml rename to stable/digikam/11.7.1/questions.yaml diff --git a/stable/docusaurus/8.5.1/templates/NOTES.txt b/stable/digikam/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/docusaurus/8.5.1/templates/NOTES.txt rename to stable/digikam/11.7.1/templates/NOTES.txt diff --git a/stable/digikam/11.5.1/templates/common.yaml b/stable/digikam/11.7.1/templates/common.yaml similarity index 100% rename from stable/digikam/11.5.1/templates/common.yaml rename to stable/digikam/11.7.1/templates/common.yaml diff --git a/stable/dns-doh-companion/5.5.1/values.yaml b/stable/digikam/11.7.1/values.yaml similarity index 100% rename from stable/dns-doh-companion/5.5.1/values.yaml rename to stable/digikam/11.7.1/values.yaml diff --git a/stable/dillinger/9.5.2/CHANGELOG.md b/stable/dillinger/9.5.2/CHANGELOG.md deleted file mode 100644 index e0d67c7a314..00000000000 --- a/stable/dillinger/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dillinger-9.5.2](https://github.com/truecharts/charts/compare/dillinger-9.5.1...dillinger-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [dillinger-9.5.1](https://github.com/truecharts/charts/compare/dillinger-9.5.0...dillinger-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dillinger-9.5.0](https://github.com/truecharts/charts/compare/dillinger-9.4.1...dillinger-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dillinger-9.4.1](https://github.com/truecharts/charts/compare/dillinger-9.4.0...dillinger-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dillinger-9.4.0](https://github.com/truecharts/charts/compare/dillinger-9.3.0...dillinger-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dillinger-9.3.0](https://github.com/truecharts/charts/compare/dillinger-9.2.4...dillinger-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dillinger-9.2.4](https://github.com/truecharts/charts/compare/dillinger-9.2.3...dillinger-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dillinger-9.2.3](https://github.com/truecharts/charts/compare/dillinger-9.2.1...dillinger-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/dillinger/9.5.2/Chart.yaml b/stable/dillinger/9.5.2/Chart.yaml deleted file mode 100644 index 645dfe59497..00000000000 --- a/stable/dillinger/9.5.2/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.0.9 - 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.5.2 diff --git a/stable/dillinger/9.5.2/charts/common-20.0.9.tgz b/stable/dillinger/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/dillinger/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/dillinger/9.5.2/ix_values.yaml b/stable/dillinger/9.5.2/ix_values.yaml deleted file mode 100644 index 7f4a8d89abf..00000000000 --- a/stable/dillinger/9.5.2/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - repository: ghcr.io/linuxserver/dillinger - pullPolicy: IfNotPresent - tag: 3.39.1@sha256:a91b8bda22f6cb1efef40c5fe973da16004897faec965ea7a2a9adf0f9ab43a7 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - targetPort: 8080 - port: 10143 -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/docker-hub-rss/5.5.1/.helmignore b/stable/dillinger/9.7.1/.helmignore similarity index 100% rename from stable/docker-hub-rss/5.5.1/.helmignore rename to stable/dillinger/9.7.1/.helmignore diff --git a/stable/dillinger/9.7.1/CHANGELOG.md b/stable/dillinger/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ce619ee95d0 --- /dev/null +++ b/stable/dillinger/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dillinger-9.7.1](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/dillinger/9.7.1/Chart.yaml b/stable/dillinger/9.7.1/Chart.yaml new file mode 100644 index 00000000000..e0c1d028059 --- /dev/null +++ b/stable/dillinger/9.7.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: 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.2 + 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.1 diff --git a/stable/dillinger/9.5.2/README.md b/stable/dillinger/9.7.1/README.md similarity index 100% rename from stable/dillinger/9.5.2/README.md rename to stable/dillinger/9.7.1/README.md diff --git a/stable/dillinger/9.7.1/app-changelog.md b/stable/dillinger/9.7.1/app-changelog.md new file mode 100644 index 00000000000..e6d17fa22ad --- /dev/null +++ b/stable/dillinger/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [dillinger-9.7.1](https://github.com/truecharts/charts/compare/dillinger-9.6.0...dillinger-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/dillinger/9.7.1/app-readme.md similarity index 100% rename from stable/dillinger/9.5.2/app-readme.md rename to stable/dillinger/9.7.1/app-readme.md diff --git a/stable/dillinger/9.7.1/charts/common-20.2.2.tgz b/stable/dillinger/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dillinger/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dillinger/9.7.1/ix_values.yaml b/stable/dillinger/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..a0bc94fc642 --- /dev/null +++ b/stable/dillinger/9.7.1/ix_values.yaml @@ -0,0 +1,39 @@ +image: + repository: ghcr.io/linuxserver/dillinger + pullPolicy: IfNotPresent + tag: 3.39.1@sha256:953ad36e567edb9c4010b21dee3a36c82db1b9f2206ae46a718fc1be593495a0 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + targetPort: 8080 + port: 10143 +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/dillinger/9.5.2/questions.yaml b/stable/dillinger/9.7.1/questions.yaml similarity index 100% rename from stable/dillinger/9.5.2/questions.yaml rename to stable/dillinger/9.7.1/questions.yaml diff --git a/stable/dokuwiki/11.1.1/templates/NOTES.txt b/stable/dillinger/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/dokuwiki/11.1.1/templates/NOTES.txt rename to stable/dillinger/9.7.1/templates/NOTES.txt diff --git a/stable/dizquetv/14.5.1/templates/common.yaml b/stable/dillinger/9.7.1/templates/common.yaml similarity index 100% rename from stable/dizquetv/14.5.1/templates/common.yaml rename to stable/dillinger/9.7.1/templates/common.yaml diff --git a/stable/docker-hub-rss/5.5.1/values.yaml b/stable/dillinger/9.7.1/values.yaml similarity index 100% rename from stable/docker-hub-rss/5.5.1/values.yaml rename to stable/dillinger/9.7.1/values.yaml diff --git a/stable/discordgsm/7.5.2/CHANGELOG.md b/stable/discordgsm/7.5.2/CHANGELOG.md deleted file mode 100644 index 0edf0a61be4..00000000000 --- a/stable/discordgsm/7.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [discordgsm-7.5.2](https://github.com/truecharts/charts/compare/discordgsm-7.5.1...discordgsm-7.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [discordgsm-7.5.1](https://github.com/truecharts/charts/compare/discordgsm-7.5.0...discordgsm-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [discordgsm-7.5.0](https://github.com/truecharts/charts/compare/discordgsm-7.4.1...discordgsm-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [discordgsm-7.4.1](https://github.com/truecharts/charts/compare/discordgsm-7.4.0...discordgsm-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [discordgsm-7.4.0](https://github.com/truecharts/charts/compare/discordgsm-7.3.0...discordgsm-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [discordgsm-7.3.0](https://github.com/truecharts/charts/compare/discordgsm-7.2.3...discordgsm-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [discordgsm-7.2.3](https://github.com/truecharts/charts/compare/discordgsm-7.2.2...discordgsm-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [discordgsm-7.2.2](https://github.com/truecharts/charts/compare/discordgsm-7.2.0...discordgsm-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [discordgsm-6.2.0](https://github.com/truecharts/charts/compare/discordgsm-6.1.12...discordgsm-6.2.0) (2024-02-12) - -### Chore - - - -- update container image discordgsm/discord-game-server-monitor to v2.16.2[@f80bd8e](https://github.com/f80bd8e) by renovate ([#18176](https://github.com/truecharts/charts/issues/18176)) diff --git a/stable/discordgsm/7.5.2/Chart.yaml b/stable/discordgsm/7.5.2/Chart.yaml deleted file mode 100644 index c29286d62a5..00000000000 --- a/stable/discordgsm/7.5.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: monitor - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.16.2 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/discordgsm/7.5.2/charts/common-20.0.9.tgz b/stable/discordgsm/7.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/discordgsm/7.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/discordgsm/7.5.2/ix_values.yaml b/stable/discordgsm/7.5.2/ix_values.yaml deleted file mode 100644 index 5d7fb20f26d..00000000000 --- a/stable/discordgsm/7.5.2/ix_values.yaml +++ /dev/null @@ -1,72 +0,0 @@ -image: - repository: discordgsm/discord-game-server-monitor - pullPolicy: IfNotPresent - tag: 2.16.2@sha256:f80bd8e3288abc8aebcf9da6e510be8ad8197f9a7108b6163dd98ae10d7532a6 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10230 - protocol: http -gsm: - # Server Config - workers: 2 - timeout: 90 - # Bot Config - app_token: "" - whitelist_guilds: [] - app_activity_type: 3 - app_activity_name: "" - app_presence_advertise: false - task_query_server: 60 - command_query_public: false - command_query_cooldown: 5 - web_api_enable: false - postgres_ssl_mode: disable - # factorio - factorio_username: "" - factorio_auth_token: "" -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - readiness: - type: http - startup: - type: http - envFrom: - - secretRef: - name: "gsm-secret" - command: - - /bin/sh - - -c - - | - gunicorn \ - --bind 0.0.0.0:{{ .Values.service.main.ports.main.port }} \ - --workers={{ .Values.gsm.workers }} \ - --worker-class=gthread app:app \ - --timeout {{ .Values.gsm.timeout }} & \ - python -u main.py - env: {} -persistence: - config: - enabled: true - mountPath: /app/data -cnpg: - main: - enabled: true - database: discord_gsm - user: discord_gsm -portal: - open: - enabled: true diff --git a/stable/docker/5.6.0/.helmignore b/stable/discordgsm/7.8.1/.helmignore similarity index 100% rename from stable/docker/5.6.0/.helmignore rename to stable/discordgsm/7.8.1/.helmignore diff --git a/stable/discordgsm/7.8.1/CHANGELOG.md b/stable/discordgsm/7.8.1/CHANGELOG.md new file mode 100644 index 00000000000..3daf2734f31 --- /dev/null +++ b/stable/discordgsm/7.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [discordgsm-7.8.1](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/discordgsm/7.8.1/Chart.yaml b/stable/discordgsm/7.8.1/Chart.yaml new file mode 100644 index 00000000000..79d0f195932 --- /dev/null +++ b/stable/discordgsm/7.8.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: 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.2 + 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.1 diff --git a/stable/discordgsm/7.5.2/README.md b/stable/discordgsm/7.8.1/README.md similarity index 100% rename from stable/discordgsm/7.5.2/README.md rename to stable/discordgsm/7.8.1/README.md diff --git a/stable/discordgsm/7.8.1/app-changelog.md b/stable/discordgsm/7.8.1/app-changelog.md new file mode 100644 index 00000000000..51d8f22bdfa --- /dev/null +++ b/stable/discordgsm/7.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [discordgsm-7.8.1](https://github.com/truecharts/charts/compare/discordgsm-7.6.0...discordgsm-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/discordgsm/7.8.1/app-readme.md similarity index 100% rename from stable/discordgsm/7.5.2/app-readme.md rename to stable/discordgsm/7.8.1/app-readme.md diff --git a/stable/discordgsm/7.8.1/charts/common-20.2.2.tgz b/stable/discordgsm/7.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/discordgsm/7.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/discordgsm/7.8.1/ix_values.yaml b/stable/discordgsm/7.8.1/ix_values.yaml new file mode 100644 index 00000000000..a69dd8ba6ae --- /dev/null +++ b/stable/discordgsm/7.8.1/ix_values.yaml @@ -0,0 +1,72 @@ +image: + repository: discordgsm/discord-game-server-monitor + pullPolicy: IfNotPresent + tag: 2.17.0@sha256:9363802762aedc82aef8843dee025b5dc613eaa8013aac679c5d92b7ef1aeec0 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10230 + protocol: http +gsm: + # Server Config + workers: 2 + timeout: 90 + # Bot Config + app_token: "" + whitelist_guilds: [] + app_activity_type: 3 + app_activity_name: "" + app_presence_advertise: false + task_query_server: 60 + command_query_public: false + command_query_cooldown: 5 + web_api_enable: false + postgres_ssl_mode: disable + # factorio + factorio_username: "" + factorio_auth_token: "" +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + readiness: + type: http + startup: + type: http + envFrom: + - secretRef: + name: "gsm-secret" + command: + - /bin/sh + - -c + - | + gunicorn \ + --bind 0.0.0.0:{{ .Values.service.main.ports.main.port }} \ + --workers={{ .Values.gsm.workers }} \ + --worker-class=gthread app:app \ + --timeout {{ .Values.gsm.timeout }} & \ + python -u main.py + env: {} +persistence: + config: + enabled: true + mountPath: /app/data +cnpg: + main: + enabled: true + database: discord_gsm + user: discord_gsm +portal: + open: + enabled: true diff --git a/stable/discordgsm/7.5.2/questions.yaml b/stable/discordgsm/7.8.1/questions.yaml similarity index 100% rename from stable/discordgsm/7.5.2/questions.yaml rename to stable/discordgsm/7.8.1/questions.yaml diff --git a/stable/domoticz/10.5.1/templates/NOTES.txt b/stable/discordgsm/7.8.1/templates/NOTES.txt similarity index 100% rename from stable/domoticz/10.5.1/templates/NOTES.txt rename to stable/discordgsm/7.8.1/templates/NOTES.txt diff --git a/stable/discordgsm/7.5.2/templates/_secret.tpl b/stable/discordgsm/7.8.1/templates/_secret.tpl similarity index 100% rename from stable/discordgsm/7.5.2/templates/_secret.tpl rename to stable/discordgsm/7.8.1/templates/_secret.tpl diff --git a/stable/discordgsm/7.5.2/templates/common.yaml b/stable/discordgsm/7.8.1/templates/common.yaml similarity index 100% rename from stable/discordgsm/7.5.2/templates/common.yaml rename to stable/discordgsm/7.8.1/templates/common.yaml diff --git a/stable/docker/5.6.0/values.yaml b/stable/discordgsm/7.8.1/values.yaml similarity index 100% rename from stable/docker/5.6.0/values.yaml rename to stable/discordgsm/7.8.1/values.yaml diff --git a/stable/dispatch/5.5.1/CHANGELOG.md b/stable/dispatch/5.5.1/CHANGELOG.md deleted file mode 100644 index 52743e9d905..00000000000 --- a/stable/dispatch/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dispatch-5.5.1](https://github.com/truecharts/charts/compare/dispatch-5.5.0...dispatch-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dispatch-5.5.0](https://github.com/truecharts/charts/compare/dispatch-5.4.1...dispatch-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dispatch-5.4.1](https://github.com/truecharts/charts/compare/dispatch-5.4.0...dispatch-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dispatch-5.4.0](https://github.com/truecharts/charts/compare/dispatch-5.3.0...dispatch-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dispatch-5.3.0](https://github.com/truecharts/charts/compare/dispatch-5.2.3...dispatch-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dispatch-5.2.3](https://github.com/truecharts/charts/compare/dispatch-5.2.2...dispatch-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dispatch-5.2.2](https://github.com/truecharts/charts/compare/dispatch-5.2.0...dispatch-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dispatch-4.1.12](https://github.com/truecharts/charts/compare/dispatch-4.1.11...dispatch-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dispatch-4.1.11](https://github.com/truecharts/charts/compare/dispatch-4.1.10...dispatch-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dispatch/5.5.1/Chart.yaml b/stable/dispatch/5.5.1/Chart.yaml deleted file mode 100644 index 326f95bf369..00000000000 --- a/stable/dispatch/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dispatch/5.5.1/charts/common-20.0.8.tgz b/stable/dispatch/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dispatch/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.6.0/.helmignore b/stable/dispatch/5.7.1/.helmignore similarity index 100% rename from stable/dockerregistry/5.6.0/.helmignore rename to stable/dispatch/5.7.1/.helmignore diff --git a/stable/dispatch/5.7.1/CHANGELOG.md b/stable/dispatch/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b22c2009af7 --- /dev/null +++ b/stable/dispatch/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dispatch-5.7.1](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dispatch/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c4d07ade00d --- /dev/null +++ b/stable/dispatch/5.7.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: 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.2 + 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.1 diff --git a/stable/dispatch/5.5.1/README.md b/stable/dispatch/5.7.1/README.md similarity index 100% rename from stable/dispatch/5.5.1/README.md rename to stable/dispatch/5.7.1/README.md diff --git a/stable/dispatch/5.7.1/app-changelog.md b/stable/dispatch/5.7.1/app-changelog.md new file mode 100644 index 00000000000..31b4a5a0f8f --- /dev/null +++ b/stable/dispatch/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dispatch-5.7.1](https://github.com/truecharts/charts/compare/dispatch-5.6.0...dispatch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dispatch/5.7.1/app-readme.md similarity index 100% rename from stable/dispatch/5.5.1/app-readme.md rename to stable/dispatch/5.7.1/app-readme.md diff --git a/stable/dispatch/5.7.1/charts/common-20.2.2.tgz b/stable/dispatch/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dispatch/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dispatch/5.5.1/ix_values.yaml b/stable/dispatch/5.7.1/ix_values.yaml similarity index 100% rename from stable/dispatch/5.5.1/ix_values.yaml rename to stable/dispatch/5.7.1/ix_values.yaml diff --git a/stable/dispatch/5.5.1/questions.yaml b/stable/dispatch/5.7.1/questions.yaml similarity index 100% rename from stable/dispatch/5.5.1/questions.yaml rename to stable/dispatch/5.7.1/questions.yaml diff --git a/stable/dispatch/5.5.1/templates/common.yaml b/stable/dispatch/5.7.1/templates/common.yaml similarity index 100% rename from stable/dispatch/5.5.1/templates/common.yaml rename to stable/dispatch/5.7.1/templates/common.yaml diff --git a/stable/dockerregistry/5.6.0/values.yaml b/stable/dispatch/5.7.1/values.yaml similarity index 100% rename from stable/dockerregistry/5.6.0/values.yaml rename to stable/dispatch/5.7.1/values.yaml diff --git a/stable/dizquetv/14.5.1/CHANGELOG.md b/stable/dizquetv/14.5.1/CHANGELOG.md deleted file mode 100644 index 6c4cf5df5bb..00000000000 --- a/stable/dizquetv/14.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dizquetv-14.5.1](https://github.com/truecharts/charts/compare/dizquetv-14.5.0...dizquetv-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dizquetv-14.5.0](https://github.com/truecharts/charts/compare/dizquetv-14.4.1...dizquetv-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dizquetv-14.4.1](https://github.com/truecharts/charts/compare/dizquetv-14.4.0...dizquetv-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dizquetv-14.4.0](https://github.com/truecharts/charts/compare/dizquetv-14.3.0...dizquetv-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dizquetv-14.3.0](https://github.com/truecharts/charts/compare/dizquetv-14.2.3...dizquetv-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dizquetv-14.2.3](https://github.com/truecharts/charts/compare/dizquetv-14.2.2...dizquetv-14.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dizquetv-14.2.2](https://github.com/truecharts/charts/compare/dizquetv-14.2.0...dizquetv-14.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dizquetv-13.1.12](https://github.com/truecharts/charts/compare/dizquetv-13.1.11...dizquetv-13.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dizquetv-13.1.11](https://github.com/truecharts/charts/compare/dizquetv-13.1.10...dizquetv-13.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dizquetv/14.5.1/Chart.yaml b/stable/dizquetv/14.5.1/Chart.yaml deleted file mode 100644 index 030110830ab..00000000000 --- a/stable/dizquetv/14.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dizquetv/14.5.1/charts/common-20.0.8.tgz b/stable/dizquetv/14.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dizquetv/14.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/docusaurus/8.5.1/.helmignore b/stable/dizquetv/14.7.1/.helmignore similarity index 100% rename from stable/docusaurus/8.5.1/.helmignore rename to stable/dizquetv/14.7.1/.helmignore diff --git a/stable/dizquetv/14.7.1/CHANGELOG.md b/stable/dizquetv/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f2fb09f7612 --- /dev/null +++ b/stable/dizquetv/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dizquetv-14.7.1](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dizquetv/14.7.1/Chart.yaml new file mode 100644 index 00000000000..98a762bf16e --- /dev/null +++ b/stable/dizquetv/14.7.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.5.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/dizquetv/14.5.1/README.md b/stable/dizquetv/14.7.1/README.md similarity index 100% rename from stable/dizquetv/14.5.1/README.md rename to stable/dizquetv/14.7.1/README.md diff --git a/stable/dizquetv/14.7.1/app-changelog.md b/stable/dizquetv/14.7.1/app-changelog.md new file mode 100644 index 00000000000..d585eb977e9 --- /dev/null +++ b/stable/dizquetv/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dizquetv-14.7.1](https://github.com/truecharts/charts/compare/dizquetv-14.6.0...dizquetv-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dizquetv/14.7.1/app-readme.md similarity index 100% rename from stable/dizquetv/14.5.1/app-readme.md rename to stable/dizquetv/14.7.1/app-readme.md diff --git a/stable/dizquetv/14.7.1/charts/common-20.2.2.tgz b/stable/dizquetv/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dizquetv/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dizquetv/14.5.1/ix_values.yaml b/stable/dizquetv/14.7.1/ix_values.yaml similarity index 100% rename from stable/dizquetv/14.5.1/ix_values.yaml rename to stable/dizquetv/14.7.1/ix_values.yaml diff --git a/stable/dizquetv/14.5.1/questions.yaml b/stable/dizquetv/14.7.1/questions.yaml similarity index 100% rename from stable/dizquetv/14.5.1/questions.yaml rename to stable/dizquetv/14.7.1/questions.yaml diff --git a/stable/doplarr/9.5.1/templates/NOTES.txt b/stable/dizquetv/14.7.1/templates/NOTES.txt similarity index 100% rename from stable/doplarr/9.5.1/templates/NOTES.txt rename to stable/dizquetv/14.7.1/templates/NOTES.txt diff --git a/stable/docker/5.6.0/templates/common.yaml b/stable/dizquetv/14.7.1/templates/common.yaml similarity index 100% rename from stable/docker/5.6.0/templates/common.yaml rename to stable/dizquetv/14.7.1/templates/common.yaml diff --git a/stable/docusaurus/8.5.1/values.yaml b/stable/dizquetv/14.7.1/values.yaml similarity index 100% rename from stable/docusaurus/8.5.1/values.yaml rename to stable/dizquetv/14.7.1/values.yaml diff --git a/stable/dns-doh-companion/5.5.1/CHANGELOG.md b/stable/dns-doh-companion/5.5.1/CHANGELOG.md deleted file mode 100644 index 027a6e02b7e..00000000000 --- a/stable/dns-doh-companion/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dns-doh-companion-5.5.1](https://github.com/truecharts/charts/compare/dns-doh-companion-5.5.0...dns-doh-companion-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dns-doh-companion-5.5.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.4.1...dns-doh-companion-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dns-doh-companion-5.4.1](https://github.com/truecharts/charts/compare/dns-doh-companion-5.4.0...dns-doh-companion-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dns-doh-companion-5.4.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.3.0...dns-doh-companion-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dns-doh-companion-5.3.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.3...dns-doh-companion-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dns-doh-companion-5.2.3](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.2...dns-doh-companion-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dns-doh-companion-5.2.2](https://github.com/truecharts/charts/compare/dns-doh-companion-5.2.0...dns-doh-companion-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [dns-doh-companion-4.1.17](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.16...dns-doh-companion-4.1.17) (2024-02-12) - -### Chore - - - -- update container image testdasi/simple-dns-doh to latest[@d599a7e](https://github.com/d599a7e) by renovate ([#18110](https://github.com/truecharts/charts/issues/18110)) - - -## [dns-doh-companion-4.1.16](https://github.com/truecharts/charts/compare/dns-doh-companion-4.1.15...dns-doh-companion-4.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/dns-doh-companion/5.5.1/Chart.yaml b/stable/dns-doh-companion/5.5.1/Chart.yaml deleted file mode 100644 index 25c14ab2544..00000000000 --- a/stable/dns-doh-companion/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dns-doh-companion/5.5.1/charts/common-20.0.8.tgz b/stable/dns-doh-companion/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dns-doh-companion/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dokuwiki/11.1.1/.helmignore b/stable/dns-doh-companion/5.7.1/.helmignore similarity index 100% rename from stable/dokuwiki/11.1.1/.helmignore rename to stable/dns-doh-companion/5.7.1/.helmignore diff --git a/stable/dns-doh-companion/5.7.1/CHANGELOG.md b/stable/dns-doh-companion/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..acad99b3593 --- /dev/null +++ b/stable/dns-doh-companion/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dns-doh-companion-5.7.1](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dns-doh-companion/5.7.1/Chart.yaml new file mode 100644 index 00000000000..babd3a82294 --- /dev/null +++ b/stable/dns-doh-companion/5.7.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: 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.2 + 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.1 diff --git a/stable/dns-doh-companion/5.5.1/README.md b/stable/dns-doh-companion/5.7.1/README.md similarity index 100% rename from stable/dns-doh-companion/5.5.1/README.md rename to stable/dns-doh-companion/5.7.1/README.md diff --git a/stable/dns-doh-companion/5.7.1/app-changelog.md b/stable/dns-doh-companion/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9ce1083bffb --- /dev/null +++ b/stable/dns-doh-companion/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dns-doh-companion-5.7.1](https://github.com/truecharts/charts/compare/dns-doh-companion-5.6.0...dns-doh-companion-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dns-doh-companion/5.7.1/app-readme.md similarity index 100% rename from stable/dns-doh-companion/5.5.1/app-readme.md rename to stable/dns-doh-companion/5.7.1/app-readme.md diff --git a/stable/dns-doh-companion/5.7.1/charts/common-20.2.2.tgz b/stable/dns-doh-companion/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dns-doh-companion/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dns-doh-companion/5.5.1/ix_values.yaml b/stable/dns-doh-companion/5.7.1/ix_values.yaml similarity index 100% rename from stable/dns-doh-companion/5.5.1/ix_values.yaml rename to stable/dns-doh-companion/5.7.1/ix_values.yaml diff --git a/stable/dns-doh-companion/5.5.1/questions.yaml b/stable/dns-doh-companion/5.7.1/questions.yaml similarity index 100% rename from stable/dns-doh-companion/5.5.1/questions.yaml rename to stable/dns-doh-companion/5.7.1/questions.yaml diff --git a/stable/dns-doh-companion/5.5.1/templates/common.yaml b/stable/dns-doh-companion/5.7.1/templates/common.yaml similarity index 100% rename from stable/dns-doh-companion/5.5.1/templates/common.yaml rename to stable/dns-doh-companion/5.7.1/templates/common.yaml diff --git a/stable/dokuwiki/11.1.1/values.yaml b/stable/dns-doh-companion/5.7.1/values.yaml similarity index 100% rename from stable/dokuwiki/11.1.1/values.yaml rename to stable/dns-doh-companion/5.7.1/values.yaml diff --git a/stable/docker-hub-rss/5.5.1/CHANGELOG.md b/stable/docker-hub-rss/5.5.1/CHANGELOG.md deleted file mode 100644 index 7d942d80902..00000000000 --- a/stable/docker-hub-rss/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docker-hub-rss-5.5.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.5.0...docker-hub-rss-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [docker-hub-rss-5.5.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.4.1...docker-hub-rss-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [docker-hub-rss-5.4.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.4.0...docker-hub-rss-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [docker-hub-rss-5.4.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.3.0...docker-hub-rss-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [docker-hub-rss-5.3.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.3...docker-hub-rss-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [docker-hub-rss-5.2.3](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.2...docker-hub-rss-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [docker-hub-rss-5.2.2](https://github.com/truecharts/charts/compare/docker-hub-rss-5.2.0...docker-hub-rss-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [docker-hub-rss-4.1.12](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.11...docker-hub-rss-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docker-hub-rss-4.1.11](https://github.com/truecharts/charts/compare/docker-hub-rss-4.1.10...docker-hub-rss-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/docker-hub-rss/5.5.1/Chart.yaml b/stable/docker-hub-rss/5.5.1/Chart.yaml deleted file mode 100644 index 092a4bfbe0a..00000000000 --- a/stable/docker-hub-rss/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/docker-hub-rss/5.5.1/charts/common-20.0.8.tgz b/stable/docker-hub-rss/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/docker-hub-rss/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/domoticz/10.5.1/.helmignore b/stable/docker-hub-rss/5.7.1/.helmignore similarity index 100% rename from stable/domoticz/10.5.1/.helmignore rename to stable/docker-hub-rss/5.7.1/.helmignore diff --git a/stable/docker-hub-rss/5.7.1/CHANGELOG.md b/stable/docker-hub-rss/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..57ee6cd8635 --- /dev/null +++ b/stable/docker-hub-rss/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-hub-rss-5.7.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/docker-hub-rss/5.7.1/Chart.yaml new file mode 100644 index 00000000000..37eb72f5178 --- /dev/null +++ b/stable/docker-hub-rss/5.7.1/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.2 + 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.1 diff --git a/stable/docker-hub-rss/5.5.1/README.md b/stable/docker-hub-rss/5.7.1/README.md similarity index 100% rename from stable/docker-hub-rss/5.5.1/README.md rename to stable/docker-hub-rss/5.7.1/README.md diff --git a/stable/docker-hub-rss/5.7.1/app-changelog.md b/stable/docker-hub-rss/5.7.1/app-changelog.md new file mode 100644 index 00000000000..316522e99bd --- /dev/null +++ b/stable/docker-hub-rss/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [docker-hub-rss-5.7.1](https://github.com/truecharts/charts/compare/docker-hub-rss-5.6.0...docker-hub-rss-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/docker-hub-rss/5.7.1/app-readme.md similarity index 100% rename from stable/docker-hub-rss/5.5.1/app-readme.md rename to stable/docker-hub-rss/5.7.1/app-readme.md diff --git a/stable/docker-hub-rss/5.7.1/charts/common-20.2.2.tgz b/stable/docker-hub-rss/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/docker-hub-rss/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/docker-hub-rss/5.5.1/ix_values.yaml b/stable/docker-hub-rss/5.7.1/ix_values.yaml similarity index 100% rename from stable/docker-hub-rss/5.5.1/ix_values.yaml rename to stable/docker-hub-rss/5.7.1/ix_values.yaml diff --git a/stable/docker-hub-rss/5.5.1/questions.yaml b/stable/docker-hub-rss/5.7.1/questions.yaml similarity index 100% rename from stable/docker-hub-rss/5.5.1/questions.yaml rename to stable/docker-hub-rss/5.7.1/questions.yaml diff --git a/stable/docker-hub-rss/5.5.1/templates/common.yaml b/stable/docker-hub-rss/5.7.1/templates/common.yaml similarity index 100% rename from stable/docker-hub-rss/5.5.1/templates/common.yaml rename to stable/docker-hub-rss/5.7.1/templates/common.yaml diff --git a/stable/domoticz/10.5.1/values.yaml b/stable/docker-hub-rss/5.7.1/values.yaml similarity index 100% rename from stable/domoticz/10.5.1/values.yaml rename to stable/docker-hub-rss/5.7.1/values.yaml diff --git a/stable/docker/5.6.0/CHANGELOG.md b/stable/docker/5.6.0/CHANGELOG.md deleted file mode 100644 index 51bf741b0ff..00000000000 --- a/stable/docker/5.6.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docker-5.6.0](https://github.com/truecharts/charts/compare/docker-5.5.2...docker-5.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [docker-5.5.2](https://github.com/truecharts/charts/compare/docker-5.5.1...docker-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [docker-5.5.1](https://github.com/truecharts/charts/compare/docker-5.5.0...docker-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [docker-5.5.0](https://github.com/truecharts/charts/compare/docker-5.4.2...docker-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [docker-5.4.2](https://github.com/truecharts/charts/compare/docker-5.4.1...docker-5.4.2) (2024-03-11) - -### Chore - - - -- update container image docker to v25.0.4[@0b0e8ca](https://github.com/0b0e8ca) by renovate ([#19058](https://github.com/truecharts/charts/issues/19058)) - - -## [docker-5.4.1](https://github.com/truecharts/charts/compare/docker-5.4.0...docker-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [docker-5.4.0](https://github.com/truecharts/charts/compare/docker-5.3.0...docker-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [docker-5.3.0](https://github.com/truecharts/charts/compare/docker-5.2.4...docker-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [docker-5.2.4](https://github.com/truecharts/charts/compare/docker-5.2.3...docker-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [docker-5.2.3](https://github.com/truecharts/charts/compare/docker-5.2.1...docker-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/docker/5.6.0/Chart.yaml b/stable/docker/5.6.0/Chart.yaml deleted file mode 100644 index eae6fa1328a..00000000000 --- a/stable/docker/5.6.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: docker - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 25.0.4 -dependencies: - - name: common - version: 20.1.5 - 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: 5.6.0 diff --git a/stable/docker/5.6.0/charts/common-20.1.5.tgz b/stable/docker/5.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/docker/5.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/docker/5.6.0/ix_values.yaml b/stable/docker/5.6.0/ix_values.yaml deleted file mode 100644 index bdecb02a557..00000000000 --- a/stable/docker/5.6.0/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: docker - pullPolicy: IfNotPresent - tag: 25.0.4-dind@sha256:0b0e8cab617d83dd041d950827dc67e18db5a0c3786d660bab002120b09a6d91 -hostNetwork: true -securityContext: - container: - privileged: true - readOnlyRootFilesystem: false - allowPrivilegeEscalation: true - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - fsGroup: 0 -service: - main: - enabled: true - type: ClusterIP - ports: - main: - port: 2376 - type: https -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - initialDelaySeconds: 30 - type: tcp - readiness: - initialDelaySeconds: 30 - type: tcp - startup: - initialDelaySeconds: 30 - type: tcp - env: - DOCKER_TLS_CERTDIR: /certs - type: StatefulSet - replicas: 1 - strategy: RollingUpdate -persistence: - docker-certs-ca: - enabled: true - mountPath: /config -volumeClaimTemplates: - docker-certs-client: - enabled: true - mountPath: /certs/client - docker: - enabled: true - mountPath: /var/lib/docker -portal: - open: - enabled: false diff --git a/stable/dontstarvetogether/5.5.1/.helmignore b/stable/docker/5.7.2/.helmignore similarity index 100% rename from stable/dontstarvetogether/5.5.1/.helmignore rename to stable/docker/5.7.2/.helmignore diff --git a/stable/docker/5.7.2/CHANGELOG.md b/stable/docker/5.7.2/CHANGELOG.md new file mode 100644 index 00000000000..53e579dda9c --- /dev/null +++ b/stable/docker/5.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docker-5.7.2](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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-5.7.1](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.1) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/docker/5.7.2/Chart.yaml b/stable/docker/5.7.2/Chart.yaml new file mode 100644 index 00000000000..a055f90e529 --- /dev/null +++ b/stable/docker/5.7.2/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: 25.0.4 +dependencies: + - name: common + version: 20.2.2 + 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: 5.7.2 diff --git a/stable/docker/5.6.0/README.md b/stable/docker/5.7.2/README.md similarity index 100% rename from stable/docker/5.6.0/README.md rename to stable/docker/5.7.2/README.md diff --git a/stable/docker/5.7.2/app-changelog.md b/stable/docker/5.7.2/app-changelog.md new file mode 100644 index 00000000000..8e2892bab4a --- /dev/null +++ b/stable/docker/5.7.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [docker-5.7.2](https://github.com/truecharts/charts/compare/docker-5.6.0...docker-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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/5.6.0/app-readme.md b/stable/docker/5.7.2/app-readme.md similarity index 100% rename from stable/docker/5.6.0/app-readme.md rename to stable/docker/5.7.2/app-readme.md diff --git a/stable/docker/5.7.2/charts/common-20.2.2.tgz b/stable/docker/5.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/docker/5.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/docker/5.7.2/ix_values.yaml b/stable/docker/5.7.2/ix_values.yaml new file mode 100644 index 00000000000..2388cbeef85 --- /dev/null +++ b/stable/docker/5.7.2/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: docker + pullPolicy: IfNotPresent + tag: 25.0.4-dind@sha256:19a2619f1285f127e20923578299cf42407c347872409fff6f8b90b386d5130f +hostNetwork: true +securityContext: + container: + privileged: true + readOnlyRootFilesystem: false + allowPrivilegeEscalation: true + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + fsGroup: 0 +service: + main: + enabled: true + type: ClusterIP + ports: + main: + port: 2376 + type: https +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + initialDelaySeconds: 30 + type: tcp + readiness: + initialDelaySeconds: 30 + type: tcp + startup: + initialDelaySeconds: 30 + type: tcp + env: + DOCKER_TLS_CERTDIR: /certs + type: StatefulSet + replicas: 1 + strategy: RollingUpdate +persistence: + docker-certs-ca: + enabled: true + mountPath: /config +volumeClaimTemplates: + docker-certs-client: + enabled: true + mountPath: /certs/client + docker: + enabled: true + mountPath: /var/lib/docker +portal: + open: + enabled: false diff --git a/stable/docker/5.6.0/questions.yaml b/stable/docker/5.7.2/questions.yaml similarity index 100% rename from stable/docker/5.6.0/questions.yaml rename to stable/docker/5.7.2/questions.yaml diff --git a/stable/double-take/10.5.1/templates/NOTES.txt b/stable/docker/5.7.2/templates/NOTES.txt similarity index 100% rename from stable/double-take/10.5.1/templates/NOTES.txt rename to stable/docker/5.7.2/templates/NOTES.txt diff --git a/stable/docusaurus/8.5.1/templates/common.yaml b/stable/docker/5.7.2/templates/common.yaml similarity index 100% rename from stable/docusaurus/8.5.1/templates/common.yaml rename to stable/docker/5.7.2/templates/common.yaml diff --git a/stable/dontstarvetogether/5.5.1/values.yaml b/stable/docker/5.7.2/values.yaml similarity index 100% rename from stable/dontstarvetogether/5.5.1/values.yaml rename to stable/docker/5.7.2/values.yaml diff --git a/stable/dockerregistry/5.6.0/CHANGELOG.md b/stable/dockerregistry/5.6.0/CHANGELOG.md deleted file mode 100644 index 74ce10f53fb..00000000000 --- a/stable/dockerregistry/5.6.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dockerregistry-5.6.0](https://github.com/truecharts/charts/compare/dockerregistry-5.5.2...dockerregistry-5.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [dockerregistry-5.5.2](https://github.com/truecharts/charts/compare/dockerregistry-5.5.1...dockerregistry-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [dockerregistry-5.5.1](https://github.com/truecharts/charts/compare/dockerregistry-5.5.0...dockerregistry-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dockerregistry-5.5.0](https://github.com/truecharts/charts/compare/dockerregistry-5.4.1...dockerregistry-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dockerregistry-5.4.1](https://github.com/truecharts/charts/compare/dockerregistry-5.4.0...dockerregistry-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dockerregistry-5.4.0](https://github.com/truecharts/charts/compare/dockerregistry-5.3.0...dockerregistry-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dockerregistry-5.3.0](https://github.com/truecharts/charts/compare/dockerregistry-5.2.3...dockerregistry-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dockerregistry-5.2.3](https://github.com/truecharts/charts/compare/dockerregistry-5.2.2...dockerregistry-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dockerregistry-5.2.2](https://github.com/truecharts/charts/compare/dockerregistry-5.2.0...dockerregistry-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/dockerregistry/5.6.0/Chart.yaml b/stable/dockerregistry/5.6.0/Chart.yaml deleted file mode 100644 index 7df7008eda5..00000000000 --- a/stable/dockerregistry/5.6.0/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.1.5 - 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.6.0 diff --git a/stable/dockerregistry/5.6.0/charts/common-20.1.5.tgz b/stable/dockerregistry/5.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/dockerregistry/5.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/dockerregistry/5.6.0/ix_values.yaml b/stable/dockerregistry/5.6.0/ix_values.yaml deleted file mode 100644 index 09a7ba12c30..00000000000 --- a/stable/dockerregistry/5.6.0/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: registry - tag: 2@sha256:f4e1b878d4bc40a1f65532d68c94dcfbab56aa8cba1f00e355a206e7f6cc9111 -persistence: - datastoragepath: - enabled: true - mountPath: /var/lib/registry -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 5000 - protocol: tcp - targetPort: 5000 diff --git a/stable/doplarr/9.5.1/.helmignore b/stable/dockerregistry/5.7.1/.helmignore similarity index 100% rename from stable/doplarr/9.5.1/.helmignore rename to stable/dockerregistry/5.7.1/.helmignore diff --git a/stable/dockerregistry/5.7.1/CHANGELOG.md b/stable/dockerregistry/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0101a9ceb05 --- /dev/null +++ b/stable/dockerregistry/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dockerregistry-5.7.1](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/stable/dockerregistry/5.7.1/Chart.yaml b/stable/dockerregistry/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1e44b0cdcd5 --- /dev/null +++ b/stable/dockerregistry/5.7.1/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.2 + 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.1 diff --git a/stable/dockerregistry/5.6.0/README.md b/stable/dockerregistry/5.7.1/README.md similarity index 100% rename from stable/dockerregistry/5.6.0/README.md rename to stable/dockerregistry/5.7.1/README.md diff --git a/stable/dockerregistry/5.7.1/app-changelog.md b/stable/dockerregistry/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b4fdebe79c0 --- /dev/null +++ b/stable/dockerregistry/5.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [dockerregistry-5.7.1](https://github.com/truecharts/charts/compare/dockerregistry-5.6.0...dockerregistry-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.0/app-readme.md b/stable/dockerregistry/5.7.1/app-readme.md similarity index 100% rename from stable/dockerregistry/5.6.0/app-readme.md rename to stable/dockerregistry/5.7.1/app-readme.md diff --git a/stable/dockerregistry/5.7.1/charts/common-20.2.2.tgz b/stable/dockerregistry/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dockerregistry/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dockerregistry/5.7.1/ix_values.yaml b/stable/dockerregistry/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..59b24fe7b7a --- /dev/null +++ b/stable/dockerregistry/5.7.1/ix_values.yaml @@ -0,0 +1,23 @@ +image: + pullPolicy: IfNotPresent + repository: registry + tag: 2@sha256:fb9c9aef62af3955f6014613456551c92e88a67dcf1fc51f5f91bcbd1832813f +persistence: + datastoragepath: + enabled: true + mountPath: /var/lib/registry +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 5000 + protocol: tcp + targetPort: 5000 diff --git a/stable/dockerregistry/5.6.0/questions.yaml b/stable/dockerregistry/5.7.1/questions.yaml similarity index 100% rename from stable/dockerregistry/5.6.0/questions.yaml rename to stable/dockerregistry/5.7.1/questions.yaml diff --git a/stable/dockerregistry/5.6.0/templates/common.yaml b/stable/dockerregistry/5.7.1/templates/common.yaml similarity index 100% rename from stable/dockerregistry/5.6.0/templates/common.yaml rename to stable/dockerregistry/5.7.1/templates/common.yaml diff --git a/stable/doplarr/9.5.1/values.yaml b/stable/dockerregistry/5.7.1/values.yaml similarity index 100% rename from stable/doplarr/9.5.1/values.yaml rename to stable/dockerregistry/5.7.1/values.yaml diff --git a/stable/docusaurus/8.5.1/CHANGELOG.md b/stable/docusaurus/8.5.1/CHANGELOG.md deleted file mode 100644 index 2e64fbd6675..00000000000 --- a/stable/docusaurus/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [docusaurus-8.5.1](https://github.com/truecharts/charts/compare/docusaurus-8.5.0...docusaurus-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [docusaurus-8.5.0](https://github.com/truecharts/charts/compare/docusaurus-8.4.1...docusaurus-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [docusaurus-8.4.1](https://github.com/truecharts/charts/compare/docusaurus-8.4.0...docusaurus-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [docusaurus-8.4.0](https://github.com/truecharts/charts/compare/docusaurus-8.3.0...docusaurus-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [docusaurus-8.3.0](https://github.com/truecharts/charts/compare/docusaurus-8.2.3...docusaurus-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [docusaurus-8.2.3](https://github.com/truecharts/charts/compare/docusaurus-8.2.2...docusaurus-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [docusaurus-8.2.2](https://github.com/truecharts/charts/compare/docusaurus-8.2.0...docusaurus-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [docusaurus-7.1.12](https://github.com/truecharts/charts/compare/docusaurus-7.1.11...docusaurus-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [docusaurus-7.1.11](https://github.com/truecharts/charts/compare/docusaurus-7.1.10...docusaurus-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/docusaurus/8.5.1/Chart.yaml b/stable/docusaurus/8.5.1/Chart.yaml deleted file mode 100644 index 2870d241389..00000000000 --- a/stable/docusaurus/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/docusaurus/8.5.1/charts/common-20.0.8.tgz b/stable/docusaurus/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/docusaurus/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/double-take/10.5.1/.helmignore b/stable/docusaurus/8.7.1/.helmignore similarity index 100% rename from stable/double-take/10.5.1/.helmignore rename to stable/docusaurus/8.7.1/.helmignore diff --git a/stable/docusaurus/8.7.1/CHANGELOG.md b/stable/docusaurus/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4c15294b590 --- /dev/null +++ b/stable/docusaurus/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [docusaurus-8.7.1](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/docusaurus/8.7.1/Chart.yaml new file mode 100644 index 00000000000..9b947d203db --- /dev/null +++ b/stable/docusaurus/8.7.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: 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.2 + 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.1 diff --git a/stable/docusaurus/8.5.1/README.md b/stable/docusaurus/8.7.1/README.md similarity index 100% rename from stable/docusaurus/8.5.1/README.md rename to stable/docusaurus/8.7.1/README.md diff --git a/stable/docusaurus/8.7.1/app-changelog.md b/stable/docusaurus/8.7.1/app-changelog.md new file mode 100644 index 00000000000..496ad61bb74 --- /dev/null +++ b/stable/docusaurus/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [docusaurus-8.7.1](https://github.com/truecharts/charts/compare/docusaurus-8.6.0...docusaurus-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/docusaurus/8.7.1/app-readme.md similarity index 100% rename from stable/docusaurus/8.5.1/app-readme.md rename to stable/docusaurus/8.7.1/app-readme.md diff --git a/stable/docusaurus/8.7.1/charts/common-20.2.2.tgz b/stable/docusaurus/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/docusaurus/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/docusaurus/8.5.1/ix_values.yaml b/stable/docusaurus/8.7.1/ix_values.yaml similarity index 100% rename from stable/docusaurus/8.5.1/ix_values.yaml rename to stable/docusaurus/8.7.1/ix_values.yaml diff --git a/stable/docusaurus/8.5.1/questions.yaml b/stable/docusaurus/8.7.1/questions.yaml similarity index 100% rename from stable/docusaurus/8.5.1/questions.yaml rename to stable/docusaurus/8.7.1/questions.yaml diff --git a/stable/doublecommander/12.5.2/templates/NOTES.txt b/stable/docusaurus/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/doublecommander/12.5.2/templates/NOTES.txt rename to stable/docusaurus/8.7.1/templates/NOTES.txt diff --git a/stable/dokuwiki/11.1.1/templates/common.yaml b/stable/docusaurus/8.7.1/templates/common.yaml similarity index 100% rename from stable/dokuwiki/11.1.1/templates/common.yaml rename to stable/docusaurus/8.7.1/templates/common.yaml diff --git a/stable/double-take/10.5.1/values.yaml b/stable/docusaurus/8.7.1/values.yaml similarity index 100% rename from stable/double-take/10.5.1/values.yaml rename to stable/docusaurus/8.7.1/values.yaml diff --git a/stable/dokuwiki/11.1.1/CHANGELOG.md b/stable/dokuwiki/11.1.1/CHANGELOG.md deleted file mode 100644 index 30e5f646818..00000000000 --- a/stable/dokuwiki/11.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dokuwiki-11.1.1](https://github.com/truecharts/charts/compare/dokuwiki-11.1.0...dokuwiki-11.1.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dokuwiki-11.1.0](https://github.com/truecharts/charts/compare/dokuwiki-11.0.0...dokuwiki-11.1.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dokuwiki-11.0.0](https://github.com/truecharts/charts/compare/dokuwiki-10.4.1...dokuwiki-11.0.0) (2024-03-11) - -### Chore - - - -- update container image bitnami/dokuwiki to v20240206.1.0[@19611df](https://github.com/19611df) by renovate ([#19130](https://github.com/truecharts/charts/issues/19130)) - - -## [dokuwiki-10.4.1](https://github.com/truecharts/charts/compare/dokuwiki-10.4.0...dokuwiki-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dokuwiki-10.4.0](https://github.com/truecharts/charts/compare/dokuwiki-10.3.0...dokuwiki-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dokuwiki-10.3.0](https://github.com/truecharts/charts/compare/dokuwiki-10.2.3...dokuwiki-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dokuwiki-10.2.3](https://github.com/truecharts/charts/compare/dokuwiki-10.2.2...dokuwiki-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dokuwiki-10.2.2](https://github.com/truecharts/charts/compare/dokuwiki-10.2.0...dokuwiki-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [dokuwiki-9.1.18](https://github.com/truecharts/charts/compare/dokuwiki-9.1.17...dokuwiki-9.1.18) (2024-02-12) - -### Chore - diff --git a/stable/dokuwiki/11.1.1/Chart.yaml b/stable/dokuwiki/11.1.1/Chart.yaml deleted file mode 100644 index df758f4fbf2..00000000000 --- a/stable/dokuwiki/11.1.1/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.0.8 - 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.1.1 diff --git a/stable/dokuwiki/11.1.1/charts/common-20.0.8.tgz b/stable/dokuwiki/11.1.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dokuwiki/11.1.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/doublecommander/12.5.2/.helmignore b/stable/dokuwiki/11.3.1/.helmignore similarity index 100% rename from stable/doublecommander/12.5.2/.helmignore rename to stable/dokuwiki/11.3.1/.helmignore diff --git a/stable/dokuwiki/11.3.1/CHANGELOG.md b/stable/dokuwiki/11.3.1/CHANGELOG.md new file mode 100644 index 00000000000..72e6df59f6e --- /dev/null +++ b/stable/dokuwiki/11.3.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dokuwiki-11.3.1](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dokuwiki/11.3.1/Chart.yaml new file mode 100644 index 00000000000..8201c565dab --- /dev/null +++ b/stable/dokuwiki/11.3.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: 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.2 + 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.1 diff --git a/stable/dokuwiki/11.1.1/README.md b/stable/dokuwiki/11.3.1/README.md similarity index 100% rename from stable/dokuwiki/11.1.1/README.md rename to stable/dokuwiki/11.3.1/README.md diff --git a/stable/dokuwiki/11.3.1/app-changelog.md b/stable/dokuwiki/11.3.1/app-changelog.md new file mode 100644 index 00000000000..05ef6481227 --- /dev/null +++ b/stable/dokuwiki/11.3.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dokuwiki-11.3.1](https://github.com/truecharts/charts/compare/dokuwiki-11.2.0...dokuwiki-11.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1.1/app-readme.md b/stable/dokuwiki/11.3.1/app-readme.md similarity index 100% rename from stable/dokuwiki/11.1.1/app-readme.md rename to stable/dokuwiki/11.3.1/app-readme.md diff --git a/stable/dokuwiki/11.3.1/charts/common-20.2.2.tgz b/stable/dokuwiki/11.3.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dokuwiki/11.3.1/charts/common-20.2.2.tgz differ diff --git a/stable/dokuwiki/11.1.1/ix_values.yaml b/stable/dokuwiki/11.3.1/ix_values.yaml similarity index 100% rename from stable/dokuwiki/11.1.1/ix_values.yaml rename to stable/dokuwiki/11.3.1/ix_values.yaml diff --git a/stable/dokuwiki/11.1.1/questions.yaml b/stable/dokuwiki/11.3.1/questions.yaml similarity index 100% rename from stable/dokuwiki/11.1.1/questions.yaml rename to stable/dokuwiki/11.3.1/questions.yaml diff --git a/stable/drawio/11.4.0/templates/NOTES.txt b/stable/dokuwiki/11.3.1/templates/NOTES.txt similarity index 100% rename from stable/drawio/11.4.0/templates/NOTES.txt rename to stable/dokuwiki/11.3.1/templates/NOTES.txt diff --git a/stable/domoticz/10.5.1/templates/common.yaml b/stable/dokuwiki/11.3.1/templates/common.yaml similarity index 100% rename from stable/domoticz/10.5.1/templates/common.yaml rename to stable/dokuwiki/11.3.1/templates/common.yaml diff --git a/stable/doublecommander/12.5.2/values.yaml b/stable/dokuwiki/11.3.1/values.yaml similarity index 100% rename from stable/doublecommander/12.5.2/values.yaml rename to stable/dokuwiki/11.3.1/values.yaml diff --git a/stable/domoticz/10.5.1/CHANGELOG.md b/stable/domoticz/10.5.1/CHANGELOG.md deleted file mode 100644 index c375b2925ec..00000000000 --- a/stable/domoticz/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [domoticz-10.5.1](https://github.com/truecharts/charts/compare/domoticz-10.5.0...domoticz-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [domoticz-10.5.0](https://github.com/truecharts/charts/compare/domoticz-10.4.1...domoticz-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [domoticz-10.4.1](https://github.com/truecharts/charts/compare/domoticz-10.4.0...domoticz-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [domoticz-10.4.0](https://github.com/truecharts/charts/compare/domoticz-10.3.0...domoticz-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [domoticz-10.3.0](https://github.com/truecharts/charts/compare/domoticz-10.2.3...domoticz-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [domoticz-10.2.3](https://github.com/truecharts/charts/compare/domoticz-10.2.2...domoticz-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [domoticz-10.2.2](https://github.com/truecharts/charts/compare/domoticz-10.2.0...domoticz-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [domoticz-9.1.0](https://github.com/truecharts/charts/compare/domoticz-9.0.0...domoticz-9.1.0) (2024-02-05) - -### Chore - - - -- update container image domoticz/domoticz to v2024.4[@9d1c256](https://github.com/9d1c256) by renovate ([#17934](https://github.com/truecharts/charts/issues/17934)) - - -## [domoticz-9.0.0](https://github.com/truecharts/charts/compare/domoticz-8.1.12...domoticz-9.0.0) (2024-02-04) - - -## [domoticz-8.1.12](https://github.com/truecharts/charts/compare/domoticz-8.1.11...domoticz-8.1.12) (2024-02-03) - -### Chore - diff --git a/stable/domoticz/10.5.1/Chart.yaml b/stable/domoticz/10.5.1/Chart.yaml deleted file mode 100644 index 8cbbdb9f3b6..00000000000 --- a/stable/domoticz/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/domoticz/10.5.1/charts/common-20.0.8.tgz b/stable/domoticz/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/domoticz/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/drawio/11.4.0/.helmignore b/stable/domoticz/10.7.1/.helmignore similarity index 100% rename from stable/drawio/11.4.0/.helmignore rename to stable/domoticz/10.7.1/.helmignore diff --git a/stable/domoticz/10.7.1/CHANGELOG.md b/stable/domoticz/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..21d36c40fac --- /dev/null +++ b/stable/domoticz/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [domoticz-10.7.1](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/domoticz/10.7.1/Chart.yaml new file mode 100644 index 00000000000..09636ea74cb --- /dev/null +++ b/stable/domoticz/10.7.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: 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.2 + 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.1 diff --git a/stable/domoticz/10.5.1/README.md b/stable/domoticz/10.7.1/README.md similarity index 100% rename from stable/domoticz/10.5.1/README.md rename to stable/domoticz/10.7.1/README.md diff --git a/stable/domoticz/10.7.1/app-changelog.md b/stable/domoticz/10.7.1/app-changelog.md new file mode 100644 index 00000000000..d574e5b1144 --- /dev/null +++ b/stable/domoticz/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [domoticz-10.7.1](https://github.com/truecharts/charts/compare/domoticz-10.6.0...domoticz-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/domoticz/10.7.1/app-readme.md similarity index 100% rename from stable/domoticz/10.5.1/app-readme.md rename to stable/domoticz/10.7.1/app-readme.md diff --git a/stable/domoticz/10.7.1/charts/common-20.2.2.tgz b/stable/domoticz/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/domoticz/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/domoticz/10.5.1/ix_values.yaml b/stable/domoticz/10.7.1/ix_values.yaml similarity index 100% rename from stable/domoticz/10.5.1/ix_values.yaml rename to stable/domoticz/10.7.1/ix_values.yaml diff --git a/stable/domoticz/10.5.1/questions.yaml b/stable/domoticz/10.7.1/questions.yaml similarity index 100% rename from stable/domoticz/10.5.1/questions.yaml rename to stable/domoticz/10.7.1/questions.yaml diff --git a/stable/duckdns/9.5.1/templates/NOTES.txt b/stable/domoticz/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/duckdns/9.5.1/templates/NOTES.txt rename to stable/domoticz/10.7.1/templates/NOTES.txt diff --git a/stable/doplarr/9.5.1/templates/common.yaml b/stable/domoticz/10.7.1/templates/common.yaml similarity index 100% rename from stable/doplarr/9.5.1/templates/common.yaml rename to stable/domoticz/10.7.1/templates/common.yaml diff --git a/stable/drawio/11.4.0/values.yaml b/stable/domoticz/10.7.1/values.yaml similarity index 100% rename from stable/drawio/11.4.0/values.yaml rename to stable/domoticz/10.7.1/values.yaml diff --git a/stable/dontstarvetogether/5.5.1/CHANGELOG.md b/stable/dontstarvetogether/5.5.1/CHANGELOG.md deleted file mode 100644 index 463b091c2aa..00000000000 --- a/stable/dontstarvetogether/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dontstarvetogether-5.5.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.5.0...dontstarvetogether-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dontstarvetogether-5.5.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.4.1...dontstarvetogether-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dontstarvetogether-5.4.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.4.0...dontstarvetogether-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dontstarvetogether-5.4.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.3.0...dontstarvetogether-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dontstarvetogether-5.3.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.3...dontstarvetogether-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dontstarvetogether-5.2.3](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.2...dontstarvetogether-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dontstarvetogether-5.2.2](https://github.com/truecharts/charts/compare/dontstarvetogether-5.2.0...dontstarvetogether-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dontstarvetogether-4.1.12](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.11...dontstarvetogether-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dontstarvetogether-4.1.11](https://github.com/truecharts/charts/compare/dontstarvetogether-4.1.10...dontstarvetogether-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dontstarvetogether/5.5.1/Chart.yaml b/stable/dontstarvetogether/5.5.1/Chart.yaml deleted file mode 100644 index 99545f1f7f2..00000000000 --- a/stable/dontstarvetogether/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/dontstarvetogether/5.5.1/charts/common-20.0.8.tgz b/stable/dontstarvetogether/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dontstarvetogether/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/dropbox-by-otherguy/5.5.1/.helmignore b/stable/dontstarvetogether/5.7.1/.helmignore similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/.helmignore rename to stable/dontstarvetogether/5.7.1/.helmignore diff --git a/stable/dontstarvetogether/5.7.1/CHANGELOG.md b/stable/dontstarvetogether/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ebc06fcce37 --- /dev/null +++ b/stable/dontstarvetogether/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dontstarvetogether-5.7.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dontstarvetogether/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b1460f007f2 --- /dev/null +++ b/stable/dontstarvetogether/5.7.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: 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.2 + 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.1 diff --git a/stable/dontstarvetogether/5.5.1/README.md b/stable/dontstarvetogether/5.7.1/README.md similarity index 100% rename from stable/dontstarvetogether/5.5.1/README.md rename to stable/dontstarvetogether/5.7.1/README.md diff --git a/stable/dontstarvetogether/5.7.1/app-changelog.md b/stable/dontstarvetogether/5.7.1/app-changelog.md new file mode 100644 index 00000000000..75e3a732d50 --- /dev/null +++ b/stable/dontstarvetogether/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dontstarvetogether-5.7.1](https://github.com/truecharts/charts/compare/dontstarvetogether-5.6.0...dontstarvetogether-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dontstarvetogether/5.7.1/app-readme.md similarity index 100% rename from stable/dontstarvetogether/5.5.1/app-readme.md rename to stable/dontstarvetogether/5.7.1/app-readme.md diff --git a/stable/dontstarvetogether/5.7.1/charts/common-20.2.2.tgz b/stable/dontstarvetogether/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dontstarvetogether/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dontstarvetogether/5.5.1/ix_values.yaml b/stable/dontstarvetogether/5.7.1/ix_values.yaml similarity index 100% rename from stable/dontstarvetogether/5.5.1/ix_values.yaml rename to stable/dontstarvetogether/5.7.1/ix_values.yaml diff --git a/stable/dontstarvetogether/5.5.1/questions.yaml b/stable/dontstarvetogether/5.7.1/questions.yaml similarity index 100% rename from stable/dontstarvetogether/5.5.1/questions.yaml rename to stable/dontstarvetogether/5.7.1/questions.yaml diff --git a/stable/dontstarvetogether/5.5.1/templates/common.yaml b/stable/dontstarvetogether/5.7.1/templates/common.yaml similarity index 100% rename from stable/dontstarvetogether/5.5.1/templates/common.yaml rename to stable/dontstarvetogether/5.7.1/templates/common.yaml diff --git a/stable/dropbox-by-otherguy/5.5.1/values.yaml b/stable/dontstarvetogether/5.7.1/values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/values.yaml rename to stable/dontstarvetogether/5.7.1/values.yaml diff --git a/stable/doplarr/9.5.1/CHANGELOG.md b/stable/doplarr/9.5.1/CHANGELOG.md deleted file mode 100644 index e78e2ed0cf8..00000000000 --- a/stable/doplarr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [doplarr-9.5.1](https://github.com/truecharts/charts/compare/doplarr-9.5.0...doplarr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [doplarr-9.5.0](https://github.com/truecharts/charts/compare/doplarr-9.4.1...doplarr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [doplarr-9.4.1](https://github.com/truecharts/charts/compare/doplarr-9.4.0...doplarr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [doplarr-9.4.0](https://github.com/truecharts/charts/compare/doplarr-9.3.0...doplarr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [doplarr-9.3.0](https://github.com/truecharts/charts/compare/doplarr-9.2.3...doplarr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [doplarr-9.2.3](https://github.com/truecharts/charts/compare/doplarr-9.2.2...doplarr-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [doplarr-9.2.2](https://github.com/truecharts/charts/compare/doplarr-9.2.0...doplarr-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [doplarr-8.1.13](https://github.com/truecharts/charts/compare/doplarr-8.1.12...doplarr-8.1.13) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/kiranshila/doplarr to v3.6.3[@426517f](https://github.com/426517f) by renovate ([#18133](https://github.com/truecharts/charts/issues/18133)) - - -## [doplarr-8.1.12](https://github.com/truecharts/charts/compare/doplarr-8.1.11...doplarr-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/doplarr/9.5.1/Chart.yaml b/stable/doplarr/9.5.1/Chart.yaml deleted file mode 100644 index d4b5ea7a574..00000000000 --- a/stable/doplarr/9.5.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: 3.6.3 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/doplarr/9.5.1/charts/common-20.0.8.tgz b/stable/doplarr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/doplarr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/duckdns/9.5.1/.helmignore b/stable/doplarr/9.7.1/.helmignore similarity index 100% rename from stable/duckdns/9.5.1/.helmignore rename to stable/doplarr/9.7.1/.helmignore diff --git a/stable/doplarr/9.7.1/CHANGELOG.md b/stable/doplarr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e0207cad71e --- /dev/null +++ b/stable/doplarr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doplarr-9.7.1](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/doplarr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..2dd330017b2 --- /dev/null +++ b/stable/doplarr/9.7.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: 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.2 + 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.1 diff --git a/stable/doplarr/9.5.1/README.md b/stable/doplarr/9.7.1/README.md similarity index 100% rename from stable/doplarr/9.5.1/README.md rename to stable/doplarr/9.7.1/README.md diff --git a/stable/doplarr/9.7.1/app-changelog.md b/stable/doplarr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..dee93093e05 --- /dev/null +++ b/stable/doplarr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [doplarr-9.7.1](https://github.com/truecharts/charts/compare/doplarr-9.6.0...doplarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/doplarr/9.7.1/app-readme.md similarity index 100% rename from stable/doplarr/9.5.1/app-readme.md rename to stable/doplarr/9.7.1/app-readme.md diff --git a/stable/doplarr/9.7.1/charts/common-20.2.2.tgz b/stable/doplarr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/doplarr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/doplarr/9.5.1/ix_values.yaml b/stable/doplarr/9.7.1/ix_values.yaml similarity index 100% rename from stable/doplarr/9.5.1/ix_values.yaml rename to stable/doplarr/9.7.1/ix_values.yaml diff --git a/stable/doplarr/9.5.1/questions.yaml b/stable/doplarr/9.7.1/questions.yaml similarity index 100% rename from stable/doplarr/9.5.1/questions.yaml rename to stable/doplarr/9.7.1/questions.yaml diff --git a/stable/duplicacy/6.5.1/templates/NOTES.txt b/stable/doplarr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/duplicacy/6.5.1/templates/NOTES.txt rename to stable/doplarr/9.7.1/templates/NOTES.txt diff --git a/stable/double-take/10.5.1/templates/common.yaml b/stable/doplarr/9.7.1/templates/common.yaml similarity index 100% rename from stable/double-take/10.5.1/templates/common.yaml rename to stable/doplarr/9.7.1/templates/common.yaml diff --git a/stable/duckdns/9.5.1/values.yaml b/stable/doplarr/9.7.1/values.yaml similarity index 100% rename from stable/duckdns/9.5.1/values.yaml rename to stable/doplarr/9.7.1/values.yaml diff --git a/stable/double-take/10.5.1/CHANGELOG.md b/stable/double-take/10.5.1/CHANGELOG.md deleted file mode 100644 index ca15817ef1d..00000000000 --- a/stable/double-take/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [double-take-10.5.1](https://github.com/truecharts/charts/compare/double-take-10.5.0...double-take-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [double-take-10.5.0](https://github.com/truecharts/charts/compare/double-take-10.4.1...double-take-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [double-take-10.4.1](https://github.com/truecharts/charts/compare/double-take-10.4.0...double-take-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [double-take-10.4.0](https://github.com/truecharts/charts/compare/double-take-10.3.0...double-take-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [double-take-10.3.0](https://github.com/truecharts/charts/compare/double-take-10.2.3...double-take-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [double-take-10.2.3](https://github.com/truecharts/charts/compare/double-take-10.2.2...double-take-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [double-take-10.2.2](https://github.com/truecharts/charts/compare/double-take-10.2.0...double-take-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [double-take-9.1.12](https://github.com/truecharts/charts/compare/double-take-9.1.11...double-take-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [double-take-9.1.11](https://github.com/truecharts/charts/compare/double-take-9.1.10...double-take-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/double-take/10.5.1/Chart.yaml b/stable/double-take/10.5.1/Chart.yaml deleted file mode 100644 index bd3b0eb6a22..00000000000 --- a/stable/double-take/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/double-take/10.5.1/charts/common-20.0.8.tgz b/stable/double-take/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/double-take/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/duplicacy/6.5.1/.helmignore b/stable/double-take/10.7.1/.helmignore similarity index 100% rename from stable/duplicacy/6.5.1/.helmignore rename to stable/double-take/10.7.1/.helmignore diff --git a/stable/double-take/10.7.1/CHANGELOG.md b/stable/double-take/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..281a6866577 --- /dev/null +++ b/stable/double-take/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [double-take-10.7.1](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/double-take/10.7.1/Chart.yaml new file mode 100644 index 00000000000..dd0ffaffeee --- /dev/null +++ b/stable/double-take/10.7.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.13.11 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/double-take/10.5.1/README.md b/stable/double-take/10.7.1/README.md similarity index 100% rename from stable/double-take/10.5.1/README.md rename to stable/double-take/10.7.1/README.md diff --git a/stable/double-take/10.7.1/app-changelog.md b/stable/double-take/10.7.1/app-changelog.md new file mode 100644 index 00000000000..f63d1b6aca2 --- /dev/null +++ b/stable/double-take/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [double-take-10.7.1](https://github.com/truecharts/charts/compare/double-take-10.6.0...double-take-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/double-take/10.7.1/app-readme.md similarity index 100% rename from stable/double-take/10.5.1/app-readme.md rename to stable/double-take/10.7.1/app-readme.md diff --git a/stable/double-take/10.7.1/charts/common-20.2.2.tgz b/stable/double-take/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/double-take/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/double-take/10.5.1/ix_values.yaml b/stable/double-take/10.7.1/ix_values.yaml similarity index 100% rename from stable/double-take/10.5.1/ix_values.yaml rename to stable/double-take/10.7.1/ix_values.yaml diff --git a/stable/double-take/10.5.1/questions.yaml b/stable/double-take/10.7.1/questions.yaml similarity index 100% rename from stable/double-take/10.5.1/questions.yaml rename to stable/double-take/10.7.1/questions.yaml diff --git a/stable/duplicati/13.5.1/templates/NOTES.txt b/stable/double-take/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/duplicati/13.5.1/templates/NOTES.txt rename to stable/double-take/10.7.1/templates/NOTES.txt diff --git a/stable/drawio/11.4.0/templates/common.yaml b/stable/double-take/10.7.1/templates/common.yaml similarity index 100% rename from stable/drawio/11.4.0/templates/common.yaml rename to stable/double-take/10.7.1/templates/common.yaml diff --git a/stable/duplicacy/6.5.1/values.yaml b/stable/double-take/10.7.1/values.yaml similarity index 100% rename from stable/duplicacy/6.5.1/values.yaml rename to stable/double-take/10.7.1/values.yaml diff --git a/stable/doublecommander/12.5.2/CHANGELOG.md b/stable/doublecommander/12.5.2/CHANGELOG.md deleted file mode 100644 index 5f45fc78d4a..00000000000 --- a/stable/doublecommander/12.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [doublecommander-12.5.2](https://github.com/truecharts/charts/compare/doublecommander-12.5.1...doublecommander-12.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [doublecommander-12.5.1](https://github.com/truecharts/charts/compare/doublecommander-12.5.0...doublecommander-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [doublecommander-12.5.0](https://github.com/truecharts/charts/compare/doublecommander-12.4.2...doublecommander-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [doublecommander-12.4.2](https://github.com/truecharts/charts/compare/doublecommander-12.4.1...doublecommander-12.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/doublecommander to latest[@0166cf4](https://github.com/0166cf4) by renovate ([#18996](https://github.com/truecharts/charts/issues/18996)) - - -## [doublecommander-12.4.1](https://github.com/truecharts/charts/compare/doublecommander-12.4.0...doublecommander-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [doublecommander-12.4.0](https://github.com/truecharts/charts/compare/doublecommander-12.3.0...doublecommander-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [doublecommander-12.3.0](https://github.com/truecharts/charts/compare/doublecommander-12.2.4...doublecommander-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [doublecommander-12.2.4](https://github.com/truecharts/charts/compare/doublecommander-12.2.3...doublecommander-12.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [doublecommander-12.2.3](https://github.com/truecharts/charts/compare/doublecommander-12.2.2...doublecommander-12.2.3) (2024-03-05) - -### Chore - - - -- update container image ghcr.io/linuxserver/doublecommander to latest[@f9d36ef](https://github.com/f9d36ef) by renovate ([#18777](https://github.com/truecharts/charts/issues/18777)) - - -## [doublecommander-12.2.2](https://github.com/truecharts/charts/compare/doublecommander-12.2.0...doublecommander-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/doublecommander/12.5.2/Chart.yaml b/stable/doublecommander/12.5.2/Chart.yaml deleted file mode 100644 index 9cda6120057..00000000000 --- a/stable/doublecommander/12.5.2/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.0.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.5.2 diff --git a/stable/doublecommander/12.5.2/charts/common-20.0.9.tgz b/stable/doublecommander/12.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/doublecommander/12.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/doublecommander/12.5.2/ix_values.yaml b/stable/doublecommander/12.5.2/ix_values.yaml deleted file mode 100644 index 2e592747505..00000000000 --- a/stable/doublecommander/12.5.2/ix_values.yaml +++ /dev/null @@ -1,44 +0,0 @@ -image: - repository: ghcr.io/linuxserver/doublecommander - pullPolicy: IfNotPresent - tag: latest@sha256:0166cf4b433c461909f309423bdd440eae5cd194022dcd0c98ca0919e5033f5e -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/duplicati/13.5.1/.helmignore b/stable/doublecommander/12.7.1/.helmignore similarity index 100% rename from stable/duplicati/13.5.1/.helmignore rename to stable/doublecommander/12.7.1/.helmignore diff --git a/stable/doublecommander/12.7.1/CHANGELOG.md b/stable/doublecommander/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7008d2dac54 --- /dev/null +++ b/stable/doublecommander/12.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [doublecommander-12.7.1](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/doublecommander/12.7.1/Chart.yaml b/stable/doublecommander/12.7.1/Chart.yaml new file mode 100644 index 00000000000..a562487d841 --- /dev/null +++ b/stable/doublecommander/12.7.1/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.2 + 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.1 diff --git a/stable/doublecommander/12.5.2/README.md b/stable/doublecommander/12.7.1/README.md similarity index 100% rename from stable/doublecommander/12.5.2/README.md rename to stable/doublecommander/12.7.1/README.md diff --git a/stable/doublecommander/12.7.1/app-changelog.md b/stable/doublecommander/12.7.1/app-changelog.md new file mode 100644 index 00000000000..b681dc68cd0 --- /dev/null +++ b/stable/doublecommander/12.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [doublecommander-12.7.1](https://github.com/truecharts/charts/compare/doublecommander-12.6.0...doublecommander-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/doublecommander/12.7.1/app-readme.md similarity index 100% rename from stable/doublecommander/12.5.2/app-readme.md rename to stable/doublecommander/12.7.1/app-readme.md diff --git a/stable/doublecommander/12.7.1/charts/common-20.2.2.tgz b/stable/doublecommander/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/doublecommander/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/doublecommander/12.7.1/ix_values.yaml b/stable/doublecommander/12.7.1/ix_values.yaml new file mode 100644 index 00000000000..60b77e08d98 --- /dev/null +++ b/stable/doublecommander/12.7.1/ix_values.yaml @@ -0,0 +1,44 @@ +image: + repository: ghcr.io/linuxserver/doublecommander + pullPolicy: IfNotPresent + tag: latest@sha256:908d49eefa94d555ace8bd4328c825d6eba485eac94348127f22d4590532216c +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.5.2/questions.yaml b/stable/doublecommander/12.7.1/questions.yaml similarity index 100% rename from stable/doublecommander/12.5.2/questions.yaml rename to stable/doublecommander/12.7.1/questions.yaml diff --git a/stable/emby/18.5.1/templates/NOTES.txt b/stable/doublecommander/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/emby/18.5.1/templates/NOTES.txt rename to stable/doublecommander/12.7.1/templates/NOTES.txt diff --git a/stable/doublecommander/12.5.2/templates/common.yaml b/stable/doublecommander/12.7.1/templates/common.yaml similarity index 100% rename from stable/doublecommander/12.5.2/templates/common.yaml rename to stable/doublecommander/12.7.1/templates/common.yaml diff --git a/stable/duplicati/13.5.1/values.yaml b/stable/doublecommander/12.7.1/values.yaml similarity index 100% rename from stable/duplicati/13.5.1/values.yaml rename to stable/doublecommander/12.7.1/values.yaml diff --git a/stable/drawio/11.4.0/CHANGELOG.md b/stable/drawio/11.4.0/CHANGELOG.md deleted file mode 100644 index df4a73a5fb6..00000000000 --- a/stable/drawio/11.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [drawio-11.4.0](https://github.com/truecharts/charts/compare/drawio-11.3.2...drawio-11.4.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [drawio-11.3.2](https://github.com/truecharts/charts/compare/drawio-11.3.1...drawio-11.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [drawio-11.3.1](https://github.com/truecharts/charts/compare/drawio-11.3.0...drawio-11.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [drawio-11.3.0](https://github.com/truecharts/charts/compare/drawio-11.2.2...drawio-11.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [drawio-11.2.2](https://github.com/truecharts/charts/compare/drawio-11.2.1...drawio-11.2.2) (2024-03-11) - -### Chore - - - -- update container image jgraph/drawio to v24.0.4[@d59e042](https://github.com/d59e042) by renovate ([#19074](https://github.com/truecharts/charts/issues/19074)) - - -## [drawio-11.2.1](https://github.com/truecharts/charts/compare/drawio-11.2.0...drawio-11.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [drawio-11.2.0](https://github.com/truecharts/charts/compare/drawio-11.1.0...drawio-11.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [drawio-11.1.0](https://github.com/truecharts/charts/compare/drawio-11.0.3...drawio-11.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [drawio-11.0.3](https://github.com/truecharts/charts/compare/drawio-11.0.2...drawio-11.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [drawio-11.0.2](https://github.com/truecharts/charts/compare/drawio-11.0.0...drawio-11.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/drawio/11.4.0/Chart.yaml b/stable/drawio/11.4.0/Chart.yaml deleted file mode 100644 index b34a2dad52c..00000000000 --- a/stable/drawio/11.4.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: 24.0.4 -dependencies: - - name: common - version: 20.1.5 - 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.4.0 diff --git a/stable/drawio/11.4.0/charts/common-20.1.5.tgz b/stable/drawio/11.4.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/drawio/11.4.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/drawio/11.4.0/ix_values.yaml b/stable/drawio/11.4.0/ix_values.yaml deleted file mode 100644 index a7a2b246b8f..00000000000 --- a/stable/drawio/11.4.0/ix_values.yaml +++ /dev/null @@ -1,35 +0,0 @@ -image: - repository: jgraph/drawio - tag: 24.0.4@sha256:d59e042f9bd6a9137d4d006f5e2f1d729814a4f35c84de735ba749485bfd8c46 - 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/ecodms/5.5.1/.helmignore b/stable/drawio/11.5.1/.helmignore similarity index 100% rename from stable/ecodms/5.5.1/.helmignore rename to stable/drawio/11.5.1/.helmignore diff --git a/stable/drawio/11.5.1/CHANGELOG.md b/stable/drawio/11.5.1/CHANGELOG.md new file mode 100644 index 00000000000..2cbcedb160f --- /dev/null +++ b/stable/drawio/11.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [drawio-11.5.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/stable/drawio/11.5.1/Chart.yaml b/stable/drawio/11.5.1/Chart.yaml new file mode 100644 index 00000000000..b9dce0f8833 --- /dev/null +++ b/stable/drawio/11.5.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 24.0.7 +dependencies: + - name: common + version: 20.2.2 + 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.5.1 diff --git a/stable/drawio/11.4.0/README.md b/stable/drawio/11.5.1/README.md similarity index 100% rename from stable/drawio/11.4.0/README.md rename to stable/drawio/11.5.1/README.md diff --git a/stable/drawio/11.5.1/app-changelog.md b/stable/drawio/11.5.1/app-changelog.md new file mode 100644 index 00000000000..962db809ca6 --- /dev/null +++ b/stable/drawio/11.5.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [drawio-11.5.1](https://github.com/truecharts/charts/compare/drawio-11.4.0...drawio-11.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.4.0/app-readme.md b/stable/drawio/11.5.1/app-readme.md similarity index 100% rename from stable/drawio/11.4.0/app-readme.md rename to stable/drawio/11.5.1/app-readme.md diff --git a/stable/drawio/11.5.1/charts/common-20.2.2.tgz b/stable/drawio/11.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/drawio/11.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/drawio/11.5.1/ix_values.yaml b/stable/drawio/11.5.1/ix_values.yaml new file mode 100644 index 00000000000..8b8a6a2ae2f --- /dev/null +++ b/stable/drawio/11.5.1/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: jgraph/drawio + tag: 24.0.7@sha256:9c583a5f5e6e4468650041e111f55994967a0d6d34b85433d320285f62df7cff + 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.4.0/questions.yaml b/stable/drawio/11.5.1/questions.yaml similarity index 100% rename from stable/drawio/11.4.0/questions.yaml rename to stable/drawio/11.5.1/questions.yaml diff --git a/stable/embystat/9.5.1/templates/NOTES.txt b/stable/drawio/11.5.1/templates/NOTES.txt similarity index 100% rename from stable/embystat/9.5.1/templates/NOTES.txt rename to stable/drawio/11.5.1/templates/NOTES.txt diff --git a/stable/duckdns/9.5.1/templates/common.yaml b/stable/drawio/11.5.1/templates/common.yaml similarity index 100% rename from stable/duckdns/9.5.1/templates/common.yaml rename to stable/drawio/11.5.1/templates/common.yaml diff --git a/stable/ecodms/5.5.1/values.yaml b/stable/drawio/11.5.1/values.yaml similarity index 100% rename from stable/ecodms/5.5.1/values.yaml rename to stable/drawio/11.5.1/values.yaml diff --git a/stable/dropbox-by-otherguy/5.5.1/CHANGELOG.md b/stable/dropbox-by-otherguy/5.5.1/CHANGELOG.md deleted file mode 100644 index 0710a2012be..00000000000 --- a/stable/dropbox-by-otherguy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [dropbox-by-otherguy-5.5.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.5.0...dropbox-by-otherguy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [dropbox-by-otherguy-5.5.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.4.1...dropbox-by-otherguy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [dropbox-by-otherguy-5.4.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.4.0...dropbox-by-otherguy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [dropbox-by-otherguy-5.4.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.3.0...dropbox-by-otherguy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [dropbox-by-otherguy-5.3.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.3...dropbox-by-otherguy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [dropbox-by-otherguy-5.2.3](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.2...dropbox-by-otherguy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [dropbox-by-otherguy-5.2.2](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.2.0...dropbox-by-otherguy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [dropbox-by-otherguy-4.1.12](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.11...dropbox-by-otherguy-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [dropbox-by-otherguy-4.1.11](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-4.1.10...dropbox-by-otherguy-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/dropbox-by-otherguy/5.5.1/Chart.yaml b/stable/dropbox-by-otherguy/5.5.1/Chart.yaml deleted file mode 100644 index f6e4caceb2b..00000000000 --- a/stable/dropbox-by-otherguy/5.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/dropbox-by-otherguy/5.5.1/charts/common-20.0.8.tgz b/stable/dropbox-by-otherguy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/dropbox-by-otherguy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/electrum/5.5.1/.helmignore b/stable/dropbox-by-otherguy/5.7.1/.helmignore similarity index 100% rename from stable/electrum/5.5.1/.helmignore rename to stable/dropbox-by-otherguy/5.7.1/.helmignore diff --git a/stable/dropbox-by-otherguy/5.7.1/CHANGELOG.md b/stable/dropbox-by-otherguy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8c65831eb37 --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [dropbox-by-otherguy-5.7.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/dropbox-by-otherguy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d09fcf0a14a --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.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: 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.2 + 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.1 diff --git a/stable/dropbox-by-otherguy/5.5.1/README.md b/stable/dropbox-by-otherguy/5.7.1/README.md similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/README.md rename to stable/dropbox-by-otherguy/5.7.1/README.md diff --git a/stable/dropbox-by-otherguy/5.7.1/app-changelog.md b/stable/dropbox-by-otherguy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..006ba00294b --- /dev/null +++ b/stable/dropbox-by-otherguy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [dropbox-by-otherguy-5.7.1](https://github.com/truecharts/charts/compare/dropbox-by-otherguy-5.6.0...dropbox-by-otherguy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/dropbox-by-otherguy/5.7.1/app-readme.md similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/app-readme.md rename to stable/dropbox-by-otherguy/5.7.1/app-readme.md diff --git a/stable/dropbox-by-otherguy/5.7.1/charts/common-20.2.2.tgz b/stable/dropbox-by-otherguy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/dropbox-by-otherguy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/dropbox-by-otherguy/5.5.1/ix_values.yaml b/stable/dropbox-by-otherguy/5.7.1/ix_values.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/ix_values.yaml rename to stable/dropbox-by-otherguy/5.7.1/ix_values.yaml diff --git a/stable/dropbox-by-otherguy/5.5.1/questions.yaml b/stable/dropbox-by-otherguy/5.7.1/questions.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/questions.yaml rename to stable/dropbox-by-otherguy/5.7.1/questions.yaml diff --git a/stable/dropbox-by-otherguy/5.5.1/templates/common.yaml b/stable/dropbox-by-otherguy/5.7.1/templates/common.yaml similarity index 100% rename from stable/dropbox-by-otherguy/5.5.1/templates/common.yaml rename to stable/dropbox-by-otherguy/5.7.1/templates/common.yaml diff --git a/stable/electrum/5.5.1/values.yaml b/stable/dropbox-by-otherguy/5.7.1/values.yaml similarity index 100% rename from stable/electrum/5.5.1/values.yaml rename to stable/dropbox-by-otherguy/5.7.1/values.yaml diff --git a/stable/duckdns/9.5.1/CHANGELOG.md b/stable/duckdns/9.5.1/CHANGELOG.md deleted file mode 100644 index c710e123683..00000000000 --- a/stable/duckdns/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duckdns-9.5.1](https://github.com/truecharts/charts/compare/duckdns-9.5.0...duckdns-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [duckdns-9.5.0](https://github.com/truecharts/charts/compare/duckdns-9.4.1...duckdns-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [duckdns-9.4.1](https://github.com/truecharts/charts/compare/duckdns-9.4.0...duckdns-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [duckdns-9.4.0](https://github.com/truecharts/charts/compare/duckdns-9.3.0...duckdns-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [duckdns-9.3.0](https://github.com/truecharts/charts/compare/duckdns-9.2.4...duckdns-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [duckdns-9.2.4](https://github.com/truecharts/charts/compare/duckdns-9.2.3...duckdns-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [duckdns-9.2.3](https://github.com/truecharts/charts/compare/duckdns-9.2.1...duckdns-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - -## [duckdns-8.1.18](https://github.com/truecharts/charts/compare/duckdns-8.1.17...duckdns-8.1.18) (2024-02-05) - -### Chore \ No newline at end of file diff --git a/stable/duckdns/9.5.1/Chart.yaml b/stable/duckdns/9.5.1/Chart.yaml deleted file mode 100644 index 6d414795248..00000000000 --- a/stable/duckdns/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/duckdns/9.5.1/charts/common-20.0.8.tgz b/stable/duckdns/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/duckdns/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/emby-sync/5.5.1/.helmignore b/stable/duckdns/9.7.1/.helmignore similarity index 100% rename from stable/emby-sync/5.5.1/.helmignore rename to stable/duckdns/9.7.1/.helmignore diff --git a/stable/duckdns/9.7.1/CHANGELOG.md b/stable/duckdns/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..580eaf2ad8e --- /dev/null +++ b/stable/duckdns/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duckdns-9.7.1](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/duckdns/9.7.1/Chart.yaml new file mode 100644 index 00000000000..1b5b009938a --- /dev/null +++ b/stable/duckdns/9.7.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: 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.2 + 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.1 diff --git a/stable/duckdns/9.5.1/README.md b/stable/duckdns/9.7.1/README.md similarity index 100% rename from stable/duckdns/9.5.1/README.md rename to stable/duckdns/9.7.1/README.md diff --git a/stable/duckdns/9.7.1/app-changelog.md b/stable/duckdns/9.7.1/app-changelog.md new file mode 100644 index 00000000000..f9b412cdf5c --- /dev/null +++ b/stable/duckdns/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [duckdns-9.7.1](https://github.com/truecharts/charts/compare/duckdns-9.6.0...duckdns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/duckdns/9.7.1/app-readme.md similarity index 100% rename from stable/duckdns/9.5.1/app-readme.md rename to stable/duckdns/9.7.1/app-readme.md diff --git a/stable/duckdns/9.7.1/charts/common-20.2.2.tgz b/stable/duckdns/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/duckdns/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/duckdns/9.5.1/ix_values.yaml b/stable/duckdns/9.7.1/ix_values.yaml similarity index 100% rename from stable/duckdns/9.5.1/ix_values.yaml rename to stable/duckdns/9.7.1/ix_values.yaml diff --git a/stable/duckdns/9.5.1/questions.yaml b/stable/duckdns/9.7.1/questions.yaml similarity index 100% rename from stable/duckdns/9.5.1/questions.yaml rename to stable/duckdns/9.7.1/questions.yaml diff --git a/stable/emulatorjs/9.5.1/templates/NOTES.txt b/stable/duckdns/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/emulatorjs/9.5.1/templates/NOTES.txt rename to stable/duckdns/9.7.1/templates/NOTES.txt diff --git a/stable/duplicati/13.5.1/templates/common.yaml b/stable/duckdns/9.7.1/templates/common.yaml similarity index 100% rename from stable/duplicati/13.5.1/templates/common.yaml rename to stable/duckdns/9.7.1/templates/common.yaml diff --git a/stable/emby-sync/5.5.1/values.yaml b/stable/duckdns/9.7.1/values.yaml similarity index 100% rename from stable/emby-sync/5.5.1/values.yaml rename to stable/duckdns/9.7.1/values.yaml diff --git a/stable/duplicacy/6.5.1/CHANGELOG.md b/stable/duplicacy/6.5.1/CHANGELOG.md deleted file mode 100644 index 8c2ccad08e2..00000000000 --- a/stable/duplicacy/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duplicacy-6.5.1](https://github.com/truecharts/charts/compare/duplicacy-6.5.0...duplicacy-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [duplicacy-6.5.0](https://github.com/truecharts/charts/compare/duplicacy-6.4.2...duplicacy-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [duplicacy-6.4.2](https://github.com/truecharts/charts/compare/duplicacy-6.4.1...duplicacy-6.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/hotio/duplicacy to release-1.7.2[@a2740ea](https://github.com/a2740ea) by renovate ([#18987](https://github.com/truecharts/charts/issues/18987)) - - -## [duplicacy-6.4.1](https://github.com/truecharts/charts/compare/duplicacy-6.4.0...duplicacy-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [duplicacy-6.4.0](https://github.com/truecharts/charts/compare/duplicacy-6.3.0...duplicacy-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [duplicacy-6.3.0](https://github.com/truecharts/charts/compare/duplicacy-6.2.4...duplicacy-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [duplicacy-6.2.4](https://github.com/truecharts/charts/compare/duplicacy-6.2.3...duplicacy-6.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [duplicacy-6.2.3](https://github.com/truecharts/charts/compare/duplicacy-6.2.1...duplicacy-6.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/duplicacy/6.5.1/Chart.yaml b/stable/duplicacy/6.5.1/Chart.yaml deleted file mode 100644 index 386aafe1e36..00000000000 --- a/stable/duplicacy/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/duplicacy/6.5.1/charts/common-20.0.8.tgz b/stable/duplicacy/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/duplicacy/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/emby/18.5.1/.helmignore b/stable/duplicacy/6.7.1/.helmignore similarity index 100% rename from stable/emby/18.5.1/.helmignore rename to stable/duplicacy/6.7.1/.helmignore diff --git a/stable/duplicacy/6.7.1/CHANGELOG.md b/stable/duplicacy/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8c9d0afcf4b --- /dev/null +++ b/stable/duplicacy/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicacy-6.7.1](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/duplicacy/6.7.1/Chart.yaml new file mode 100644 index 00000000000..d4b82e7c9f0 --- /dev/null +++ b/stable/duplicacy/6.7.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: 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.2 + 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.1 diff --git a/stable/duplicacy/6.5.1/README.md b/stable/duplicacy/6.7.1/README.md similarity index 100% rename from stable/duplicacy/6.5.1/README.md rename to stable/duplicacy/6.7.1/README.md diff --git a/stable/duplicacy/6.7.1/app-changelog.md b/stable/duplicacy/6.7.1/app-changelog.md new file mode 100644 index 00000000000..53f5f798c78 --- /dev/null +++ b/stable/duplicacy/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [duplicacy-6.7.1](https://github.com/truecharts/charts/compare/duplicacy-6.6.0...duplicacy-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/duplicacy/6.7.1/app-readme.md similarity index 100% rename from stable/duplicacy/6.5.1/app-readme.md rename to stable/duplicacy/6.7.1/app-readme.md diff --git a/stable/duplicacy/6.7.1/charts/common-20.2.2.tgz b/stable/duplicacy/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/duplicacy/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/duplicacy/6.5.1/ix_values.yaml b/stable/duplicacy/6.7.1/ix_values.yaml similarity index 100% rename from stable/duplicacy/6.5.1/ix_values.yaml rename to stable/duplicacy/6.7.1/ix_values.yaml diff --git a/stable/duplicacy/6.5.1/questions.yaml b/stable/duplicacy/6.7.1/questions.yaml similarity index 100% rename from stable/duplicacy/6.5.1/questions.yaml rename to stable/duplicacy/6.7.1/questions.yaml diff --git a/stable/endlessh/9.5.1/templates/NOTES.txt b/stable/duplicacy/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/endlessh/9.5.1/templates/NOTES.txt rename to stable/duplicacy/6.7.1/templates/NOTES.txt diff --git a/stable/duplicacy/6.5.1/templates/common.yaml b/stable/duplicacy/6.7.1/templates/common.yaml similarity index 100% rename from stable/duplicacy/6.5.1/templates/common.yaml rename to stable/duplicacy/6.7.1/templates/common.yaml diff --git a/stable/emby/18.5.1/values.yaml b/stable/duplicacy/6.7.1/values.yaml similarity index 100% rename from stable/emby/18.5.1/values.yaml rename to stable/duplicacy/6.7.1/values.yaml diff --git a/stable/duplicati/13.5.1/CHANGELOG.md b/stable/duplicati/13.5.1/CHANGELOG.md deleted file mode 100644 index b0de0e5014a..00000000000 --- a/stable/duplicati/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [duplicati-13.5.1](https://github.com/truecharts/charts/compare/duplicati-13.5.0...duplicati-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [duplicati-13.5.0](https://github.com/truecharts/charts/compare/duplicati-13.4.1...duplicati-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [duplicati-13.4.1](https://github.com/truecharts/charts/compare/duplicati-13.4.0...duplicati-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [duplicati-13.4.0](https://github.com/truecharts/charts/compare/duplicati-13.3.0...duplicati-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [duplicati-13.3.0](https://github.com/truecharts/charts/compare/duplicati-13.2.3...duplicati-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [duplicati-13.2.3](https://github.com/truecharts/charts/compare/duplicati-13.2.2...duplicati-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [duplicati-13.2.2](https://github.com/truecharts/charts/compare/duplicati-13.2.0...duplicati-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [duplicati-12.1.12](https://github.com/truecharts/charts/compare/duplicati-12.1.11...duplicati-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [duplicati-12.1.11](https://github.com/truecharts/charts/compare/duplicati-12.1.10...duplicati-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/duplicati/13.5.1/Chart.yaml b/stable/duplicati/13.5.1/Chart.yaml deleted file mode 100644 index f2930722b65..00000000000 --- a/stable/duplicati/13.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/duplicati/13.5.1/charts/common-20.0.8.tgz b/stable/duplicati/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/duplicati/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/embystat/9.5.1/.helmignore b/stable/duplicati/13.7.1/.helmignore similarity index 100% rename from stable/embystat/9.5.1/.helmignore rename to stable/duplicati/13.7.1/.helmignore diff --git a/stable/duplicati/13.7.1/CHANGELOG.md b/stable/duplicati/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b72155eb21e --- /dev/null +++ b/stable/duplicati/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [duplicati-13.7.1](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/duplicati/13.7.1/Chart.yaml new file mode 100644 index 00000000000..0d661a1c338 --- /dev/null +++ b/stable/duplicati/13.7.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: 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.2 + 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.1 diff --git a/stable/duplicati/13.5.1/README.md b/stable/duplicati/13.7.1/README.md similarity index 100% rename from stable/duplicati/13.5.1/README.md rename to stable/duplicati/13.7.1/README.md diff --git a/stable/duplicati/13.7.1/app-changelog.md b/stable/duplicati/13.7.1/app-changelog.md new file mode 100644 index 00000000000..0d830dafd57 --- /dev/null +++ b/stable/duplicati/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [duplicati-13.7.1](https://github.com/truecharts/charts/compare/duplicati-13.6.0...duplicati-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/duplicati/13.7.1/app-readme.md similarity index 100% rename from stable/duplicati/13.5.1/app-readme.md rename to stable/duplicati/13.7.1/app-readme.md diff --git a/stable/duplicati/13.7.1/charts/common-20.2.2.tgz b/stable/duplicati/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/duplicati/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/duplicati/13.5.1/ix_values.yaml b/stable/duplicati/13.7.1/ix_values.yaml similarity index 100% rename from stable/duplicati/13.5.1/ix_values.yaml rename to stable/duplicati/13.7.1/ix_values.yaml diff --git a/stable/duplicati/13.5.1/questions.yaml b/stable/duplicati/13.7.1/questions.yaml similarity index 100% rename from stable/duplicati/13.5.1/questions.yaml rename to stable/duplicati/13.7.1/questions.yaml diff --git a/stable/esphome/19.5.1/templates/NOTES.txt b/stable/duplicati/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/esphome/19.5.1/templates/NOTES.txt rename to stable/duplicati/13.7.1/templates/NOTES.txt diff --git a/stable/emby/18.5.1/templates/common.yaml b/stable/duplicati/13.7.1/templates/common.yaml similarity index 100% rename from stable/emby/18.5.1/templates/common.yaml rename to stable/duplicati/13.7.1/templates/common.yaml diff --git a/stable/embystat/9.5.1/values.yaml b/stable/duplicati/13.7.1/values.yaml similarity index 100% rename from stable/embystat/9.5.1/values.yaml rename to stable/duplicati/13.7.1/values.yaml diff --git a/stable/ecodms/5.5.1/CHANGELOG.md b/stable/ecodms/5.5.1/CHANGELOG.md deleted file mode 100644 index 07f99b8c482..00000000000 --- a/stable/ecodms/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ecodms-5.5.1](https://github.com/truecharts/charts/compare/ecodms-5.5.0...ecodms-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ecodms-5.5.0](https://github.com/truecharts/charts/compare/ecodms-5.4.1...ecodms-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ecodms-5.4.1](https://github.com/truecharts/charts/compare/ecodms-5.4.0...ecodms-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ecodms-5.4.0](https://github.com/truecharts/charts/compare/ecodms-5.3.0...ecodms-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ecodms-5.3.0](https://github.com/truecharts/charts/compare/ecodms-5.2.3...ecodms-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ecodms-5.2.3](https://github.com/truecharts/charts/compare/ecodms-5.2.2...ecodms-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ecodms-5.2.2](https://github.com/truecharts/charts/compare/ecodms-5.2.0...ecodms-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ecodms-4.1.12](https://github.com/truecharts/charts/compare/ecodms-4.1.11...ecodms-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ecodms-4.1.11](https://github.com/truecharts/charts/compare/ecodms-4.1.10...ecodms-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ecodms/5.5.1/Chart.yaml b/stable/ecodms/5.5.1/Chart.yaml deleted file mode 100644 index 361511762a9..00000000000 --- a/stable/ecodms/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/ecodms/5.5.1/charts/common-20.0.8.tgz b/stable/ecodms/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ecodms/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/emulatorjs/9.5.1/.helmignore b/stable/ecodms/5.7.1/.helmignore similarity index 100% rename from stable/emulatorjs/9.5.1/.helmignore rename to stable/ecodms/5.7.1/.helmignore diff --git a/stable/ecodms/5.7.1/CHANGELOG.md b/stable/ecodms/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ccaa84d3aea --- /dev/null +++ b/stable/ecodms/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ecodms-5.7.1](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ecodms/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c496162f292 --- /dev/null +++ b/stable/ecodms/5.7.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: 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.2 + 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.1 diff --git a/stable/ecodms/5.5.1/README.md b/stable/ecodms/5.7.1/README.md similarity index 100% rename from stable/ecodms/5.5.1/README.md rename to stable/ecodms/5.7.1/README.md diff --git a/stable/ecodms/5.7.1/app-changelog.md b/stable/ecodms/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7d10761c15e --- /dev/null +++ b/stable/ecodms/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ecodms-5.7.1](https://github.com/truecharts/charts/compare/ecodms-5.6.0...ecodms-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ecodms/5.7.1/app-readme.md similarity index 100% rename from stable/ecodms/5.5.1/app-readme.md rename to stable/ecodms/5.7.1/app-readme.md diff --git a/stable/ecodms/5.7.1/charts/common-20.2.2.tgz b/stable/ecodms/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ecodms/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ecodms/5.5.1/ix_values.yaml b/stable/ecodms/5.7.1/ix_values.yaml similarity index 100% rename from stable/ecodms/5.5.1/ix_values.yaml rename to stable/ecodms/5.7.1/ix_values.yaml diff --git a/stable/ecodms/5.5.1/questions.yaml b/stable/ecodms/5.7.1/questions.yaml similarity index 100% rename from stable/ecodms/5.5.1/questions.yaml rename to stable/ecodms/5.7.1/questions.yaml diff --git a/stable/ecodms/5.5.1/templates/common.yaml b/stable/ecodms/5.7.1/templates/common.yaml similarity index 100% rename from stable/ecodms/5.5.1/templates/common.yaml rename to stable/ecodms/5.7.1/templates/common.yaml diff --git a/stable/emulatorjs/9.5.1/values.yaml b/stable/ecodms/5.7.1/values.yaml similarity index 100% rename from stable/emulatorjs/9.5.1/values.yaml rename to stable/ecodms/5.7.1/values.yaml diff --git a/stable/electrum/5.5.1/CHANGELOG.md b/stable/electrum/5.5.1/CHANGELOG.md deleted file mode 100644 index df9a328419a..00000000000 --- a/stable/electrum/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [electrum-5.5.1](https://github.com/truecharts/charts/compare/electrum-5.5.0...electrum-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [electrum-5.5.0](https://github.com/truecharts/charts/compare/electrum-5.4.1...electrum-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [electrum-5.4.1](https://github.com/truecharts/charts/compare/electrum-5.4.0...electrum-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [electrum-5.4.0](https://github.com/truecharts/charts/compare/electrum-5.3.0...electrum-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [electrum-5.3.0](https://github.com/truecharts/charts/compare/electrum-5.2.3...electrum-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [electrum-5.2.3](https://github.com/truecharts/charts/compare/electrum-5.2.2...electrum-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [electrum-5.2.2](https://github.com/truecharts/charts/compare/electrum-5.2.0...electrum-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [electrum-4.1.13](https://github.com/truecharts/charts/compare/electrum-4.1.12...electrum-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [electrum-4.1.12](https://github.com/truecharts/charts/compare/electrum-4.1.11...electrum-4.1.12) (2024-01-29) - -### Chore - - - -- update container image ich777/electrum to latest[@e724345](https://github.com/e724345) by renovate ([#17632](https://github.com/truecharts/charts/issues/17632)) diff --git a/stable/electrum/5.5.1/Chart.yaml b/stable/electrum/5.5.1/Chart.yaml deleted file mode 100644 index f157f501248..00000000000 --- a/stable/electrum/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/electrum/5.5.1/charts/common-20.0.8.tgz b/stable/electrum/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/electrum/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/endlessh/9.5.1/.helmignore b/stable/electrum/5.7.1/.helmignore similarity index 100% rename from stable/endlessh/9.5.1/.helmignore rename to stable/electrum/5.7.1/.helmignore diff --git a/stable/electrum/5.7.1/CHANGELOG.md b/stable/electrum/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a25e25ff014 --- /dev/null +++ b/stable/electrum/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [electrum-5.7.1](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/electrum/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0ea05a49609 --- /dev/null +++ b/stable/electrum/5.7.1/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.2 + 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.1 diff --git a/stable/electrum/5.5.1/README.md b/stable/electrum/5.7.1/README.md similarity index 100% rename from stable/electrum/5.5.1/README.md rename to stable/electrum/5.7.1/README.md diff --git a/stable/electrum/5.7.1/app-changelog.md b/stable/electrum/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bcd69cd1e37 --- /dev/null +++ b/stable/electrum/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [electrum-5.7.1](https://github.com/truecharts/charts/compare/electrum-5.6.0...electrum-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/electrum/5.7.1/app-readme.md similarity index 100% rename from stable/electrum/5.5.1/app-readme.md rename to stable/electrum/5.7.1/app-readme.md diff --git a/stable/electrum/5.7.1/charts/common-20.2.2.tgz b/stable/electrum/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/electrum/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/electrum/5.5.1/ix_values.yaml b/stable/electrum/5.7.1/ix_values.yaml similarity index 100% rename from stable/electrum/5.5.1/ix_values.yaml rename to stable/electrum/5.7.1/ix_values.yaml diff --git a/stable/electrum/5.5.1/questions.yaml b/stable/electrum/5.7.1/questions.yaml similarity index 100% rename from stable/electrum/5.5.1/questions.yaml rename to stable/electrum/5.7.1/questions.yaml diff --git a/stable/electrum/5.5.1/templates/common.yaml b/stable/electrum/5.7.1/templates/common.yaml similarity index 100% rename from stable/electrum/5.5.1/templates/common.yaml rename to stable/electrum/5.7.1/templates/common.yaml diff --git a/stable/endlessh/9.5.1/values.yaml b/stable/electrum/5.7.1/values.yaml similarity index 100% rename from stable/endlessh/9.5.1/values.yaml rename to stable/electrum/5.7.1/values.yaml diff --git a/stable/emby-sync/5.5.1/CHANGELOG.md b/stable/emby-sync/5.5.1/CHANGELOG.md deleted file mode 100644 index 9dd1f64c03d..00000000000 --- a/stable/emby-sync/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emby-sync-5.5.1](https://github.com/truecharts/charts/compare/emby-sync-5.5.0...emby-sync-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [emby-sync-5.5.0](https://github.com/truecharts/charts/compare/emby-sync-5.4.1...emby-sync-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [emby-sync-5.4.1](https://github.com/truecharts/charts/compare/emby-sync-5.4.0...emby-sync-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [emby-sync-5.4.0](https://github.com/truecharts/charts/compare/emby-sync-5.3.0...emby-sync-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [emby-sync-5.3.0](https://github.com/truecharts/charts/compare/emby-sync-5.2.3...emby-sync-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [emby-sync-5.2.3](https://github.com/truecharts/charts/compare/emby-sync-5.2.2...emby-sync-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [emby-sync-5.2.2](https://github.com/truecharts/charts/compare/emby-sync-5.2.0...emby-sync-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [emby-sync-4.1.12](https://github.com/truecharts/charts/compare/emby-sync-4.1.11...emby-sync-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [emby-sync-4.1.11](https://github.com/truecharts/charts/compare/emby-sync-4.1.10...emby-sync-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/emby-sync/5.5.1/Chart.yaml b/stable/emby-sync/5.5.1/Chart.yaml deleted file mode 100644 index c4b47aefb02..00000000000 --- a/stable/emby-sync/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/emby-sync/5.5.1/charts/common-20.0.8.tgz b/stable/emby-sync/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/emby-sync/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ersatztv/3.5.1/.helmignore b/stable/emby-sync/5.7.1/.helmignore similarity index 100% rename from stable/ersatztv/3.5.1/.helmignore rename to stable/emby-sync/5.7.1/.helmignore diff --git a/stable/emby-sync/5.7.1/CHANGELOG.md b/stable/emby-sync/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..859f0d2d939 --- /dev/null +++ b/stable/emby-sync/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-sync-5.7.1](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/emby-sync/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4315f528445 --- /dev/null +++ b/stable/emby-sync/5.7.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: 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.2 + 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.1 diff --git a/stable/emby-sync/5.5.1/README.md b/stable/emby-sync/5.7.1/README.md similarity index 100% rename from stable/emby-sync/5.5.1/README.md rename to stable/emby-sync/5.7.1/README.md diff --git a/stable/emby-sync/5.7.1/app-changelog.md b/stable/emby-sync/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b34d968ef70 --- /dev/null +++ b/stable/emby-sync/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [emby-sync-5.7.1](https://github.com/truecharts/charts/compare/emby-sync-5.6.0...emby-sync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/emby-sync/5.7.1/app-readme.md similarity index 100% rename from stable/emby-sync/5.5.1/app-readme.md rename to stable/emby-sync/5.7.1/app-readme.md diff --git a/stable/emby-sync/5.7.1/charts/common-20.2.2.tgz b/stable/emby-sync/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/emby-sync/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/emby-sync/5.5.1/ix_values.yaml b/stable/emby-sync/5.7.1/ix_values.yaml similarity index 100% rename from stable/emby-sync/5.5.1/ix_values.yaml rename to stable/emby-sync/5.7.1/ix_values.yaml diff --git a/stable/emby-sync/5.5.1/questions.yaml b/stable/emby-sync/5.7.1/questions.yaml similarity index 100% rename from stable/emby-sync/5.5.1/questions.yaml rename to stable/emby-sync/5.7.1/questions.yaml diff --git a/stable/emby-sync/5.5.1/templates/common.yaml b/stable/emby-sync/5.7.1/templates/common.yaml similarity index 100% rename from stable/emby-sync/5.5.1/templates/common.yaml rename to stable/emby-sync/5.7.1/templates/common.yaml diff --git a/stable/ersatztv/3.5.1/values.yaml b/stable/emby-sync/5.7.1/values.yaml similarity index 100% rename from stable/ersatztv/3.5.1/values.yaml rename to stable/emby-sync/5.7.1/values.yaml diff --git a/stable/emby/18.5.1/CHANGELOG.md b/stable/emby/18.5.1/CHANGELOG.md deleted file mode 100644 index 064e11892aa..00000000000 --- a/stable/emby/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emby-18.5.1](https://github.com/truecharts/charts/compare/emby-18.5.0...emby-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [emby-18.5.0](https://github.com/truecharts/charts/compare/emby-18.4.1...emby-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [emby-18.4.1](https://github.com/truecharts/charts/compare/emby-18.4.0...emby-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [emby-18.4.0](https://github.com/truecharts/charts/compare/emby-18.3.0...emby-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [emby-18.3.0](https://github.com/truecharts/charts/compare/emby-18.2.4...emby-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [emby-18.2.4](https://github.com/truecharts/charts/compare/emby-18.2.3...emby-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [emby-18.2.3](https://github.com/truecharts/charts/compare/emby-18.2.1...emby-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [emby-17.2.1](https://github.com/truecharts/charts/compare/emby-17.2.0...emby-17.2.1) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/geek-cookbook/emby to v4.8.1.0[@dad91c6](https://github.com/dad91c6) by renovate ([#18132](https://github.com/truecharts/charts/issues/18132)) - - -## [emby-17.2.0](https://github.com/truecharts/charts/compare/emby-17.1.13...emby-17.2.0) (2024-02-05) - -### Chore - - diff --git a/stable/emby/18.5.1/Chart.yaml b/stable/emby/18.5.1/Chart.yaml deleted file mode 100644 index 199121443da..00000000000 --- a/stable/emby/18.5.1/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.0.8 - 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.5.1 diff --git a/stable/emby/18.5.1/charts/common-20.0.8.tgz b/stable/emby/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/emby/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/esphome/19.5.1/.helmignore b/stable/emby/18.7.1/.helmignore similarity index 100% rename from stable/esphome/19.5.1/.helmignore rename to stable/emby/18.7.1/.helmignore diff --git a/stable/emby/18.7.1/CHANGELOG.md b/stable/emby/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9cf2777c96c --- /dev/null +++ b/stable/emby/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emby-18.7.1](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/emby/18.7.1/Chart.yaml new file mode 100644 index 00000000000..2f903f0c309 --- /dev/null +++ b/stable/emby/18.7.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: 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.2 + 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.1 diff --git a/stable/emby/18.5.1/README.md b/stable/emby/18.7.1/README.md similarity index 100% rename from stable/emby/18.5.1/README.md rename to stable/emby/18.7.1/README.md diff --git a/stable/emby/18.7.1/app-changelog.md b/stable/emby/18.7.1/app-changelog.md new file mode 100644 index 00000000000..d1cafa05ea5 --- /dev/null +++ b/stable/emby/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [emby-18.7.1](https://github.com/truecharts/charts/compare/emby-18.6.0...emby-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/emby/18.7.1/app-readme.md similarity index 100% rename from stable/emby/18.5.1/app-readme.md rename to stable/emby/18.7.1/app-readme.md diff --git a/stable/emby/18.7.1/charts/common-20.2.2.tgz b/stable/emby/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/emby/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/emby/18.5.1/ix_values.yaml b/stable/emby/18.7.1/ix_values.yaml similarity index 100% rename from stable/emby/18.5.1/ix_values.yaml rename to stable/emby/18.7.1/ix_values.yaml diff --git a/stable/emby/18.5.1/questions.yaml b/stable/emby/18.7.1/questions.yaml similarity index 100% rename from stable/emby/18.5.1/questions.yaml rename to stable/emby/18.7.1/questions.yaml diff --git a/stable/etherpad/16.5.1/templates/NOTES.txt b/stable/emby/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/etherpad/16.5.1/templates/NOTES.txt rename to stable/emby/18.7.1/templates/NOTES.txt diff --git a/stable/embystat/9.5.1/templates/common.yaml b/stable/emby/18.7.1/templates/common.yaml similarity index 100% rename from stable/embystat/9.5.1/templates/common.yaml rename to stable/emby/18.7.1/templates/common.yaml diff --git a/stable/esphome/19.5.1/values.yaml b/stable/emby/18.7.1/values.yaml similarity index 100% rename from stable/esphome/19.5.1/values.yaml rename to stable/emby/18.7.1/values.yaml diff --git a/stable/embystat/9.5.1/CHANGELOG.md b/stable/embystat/9.5.1/CHANGELOG.md deleted file mode 100644 index 09813d495d8..00000000000 --- a/stable/embystat/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [embystat-9.5.1](https://github.com/truecharts/charts/compare/embystat-9.5.0...embystat-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [embystat-9.5.0](https://github.com/truecharts/charts/compare/embystat-9.4.1...embystat-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [embystat-9.4.1](https://github.com/truecharts/charts/compare/embystat-9.4.0...embystat-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [embystat-9.4.0](https://github.com/truecharts/charts/compare/embystat-9.3.0...embystat-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [embystat-9.3.0](https://github.com/truecharts/charts/compare/embystat-9.2.3...embystat-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [embystat-9.2.3](https://github.com/truecharts/charts/compare/embystat-9.2.2...embystat-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [embystat-9.2.2](https://github.com/truecharts/charts/compare/embystat-9.2.0...embystat-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [embystat-8.1.12](https://github.com/truecharts/charts/compare/embystat-8.1.11...embystat-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [embystat-8.1.11](https://github.com/truecharts/charts/compare/embystat-8.1.10...embystat-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/embystat/9.5.1/Chart.yaml b/stable/embystat/9.5.1/Chart.yaml deleted file mode 100644 index 2c18201adf7..00000000000 --- a/stable/embystat/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/embystat/9.5.1/charts/common-20.0.8.tgz b/stable/embystat/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/embystat/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/etesync/9.5.4/.helmignore b/stable/embystat/9.7.1/.helmignore similarity index 100% rename from stable/etesync/9.5.4/.helmignore rename to stable/embystat/9.7.1/.helmignore diff --git a/stable/embystat/9.7.1/CHANGELOG.md b/stable/embystat/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..45180c6805d --- /dev/null +++ b/stable/embystat/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [embystat-9.7.1](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/embystat/9.7.1/Chart.yaml new file mode 100644 index 00000000000..ae6a4677e21 --- /dev/null +++ b/stable/embystat/9.7.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: 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.2 + 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.1 diff --git a/stable/embystat/9.5.1/README.md b/stable/embystat/9.7.1/README.md similarity index 100% rename from stable/embystat/9.5.1/README.md rename to stable/embystat/9.7.1/README.md diff --git a/stable/embystat/9.7.1/app-changelog.md b/stable/embystat/9.7.1/app-changelog.md new file mode 100644 index 00000000000..0b1eaad51a7 --- /dev/null +++ b/stable/embystat/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [embystat-9.7.1](https://github.com/truecharts/charts/compare/embystat-9.6.0...embystat-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/embystat/9.7.1/app-readme.md similarity index 100% rename from stable/embystat/9.5.1/app-readme.md rename to stable/embystat/9.7.1/app-readme.md diff --git a/stable/embystat/9.7.1/charts/common-20.2.2.tgz b/stable/embystat/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/embystat/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/embystat/9.5.1/ix_values.yaml b/stable/embystat/9.7.1/ix_values.yaml similarity index 100% rename from stable/embystat/9.5.1/ix_values.yaml rename to stable/embystat/9.7.1/ix_values.yaml diff --git a/stable/embystat/9.5.1/questions.yaml b/stable/embystat/9.7.1/questions.yaml similarity index 100% rename from stable/embystat/9.5.1/questions.yaml rename to stable/embystat/9.7.1/questions.yaml diff --git a/stable/external-dns/4.5.1/templates/NOTES.txt b/stable/embystat/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/external-dns/4.5.1/templates/NOTES.txt rename to stable/embystat/9.7.1/templates/NOTES.txt diff --git a/stable/emulatorjs/9.5.1/templates/common.yaml b/stable/embystat/9.7.1/templates/common.yaml similarity index 100% rename from stable/emulatorjs/9.5.1/templates/common.yaml rename to stable/embystat/9.7.1/templates/common.yaml diff --git a/stable/etesync/9.5.4/values.yaml b/stable/embystat/9.7.1/values.yaml similarity index 100% rename from stable/etesync/9.5.4/values.yaml rename to stable/embystat/9.7.1/values.yaml diff --git a/stable/emulatorjs/9.5.1/CHANGELOG.md b/stable/emulatorjs/9.5.1/CHANGELOG.md deleted file mode 100644 index e9a534c6225..00000000000 --- a/stable/emulatorjs/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [emulatorjs-9.5.1](https://github.com/truecharts/charts/compare/emulatorjs-9.5.0...emulatorjs-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [emulatorjs-9.5.0](https://github.com/truecharts/charts/compare/emulatorjs-9.4.2...emulatorjs-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [emulatorjs-9.4.2](https://github.com/truecharts/charts/compare/emulatorjs-9.4.1...emulatorjs-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/emulatorjs to 1.8.8[@2392b6c](https://github.com/2392b6c) by renovate ([#18997](https://github.com/truecharts/charts/issues/18997)) - - -## [emulatorjs-9.4.1](https://github.com/truecharts/charts/compare/emulatorjs-9.4.0...emulatorjs-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [emulatorjs-9.4.0](https://github.com/truecharts/charts/compare/emulatorjs-9.3.0...emulatorjs-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [emulatorjs-9.3.0](https://github.com/truecharts/charts/compare/emulatorjs-9.2.4...emulatorjs-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [emulatorjs-9.2.4](https://github.com/truecharts/charts/compare/emulatorjs-9.2.3...emulatorjs-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [emulatorjs-9.2.3](https://github.com/truecharts/charts/compare/emulatorjs-9.2.1...emulatorjs-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/emulatorjs/9.5.1/Chart.yaml b/stable/emulatorjs/9.5.1/Chart.yaml deleted file mode 100644 index d4b3b2f6546..00000000000 --- a/stable/emulatorjs/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/emulatorjs/9.5.1/charts/common-20.0.8.tgz b/stable/emulatorjs/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/emulatorjs/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ethercalc/5.5.1/.helmignore b/stable/emulatorjs/9.7.1/.helmignore similarity index 100% rename from stable/ethercalc/5.5.1/.helmignore rename to stable/emulatorjs/9.7.1/.helmignore diff --git a/stable/emulatorjs/9.7.1/CHANGELOG.md b/stable/emulatorjs/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..87100828373 --- /dev/null +++ b/stable/emulatorjs/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [emulatorjs-9.7.1](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/emulatorjs/9.7.1/Chart.yaml new file mode 100644 index 00000000000..6a1641639b6 --- /dev/null +++ b/stable/emulatorjs/9.7.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: 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.2 + 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.1 diff --git a/stable/emulatorjs/9.5.1/README.md b/stable/emulatorjs/9.7.1/README.md similarity index 100% rename from stable/emulatorjs/9.5.1/README.md rename to stable/emulatorjs/9.7.1/README.md diff --git a/stable/emulatorjs/9.7.1/app-changelog.md b/stable/emulatorjs/9.7.1/app-changelog.md new file mode 100644 index 00000000000..35a21cfb492 --- /dev/null +++ b/stable/emulatorjs/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [emulatorjs-9.7.1](https://github.com/truecharts/charts/compare/emulatorjs-9.6.0...emulatorjs-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/emulatorjs/9.7.1/app-readme.md similarity index 100% rename from stable/emulatorjs/9.5.1/app-readme.md rename to stable/emulatorjs/9.7.1/app-readme.md diff --git a/stable/emulatorjs/9.7.1/charts/common-20.2.2.tgz b/stable/emulatorjs/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/emulatorjs/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/emulatorjs/9.5.1/ix_values.yaml b/stable/emulatorjs/9.7.1/ix_values.yaml similarity index 100% rename from stable/emulatorjs/9.5.1/ix_values.yaml rename to stable/emulatorjs/9.7.1/ix_values.yaml diff --git a/stable/emulatorjs/9.5.1/questions.yaml b/stable/emulatorjs/9.7.1/questions.yaml similarity index 100% rename from stable/emulatorjs/9.5.1/questions.yaml rename to stable/emulatorjs/9.7.1/questions.yaml diff --git a/stable/external-service/13.5.1/templates/NOTES.txt b/stable/emulatorjs/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/external-service/13.5.1/templates/NOTES.txt rename to stable/emulatorjs/9.7.1/templates/NOTES.txt diff --git a/stable/endlessh/9.5.1/templates/common.yaml b/stable/emulatorjs/9.7.1/templates/common.yaml similarity index 100% rename from stable/endlessh/9.5.1/templates/common.yaml rename to stable/emulatorjs/9.7.1/templates/common.yaml diff --git a/stable/ethercalc/5.5.1/values.yaml b/stable/emulatorjs/9.7.1/values.yaml similarity index 100% rename from stable/ethercalc/5.5.1/values.yaml rename to stable/emulatorjs/9.7.1/values.yaml diff --git a/stable/endlessh/9.5.1/CHANGELOG.md b/stable/endlessh/9.5.1/CHANGELOG.md deleted file mode 100644 index 641758ad5d1..00000000000 --- a/stable/endlessh/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [endlessh-9.5.1](https://github.com/truecharts/charts/compare/endlessh-9.5.0...endlessh-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [endlessh-9.5.0](https://github.com/truecharts/charts/compare/endlessh-9.4.1...endlessh-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [endlessh-9.4.1](https://github.com/truecharts/charts/compare/endlessh-9.4.0...endlessh-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [endlessh-9.4.0](https://github.com/truecharts/charts/compare/endlessh-9.3.0...endlessh-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [endlessh-9.3.0](https://github.com/truecharts/charts/compare/endlessh-9.2.3...endlessh-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [endlessh-9.2.3](https://github.com/truecharts/charts/compare/endlessh-9.2.2...endlessh-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [endlessh-9.2.2](https://github.com/truecharts/charts/compare/endlessh-9.2.0...endlessh-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [endlessh-8.1.12](https://github.com/truecharts/charts/compare/endlessh-8.1.11...endlessh-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [endlessh-8.1.11](https://github.com/truecharts/charts/compare/endlessh-8.1.10...endlessh-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/endlessh/9.5.1/Chart.yaml b/stable/endlessh/9.5.1/Chart.yaml deleted file mode 100644 index 07fc33230d5..00000000000 --- a/stable/endlessh/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/endlessh/9.5.1/charts/common-20.0.8.tgz b/stable/endlessh/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/endlessh/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/etherpad/16.5.1/.helmignore b/stable/endlessh/9.7.1/.helmignore similarity index 100% rename from stable/etherpad/16.5.1/.helmignore rename to stable/endlessh/9.7.1/.helmignore diff --git a/stable/endlessh/9.7.1/CHANGELOG.md b/stable/endlessh/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..da665aaf6a2 --- /dev/null +++ b/stable/endlessh/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [endlessh-9.7.1](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/endlessh/9.7.1/Chart.yaml new file mode 100644 index 00000000000..15d439ea5a3 --- /dev/null +++ b/stable/endlessh/9.7.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: 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.2 + 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.1 diff --git a/stable/endlessh/9.5.1/README.md b/stable/endlessh/9.7.1/README.md similarity index 100% rename from stable/endlessh/9.5.1/README.md rename to stable/endlessh/9.7.1/README.md diff --git a/stable/endlessh/9.7.1/app-changelog.md b/stable/endlessh/9.7.1/app-changelog.md new file mode 100644 index 00000000000..a02e58f27eb --- /dev/null +++ b/stable/endlessh/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [endlessh-9.7.1](https://github.com/truecharts/charts/compare/endlessh-9.6.0...endlessh-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/endlessh/9.7.1/app-readme.md similarity index 100% rename from stable/endlessh/9.5.1/app-readme.md rename to stable/endlessh/9.7.1/app-readme.md diff --git a/stable/endlessh/9.7.1/charts/common-20.2.2.tgz b/stable/endlessh/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/endlessh/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/endlessh/9.5.1/ix_values.yaml b/stable/endlessh/9.7.1/ix_values.yaml similarity index 100% rename from stable/endlessh/9.5.1/ix_values.yaml rename to stable/endlessh/9.7.1/ix_values.yaml diff --git a/stable/endlessh/9.5.1/questions.yaml b/stable/endlessh/9.7.1/questions.yaml similarity index 100% rename from stable/endlessh/9.5.1/questions.yaml rename to stable/endlessh/9.7.1/questions.yaml diff --git a/stable/fabulinus/2.5.1/templates/NOTES.txt b/stable/endlessh/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/fabulinus/2.5.1/templates/NOTES.txt rename to stable/endlessh/9.7.1/templates/NOTES.txt diff --git a/stable/ersatztv/3.5.1/templates/common.yaml b/stable/endlessh/9.7.1/templates/common.yaml similarity index 100% rename from stable/ersatztv/3.5.1/templates/common.yaml rename to stable/endlessh/9.7.1/templates/common.yaml diff --git a/stable/etherpad/16.5.1/values.yaml b/stable/endlessh/9.7.1/values.yaml similarity index 100% rename from stable/etherpad/16.5.1/values.yaml rename to stable/endlessh/9.7.1/values.yaml diff --git a/stable/ersatztv/3.5.1/CHANGELOG.md b/stable/ersatztv/3.5.1/CHANGELOG.md deleted file mode 100644 index 971dfed4ee5..00000000000 --- a/stable/ersatztv/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ersatztv-3.5.1](https://github.com/truecharts/charts/compare/ersatztv-3.5.0...ersatztv-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ersatztv-3.5.0](https://github.com/truecharts/charts/compare/ersatztv-3.4.1...ersatztv-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ersatztv-3.4.1](https://github.com/truecharts/charts/compare/ersatztv-3.4.0...ersatztv-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ersatztv-3.4.0](https://github.com/truecharts/charts/compare/ersatztv-3.3.0...ersatztv-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ersatztv-3.3.0](https://github.com/truecharts/charts/compare/ersatztv-3.2.3...ersatztv-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ersatztv-3.2.3](https://github.com/truecharts/charts/compare/ersatztv-3.2.2...ersatztv-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ersatztv-3.2.2](https://github.com/truecharts/charts/compare/ersatztv-3.2.0...ersatztv-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ersatztv-2.1.15](https://github.com/truecharts/charts/compare/ersatztv-2.1.12...ersatztv-2.1.15) (2024-02-05) - -### Chore - - - -- update container image jasongdove/ersatztv to v0.8.5 by renovate ([#17920](https://github.com/truecharts/charts/issues/17920)) - - -## [ersatztv-2.1.12](https://github.com/truecharts/charts/compare/ersatztv-2.1.11...ersatztv-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/ersatztv/3.5.1/Chart.yaml b/stable/ersatztv/3.5.1/Chart.yaml deleted file mode 100644 index c1eb1a01fb5..00000000000 --- a/stable/ersatztv/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ersatztv/3.5.1/charts/common-20.0.8.tgz b/stable/ersatztv/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ersatztv/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/explainshell/5.5.1/.helmignore b/stable/ersatztv/3.7.1/.helmignore similarity index 100% rename from stable/explainshell/5.5.1/.helmignore rename to stable/ersatztv/3.7.1/.helmignore diff --git a/stable/ersatztv/3.7.1/CHANGELOG.md b/stable/ersatztv/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3f6e7d0fc18 --- /dev/null +++ b/stable/ersatztv/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ersatztv-3.7.1](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ersatztv/3.7.1/Chart.yaml new file mode 100644 index 00000000000..136bad7fa10 --- /dev/null +++ b/stable/ersatztv/3.7.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: 0.8.5 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/ersatztv/3.5.1/README.md b/stable/ersatztv/3.7.1/README.md similarity index 100% rename from stable/ersatztv/3.5.1/README.md rename to stable/ersatztv/3.7.1/README.md diff --git a/stable/ersatztv/3.7.1/app-changelog.md b/stable/ersatztv/3.7.1/app-changelog.md new file mode 100644 index 00000000000..15434d32266 --- /dev/null +++ b/stable/ersatztv/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ersatztv-3.7.1](https://github.com/truecharts/charts/compare/ersatztv-3.6.0...ersatztv-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ersatztv/3.7.1/app-readme.md similarity index 100% rename from stable/ersatztv/3.5.1/app-readme.md rename to stable/ersatztv/3.7.1/app-readme.md diff --git a/stable/ersatztv/3.7.1/charts/common-20.2.2.tgz b/stable/ersatztv/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ersatztv/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ersatztv/3.5.1/ix_values.yaml b/stable/ersatztv/3.7.1/ix_values.yaml similarity index 100% rename from stable/ersatztv/3.5.1/ix_values.yaml rename to stable/ersatztv/3.7.1/ix_values.yaml diff --git a/stable/ersatztv/3.5.1/questions.yaml b/stable/ersatztv/3.7.1/questions.yaml similarity index 100% rename from stable/ersatztv/3.5.1/questions.yaml rename to stable/ersatztv/3.7.1/questions.yaml diff --git a/stable/esphome/19.5.1/templates/common.yaml b/stable/ersatztv/3.7.1/templates/common.yaml similarity index 100% rename from stable/esphome/19.5.1/templates/common.yaml rename to stable/ersatztv/3.7.1/templates/common.yaml diff --git a/stable/explainshell/5.5.1/values.yaml b/stable/ersatztv/3.7.1/values.yaml similarity index 100% rename from stable/explainshell/5.5.1/values.yaml rename to stable/ersatztv/3.7.1/values.yaml diff --git a/stable/esphome/19.5.1/CHANGELOG.md b/stable/esphome/19.5.1/CHANGELOG.md deleted file mode 100644 index 72024e33f49..00000000000 --- a/stable/esphome/19.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [esphome-19.5.1](https://github.com/truecharts/charts/compare/esphome-19.5.0...esphome-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [esphome-19.5.0](https://github.com/truecharts/charts/compare/esphome-19.4.2...esphome-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [esphome-19.4.2](https://github.com/truecharts/charts/compare/esphome-19.4.1...esphome-19.4.2) (2024-03-11) - -### Chore - - - -- update container image esphome/esphome to v2024.2.2[@abdd075](https://github.com/abdd075) by renovate ([#19060](https://github.com/truecharts/charts/issues/19060)) - - -## [esphome-19.4.1](https://github.com/truecharts/charts/compare/esphome-19.4.0...esphome-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [esphome-19.4.0](https://github.com/truecharts/charts/compare/esphome-19.3.0...esphome-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [esphome-19.3.0](https://github.com/truecharts/charts/compare/esphome-19.2.3...esphome-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [esphome-19.2.3](https://github.com/truecharts/charts/compare/esphome-19.2.2...esphome-19.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [esphome-19.2.2](https://github.com/truecharts/charts/compare/esphome-19.2.0...esphome-19.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [esphome-17.1.15](https://github.com/truecharts/charts/compare/esphome-17.1.14...esphome-17.1.15) (2024-02-03) - -### Chore - - diff --git a/stable/esphome/19.5.1/Chart.yaml b/stable/esphome/19.5.1/Chart.yaml deleted file mode 100644 index d71a023d81c..00000000000 --- a/stable/esphome/19.5.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: tools - 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.0.8 - 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.5.1 diff --git a/stable/esphome/19.5.1/charts/common-20.0.8.tgz b/stable/esphome/19.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/esphome/19.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/external-dns/4.5.1/.helmignore b/stable/esphome/19.7.1/.helmignore similarity index 100% rename from stable/external-dns/4.5.1/.helmignore rename to stable/esphome/19.7.1/.helmignore diff --git a/stable/esphome/19.7.1/CHANGELOG.md b/stable/esphome/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..661ca63e878 --- /dev/null +++ b/stable/esphome/19.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [esphome-19.7.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/esphome/19.7.1/Chart.yaml new file mode 100644 index 00000000000..c3d8b5fa5e9 --- /dev/null +++ b/stable/esphome/19.7.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: tools + 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.2 + 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.7.1 diff --git a/stable/esphome/19.5.1/README.md b/stable/esphome/19.7.1/README.md similarity index 100% rename from stable/esphome/19.5.1/README.md rename to stable/esphome/19.7.1/README.md diff --git a/stable/esphome/19.7.1/app-changelog.md b/stable/esphome/19.7.1/app-changelog.md new file mode 100644 index 00000000000..f87e2f98d43 --- /dev/null +++ b/stable/esphome/19.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [esphome-19.7.1](https://github.com/truecharts/charts/compare/esphome-19.6.0...esphome-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/esphome/19.7.1/app-readme.md similarity index 100% rename from stable/esphome/19.5.1/app-readme.md rename to stable/esphome/19.7.1/app-readme.md diff --git a/stable/esphome/19.7.1/charts/common-20.2.2.tgz b/stable/esphome/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/esphome/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/esphome/19.5.1/ix_values.yaml b/stable/esphome/19.7.1/ix_values.yaml similarity index 100% rename from stable/esphome/19.5.1/ix_values.yaml rename to stable/esphome/19.7.1/ix_values.yaml diff --git a/stable/esphome/19.5.1/questions.yaml b/stable/esphome/19.7.1/questions.yaml similarity index 100% rename from stable/esphome/19.5.1/questions.yaml rename to stable/esphome/19.7.1/questions.yaml diff --git a/stable/factorio/7.5.1/templates/NOTES.txt b/stable/esphome/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/factorio/7.5.1/templates/NOTES.txt rename to stable/esphome/19.7.1/templates/NOTES.txt diff --git a/stable/etherpad/16.5.1/templates/common.yaml b/stable/esphome/19.7.1/templates/common.yaml similarity index 100% rename from stable/etherpad/16.5.1/templates/common.yaml rename to stable/esphome/19.7.1/templates/common.yaml diff --git a/stable/external-dns/4.5.1/values.yaml b/stable/esphome/19.7.1/values.yaml similarity index 100% rename from stable/external-dns/4.5.1/values.yaml rename to stable/esphome/19.7.1/values.yaml diff --git a/stable/etesync/9.5.4/CHANGELOG.md b/stable/etesync/9.5.4/CHANGELOG.md deleted file mode 100644 index 3e166270905..00000000000 --- a/stable/etesync/9.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [etesync-9.5.4](https://github.com/truecharts/charts/compare/etesync-9.5.3...etesync-9.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [etesync-9.5.3](https://github.com/truecharts/charts/compare/etesync-9.5.2...etesync-9.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [etesync-9.5.2](https://github.com/truecharts/charts/compare/etesync-9.5.1...etesync-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [etesync-9.5.1](https://github.com/truecharts/charts/compare/etesync-9.5.0...etesync-9.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [etesync-9.5.0](https://github.com/truecharts/charts/compare/etesync-9.4.1...etesync-9.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [etesync-9.4.1](https://github.com/truecharts/charts/compare/etesync-9.4.0...etesync-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [etesync-9.4.0](https://github.com/truecharts/charts/compare/etesync-9.3.0...etesync-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [etesync-9.3.0](https://github.com/truecharts/charts/compare/etesync-9.2.3...etesync-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [etesync-9.2.3](https://github.com/truecharts/charts/compare/etesync-9.2.2...etesync-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [etesync-9.2.2](https://github.com/truecharts/charts/compare/etesync-9.2.0...etesync-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/etesync/9.5.4/Chart.yaml b/stable/etesync/9.5.4/Chart.yaml deleted file mode 100644 index 2ecd0dae34b..00000000000 --- a/stable/etesync/9.5.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/etesync/9.5.4/charts/common-20.0.9.tgz b/stable/etesync/9.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/etesync/9.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/etesync/9.5.4/charts/redis-13.0.3.tgz b/stable/etesync/9.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/etesync/9.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/external-ip/5.5.1/.helmignore b/stable/etesync/9.7.1/.helmignore similarity index 100% rename from stable/external-ip/5.5.1/.helmignore rename to stable/etesync/9.7.1/.helmignore diff --git a/stable/etesync/9.7.1/CHANGELOG.md b/stable/etesync/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c099c760cb8 --- /dev/null +++ b/stable/etesync/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etesync-9.7.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.0) (2024-03-16) + +### Chore + + + +- update container 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/etesync/9.7.1/Chart.yaml b/stable/etesync/9.7.1/Chart.yaml new file mode 100644 index 00000000000..c7661fffa04 --- /dev/null +++ b/stable/etesync/9.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/etesync/9.5.4/README.md b/stable/etesync/9.7.1/README.md similarity index 100% rename from stable/etesync/9.5.4/README.md rename to stable/etesync/9.7.1/README.md diff --git a/stable/etesync/9.7.1/app-changelog.md b/stable/etesync/9.7.1/app-changelog.md new file mode 100644 index 00000000000..e8c5d8fc188 --- /dev/null +++ b/stable/etesync/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [etesync-9.7.1](https://github.com/truecharts/charts/compare/etesync-9.6.0...etesync-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/etesync/9.7.1/app-readme.md similarity index 100% rename from stable/etesync/9.5.4/app-readme.md rename to stable/etesync/9.7.1/app-readme.md diff --git a/stable/etesync/9.7.1/charts/common-20.2.2.tgz b/stable/etesync/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/etesync/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/etesync/9.7.1/charts/redis-13.0.5.tgz b/stable/etesync/9.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/etesync/9.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/etesync/9.5.4/ix_values.yaml b/stable/etesync/9.7.1/ix_values.yaml similarity index 100% rename from stable/etesync/9.5.4/ix_values.yaml rename to stable/etesync/9.7.1/ix_values.yaml diff --git a/stable/etesync/9.5.4/questions.yaml b/stable/etesync/9.7.1/questions.yaml similarity index 100% rename from stable/etesync/9.5.4/questions.yaml rename to stable/etesync/9.7.1/questions.yaml diff --git a/stable/etesync/9.5.4/templates/_secret.tpl b/stable/etesync/9.7.1/templates/_secret.tpl similarity index 100% rename from stable/etesync/9.5.4/templates/_secret.tpl rename to stable/etesync/9.7.1/templates/_secret.tpl diff --git a/stable/etesync/9.5.4/templates/common.yaml b/stable/etesync/9.7.1/templates/common.yaml similarity index 100% rename from stable/etesync/9.5.4/templates/common.yaml rename to stable/etesync/9.7.1/templates/common.yaml diff --git a/stable/external-ip/5.5.1/values.yaml b/stable/etesync/9.7.1/values.yaml similarity index 100% rename from stable/external-ip/5.5.1/values.yaml rename to stable/etesync/9.7.1/values.yaml diff --git a/stable/ethercalc/5.5.1/CHANGELOG.md b/stable/ethercalc/5.5.1/CHANGELOG.md deleted file mode 100644 index 9fe516dcccc..00000000000 --- a/stable/ethercalc/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ethercalc-5.5.1](https://github.com/truecharts/charts/compare/ethercalc-5.5.0...ethercalc-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ethercalc-5.5.0](https://github.com/truecharts/charts/compare/ethercalc-5.4.1...ethercalc-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ethercalc-5.4.1](https://github.com/truecharts/charts/compare/ethercalc-5.4.0...ethercalc-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ethercalc-5.4.0](https://github.com/truecharts/charts/compare/ethercalc-5.3.0...ethercalc-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ethercalc-5.3.0](https://github.com/truecharts/charts/compare/ethercalc-5.2.3...ethercalc-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ethercalc-5.2.3](https://github.com/truecharts/charts/compare/ethercalc-5.2.2...ethercalc-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ethercalc-5.2.2](https://github.com/truecharts/charts/compare/ethercalc-5.2.0...ethercalc-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ethercalc-4.1.12](https://github.com/truecharts/charts/compare/ethercalc-4.1.11...ethercalc-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ethercalc-4.1.11](https://github.com/truecharts/charts/compare/ethercalc-4.1.10...ethercalc-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ethercalc/5.5.1/Chart.yaml b/stable/ethercalc/5.5.1/Chart.yaml deleted file mode 100644 index a9e5b3f8d56..00000000000 --- a/stable/ethercalc/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ethercalc/5.5.1/charts/common-20.0.8.tgz b/stable/ethercalc/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ethercalc/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/external-service/13.5.1/.helmignore b/stable/ethercalc/5.7.1/.helmignore similarity index 100% rename from stable/external-service/13.5.1/.helmignore rename to stable/ethercalc/5.7.1/.helmignore diff --git a/stable/ethercalc/5.7.1/CHANGELOG.md b/stable/ethercalc/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5c3cfe3df6b --- /dev/null +++ b/stable/ethercalc/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ethercalc-5.7.1](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ethercalc/5.7.1/Chart.yaml new file mode 100644 index 00000000000..44b5f793c8b --- /dev/null +++ b/stable/ethercalc/5.7.1/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.2 + 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.1 diff --git a/stable/ethercalc/5.5.1/README.md b/stable/ethercalc/5.7.1/README.md similarity index 100% rename from stable/ethercalc/5.5.1/README.md rename to stable/ethercalc/5.7.1/README.md diff --git a/stable/ethercalc/5.7.1/app-changelog.md b/stable/ethercalc/5.7.1/app-changelog.md new file mode 100644 index 00000000000..386a6bc5ae3 --- /dev/null +++ b/stable/ethercalc/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ethercalc-5.7.1](https://github.com/truecharts/charts/compare/ethercalc-5.6.0...ethercalc-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ethercalc/5.7.1/app-readme.md similarity index 100% rename from stable/ethercalc/5.5.1/app-readme.md rename to stable/ethercalc/5.7.1/app-readme.md diff --git a/stable/ethercalc/5.7.1/charts/common-20.2.2.tgz b/stable/ethercalc/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ethercalc/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ethercalc/5.5.1/ix_values.yaml b/stable/ethercalc/5.7.1/ix_values.yaml similarity index 100% rename from stable/ethercalc/5.5.1/ix_values.yaml rename to stable/ethercalc/5.7.1/ix_values.yaml diff --git a/stable/ethercalc/5.5.1/questions.yaml b/stable/ethercalc/5.7.1/questions.yaml similarity index 100% rename from stable/ethercalc/5.5.1/questions.yaml rename to stable/ethercalc/5.7.1/questions.yaml diff --git a/stable/ethercalc/5.5.1/templates/common.yaml b/stable/ethercalc/5.7.1/templates/common.yaml similarity index 100% rename from stable/ethercalc/5.5.1/templates/common.yaml rename to stable/ethercalc/5.7.1/templates/common.yaml diff --git a/stable/external-service/13.5.1/values.yaml b/stable/ethercalc/5.7.1/values.yaml similarity index 100% rename from stable/external-service/13.5.1/values.yaml rename to stable/ethercalc/5.7.1/values.yaml diff --git a/stable/etherpad/16.5.1/CHANGELOG.md b/stable/etherpad/16.5.1/CHANGELOG.md deleted file mode 100644 index b62d9d32ccd..00000000000 --- a/stable/etherpad/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [etherpad-16.5.1](https://github.com/truecharts/charts/compare/etherpad-16.5.0...etherpad-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [etherpad-16.5.0](https://github.com/truecharts/charts/compare/etherpad-16.4.1...etherpad-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [etherpad-16.4.1](https://github.com/truecharts/charts/compare/etherpad-16.4.0...etherpad-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [etherpad-16.4.0](https://github.com/truecharts/charts/compare/etherpad-16.3.0...etherpad-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [etherpad-16.3.0](https://github.com/truecharts/charts/compare/etherpad-16.2.3...etherpad-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [etherpad-16.2.3](https://github.com/truecharts/charts/compare/etherpad-16.2.2...etherpad-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [etherpad-16.2.2](https://github.com/truecharts/charts/compare/etherpad-16.2.0...etherpad-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [etherpad-15.1.12](https://github.com/truecharts/charts/compare/etherpad-15.1.11...etherpad-15.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [etherpad-15.1.11](https://github.com/truecharts/charts/compare/etherpad-15.1.10...etherpad-15.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/etherpad/16.5.1/Chart.yaml b/stable/etherpad/16.5.1/Chart.yaml deleted file mode 100644 index c13c2581c81..00000000000 --- a/stable/etherpad/16.5.1/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.0.8 - 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.5.1 diff --git a/stable/etherpad/16.5.1/charts/common-20.0.8.tgz b/stable/etherpad/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/etherpad/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fabulinus/2.5.1/.helmignore b/stable/etherpad/16.7.1/.helmignore similarity index 100% rename from stable/fabulinus/2.5.1/.helmignore rename to stable/etherpad/16.7.1/.helmignore diff --git a/stable/etherpad/16.7.1/CHANGELOG.md b/stable/etherpad/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2072ea8e6d3 --- /dev/null +++ b/stable/etherpad/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [etherpad-16.7.1](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/etherpad/16.7.1/Chart.yaml new file mode 100644 index 00000000000..10b24c06f65 --- /dev/null +++ b/stable/etherpad/16.7.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.8.14 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/etherpad/16.5.1/README.md b/stable/etherpad/16.7.1/README.md similarity index 100% rename from stable/etherpad/16.5.1/README.md rename to stable/etherpad/16.7.1/README.md diff --git a/stable/etherpad/16.7.1/app-changelog.md b/stable/etherpad/16.7.1/app-changelog.md new file mode 100644 index 00000000000..16ec05a802e --- /dev/null +++ b/stable/etherpad/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [etherpad-16.7.1](https://github.com/truecharts/charts/compare/etherpad-16.6.0...etherpad-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/etherpad/16.7.1/app-readme.md similarity index 100% rename from stable/etherpad/16.5.1/app-readme.md rename to stable/etherpad/16.7.1/app-readme.md diff --git a/stable/etherpad/16.7.1/charts/common-20.2.2.tgz b/stable/etherpad/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/etherpad/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/etherpad/16.5.1/ix_values.yaml b/stable/etherpad/16.7.1/ix_values.yaml similarity index 100% rename from stable/etherpad/16.5.1/ix_values.yaml rename to stable/etherpad/16.7.1/ix_values.yaml diff --git a/stable/etherpad/16.5.1/questions.yaml b/stable/etherpad/16.7.1/questions.yaml similarity index 100% rename from stable/etherpad/16.5.1/questions.yaml rename to stable/etherpad/16.7.1/questions.yaml diff --git a/stable/ferdi-server/11.5.1/templates/NOTES.txt b/stable/etherpad/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/ferdi-server/11.5.1/templates/NOTES.txt rename to stable/etherpad/16.7.1/templates/NOTES.txt diff --git a/stable/external-service/13.5.1/templates/common.yaml b/stable/etherpad/16.7.1/templates/common.yaml similarity index 100% rename from stable/external-service/13.5.1/templates/common.yaml rename to stable/etherpad/16.7.1/templates/common.yaml diff --git a/stable/fabulinus/2.5.1/values.yaml b/stable/etherpad/16.7.1/values.yaml similarity index 100% rename from stable/fabulinus/2.5.1/values.yaml rename to stable/etherpad/16.7.1/values.yaml diff --git a/stable/explainshell/5.5.1/CHANGELOG.md b/stable/explainshell/5.5.1/CHANGELOG.md deleted file mode 100644 index e715a271a99..00000000000 --- a/stable/explainshell/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [explainshell-5.5.1](https://github.com/truecharts/charts/compare/explainshell-5.5.0...explainshell-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [explainshell-5.5.0](https://github.com/truecharts/charts/compare/explainshell-5.4.1...explainshell-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [explainshell-5.4.1](https://github.com/truecharts/charts/compare/explainshell-5.4.0...explainshell-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [explainshell-5.4.0](https://github.com/truecharts/charts/compare/explainshell-5.3.0...explainshell-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [explainshell-5.3.0](https://github.com/truecharts/charts/compare/explainshell-5.2.3...explainshell-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [explainshell-5.2.3](https://github.com/truecharts/charts/compare/explainshell-5.2.2...explainshell-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [explainshell-5.2.2](https://github.com/truecharts/charts/compare/explainshell-5.2.0...explainshell-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [explainshell-4.1.12](https://github.com/truecharts/charts/compare/explainshell-4.1.11...explainshell-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [explainshell-4.1.11](https://github.com/truecharts/charts/compare/explainshell-4.1.10...explainshell-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/explainshell/5.5.1/Chart.yaml b/stable/explainshell/5.5.1/Chart.yaml deleted file mode 100644 index 82495b49c51..00000000000 --- a/stable/explainshell/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/explainshell/5.5.1/charts/common-20.0.8.tgz b/stable/explainshell/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/explainshell/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/factorio/7.5.1/.helmignore b/stable/explainshell/5.7.1/.helmignore similarity index 100% rename from stable/factorio/7.5.1/.helmignore rename to stable/explainshell/5.7.1/.helmignore diff --git a/stable/explainshell/5.7.1/CHANGELOG.md b/stable/explainshell/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f35a99d41ca --- /dev/null +++ b/stable/explainshell/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [explainshell-5.7.1](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/explainshell/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b29794e49ae --- /dev/null +++ b/stable/explainshell/5.7.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: 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.2 + 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.1 diff --git a/stable/explainshell/5.5.1/README.md b/stable/explainshell/5.7.1/README.md similarity index 100% rename from stable/explainshell/5.5.1/README.md rename to stable/explainshell/5.7.1/README.md diff --git a/stable/explainshell/5.7.1/app-changelog.md b/stable/explainshell/5.7.1/app-changelog.md new file mode 100644 index 00000000000..09a9f4bd30a --- /dev/null +++ b/stable/explainshell/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [explainshell-5.7.1](https://github.com/truecharts/charts/compare/explainshell-5.6.0...explainshell-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/explainshell/5.7.1/app-readme.md similarity index 100% rename from stable/explainshell/5.5.1/app-readme.md rename to stable/explainshell/5.7.1/app-readme.md diff --git a/stable/explainshell/5.7.1/charts/common-20.2.2.tgz b/stable/explainshell/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/explainshell/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/explainshell/5.5.1/ix_values.yaml b/stable/explainshell/5.7.1/ix_values.yaml similarity index 100% rename from stable/explainshell/5.5.1/ix_values.yaml rename to stable/explainshell/5.7.1/ix_values.yaml diff --git a/stable/explainshell/5.5.1/questions.yaml b/stable/explainshell/5.7.1/questions.yaml similarity index 100% rename from stable/explainshell/5.5.1/questions.yaml rename to stable/explainshell/5.7.1/questions.yaml diff --git a/stable/explainshell/5.5.1/templates/common.yaml b/stable/explainshell/5.7.1/templates/common.yaml similarity index 100% rename from stable/explainshell/5.5.1/templates/common.yaml rename to stable/explainshell/5.7.1/templates/common.yaml diff --git a/stable/factorio/7.5.1/values.yaml b/stable/explainshell/5.7.1/values.yaml similarity index 100% rename from stable/factorio/7.5.1/values.yaml rename to stable/explainshell/5.7.1/values.yaml diff --git a/stable/external-dns/4.5.1/CHANGELOG.md b/stable/external-dns/4.5.1/CHANGELOG.md deleted file mode 100644 index 134ebb59986..00000000000 --- a/stable/external-dns/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-dns-4.5.1](https://github.com/truecharts/charts/compare/external-dns-4.5.0...external-dns-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [external-dns-4.5.0](https://github.com/truecharts/charts/compare/external-dns-4.4.1...external-dns-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [external-dns-4.4.1](https://github.com/truecharts/charts/compare/external-dns-4.4.0...external-dns-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [external-dns-4.4.0](https://github.com/truecharts/charts/compare/external-dns-4.3.0...external-dns-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [external-dns-4.3.0](https://github.com/truecharts/charts/compare/external-dns-4.2.3...external-dns-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [external-dns-4.2.3](https://github.com/truecharts/charts/compare/external-dns-4.2.2...external-dns-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [external-dns-4.2.2](https://github.com/truecharts/charts/compare/external-dns-4.2.0...external-dns-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [external-dns-3.1.12](https://github.com/truecharts/charts/compare/external-dns-3.1.11...external-dns-3.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-dns-3.1.11](https://github.com/truecharts/charts/compare/external-dns-3.1.10...external-dns-3.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/external-dns/4.5.1/Chart.yaml b/stable/external-dns/4.5.1/Chart.yaml deleted file mode 100644 index 0661b9caa7b..00000000000 --- a/stable/external-dns/4.5.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: networking - 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.0.8 - 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.5.1 diff --git a/stable/external-dns/4.5.1/charts/common-20.0.8.tgz b/stable/external-dns/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/external-dns/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/factorioservermanager/5.5.1/.helmignore b/stable/external-dns/4.7.1/.helmignore similarity index 100% rename from stable/factorioservermanager/5.5.1/.helmignore rename to stable/external-dns/4.7.1/.helmignore diff --git a/stable/external-dns/4.7.1/CHANGELOG.md b/stable/external-dns/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..33d56858b1a --- /dev/null +++ b/stable/external-dns/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-dns-4.7.1](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/external-dns/4.7.1/Chart.yaml new file mode 100644 index 00000000000..4aecad01fbf --- /dev/null +++ b/stable/external-dns/4.7.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: networking + 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.2 + 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.1 diff --git a/stable/external-dns/4.5.1/README.md b/stable/external-dns/4.7.1/README.md similarity index 100% rename from stable/external-dns/4.5.1/README.md rename to stable/external-dns/4.7.1/README.md diff --git a/stable/external-dns/4.7.1/app-changelog.md b/stable/external-dns/4.7.1/app-changelog.md new file mode 100644 index 00000000000..65041cb4fa9 --- /dev/null +++ b/stable/external-dns/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [external-dns-4.7.1](https://github.com/truecharts/charts/compare/external-dns-4.6.0...external-dns-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/external-dns/4.7.1/app-readme.md similarity index 100% rename from stable/external-dns/4.5.1/app-readme.md rename to stable/external-dns/4.7.1/app-readme.md diff --git a/stable/external-dns/4.7.1/charts/common-20.2.2.tgz b/stable/external-dns/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/external-dns/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/external-dns/4.5.1/ix_values.yaml b/stable/external-dns/4.7.1/ix_values.yaml similarity index 100% rename from stable/external-dns/4.5.1/ix_values.yaml rename to stable/external-dns/4.7.1/ix_values.yaml diff --git a/stable/external-dns/4.5.1/questions.yaml b/stable/external-dns/4.7.1/questions.yaml similarity index 100% rename from stable/external-dns/4.5.1/questions.yaml rename to stable/external-dns/4.7.1/questions.yaml diff --git a/stable/filebot/9.5.1/templates/NOTES.txt b/stable/external-dns/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/filebot/9.5.1/templates/NOTES.txt rename to stable/external-dns/4.7.1/templates/NOTES.txt diff --git a/stable/external-dns/4.5.1/templates/_args.tpl b/stable/external-dns/4.7.1/templates/_args.tpl similarity index 100% rename from stable/external-dns/4.5.1/templates/_args.tpl rename to stable/external-dns/4.7.1/templates/_args.tpl diff --git a/stable/external-dns/4.5.1/templates/common.yaml b/stable/external-dns/4.7.1/templates/common.yaml similarity index 100% rename from stable/external-dns/4.5.1/templates/common.yaml rename to stable/external-dns/4.7.1/templates/common.yaml diff --git a/stable/factorioservermanager/5.5.1/values.yaml b/stable/external-dns/4.7.1/values.yaml similarity index 100% rename from stable/factorioservermanager/5.5.1/values.yaml rename to stable/external-dns/4.7.1/values.yaml diff --git a/stable/external-ip/5.5.1/CHANGELOG.md b/stable/external-ip/5.5.1/CHANGELOG.md deleted file mode 100644 index 09acfb3d1a9..00000000000 --- a/stable/external-ip/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-ip-5.5.1](https://github.com/truecharts/charts/compare/external-ip-5.5.0...external-ip-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [external-ip-5.5.0](https://github.com/truecharts/charts/compare/external-ip-5.4.1...external-ip-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [external-ip-5.4.1](https://github.com/truecharts/charts/compare/external-ip-5.4.0...external-ip-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [external-ip-5.4.0](https://github.com/truecharts/charts/compare/external-ip-5.3.0...external-ip-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [external-ip-5.3.0](https://github.com/truecharts/charts/compare/external-ip-5.2.3...external-ip-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [external-ip-5.2.3](https://github.com/truecharts/charts/compare/external-ip-5.2.2...external-ip-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [external-ip-5.2.2](https://github.com/truecharts/charts/compare/external-ip-5.2.0...external-ip-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [external-ip-4.1.12](https://github.com/truecharts/charts/compare/external-ip-4.1.11...external-ip-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-ip-4.1.11](https://github.com/truecharts/charts/compare/external-ip-4.1.10...external-ip-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/external-ip/5.5.1/Chart.yaml b/stable/external-ip/5.5.1/Chart.yaml deleted file mode 100644 index d3c54a4c0a2..00000000000 --- a/stable/external-ip/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/external-ip/5.5.1/charts/common-20.0.8.tgz b/stable/external-ip/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/external-ip/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/farmos/5.5.1/.helmignore b/stable/external-ip/5.7.1/.helmignore similarity index 100% rename from stable/farmos/5.5.1/.helmignore rename to stable/external-ip/5.7.1/.helmignore diff --git a/stable/external-ip/5.7.1/CHANGELOG.md b/stable/external-ip/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1412064e1ae --- /dev/null +++ b/stable/external-ip/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-ip-5.7.1](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/external-ip/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6fb7055fa43 --- /dev/null +++ b/stable/external-ip/5.7.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: 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.2 + 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.1 diff --git a/stable/external-ip/5.5.1/README.md b/stable/external-ip/5.7.1/README.md similarity index 100% rename from stable/external-ip/5.5.1/README.md rename to stable/external-ip/5.7.1/README.md diff --git a/stable/external-ip/5.7.1/app-changelog.md b/stable/external-ip/5.7.1/app-changelog.md new file mode 100644 index 00000000000..437b85a6bd0 --- /dev/null +++ b/stable/external-ip/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [external-ip-5.7.1](https://github.com/truecharts/charts/compare/external-ip-5.6.0...external-ip-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/external-ip/5.7.1/app-readme.md similarity index 100% rename from stable/external-ip/5.5.1/app-readme.md rename to stable/external-ip/5.7.1/app-readme.md diff --git a/stable/external-ip/5.7.1/charts/common-20.2.2.tgz b/stable/external-ip/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/external-ip/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/external-ip/5.5.1/ix_values.yaml b/stable/external-ip/5.7.1/ix_values.yaml similarity index 100% rename from stable/external-ip/5.5.1/ix_values.yaml rename to stable/external-ip/5.7.1/ix_values.yaml diff --git a/stable/external-ip/5.5.1/questions.yaml b/stable/external-ip/5.7.1/questions.yaml similarity index 100% rename from stable/external-ip/5.5.1/questions.yaml rename to stable/external-ip/5.7.1/questions.yaml diff --git a/stable/external-ip/5.5.1/templates/common.yaml b/stable/external-ip/5.7.1/templates/common.yaml similarity index 100% rename from stable/external-ip/5.5.1/templates/common.yaml rename to stable/external-ip/5.7.1/templates/common.yaml diff --git a/stable/farmos/5.5.1/values.yaml b/stable/external-ip/5.7.1/values.yaml similarity index 100% rename from stable/farmos/5.5.1/values.yaml rename to stable/external-ip/5.7.1/values.yaml diff --git a/stable/external-service/13.5.1/CHANGELOG.md b/stable/external-service/13.5.1/CHANGELOG.md deleted file mode 100644 index d86f6dd9589..00000000000 --- a/stable/external-service/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [external-service-13.5.1](https://github.com/truecharts/charts/compare/external-service-13.5.0...external-service-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [external-service-13.5.0](https://github.com/truecharts/charts/compare/external-service-13.4.1...external-service-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [external-service-13.4.1](https://github.com/truecharts/charts/compare/external-service-13.4.0...external-service-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [external-service-13.4.0](https://github.com/truecharts/charts/compare/external-service-13.3.0...external-service-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [external-service-13.3.0](https://github.com/truecharts/charts/compare/external-service-13.2.3...external-service-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [external-service-13.2.3](https://github.com/truecharts/charts/compare/external-service-13.2.2...external-service-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [external-service-13.2.2](https://github.com/truecharts/charts/compare/external-service-13.2.0...external-service-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [external-service-12.1.13](https://github.com/truecharts/charts/compare/external-service-12.1.12...external-service-12.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [external-service-12.1.12](https://github.com/truecharts/charts/compare/external-service-12.1.11...external-service-12.1.12) (2024-01-29) - -### Chore - - - -- update container image alpine to v3.19.1[@c5b1261](https://github.com/c5b1261) by renovate ([#17660](https://github.com/truecharts/charts/issues/17660)) diff --git a/stable/external-service/13.5.1/Chart.yaml b/stable/external-service/13.5.1/Chart.yaml deleted file mode 100644 index 73e2f57d32c..00000000000 --- a/stable/external-service/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/external-service/13.5.1/charts/common-20.0.8.tgz b/stable/external-service/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/external-service/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fastcom-mqtt/5.5.1/.helmignore b/stable/external-service/13.7.1/.helmignore similarity index 100% rename from stable/fastcom-mqtt/5.5.1/.helmignore rename to stable/external-service/13.7.1/.helmignore diff --git a/stable/external-service/13.7.1/CHANGELOG.md b/stable/external-service/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..98846c3bdd2 --- /dev/null +++ b/stable/external-service/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [external-service-13.7.1](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/external-service/13.7.1/Chart.yaml new file mode 100644 index 00000000000..abc659f8137 --- /dev/null +++ b/stable/external-service/13.7.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: 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.2 + 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.1 diff --git a/stable/external-service/13.5.1/README.md b/stable/external-service/13.7.1/README.md similarity index 100% rename from stable/external-service/13.5.1/README.md rename to stable/external-service/13.7.1/README.md diff --git a/stable/external-service/13.7.1/app-changelog.md b/stable/external-service/13.7.1/app-changelog.md new file mode 100644 index 00000000000..9f699593eba --- /dev/null +++ b/stable/external-service/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [external-service-13.7.1](https://github.com/truecharts/charts/compare/external-service-13.6.0...external-service-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/external-service/13.7.1/app-readme.md similarity index 100% rename from stable/external-service/13.5.1/app-readme.md rename to stable/external-service/13.7.1/app-readme.md diff --git a/stable/external-service/13.7.1/charts/common-20.2.2.tgz b/stable/external-service/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/external-service/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/external-service/13.5.1/ix_values.yaml b/stable/external-service/13.7.1/ix_values.yaml similarity index 100% rename from stable/external-service/13.5.1/ix_values.yaml rename to stable/external-service/13.7.1/ix_values.yaml diff --git a/stable/external-service/13.5.1/questions.yaml b/stable/external-service/13.7.1/questions.yaml similarity index 100% rename from stable/external-service/13.5.1/questions.yaml rename to stable/external-service/13.7.1/questions.yaml diff --git a/stable/filebrowser/9.5.1/templates/NOTES.txt b/stable/external-service/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/filebrowser/9.5.1/templates/NOTES.txt rename to stable/external-service/13.7.1/templates/NOTES.txt diff --git a/stable/fabulinus/2.5.1/templates/common.yaml b/stable/external-service/13.7.1/templates/common.yaml similarity index 100% rename from stable/fabulinus/2.5.1/templates/common.yaml rename to stable/external-service/13.7.1/templates/common.yaml diff --git a/stable/fastcom-mqtt/5.5.1/values.yaml b/stable/external-service/13.7.1/values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.5.1/values.yaml rename to stable/external-service/13.7.1/values.yaml diff --git a/stable/fabulinus/2.5.1/CHANGELOG.md b/stable/fabulinus/2.5.1/CHANGELOG.md deleted file mode 100644 index 1f9f49dcad2..00000000000 --- a/stable/fabulinus/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,84 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fabulinus-2.5.1](https://github.com/truecharts/charts/compare/fabulinus-2.5.0...fabulinus-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fabulinus-2.5.0](https://github.com/truecharts/charts/compare/fabulinus-2.4.1...fabulinus-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fabulinus-2.4.1](https://github.com/truecharts/charts/compare/fabulinus-2.4.0...fabulinus-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fabulinus-2.4.0](https://github.com/truecharts/charts/compare/fabulinus-2.3.0...fabulinus-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fabulinus-2.3.0](https://github.com/truecharts/charts/compare/fabulinus-2.2.3...fabulinus-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fabulinus-2.2.3](https://github.com/truecharts/charts/compare/fabulinus-2.2.2...fabulinus-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fabulinus-2.2.2](https://github.com/truecharts/charts/compare/fabulinus-2.2.0...fabulinus-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fabulinus-1.0.0](https://github.com/truecharts/charts/compare/fabulinus-0.0.3...fabulinus-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/fabulinus/2.5.1/Chart.yaml b/stable/fabulinus/2.5.1/Chart.yaml deleted file mode 100644 index 2c86ce38a73..00000000000 --- a/stable/fabulinus/2.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fabulinus/2.5.1/charts/common-20.0.8.tgz b/stable/fabulinus/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fabulinus/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fenrus/5.5.1/.helmignore b/stable/fabulinus/2.7.1/.helmignore similarity index 100% rename from stable/fenrus/5.5.1/.helmignore rename to stable/fabulinus/2.7.1/.helmignore diff --git a/stable/fabulinus/2.7.1/CHANGELOG.md b/stable/fabulinus/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c6376a883d3 --- /dev/null +++ b/stable/fabulinus/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fabulinus-2.7.1](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fabulinus/2.7.1/Chart.yaml new file mode 100644 index 00000000000..43ae83a422e --- /dev/null +++ b/stable/fabulinus/2.7.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: 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.2 + 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.1 diff --git a/stable/fabulinus/2.5.1/README.md b/stable/fabulinus/2.7.1/README.md similarity index 100% rename from stable/fabulinus/2.5.1/README.md rename to stable/fabulinus/2.7.1/README.md diff --git a/stable/fabulinus/2.7.1/app-changelog.md b/stable/fabulinus/2.7.1/app-changelog.md new file mode 100644 index 00000000000..f8fd6ab778f --- /dev/null +++ b/stable/fabulinus/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fabulinus-2.7.1](https://github.com/truecharts/charts/compare/fabulinus-2.6.0...fabulinus-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fabulinus/2.7.1/app-readme.md similarity index 100% rename from stable/fabulinus/2.5.1/app-readme.md rename to stable/fabulinus/2.7.1/app-readme.md diff --git a/stable/fabulinus/2.7.1/charts/common-20.2.2.tgz b/stable/fabulinus/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fabulinus/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fabulinus/2.5.1/ix_values.yaml b/stable/fabulinus/2.7.1/ix_values.yaml similarity index 100% rename from stable/fabulinus/2.5.1/ix_values.yaml rename to stable/fabulinus/2.7.1/ix_values.yaml diff --git a/stable/fabulinus/2.5.1/questions.yaml b/stable/fabulinus/2.7.1/questions.yaml similarity index 100% rename from stable/fabulinus/2.5.1/questions.yaml rename to stable/fabulinus/2.7.1/questions.yaml diff --git a/stable/fileflows/10.6.1/templates/NOTES.txt b/stable/fabulinus/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/fileflows/10.6.1/templates/NOTES.txt rename to stable/fabulinus/2.7.1/templates/NOTES.txt diff --git a/stable/filebot/9.5.1/templates/common.yaml b/stable/fabulinus/2.7.1/templates/common.yaml similarity index 100% rename from stable/filebot/9.5.1/templates/common.yaml rename to stable/fabulinus/2.7.1/templates/common.yaml diff --git a/stable/fenrus/5.5.1/values.yaml b/stable/fabulinus/2.7.1/values.yaml similarity index 100% rename from stable/fenrus/5.5.1/values.yaml rename to stable/fabulinus/2.7.1/values.yaml diff --git a/stable/factorio/7.5.1/CHANGELOG.md b/stable/factorio/7.5.1/CHANGELOG.md deleted file mode 100644 index 05ea060303b..00000000000 --- a/stable/factorio/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [factorio-7.5.1](https://github.com/truecharts/charts/compare/factorio-7.5.0...factorio-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [factorio-7.5.0](https://github.com/truecharts/charts/compare/factorio-7.4.2...factorio-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [factorio-7.4.2](https://github.com/truecharts/charts/compare/factorio-7.4.1...factorio-7.4.2) (2024-03-11) - -### Chore - - - -- update container image factoriotools/factorio to stable[@cec3dde](https://github.com/cec3dde) by renovate ([#18982](https://github.com/truecharts/charts/issues/18982)) - - -## [factorio-7.4.1](https://github.com/truecharts/charts/compare/factorio-7.4.0...factorio-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [factorio-7.4.0](https://github.com/truecharts/charts/compare/factorio-7.3.0...factorio-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [factorio-7.3.0](https://github.com/truecharts/charts/compare/factorio-7.2.4...factorio-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [factorio-7.2.4](https://github.com/truecharts/charts/compare/factorio-7.2.3...factorio-7.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [factorio-7.2.3](https://github.com/truecharts/charts/compare/factorio-7.2.2...factorio-7.2.3) (2024-03-05) - -### Chore - - - -- update container image factoriotools/factorio to stable[@6eef66f](https://github.com/6eef66f) by renovate ([#18763](https://github.com/truecharts/charts/issues/18763)) - - -## [factorio-7.2.2](https://github.com/truecharts/charts/compare/factorio-7.2.0...factorio-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/factorio/7.5.1/Chart.yaml b/stable/factorio/7.5.1/Chart.yaml deleted file mode 100644 index 9a5c4ad9153..00000000000 --- a/stable/factorio/7.5.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: 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.0.8 - 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.5.1 diff --git a/stable/factorio/7.5.1/charts/common-20.0.8.tgz b/stable/factorio/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/factorio/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ferdi-server/11.5.1/.helmignore b/stable/factorio/7.7.1/.helmignore similarity index 100% rename from stable/ferdi-server/11.5.1/.helmignore rename to stable/factorio/7.7.1/.helmignore diff --git a/stable/factorio/7.7.1/CHANGELOG.md b/stable/factorio/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..90b5b13459e --- /dev/null +++ b/stable/factorio/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorio-7.7.1](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/factorio/7.7.1/Chart.yaml new file mode 100644 index 00000000000..280aad00444 --- /dev/null +++ b/stable/factorio/7.7.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: 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.2 + 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.1 diff --git a/stable/factorio/7.5.1/README.md b/stable/factorio/7.7.1/README.md similarity index 100% rename from stable/factorio/7.5.1/README.md rename to stable/factorio/7.7.1/README.md diff --git a/stable/factorio/7.7.1/app-changelog.md b/stable/factorio/7.7.1/app-changelog.md new file mode 100644 index 00000000000..8b38eda5e2a --- /dev/null +++ b/stable/factorio/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [factorio-7.7.1](https://github.com/truecharts/charts/compare/factorio-7.6.0...factorio-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/factorio/7.7.1/app-readme.md similarity index 100% rename from stable/factorio/7.5.1/app-readme.md rename to stable/factorio/7.7.1/app-readme.md diff --git a/stable/factorio/7.7.1/charts/common-20.2.2.tgz b/stable/factorio/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/factorio/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/factorio/7.5.1/ix_values.yaml b/stable/factorio/7.7.1/ix_values.yaml similarity index 100% rename from stable/factorio/7.5.1/ix_values.yaml rename to stable/factorio/7.7.1/ix_values.yaml diff --git a/stable/factorio/7.5.1/questions.yaml b/stable/factorio/7.7.1/questions.yaml similarity index 100% rename from stable/factorio/7.5.1/questions.yaml rename to stable/factorio/7.7.1/questions.yaml diff --git a/stable/filestash/6.5.2/templates/NOTES.txt b/stable/factorio/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/filestash/6.5.2/templates/NOTES.txt rename to stable/factorio/7.7.1/templates/NOTES.txt diff --git a/stable/factorio/7.5.1/templates/common.yaml b/stable/factorio/7.7.1/templates/common.yaml similarity index 100% rename from stable/factorio/7.5.1/templates/common.yaml rename to stable/factorio/7.7.1/templates/common.yaml diff --git a/stable/ferdi-server/11.5.1/values.yaml b/stable/factorio/7.7.1/values.yaml similarity index 100% rename from stable/ferdi-server/11.5.1/values.yaml rename to stable/factorio/7.7.1/values.yaml diff --git a/stable/factorioservermanager/5.5.1/CHANGELOG.md b/stable/factorioservermanager/5.5.1/CHANGELOG.md deleted file mode 100644 index 0288a465f7b..00000000000 --- a/stable/factorioservermanager/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [factorioservermanager-5.5.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.5.0...factorioservermanager-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [factorioservermanager-5.5.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.4.1...factorioservermanager-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [factorioservermanager-5.4.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.4.0...factorioservermanager-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [factorioservermanager-5.4.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.3.0...factorioservermanager-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [factorioservermanager-5.3.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.3...factorioservermanager-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [factorioservermanager-5.2.3](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.2...factorioservermanager-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [factorioservermanager-5.2.2](https://github.com/truecharts/charts/compare/factorioservermanager-5.2.0...factorioservermanager-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [factorioservermanager-4.1.12](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.11...factorioservermanager-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [factorioservermanager-4.1.11](https://github.com/truecharts/charts/compare/factorioservermanager-4.1.10...factorioservermanager-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/factorioservermanager/5.5.1/Chart.yaml b/stable/factorioservermanager/5.5.1/Chart.yaml deleted file mode 100644 index 57563c9930b..00000000000 --- a/stable/factorioservermanager/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/factorioservermanager/5.5.1/charts/common-20.0.8.tgz b/stable/factorioservermanager/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/factorioservermanager/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/.helmignore b/stable/factorioservermanager/5.7.1/.helmignore similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/.helmignore rename to stable/factorioservermanager/5.7.1/.helmignore diff --git a/stable/factorioservermanager/5.7.1/CHANGELOG.md b/stable/factorioservermanager/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cb5c0c81fbd --- /dev/null +++ b/stable/factorioservermanager/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [factorioservermanager-5.7.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/factorioservermanager/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2a2190c1f5b --- /dev/null +++ b/stable/factorioservermanager/5.7.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: 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.2 + 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.1 diff --git a/stable/factorioservermanager/5.5.1/README.md b/stable/factorioservermanager/5.7.1/README.md similarity index 100% rename from stable/factorioservermanager/5.5.1/README.md rename to stable/factorioservermanager/5.7.1/README.md diff --git a/stable/factorioservermanager/5.7.1/app-changelog.md b/stable/factorioservermanager/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ddb5fda68e9 --- /dev/null +++ b/stable/factorioservermanager/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [factorioservermanager-5.7.1](https://github.com/truecharts/charts/compare/factorioservermanager-5.6.0...factorioservermanager-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/factorioservermanager/5.7.1/app-readme.md similarity index 100% rename from stable/factorioservermanager/5.5.1/app-readme.md rename to stable/factorioservermanager/5.7.1/app-readme.md diff --git a/stable/factorioservermanager/5.7.1/charts/common-20.2.2.tgz b/stable/factorioservermanager/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/factorioservermanager/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/factorioservermanager/5.5.1/ix_values.yaml b/stable/factorioservermanager/5.7.1/ix_values.yaml similarity index 100% rename from stable/factorioservermanager/5.5.1/ix_values.yaml rename to stable/factorioservermanager/5.7.1/ix_values.yaml diff --git a/stable/factorioservermanager/5.5.1/questions.yaml b/stable/factorioservermanager/5.7.1/questions.yaml similarity index 100% rename from stable/factorioservermanager/5.5.1/questions.yaml rename to stable/factorioservermanager/5.7.1/questions.yaml diff --git a/stable/factorioservermanager/5.5.1/templates/common.yaml b/stable/factorioservermanager/5.7.1/templates/common.yaml similarity index 100% rename from stable/factorioservermanager/5.5.1/templates/common.yaml rename to stable/factorioservermanager/5.7.1/templates/common.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/values.yaml b/stable/factorioservermanager/5.7.1/values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/values.yaml rename to stable/factorioservermanager/5.7.1/values.yaml diff --git a/stable/farmos/5.5.1/CHANGELOG.md b/stable/farmos/5.5.1/CHANGELOG.md deleted file mode 100644 index 8a8ea7bce3b..00000000000 --- a/stable/farmos/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [farmos-5.5.1](https://github.com/truecharts/charts/compare/farmos-5.5.0...farmos-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [farmos-5.5.0](https://github.com/truecharts/charts/compare/farmos-5.4.1...farmos-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [farmos-5.4.1](https://github.com/truecharts/charts/compare/farmos-5.4.0...farmos-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [farmos-5.4.0](https://github.com/truecharts/charts/compare/farmos-5.3.0...farmos-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [farmos-5.3.0](https://github.com/truecharts/charts/compare/farmos-5.2.3...farmos-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [farmos-5.2.3](https://github.com/truecharts/charts/compare/farmos-5.2.2...farmos-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [farmos-5.2.2](https://github.com/truecharts/charts/compare/farmos-5.2.0...farmos-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [farmos-4.1.15](https://github.com/truecharts/charts/compare/farmos-4.1.14...farmos-4.1.15) (2024-02-12) - -### Chore - - - -- update container image farmos/farmos to latest[@9a872a7](https://github.com/9a872a7) by renovate ([#18044](https://github.com/truecharts/charts/issues/18044)) - - -## [farmos-4.1.14](https://github.com/truecharts/charts/compare/farmos-4.1.13...farmos-4.1.14) (2024-02-05) - -### Chore - - - -- update container image farmos/farmos to latest[@1e04909](https://github.com/1e04909) by renovate ([#17832](https://github.com/truecharts/charts/issues/17832)) diff --git a/stable/farmos/5.5.1/Chart.yaml b/stable/farmos/5.5.1/Chart.yaml deleted file mode 100644 index 6cd25e23456..00000000000 --- a/stable/farmos/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/farmos/5.5.1/charts/common-20.0.8.tgz b/stable/farmos/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/farmos/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/filebot/9.5.1/.helmignore b/stable/farmos/5.7.1/.helmignore similarity index 100% rename from stable/filebot/9.5.1/.helmignore rename to stable/farmos/5.7.1/.helmignore diff --git a/stable/farmos/5.7.1/CHANGELOG.md b/stable/farmos/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..425ee1a17ed --- /dev/null +++ b/stable/farmos/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [farmos-5.7.1](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/farmos/5.7.1/Chart.yaml new file mode 100644 index 00000000000..af9539e2029 --- /dev/null +++ b/stable/farmos/5.7.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: 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.2 + 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.1 diff --git a/stable/farmos/5.5.1/README.md b/stable/farmos/5.7.1/README.md similarity index 100% rename from stable/farmos/5.5.1/README.md rename to stable/farmos/5.7.1/README.md diff --git a/stable/farmos/5.7.1/app-changelog.md b/stable/farmos/5.7.1/app-changelog.md new file mode 100644 index 00000000000..24c1541f5b0 --- /dev/null +++ b/stable/farmos/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [farmos-5.7.1](https://github.com/truecharts/charts/compare/farmos-5.6.0...farmos-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/farmos/5.7.1/app-readme.md similarity index 100% rename from stable/farmos/5.5.1/app-readme.md rename to stable/farmos/5.7.1/app-readme.md diff --git a/stable/farmos/5.7.1/charts/common-20.2.2.tgz b/stable/farmos/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/farmos/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/farmos/5.5.1/ix_values.yaml b/stable/farmos/5.7.1/ix_values.yaml similarity index 100% rename from stable/farmos/5.5.1/ix_values.yaml rename to stable/farmos/5.7.1/ix_values.yaml diff --git a/stable/farmos/5.5.1/questions.yaml b/stable/farmos/5.7.1/questions.yaml similarity index 100% rename from stable/farmos/5.5.1/questions.yaml rename to stable/farmos/5.7.1/questions.yaml diff --git a/stable/farmos/5.5.1/templates/common.yaml b/stable/farmos/5.7.1/templates/common.yaml similarity index 100% rename from stable/farmos/5.5.1/templates/common.yaml rename to stable/farmos/5.7.1/templates/common.yaml diff --git a/stable/filebot/9.5.1/values.yaml b/stable/farmos/5.7.1/values.yaml similarity index 100% rename from stable/filebot/9.5.1/values.yaml rename to stable/farmos/5.7.1/values.yaml diff --git a/stable/fastcom-mqtt/5.5.1/CHANGELOG.md b/stable/fastcom-mqtt/5.5.1/CHANGELOG.md deleted file mode 100644 index a47a8e3e4f7..00000000000 --- a/stable/fastcom-mqtt/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fastcom-mqtt-5.5.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.5.0...fastcom-mqtt-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fastcom-mqtt-5.5.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.4.1...fastcom-mqtt-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fastcom-mqtt-5.4.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.4.0...fastcom-mqtt-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fastcom-mqtt-5.4.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.3.0...fastcom-mqtt-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fastcom-mqtt-5.3.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.3...fastcom-mqtt-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fastcom-mqtt-5.2.3](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.2...fastcom-mqtt-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fastcom-mqtt-5.2.2](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.2.0...fastcom-mqtt-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fastcom-mqtt-4.1.12](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.11...fastcom-mqtt-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fastcom-mqtt-4.1.11](https://github.com/truecharts/charts/compare/fastcom-mqtt-4.1.10...fastcom-mqtt-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fastcom-mqtt/5.5.1/Chart.yaml b/stable/fastcom-mqtt/5.5.1/Chart.yaml deleted file mode 100644 index 0ac9f0b9a4a..00000000000 --- a/stable/fastcom-mqtt/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/fastcom-mqtt/5.5.1/charts/common-20.0.8.tgz b/stable/fastcom-mqtt/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fastcom-mqtt/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/filebrowser/9.5.1/.helmignore b/stable/fastcom-mqtt/5.7.1/.helmignore similarity index 100% rename from stable/filebrowser/9.5.1/.helmignore rename to stable/fastcom-mqtt/5.7.1/.helmignore diff --git a/stable/fastcom-mqtt/5.7.1/CHANGELOG.md b/stable/fastcom-mqtt/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6685420cf3c --- /dev/null +++ b/stable/fastcom-mqtt/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fastcom-mqtt-5.7.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fastcom-mqtt/5.7.1/Chart.yaml new file mode 100644 index 00000000000..40f6cc03c46 --- /dev/null +++ b/stable/fastcom-mqtt/5.7.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: 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.2 + 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.1 diff --git a/stable/fastcom-mqtt/5.5.1/README.md b/stable/fastcom-mqtt/5.7.1/README.md similarity index 100% rename from stable/fastcom-mqtt/5.5.1/README.md rename to stable/fastcom-mqtt/5.7.1/README.md diff --git a/stable/fastcom-mqtt/5.7.1/app-changelog.md b/stable/fastcom-mqtt/5.7.1/app-changelog.md new file mode 100644 index 00000000000..46d8ac922e9 --- /dev/null +++ b/stable/fastcom-mqtt/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fastcom-mqtt-5.7.1](https://github.com/truecharts/charts/compare/fastcom-mqtt-5.6.0...fastcom-mqtt-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fastcom-mqtt/5.7.1/app-readme.md similarity index 100% rename from stable/fastcom-mqtt/5.5.1/app-readme.md rename to stable/fastcom-mqtt/5.7.1/app-readme.md diff --git a/stable/fastcom-mqtt/5.7.1/charts/common-20.2.2.tgz b/stable/fastcom-mqtt/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fastcom-mqtt/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fastcom-mqtt/5.5.1/ix_values.yaml b/stable/fastcom-mqtt/5.7.1/ix_values.yaml similarity index 100% rename from stable/fastcom-mqtt/5.5.1/ix_values.yaml rename to stable/fastcom-mqtt/5.7.1/ix_values.yaml diff --git a/stable/fastcom-mqtt/5.5.1/questions.yaml b/stable/fastcom-mqtt/5.7.1/questions.yaml similarity index 100% rename from stable/fastcom-mqtt/5.5.1/questions.yaml rename to stable/fastcom-mqtt/5.7.1/questions.yaml diff --git a/stable/fastcom-mqtt/5.5.1/templates/common.yaml b/stable/fastcom-mqtt/5.7.1/templates/common.yaml similarity index 100% rename from stable/fastcom-mqtt/5.5.1/templates/common.yaml rename to stable/fastcom-mqtt/5.7.1/templates/common.yaml diff --git a/stable/filebrowser/9.5.1/values.yaml b/stable/fastcom-mqtt/5.7.1/values.yaml similarity index 100% rename from stable/filebrowser/9.5.1/values.yaml rename to stable/fastcom-mqtt/5.7.1/values.yaml diff --git a/stable/fenrus/5.5.1/CHANGELOG.md b/stable/fenrus/5.5.1/CHANGELOG.md deleted file mode 100644 index 1eb3fd8d26a..00000000000 --- a/stable/fenrus/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fenrus-5.5.1](https://github.com/truecharts/charts/compare/fenrus-5.5.0...fenrus-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fenrus-5.5.0](https://github.com/truecharts/charts/compare/fenrus-5.4.1...fenrus-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fenrus-5.4.1](https://github.com/truecharts/charts/compare/fenrus-5.4.0...fenrus-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fenrus-5.4.0](https://github.com/truecharts/charts/compare/fenrus-5.3.0...fenrus-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fenrus-5.3.0](https://github.com/truecharts/charts/compare/fenrus-5.2.3...fenrus-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fenrus-5.2.3](https://github.com/truecharts/charts/compare/fenrus-5.2.2...fenrus-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fenrus-5.2.2](https://github.com/truecharts/charts/compare/fenrus-5.2.0...fenrus-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fenrus-4.1.11](https://github.com/truecharts/charts/compare/fenrus-4.1.10...fenrus-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fenrus-4.1.10](https://github.com/truecharts/charts/compare/fenrus-4.1.9...fenrus-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fenrus/5.5.1/Chart.yaml b/stable/fenrus/5.5.1/Chart.yaml deleted file mode 100644 index c868e9c389f..00000000000 --- a/stable/fenrus/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fenrus/5.5.1/charts/common-20.0.8.tgz b/stable/fenrus/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fenrus/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fileflows/10.6.1/.helmignore b/stable/fenrus/5.7.1/.helmignore similarity index 100% rename from stable/fileflows/10.6.1/.helmignore rename to stable/fenrus/5.7.1/.helmignore diff --git a/stable/fenrus/5.7.1/CHANGELOG.md b/stable/fenrus/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..13e52865940 --- /dev/null +++ b/stable/fenrus/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fenrus-5.7.1](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fenrus/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b5c09c6816b --- /dev/null +++ b/stable/fenrus/5.7.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: 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.2 + 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.1 diff --git a/stable/fenrus/5.5.1/README.md b/stable/fenrus/5.7.1/README.md similarity index 100% rename from stable/fenrus/5.5.1/README.md rename to stable/fenrus/5.7.1/README.md diff --git a/stable/fenrus/5.7.1/app-changelog.md b/stable/fenrus/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f56c920b36a --- /dev/null +++ b/stable/fenrus/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fenrus-5.7.1](https://github.com/truecharts/charts/compare/fenrus-5.6.0...fenrus-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fenrus/5.7.1/app-readme.md similarity index 100% rename from stable/fenrus/5.5.1/app-readme.md rename to stable/fenrus/5.7.1/app-readme.md diff --git a/stable/fenrus/5.7.1/charts/common-20.2.2.tgz b/stable/fenrus/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fenrus/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fenrus/5.5.1/ix_values.yaml b/stable/fenrus/5.7.1/ix_values.yaml similarity index 100% rename from stable/fenrus/5.5.1/ix_values.yaml rename to stable/fenrus/5.7.1/ix_values.yaml diff --git a/stable/fenrus/5.5.1/questions.yaml b/stable/fenrus/5.7.1/questions.yaml similarity index 100% rename from stable/fenrus/5.5.1/questions.yaml rename to stable/fenrus/5.7.1/questions.yaml diff --git a/stable/fenrus/5.5.1/templates/common.yaml b/stable/fenrus/5.7.1/templates/common.yaml similarity index 100% rename from stable/fenrus/5.5.1/templates/common.yaml rename to stable/fenrus/5.7.1/templates/common.yaml diff --git a/stable/fileflows/10.6.1/values.yaml b/stable/fenrus/5.7.1/values.yaml similarity index 100% rename from stable/fileflows/10.6.1/values.yaml rename to stable/fenrus/5.7.1/values.yaml diff --git a/stable/ferdi-server/11.5.1/CHANGELOG.md b/stable/ferdi-server/11.5.1/CHANGELOG.md deleted file mode 100644 index 64f77f2bd32..00000000000 --- a/stable/ferdi-server/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ferdi-server-11.5.1](https://github.com/truecharts/charts/compare/ferdi-server-11.5.0...ferdi-server-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ferdi-server-11.5.0](https://github.com/truecharts/charts/compare/ferdi-server-11.4.1...ferdi-server-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ferdi-server-11.4.1](https://github.com/truecharts/charts/compare/ferdi-server-11.4.0...ferdi-server-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ferdi-server-11.4.0](https://github.com/truecharts/charts/compare/ferdi-server-11.3.0...ferdi-server-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ferdi-server-11.3.0](https://github.com/truecharts/charts/compare/ferdi-server-11.2.3...ferdi-server-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ferdi-server-11.2.3](https://github.com/truecharts/charts/compare/ferdi-server-11.2.2...ferdi-server-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ferdi-server-11.2.2](https://github.com/truecharts/charts/compare/ferdi-server-11.2.0...ferdi-server-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ferdi-server-10.1.11](https://github.com/truecharts/charts/compare/ferdi-server-10.1.10...ferdi-server-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ferdi-server-10.1.10](https://github.com/truecharts/charts/compare/ferdi-server-10.1.9...ferdi-server-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ferdi-server/11.5.1/Chart.yaml b/stable/ferdi-server/11.5.1/Chart.yaml deleted file mode 100644 index d54f5f8da4e..00000000000 --- a/stable/ferdi-server/11.5.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: 1.3.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/ferdi-server/11.5.1/charts/common-20.0.8.tgz b/stable/ferdi-server/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ferdi-server/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fileshelter/6.6.1/.helmignore b/stable/ferdi-server/11.7.1/.helmignore similarity index 100% rename from stable/fileshelter/6.6.1/.helmignore rename to stable/ferdi-server/11.7.1/.helmignore diff --git a/stable/ferdi-server/11.7.1/CHANGELOG.md b/stable/ferdi-server/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f069aaf847f --- /dev/null +++ b/stable/ferdi-server/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ferdi-server-11.7.1](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ferdi-server/11.7.1/Chart.yaml new file mode 100644 index 00000000000..39aa9cb1c1d --- /dev/null +++ b/stable/ferdi-server/11.7.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: 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.2 + 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.1 diff --git a/stable/ferdi-server/11.5.1/README.md b/stable/ferdi-server/11.7.1/README.md similarity index 100% rename from stable/ferdi-server/11.5.1/README.md rename to stable/ferdi-server/11.7.1/README.md diff --git a/stable/ferdi-server/11.7.1/app-changelog.md b/stable/ferdi-server/11.7.1/app-changelog.md new file mode 100644 index 00000000000..bb9d42fb307 --- /dev/null +++ b/stable/ferdi-server/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ferdi-server-11.7.1](https://github.com/truecharts/charts/compare/ferdi-server-11.6.0...ferdi-server-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ferdi-server/11.7.1/app-readme.md similarity index 100% rename from stable/ferdi-server/11.5.1/app-readme.md rename to stable/ferdi-server/11.7.1/app-readme.md diff --git a/stable/ferdi-server/11.7.1/charts/common-20.2.2.tgz b/stable/ferdi-server/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ferdi-server/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ferdi-server/11.5.1/ix_values.yaml b/stable/ferdi-server/11.7.1/ix_values.yaml similarity index 100% rename from stable/ferdi-server/11.5.1/ix_values.yaml rename to stable/ferdi-server/11.7.1/ix_values.yaml diff --git a/stable/ferdi-server/11.5.1/questions.yaml b/stable/ferdi-server/11.7.1/questions.yaml similarity index 100% rename from stable/ferdi-server/11.5.1/questions.yaml rename to stable/ferdi-server/11.7.1/questions.yaml diff --git a/stable/filezilla/11.5.2/templates/NOTES.txt b/stable/ferdi-server/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/filezilla/11.5.2/templates/NOTES.txt rename to stable/ferdi-server/11.7.1/templates/NOTES.txt diff --git a/stable/ferdi-server/11.5.1/templates/_secrets.tpl b/stable/ferdi-server/11.7.1/templates/_secrets.tpl similarity index 100% rename from stable/ferdi-server/11.5.1/templates/_secrets.tpl rename to stable/ferdi-server/11.7.1/templates/_secrets.tpl diff --git a/stable/ferdi-server/11.5.1/templates/common.yaml b/stable/ferdi-server/11.7.1/templates/common.yaml similarity index 100% rename from stable/ferdi-server/11.5.1/templates/common.yaml rename to stable/ferdi-server/11.7.1/templates/common.yaml diff --git a/stable/fileshelter/6.6.1/values.yaml b/stable/ferdi-server/11.7.1/values.yaml similarity index 100% rename from stable/fileshelter/6.6.1/values.yaml rename to stable/ferdi-server/11.7.1/values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.5.1/CHANGELOG.md deleted file mode 100644 index 750bd9229c2..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ffmpeg-mkvdts2ac3-5.5.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.5.0...ffmpeg-mkvdts2ac3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ffmpeg-mkvdts2ac3-5.5.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.4.1...ffmpeg-mkvdts2ac3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ffmpeg-mkvdts2ac3-5.4.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.4.0...ffmpeg-mkvdts2ac3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ffmpeg-mkvdts2ac3-5.4.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.3.0...ffmpeg-mkvdts2ac3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ffmpeg-mkvdts2ac3-5.3.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.3...ffmpeg-mkvdts2ac3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ffmpeg-mkvdts2ac3-5.2.3](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.2...ffmpeg-mkvdts2ac3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ffmpeg-mkvdts2ac3-5.2.2](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.2.0...ffmpeg-mkvdts2ac3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ffmpeg-mkvdts2ac3-4.1.11](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.10...ffmpeg-mkvdts2ac3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ffmpeg-mkvdts2ac3-4.1.10](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-4.1.9...ffmpeg-mkvdts2ac3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.5.1/Chart.yaml deleted file mode 100644 index 09ecd16087a..00000000000 --- a/stable/ffmpeg-mkvdts2ac3/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/charts/common-20.0.8.tgz b/stable/ffmpeg-mkvdts2ac3/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ffmpeg-mkvdts2ac3/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/filestash/6.5.2/.helmignore b/stable/ffmpeg-mkvdts2ac3/5.7.1/.helmignore similarity index 100% rename from stable/filestash/6.5.2/.helmignore rename to stable/ffmpeg-mkvdts2ac3/5.7.1/.helmignore diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.1/CHANGELOG.md b/stable/ffmpeg-mkvdts2ac3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..055d6b3c9af --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ffmpeg-mkvdts2ac3-5.7.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1021a57ff48 --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.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: 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.2 + 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.1 diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/README.md b/stable/ffmpeg-mkvdts2ac3/5.7.1/README.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/README.md rename to stable/ffmpeg-mkvdts2ac3/5.7.1/README.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.1/app-changelog.md b/stable/ffmpeg-mkvdts2ac3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b260e86764c --- /dev/null +++ b/stable/ffmpeg-mkvdts2ac3/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ffmpeg-mkvdts2ac3-5.7.1](https://github.com/truecharts/charts/compare/ffmpeg-mkvdts2ac3-5.6.0...ffmpeg-mkvdts2ac3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ffmpeg-mkvdts2ac3/5.7.1/app-readme.md similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/app-readme.md rename to stable/ffmpeg-mkvdts2ac3/5.7.1/app-readme.md diff --git a/stable/ffmpeg-mkvdts2ac3/5.7.1/charts/common-20.2.2.tgz b/stable/ffmpeg-mkvdts2ac3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ffmpeg-mkvdts2ac3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/ix_values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.1/ix_values.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/ix_values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.1/ix_values.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/questions.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.1/questions.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/questions.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.1/questions.yaml diff --git a/stable/ffmpeg-mkvdts2ac3/5.5.1/templates/common.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.1/templates/common.yaml similarity index 100% rename from stable/ffmpeg-mkvdts2ac3/5.5.1/templates/common.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.1/templates/common.yaml diff --git a/stable/filestash/6.5.2/values.yaml b/stable/ffmpeg-mkvdts2ac3/5.7.1/values.yaml similarity index 100% rename from stable/filestash/6.5.2/values.yaml rename to stable/ffmpeg-mkvdts2ac3/5.7.1/values.yaml diff --git a/stable/filebot/9.5.1/CHANGELOG.md b/stable/filebot/9.5.1/CHANGELOG.md deleted file mode 100644 index 4b72f9f8c56..00000000000 --- a/stable/filebot/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filebot-9.5.1](https://github.com/truecharts/charts/compare/filebot-9.5.0...filebot-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [filebot-9.5.0](https://github.com/truecharts/charts/compare/filebot-9.4.1...filebot-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [filebot-9.4.1](https://github.com/truecharts/charts/compare/filebot-9.4.0...filebot-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [filebot-9.4.0](https://github.com/truecharts/charts/compare/filebot-9.3.0...filebot-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [filebot-9.3.0](https://github.com/truecharts/charts/compare/filebot-9.2.3...filebot-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [filebot-9.2.3](https://github.com/truecharts/charts/compare/filebot-9.2.2...filebot-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [filebot-9.2.2](https://github.com/truecharts/charts/compare/filebot-9.2.0...filebot-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [filebot-7.1.11](https://github.com/truecharts/charts/compare/filebot-7.1.10...filebot-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filebot-7.1.10](https://github.com/truecharts/charts/compare/filebot-7.1.9...filebot-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/filebot/9.5.1/Chart.yaml b/stable/filebot/9.5.1/Chart.yaml deleted file mode 100644 index dabdd2c0205..00000000000 --- a/stable/filebot/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/filebot/9.5.1/charts/common-20.0.8.tgz b/stable/filebot/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/filebot/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/filezilla/11.5.2/.helmignore b/stable/filebot/9.7.1/.helmignore similarity index 100% rename from stable/filezilla/11.5.2/.helmignore rename to stable/filebot/9.7.1/.helmignore diff --git a/stable/filebot/9.7.1/CHANGELOG.md b/stable/filebot/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..032ce620b7d --- /dev/null +++ b/stable/filebot/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebot-9.7.1](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/filebot/9.7.1/Chart.yaml new file mode 100644 index 00000000000..12c145a86ff --- /dev/null +++ b/stable/filebot/9.7.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: 24.02.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/filebot/9.5.1/README.md b/stable/filebot/9.7.1/README.md similarity index 100% rename from stable/filebot/9.5.1/README.md rename to stable/filebot/9.7.1/README.md diff --git a/stable/filebot/9.7.1/app-changelog.md b/stable/filebot/9.7.1/app-changelog.md new file mode 100644 index 00000000000..b11516ffcc4 --- /dev/null +++ b/stable/filebot/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [filebot-9.7.1](https://github.com/truecharts/charts/compare/filebot-9.6.0...filebot-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/filebot/9.7.1/app-readme.md similarity index 100% rename from stable/filebot/9.5.1/app-readme.md rename to stable/filebot/9.7.1/app-readme.md diff --git a/stable/filebot/9.7.1/charts/common-20.2.2.tgz b/stable/filebot/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/filebot/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/filebot/9.5.1/ix_values.yaml b/stable/filebot/9.7.1/ix_values.yaml similarity index 100% rename from stable/filebot/9.5.1/ix_values.yaml rename to stable/filebot/9.7.1/ix_values.yaml diff --git a/stable/filebot/9.5.1/questions.yaml b/stable/filebot/9.7.1/questions.yaml similarity index 100% rename from stable/filebot/9.5.1/questions.yaml rename to stable/filebot/9.7.1/questions.yaml diff --git a/stable/fireflyiii/25.5.4/templates/NOTES.txt b/stable/filebot/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/fireflyiii/25.5.4/templates/NOTES.txt rename to stable/filebot/9.7.1/templates/NOTES.txt diff --git a/stable/fileflows/10.6.1/templates/common.yaml b/stable/filebot/9.7.1/templates/common.yaml similarity index 100% rename from stable/fileflows/10.6.1/templates/common.yaml rename to stable/filebot/9.7.1/templates/common.yaml diff --git a/stable/filezilla/11.5.2/values.yaml b/stable/filebot/9.7.1/values.yaml similarity index 100% rename from stable/filezilla/11.5.2/values.yaml rename to stable/filebot/9.7.1/values.yaml diff --git a/stable/filebrowser/9.5.1/CHANGELOG.md b/stable/filebrowser/9.5.1/CHANGELOG.md deleted file mode 100644 index cfb4fc3d254..00000000000 --- a/stable/filebrowser/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filebrowser-9.5.1](https://github.com/truecharts/charts/compare/filebrowser-9.5.0...filebrowser-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [filebrowser-9.5.0](https://github.com/truecharts/charts/compare/filebrowser-9.4.1...filebrowser-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [filebrowser-9.4.1](https://github.com/truecharts/charts/compare/filebrowser-9.4.0...filebrowser-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [filebrowser-9.4.0](https://github.com/truecharts/charts/compare/filebrowser-9.3.0...filebrowser-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [filebrowser-9.3.0](https://github.com/truecharts/charts/compare/filebrowser-9.2.3...filebrowser-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [filebrowser-9.2.3](https://github.com/truecharts/charts/compare/filebrowser-9.2.2...filebrowser-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [filebrowser-9.2.2](https://github.com/truecharts/charts/compare/filebrowser-9.2.0...filebrowser-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [filebrowser-8.2.6](https://github.com/truecharts/charts/compare/filebrowser-8.2.5...filebrowser-8.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [filebrowser-8.2.5](https://github.com/truecharts/charts/compare/filebrowser-8.2.4...filebrowser-8.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/filebrowser/9.5.1/Chart.yaml b/stable/filebrowser/9.5.1/Chart.yaml deleted file mode 100644 index b8c6d2f99f3..00000000000 --- a/stable/filebrowser/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/filebrowser/9.5.1/charts/common-20.0.8.tgz b/stable/filebrowser/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/filebrowser/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.5.4/.helmignore b/stable/filebrowser/9.7.1/.helmignore similarity index 100% rename from stable/fireflyiii/25.5.4/.helmignore rename to stable/filebrowser/9.7.1/.helmignore diff --git a/stable/filebrowser/9.7.1/CHANGELOG.md b/stable/filebrowser/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e1c1f06544a --- /dev/null +++ b/stable/filebrowser/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filebrowser-9.7.1](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/filebrowser/9.7.1/Chart.yaml new file mode 100644 index 00000000000..7e2131af5ce --- /dev/null +++ b/stable/filebrowser/9.7.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: 2.27.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/filebrowser/9.5.1/README.md b/stable/filebrowser/9.7.1/README.md similarity index 100% rename from stable/filebrowser/9.5.1/README.md rename to stable/filebrowser/9.7.1/README.md diff --git a/stable/filebrowser/9.7.1/app-changelog.md b/stable/filebrowser/9.7.1/app-changelog.md new file mode 100644 index 00000000000..b6f8dc3b12a --- /dev/null +++ b/stable/filebrowser/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [filebrowser-9.7.1](https://github.com/truecharts/charts/compare/filebrowser-9.6.0...filebrowser-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/filebrowser/9.7.1/app-readme.md similarity index 100% rename from stable/filebrowser/9.5.1/app-readme.md rename to stable/filebrowser/9.7.1/app-readme.md diff --git a/stable/filebrowser/9.7.1/charts/common-20.2.2.tgz b/stable/filebrowser/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/filebrowser/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/filebrowser/9.5.1/ix_values.yaml b/stable/filebrowser/9.7.1/ix_values.yaml similarity index 100% rename from stable/filebrowser/9.5.1/ix_values.yaml rename to stable/filebrowser/9.7.1/ix_values.yaml diff --git a/stable/filebrowser/9.5.1/questions.yaml b/stable/filebrowser/9.7.1/questions.yaml similarity index 100% rename from stable/filebrowser/9.5.1/questions.yaml rename to stable/filebrowser/9.7.1/questions.yaml diff --git a/stable/firefox-syncserver/17.5.1/templates/NOTES.txt b/stable/filebrowser/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/firefox-syncserver/17.5.1/templates/NOTES.txt rename to stable/filebrowser/9.7.1/templates/NOTES.txt diff --git a/stable/filebrowser/9.5.1/templates/common.yaml b/stable/filebrowser/9.7.1/templates/common.yaml similarity index 100% rename from stable/filebrowser/9.5.1/templates/common.yaml rename to stable/filebrowser/9.7.1/templates/common.yaml diff --git a/stable/fireflyiii/25.5.4/values.yaml b/stable/filebrowser/9.7.1/values.yaml similarity index 100% rename from stable/fireflyiii/25.5.4/values.yaml rename to stable/filebrowser/9.7.1/values.yaml diff --git a/stable/fileflows/10.6.1/CHANGELOG.md b/stable/fileflows/10.6.1/CHANGELOG.md deleted file mode 100644 index c1e6694d4aa..00000000000 --- a/stable/fileflows/10.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fileflows-10.6.1](https://github.com/truecharts/charts/compare/fileflows-10.6.0...fileflows-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fileflows-10.6.0](https://github.com/truecharts/charts/compare/fileflows-10.5.1...fileflows-10.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fileflows-10.5.1](https://github.com/truecharts/charts/compare/fileflows-10.5.0...fileflows-10.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fileflows-10.5.0](https://github.com/truecharts/charts/compare/fileflows-10.4.0...fileflows-10.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fileflows-10.4.0](https://github.com/truecharts/charts/compare/fileflows-10.3.3...fileflows-10.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fileflows-10.3.3](https://github.com/truecharts/charts/compare/fileflows-10.3.2...fileflows-10.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fileflows-10.3.2](https://github.com/truecharts/charts/compare/fileflows-10.3.0...fileflows-10.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/stable/fileflows/10.6.1/Chart.yaml b/stable/fileflows/10.6.1/Chart.yaml deleted file mode 100644 index 01a204b8d3a..00000000000 --- a/stable/fileflows/10.6.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.03.0 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/fileflows/10.6.1/charts/common-20.0.8.tgz b/stable/fileflows/10.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fileflows/10.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/firefox-desktop-g3/5.5.1/.helmignore b/stable/fileflows/10.8.1/.helmignore similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/.helmignore rename to stable/fileflows/10.8.1/.helmignore diff --git a/stable/fileflows/10.8.1/CHANGELOG.md b/stable/fileflows/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..d1a3387c51b --- /dev/null +++ b/stable/fileflows/10.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileflows-10.8.1](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fileflows/10.8.1/Chart.yaml new file mode 100644 index 00000000000..dcdf6cc0b1f --- /dev/null +++ b/stable/fileflows/10.8.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: 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.2 + 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.1 diff --git a/stable/fileflows/10.6.1/README.md b/stable/fileflows/10.8.1/README.md similarity index 100% rename from stable/fileflows/10.6.1/README.md rename to stable/fileflows/10.8.1/README.md diff --git a/stable/fileflows/10.8.1/app-changelog.md b/stable/fileflows/10.8.1/app-changelog.md new file mode 100644 index 00000000000..44a9d61bcc9 --- /dev/null +++ b/stable/fileflows/10.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fileflows-10.8.1](https://github.com/truecharts/charts/compare/fileflows-10.7.0...fileflows-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/fileflows/10.8.1/app-readme.md similarity index 100% rename from stable/fileflows/10.6.1/app-readme.md rename to stable/fileflows/10.8.1/app-readme.md diff --git a/stable/fileflows/10.8.1/charts/common-20.2.2.tgz b/stable/fileflows/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fileflows/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/fileflows/10.6.1/ix_values.yaml b/stable/fileflows/10.8.1/ix_values.yaml similarity index 100% rename from stable/fileflows/10.6.1/ix_values.yaml rename to stable/fileflows/10.8.1/ix_values.yaml diff --git a/stable/fileflows/10.6.1/questions.yaml b/stable/fileflows/10.8.1/questions.yaml similarity index 100% rename from stable/fileflows/10.6.1/questions.yaml rename to stable/fileflows/10.8.1/questions.yaml diff --git a/stable/firefox/12.1.2/templates/NOTES.txt b/stable/fileflows/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/firefox/12.1.2/templates/NOTES.txt rename to stable/fileflows/10.8.1/templates/NOTES.txt diff --git a/stable/filestash/6.5.2/templates/common.yaml b/stable/fileflows/10.8.1/templates/common.yaml similarity index 100% rename from stable/filestash/6.5.2/templates/common.yaml rename to stable/fileflows/10.8.1/templates/common.yaml diff --git a/stable/firefox-desktop-g3/5.5.1/values.yaml b/stable/fileflows/10.8.1/values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/values.yaml rename to stable/fileflows/10.8.1/values.yaml diff --git a/stable/fileshelter/6.6.1/CHANGELOG.md b/stable/fileshelter/6.6.1/CHANGELOG.md deleted file mode 100644 index 91ef3b12ee7..00000000000 --- a/stable/fileshelter/6.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fileshelter-6.6.1](https://github.com/truecharts/charts/compare/fileshelter-6.6.0...fileshelter-6.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fileshelter-6.6.0](https://github.com/truecharts/charts/compare/fileshelter-6.5.0...fileshelter-6.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fileshelter-6.5.0](https://github.com/truecharts/charts/compare/fileshelter-6.4.1...fileshelter-6.5.0) (2024-03-11) - -### Chore - - - -- update container image epoupon/fileshelter to v6.2.0[@a5f63b6](https://github.com/a5f63b6) by renovate ([#19098](https://github.com/truecharts/charts/issues/19098)) - - -## [fileshelter-6.4.1](https://github.com/truecharts/charts/compare/fileshelter-6.4.0...fileshelter-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fileshelter-6.4.0](https://github.com/truecharts/charts/compare/fileshelter-6.3.0...fileshelter-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fileshelter-6.3.0](https://github.com/truecharts/charts/compare/fileshelter-6.2.3...fileshelter-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fileshelter-6.2.3](https://github.com/truecharts/charts/compare/fileshelter-6.2.2...fileshelter-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fileshelter-6.2.2](https://github.com/truecharts/charts/compare/fileshelter-6.2.0...fileshelter-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fileshelter-5.0.5](https://github.com/truecharts/charts/compare/fileshelter-5.0.4...fileshelter-5.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/fileshelter/6.6.1/Chart.yaml b/stable/fileshelter/6.6.1/Chart.yaml deleted file mode 100644 index 8d5438d7425..00000000000 --- a/stable/fileshelter/6.6.1/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.0.8 - 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.6.1 diff --git a/stable/fileshelter/6.6.1/charts/common-20.0.8.tgz b/stable/fileshelter/6.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fileshelter/6.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/firefox-syncserver/17.5.1/.helmignore b/stable/fileshelter/6.8.1/.helmignore similarity index 100% rename from stable/firefox-syncserver/17.5.1/.helmignore rename to stable/fileshelter/6.8.1/.helmignore diff --git a/stable/fileshelter/6.8.1/CHANGELOG.md b/stable/fileshelter/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..651c072a54d --- /dev/null +++ b/stable/fileshelter/6.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fileshelter-6.8.1](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fileshelter/6.8.1/Chart.yaml new file mode 100644 index 00000000000..7395828e657 --- /dev/null +++ b/stable/fileshelter/6.8.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: 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.2 + 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.1 diff --git a/stable/fileshelter/6.6.1/README.md b/stable/fileshelter/6.8.1/README.md similarity index 100% rename from stable/fileshelter/6.6.1/README.md rename to stable/fileshelter/6.8.1/README.md diff --git a/stable/fileshelter/6.8.1/app-changelog.md b/stable/fileshelter/6.8.1/app-changelog.md new file mode 100644 index 00000000000..e8bdfde47a5 --- /dev/null +++ b/stable/fileshelter/6.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fileshelter-6.8.1](https://github.com/truecharts/charts/compare/fileshelter-6.7.0...fileshelter-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/fileshelter/6.8.1/app-readme.md similarity index 100% rename from stable/fileshelter/6.6.1/app-readme.md rename to stable/fileshelter/6.8.1/app-readme.md diff --git a/stable/fileshelter/6.8.1/charts/common-20.2.2.tgz b/stable/fileshelter/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fileshelter/6.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/fileshelter/6.6.1/ix_values.yaml b/stable/fileshelter/6.8.1/ix_values.yaml similarity index 100% rename from stable/fileshelter/6.6.1/ix_values.yaml rename to stable/fileshelter/6.8.1/ix_values.yaml diff --git a/stable/fileshelter/6.6.1/questions.yaml b/stable/fileshelter/6.8.1/questions.yaml similarity index 100% rename from stable/fileshelter/6.6.1/questions.yaml rename to stable/fileshelter/6.8.1/questions.yaml diff --git a/stable/fileshelter/6.6.1/templates/common.yaml b/stable/fileshelter/6.8.1/templates/common.yaml similarity index 100% rename from stable/fileshelter/6.6.1/templates/common.yaml rename to stable/fileshelter/6.8.1/templates/common.yaml diff --git a/stable/firefox-syncserver/17.5.1/values.yaml b/stable/fileshelter/6.8.1/values.yaml similarity index 100% rename from stable/firefox-syncserver/17.5.1/values.yaml rename to stable/fileshelter/6.8.1/values.yaml diff --git a/stable/filestash/6.5.2/CHANGELOG.md b/stable/filestash/6.5.2/CHANGELOG.md deleted file mode 100644 index 13557bf3637..00000000000 --- a/stable/filestash/6.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filestash-6.5.2](https://github.com/truecharts/charts/compare/filestash-6.5.1...filestash-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [filestash-6.5.1](https://github.com/truecharts/charts/compare/filestash-6.5.0...filestash-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [filestash-6.5.0](https://github.com/truecharts/charts/compare/filestash-6.4.1...filestash-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [filestash-6.4.1](https://github.com/truecharts/charts/compare/filestash-6.4.0...filestash-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [filestash-6.4.0](https://github.com/truecharts/charts/compare/filestash-6.3.0...filestash-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [filestash-6.3.0](https://github.com/truecharts/charts/compare/filestash-6.2.3...filestash-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [filestash-6.2.3](https://github.com/truecharts/charts/compare/filestash-6.2.2...filestash-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [filestash-6.2.2](https://github.com/truecharts/charts/compare/filestash-6.2.0...filestash-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [filestash-5.1.14](https://github.com/truecharts/charts/compare/filestash-5.1.13...filestash-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/filestash/6.5.2/Chart.yaml b/stable/filestash/6.5.2/Chart.yaml deleted file mode 100644 index 09cfc95e599..00000000000 --- a/stable/filestash/6.5.2/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.0.9 - 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.5.2 diff --git a/stable/filestash/6.5.2/charts/common-20.0.9.tgz b/stable/filestash/6.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/filestash/6.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/filestash/6.5.2/ix_values.yaml b/stable/filestash/6.5.2/ix_values.yaml deleted file mode 100644 index ea9fdd555c2..00000000000 --- a/stable/filestash/6.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - repository: machines/filestash - tag: latest@sha256:223f11a4d346711139cf8c70ea9fc9393ae5e7b932b828d0ba69d9d0b1fa13c4 - pullPolicy: IfNotPresent - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: http - targetPort: 8334 - port: 8334 - -workload: - main: - podSpec: - containers: - main: - env: - APPLICATION_URL: "http://localhost:8334" - GDRIVE_CLIENT_ID: "" - GDRIVE_CLIENT_SECRET: "" - DROPBOX_CLIENT_ID: "" - ONLYOFFICE_URL: "" - -persistence: - data: - enabled: true - mountPath: /app/data/state - -portal: - open: - enabled: true diff --git a/stable/firefox/12.1.2/.helmignore b/stable/filestash/6.7.1/.helmignore similarity index 100% rename from stable/firefox/12.1.2/.helmignore rename to stable/filestash/6.7.1/.helmignore diff --git a/stable/filestash/6.7.1/CHANGELOG.md b/stable/filestash/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b475dbb5b2b --- /dev/null +++ b/stable/filestash/6.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filestash-6.7.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/filestash/6.7.1/Chart.yaml b/stable/filestash/6.7.1/Chart.yaml new file mode 100644 index 00000000000..20382082116 --- /dev/null +++ b/stable/filestash/6.7.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: 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.2 + 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.1 diff --git a/stable/filestash/6.5.2/README.md b/stable/filestash/6.7.1/README.md similarity index 100% rename from stable/filestash/6.5.2/README.md rename to stable/filestash/6.7.1/README.md diff --git a/stable/filestash/6.7.1/app-changelog.md b/stable/filestash/6.7.1/app-changelog.md new file mode 100644 index 00000000000..a792f2c1898 --- /dev/null +++ b/stable/filestash/6.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [filestash-6.7.1](https://github.com/truecharts/charts/compare/filestash-6.6.0...filestash-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/filestash/6.7.1/app-readme.md similarity index 100% rename from stable/filestash/6.5.2/app-readme.md rename to stable/filestash/6.7.1/app-readme.md diff --git a/stable/filestash/6.7.1/charts/common-20.2.2.tgz b/stable/filestash/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/filestash/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/filestash/6.7.1/ix_values.yaml b/stable/filestash/6.7.1/ix_values.yaml new file mode 100644 index 00000000000..2f3da766310 --- /dev/null +++ b/stable/filestash/6.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + repository: machines/filestash + tag: latest@sha256:292508545e3fd650e03bce3c9f47196640256cdc0dc07e7a2959a080029d60e0 + pullPolicy: IfNotPresent + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: http + targetPort: 8334 + port: 8334 + +workload: + main: + podSpec: + containers: + main: + env: + APPLICATION_URL: "http://localhost:8334" + GDRIVE_CLIENT_ID: "" + GDRIVE_CLIENT_SECRET: "" + DROPBOX_CLIENT_ID: "" + ONLYOFFICE_URL: "" + +persistence: + data: + enabled: true + mountPath: /app/data/state + +portal: + open: + enabled: true diff --git a/stable/filestash/6.5.2/questions.yaml b/stable/filestash/6.7.1/questions.yaml similarity index 100% rename from stable/filestash/6.5.2/questions.yaml rename to stable/filestash/6.7.1/questions.yaml diff --git a/stable/firezone/3.5.1/templates/NOTES.txt b/stable/filestash/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/firezone/3.5.1/templates/NOTES.txt rename to stable/filestash/6.7.1/templates/NOTES.txt diff --git a/stable/filezilla/11.5.2/templates/common.yaml b/stable/filestash/6.7.1/templates/common.yaml similarity index 100% rename from stable/filezilla/11.5.2/templates/common.yaml rename to stable/filestash/6.7.1/templates/common.yaml diff --git a/stable/firefox/12.1.2/values.yaml b/stable/filestash/6.7.1/values.yaml similarity index 100% rename from stable/firefox/12.1.2/values.yaml rename to stable/filestash/6.7.1/values.yaml diff --git a/stable/filezilla/11.5.2/CHANGELOG.md b/stable/filezilla/11.5.2/CHANGELOG.md deleted file mode 100644 index 78760823dbd..00000000000 --- a/stable/filezilla/11.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [filezilla-11.5.2](https://github.com/truecharts/charts/compare/filezilla-11.5.1...filezilla-11.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [filezilla-11.5.1](https://github.com/truecharts/charts/compare/filezilla-11.5.0...filezilla-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [filezilla-11.5.0](https://github.com/truecharts/charts/compare/filezilla-11.4.2...filezilla-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [filezilla-11.4.2](https://github.com/truecharts/charts/compare/filezilla-11.4.1...filezilla-11.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/filezilla to 3.66.4[@add8eb3](https://github.com/add8eb3) by renovate ([#18998](https://github.com/truecharts/charts/issues/18998)) - - -## [filezilla-11.4.1](https://github.com/truecharts/charts/compare/filezilla-11.4.0...filezilla-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [filezilla-11.4.0](https://github.com/truecharts/charts/compare/filezilla-11.3.0...filezilla-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [filezilla-11.3.0](https://github.com/truecharts/charts/compare/filezilla-11.2.4...filezilla-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [filezilla-11.2.4](https://github.com/truecharts/charts/compare/filezilla-11.2.3...filezilla-11.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [filezilla-11.2.3](https://github.com/truecharts/charts/compare/filezilla-11.2.1...filezilla-11.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/filezilla/11.5.2/Chart.yaml b/stable/filezilla/11.5.2/Chart.yaml deleted file mode 100644 index 4ebc430e776..00000000000 --- a/stable/filezilla/11.5.2/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.0.9 - 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.5.2 diff --git a/stable/filezilla/11.5.2/charts/common-20.0.9.tgz b/stable/filezilla/11.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/filezilla/11.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/filezilla/11.5.2/ix_values.yaml b/stable/filezilla/11.5.2/ix_values.yaml deleted file mode 100644 index 1146395a96d..00000000000 --- a/stable/filezilla/11.5.2/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: ghcr.io/linuxserver/filezilla - tag: 3.66.4@sha256:add8eb319e8309a4c09e9de06fb0993cc83e1bab80bf93a08928200095409a4e - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -workload: - main: - podSpec: - containers: - main: - securityContext: - -service: - main: - ports: - main: - port: 10035 - protocol: http - targetPort: 3000 - -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: false - -portal: - open: - enabled: true diff --git a/stable/fireshare/6.6.1/.helmignore b/stable/filezilla/11.7.1/.helmignore similarity index 100% rename from stable/fireshare/6.6.1/.helmignore rename to stable/filezilla/11.7.1/.helmignore diff --git a/stable/filezilla/11.7.1/CHANGELOG.md b/stable/filezilla/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a1394955c3b --- /dev/null +++ b/stable/filezilla/11.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [filezilla-11.7.1](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/filezilla/11.7.1/Chart.yaml b/stable/filezilla/11.7.1/Chart.yaml new file mode 100644 index 00000000000..c968ac70dbd --- /dev/null +++ b/stable/filezilla/11.7.1/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.2 + 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.1 diff --git a/stable/filezilla/11.5.2/README.md b/stable/filezilla/11.7.1/README.md similarity index 100% rename from stable/filezilla/11.5.2/README.md rename to stable/filezilla/11.7.1/README.md diff --git a/stable/filezilla/11.7.1/app-changelog.md b/stable/filezilla/11.7.1/app-changelog.md new file mode 100644 index 00000000000..4a05b7b572b --- /dev/null +++ b/stable/filezilla/11.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [filezilla-11.7.1](https://github.com/truecharts/charts/compare/filezilla-11.6.0...filezilla-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/filezilla/11.7.1/app-readme.md similarity index 100% rename from stable/filezilla/11.5.2/app-readme.md rename to stable/filezilla/11.7.1/app-readme.md diff --git a/stable/filezilla/11.7.1/charts/common-20.2.2.tgz b/stable/filezilla/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/filezilla/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/filezilla/11.7.1/ix_values.yaml b/stable/filezilla/11.7.1/ix_values.yaml new file mode 100644 index 00000000000..b6add6e5fa4 --- /dev/null +++ b/stable/filezilla/11.7.1/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: ghcr.io/linuxserver/filezilla + tag: 3.66.4@sha256:acf9cae8e2c476eb79530be1e96f9b7289e49e26f10e40cc2d1f875ef596bea4 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +workload: + main: + podSpec: + containers: + main: + securityContext: + +service: + main: + ports: + main: + port: 10035 + protocol: http + targetPort: 3000 + +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: false + +portal: + open: + enabled: true diff --git a/stable/filezilla/11.5.2/questions.yaml b/stable/filezilla/11.7.1/questions.yaml similarity index 100% rename from stable/filezilla/11.5.2/questions.yaml rename to stable/filezilla/11.7.1/questions.yaml diff --git a/stable/flaresolverr/13.5.1/templates/NOTES.txt b/stable/filezilla/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/flaresolverr/13.5.1/templates/NOTES.txt rename to stable/filezilla/11.7.1/templates/NOTES.txt diff --git a/stable/firefox-syncserver/17.5.1/templates/common.yaml b/stable/filezilla/11.7.1/templates/common.yaml similarity index 100% rename from stable/firefox-syncserver/17.5.1/templates/common.yaml rename to stable/filezilla/11.7.1/templates/common.yaml diff --git a/stable/fireshare/6.6.1/values.yaml b/stable/filezilla/11.7.1/values.yaml similarity index 100% rename from stable/fireshare/6.6.1/values.yaml rename to stable/filezilla/11.7.1/values.yaml diff --git a/stable/fireflyiii/25.5.4/CHANGELOG.md b/stable/fireflyiii/25.5.4/CHANGELOG.md deleted file mode 100644 index 66de4654826..00000000000 --- a/stable/fireflyiii/25.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fireflyiii-25.5.4](https://github.com/truecharts/charts/compare/fireflyiii-25.5.3...fireflyiii-25.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [fireflyiii-25.5.3](https://github.com/truecharts/charts/compare/fireflyiii-25.5.2...fireflyiii-25.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [fireflyiii-25.5.2](https://github.com/truecharts/charts/compare/fireflyiii-25.5.1...fireflyiii-25.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fireflyiii-25.5.1](https://github.com/truecharts/charts/compare/fireflyiii-25.5.0...fireflyiii-25.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fireflyiii-25.5.0](https://github.com/truecharts/charts/compare/fireflyiii-25.4.2...fireflyiii-25.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [fireflyiii-25.4.2](https://github.com/truecharts/charts/compare/fireflyiii-25.4.1...fireflyiii-25.4.2) (2024-03-11) - -### Chore - - - -- update container image fireflyiii/core to version-6.1.10[@73bf6ea](https://github.com/73bf6ea) by renovate ([#18983](https://github.com/truecharts/charts/issues/18983)) - - -## [fireflyiii-25.4.1](https://github.com/truecharts/charts/compare/fireflyiii-25.4.0...fireflyiii-25.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fireflyiii-25.4.0](https://github.com/truecharts/charts/compare/fireflyiii-25.3.0...fireflyiii-25.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fireflyiii-25.3.0](https://github.com/truecharts/charts/compare/fireflyiii-25.2.4...fireflyiii-25.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fireflyiii-25.2.4](https://github.com/truecharts/charts/compare/fireflyiii-25.2.3...fireflyiii-25.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again \ No newline at end of file diff --git a/stable/fireflyiii/25.5.4/Chart.yaml b/stable/fireflyiii/25.5.4/Chart.yaml deleted file mode 100644 index 66419a5fdfd..00000000000 --- a/stable/fireflyiii/25.5.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: finacial - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 6.1.10 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/fireflyiii/25.5.4/charts/common-20.0.9.tgz b/stable/fireflyiii/25.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/fireflyiii/25.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/fireflyiii/25.5.4/charts/redis-13.0.3.tgz b/stable/fireflyiii/25.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/fireflyiii/25.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/firezone/3.5.1/.helmignore b/stable/fireflyiii/25.7.1/.helmignore similarity index 100% rename from stable/firezone/3.5.1/.helmignore rename to stable/fireflyiii/25.7.1/.helmignore diff --git a/stable/fireflyiii/25.7.1/CHANGELOG.md b/stable/fireflyiii/25.7.1/CHANGELOG.md new file mode 100644 index 00000000000..80ea33a5745 --- /dev/null +++ b/stable/fireflyiii/25.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireflyiii-25.7.1](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.0) (2024-03-16) + +### Chore + + + +- update container 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/fireflyiii/25.7.1/Chart.yaml b/stable/fireflyiii/25.7.1/Chart.yaml new file mode 100644 index 00000000000..b6b9fad3947 --- /dev/null +++ b/stable/fireflyiii/25.7.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: finacial + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 6.1.10 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/fireflyiii/25.5.4/LICENSE b/stable/fireflyiii/25.7.1/LICENSE similarity index 100% rename from stable/fireflyiii/25.5.4/LICENSE rename to stable/fireflyiii/25.7.1/LICENSE diff --git a/stable/fireflyiii/25.5.4/README.md b/stable/fireflyiii/25.7.1/README.md similarity index 100% rename from stable/fireflyiii/25.5.4/README.md rename to stable/fireflyiii/25.7.1/README.md diff --git a/stable/fireflyiii/25.7.1/app-changelog.md b/stable/fireflyiii/25.7.1/app-changelog.md new file mode 100644 index 00000000000..1df3a772b10 --- /dev/null +++ b/stable/fireflyiii/25.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [fireflyiii-25.7.1](https://github.com/truecharts/charts/compare/fireflyiii-25.6.0...fireflyiii-25.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/fireflyiii/25.7.1/app-readme.md similarity index 100% rename from stable/fireflyiii/25.5.4/app-readme.md rename to stable/fireflyiii/25.7.1/app-readme.md diff --git a/stable/fireflyiii/25.7.1/charts/common-20.2.2.tgz b/stable/fireflyiii/25.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fireflyiii/25.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fireflyiii/25.7.1/charts/redis-13.0.5.tgz b/stable/fireflyiii/25.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/fireflyiii/25.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/fireflyiii/25.5.4/ix_values.yaml b/stable/fireflyiii/25.7.1/ix_values.yaml similarity index 100% rename from stable/fireflyiii/25.5.4/ix_values.yaml rename to stable/fireflyiii/25.7.1/ix_values.yaml diff --git a/stable/fireflyiii/25.5.4/questions.yaml b/stable/fireflyiii/25.7.1/questions.yaml similarity index 100% rename from stable/fireflyiii/25.5.4/questions.yaml rename to stable/fireflyiii/25.7.1/questions.yaml diff --git a/stable/fleet/12.9.1/templates/NOTES.txt b/stable/fireflyiii/25.7.1/templates/NOTES.txt similarity index 100% rename from stable/fleet/12.9.1/templates/NOTES.txt rename to stable/fireflyiii/25.7.1/templates/NOTES.txt diff --git a/stable/fireflyiii/25.5.4/templates/_cronjob.tpl b/stable/fireflyiii/25.7.1/templates/_cronjob.tpl similarity index 100% rename from stable/fireflyiii/25.5.4/templates/_cronjob.tpl rename to stable/fireflyiii/25.7.1/templates/_cronjob.tpl diff --git a/stable/fireflyiii/25.5.4/templates/_secrets.tpl b/stable/fireflyiii/25.7.1/templates/_secrets.tpl similarity index 100% rename from stable/fireflyiii/25.5.4/templates/_secrets.tpl rename to stable/fireflyiii/25.7.1/templates/_secrets.tpl diff --git a/stable/fireflyiii/25.5.4/templates/common.yaml b/stable/fireflyiii/25.7.1/templates/common.yaml similarity index 100% rename from stable/fireflyiii/25.5.4/templates/common.yaml rename to stable/fireflyiii/25.7.1/templates/common.yaml diff --git a/stable/firezone/3.5.1/values.yaml b/stable/fireflyiii/25.7.1/values.yaml similarity index 100% rename from stable/firezone/3.5.1/values.yaml rename to stable/fireflyiii/25.7.1/values.yaml diff --git a/stable/firefox-desktop-g3/5.5.1/CHANGELOG.md b/stable/firefox-desktop-g3/5.5.1/CHANGELOG.md deleted file mode 100644 index da12b1d8492..00000000000 --- a/stable/firefox-desktop-g3/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.5.0...firefox-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [firefox-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.2...firefox-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [firefox-desktop-g3-5.4.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.1...firefox-desktop-g3-5.4.2) (2024-03-11) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-firefox-g3 to latest[@40f4918](https://github.com/40f4918) by renovate ([#19139](https://github.com/truecharts/charts/issues/19139)) - - -## [firefox-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.4.0...firefox-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [firefox-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.3.0...firefox-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [firefox-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.3...firefox-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [firefox-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.2...firefox-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [firefox-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.2.0...firefox-desktop-g3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/firefox-desktop-g3/5.5.1/Chart.yaml b/stable/firefox-desktop-g3/5.5.1/Chart.yaml deleted file mode 100644 index c11f2c70f04..00000000000 --- a/stable/firefox-desktop-g3/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/firefox-desktop-g3/5.5.1/charts/common-20.0.8.tgz b/stable/firefox-desktop-g3/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/firefox-desktop-g3/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fistfuloffrags/5.5.1/.helmignore b/stable/firefox-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/fistfuloffrags/5.5.1/.helmignore rename to stable/firefox-desktop-g3/5.7.1/.helmignore diff --git a/stable/firefox-desktop-g3/5.7.1/CHANGELOG.md b/stable/firefox-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eb679042bab --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/firefox-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7d79478dbcd --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.1/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.2 + 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.1 diff --git a/stable/firefox-desktop-g3/5.5.1/README.md b/stable/firefox-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/README.md rename to stable/firefox-desktop-g3/5.7.1/README.md diff --git a/stable/firefox-desktop-g3/5.7.1/app-changelog.md b/stable/firefox-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..4778b02a26d --- /dev/null +++ b/stable/firefox-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [firefox-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/firefox-desktop-g3-5.6.0...firefox-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/firefox-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/app-readme.md rename to stable/firefox-desktop-g3/5.7.1/app-readme.md diff --git a/stable/firefox-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/firefox-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/firefox-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/firefox-desktop-g3/5.5.1/ix_values.yaml b/stable/firefox-desktop-g3/5.7.1/ix_values.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/ix_values.yaml rename to stable/firefox-desktop-g3/5.7.1/ix_values.yaml diff --git a/stable/firefox-desktop-g3/5.5.1/questions.yaml b/stable/firefox-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/questions.yaml rename to stable/firefox-desktop-g3/5.7.1/questions.yaml diff --git a/stable/firefox-desktop-g3/5.5.1/templates/common.yaml b/stable/firefox-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/firefox-desktop-g3/5.5.1/templates/common.yaml rename to stable/firefox-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/fistfuloffrags/5.5.1/values.yaml b/stable/firefox-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/fistfuloffrags/5.5.1/values.yaml rename to stable/firefox-desktop-g3/5.7.1/values.yaml diff --git a/stable/firefox-syncserver/17.5.1/CHANGELOG.md b/stable/firefox-syncserver/17.5.1/CHANGELOG.md deleted file mode 100644 index 5fe76cdbe92..00000000000 --- a/stable/firefox-syncserver/17.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-syncserver-17.5.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.5.0...firefox-syncserver-17.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [firefox-syncserver-17.5.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.4.1...firefox-syncserver-17.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [firefox-syncserver-17.4.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.4.0...firefox-syncserver-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [firefox-syncserver-17.4.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.3.0...firefox-syncserver-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [firefox-syncserver-17.3.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.3...firefox-syncserver-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [firefox-syncserver-17.2.3](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.2...firefox-syncserver-17.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [firefox-syncserver-17.2.2](https://github.com/truecharts/charts/compare/firefox-syncserver-17.2.0...firefox-syncserver-17.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [firefox-syncserver-16.1.11](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.10...firefox-syncserver-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firefox-syncserver-16.1.10](https://github.com/truecharts/charts/compare/firefox-syncserver-16.1.9...firefox-syncserver-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/firefox-syncserver/17.5.1/Chart.yaml b/stable/firefox-syncserver/17.5.1/Chart.yaml deleted file mode 100644 index 074b82c8bd4..00000000000 --- a/stable/firefox-syncserver/17.5.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: 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.0.8 - 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.5.1 diff --git a/stable/firefox-syncserver/17.5.1/charts/common-20.0.8.tgz b/stable/firefox-syncserver/17.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/firefox-syncserver/17.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fivem/5.5.1/.helmignore b/stable/firefox-syncserver/17.7.1/.helmignore similarity index 100% rename from stable/fivem/5.5.1/.helmignore rename to stable/firefox-syncserver/17.7.1/.helmignore diff --git a/stable/firefox-syncserver/17.7.1/CHANGELOG.md b/stable/firefox-syncserver/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fa83ef2bdfd --- /dev/null +++ b/stable/firefox-syncserver/17.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-syncserver-17.7.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/firefox-syncserver/17.7.1/Chart.yaml new file mode 100644 index 00000000000..35ac1109814 --- /dev/null +++ b/stable/firefox-syncserver/17.7.1/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.2 + 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.1 diff --git a/stable/firefox-syncserver/17.5.1/README.md b/stable/firefox-syncserver/17.7.1/README.md similarity index 100% rename from stable/firefox-syncserver/17.5.1/README.md rename to stable/firefox-syncserver/17.7.1/README.md diff --git a/stable/firefox-syncserver/17.7.1/app-changelog.md b/stable/firefox-syncserver/17.7.1/app-changelog.md new file mode 100644 index 00000000000..3cfb4858232 --- /dev/null +++ b/stable/firefox-syncserver/17.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [firefox-syncserver-17.7.1](https://github.com/truecharts/charts/compare/firefox-syncserver-17.6.0...firefox-syncserver-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/firefox-syncserver/17.7.1/app-readme.md similarity index 100% rename from stable/firefox-syncserver/17.5.1/app-readme.md rename to stable/firefox-syncserver/17.7.1/app-readme.md diff --git a/stable/firefox-syncserver/17.7.1/charts/common-20.2.2.tgz b/stable/firefox-syncserver/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/firefox-syncserver/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/firefox-syncserver/17.5.1/ix_values.yaml b/stable/firefox-syncserver/17.7.1/ix_values.yaml similarity index 100% rename from stable/firefox-syncserver/17.5.1/ix_values.yaml rename to stable/firefox-syncserver/17.7.1/ix_values.yaml diff --git a/stable/firefox-syncserver/17.5.1/questions.yaml b/stable/firefox-syncserver/17.7.1/questions.yaml similarity index 100% rename from stable/firefox-syncserver/17.5.1/questions.yaml rename to stable/firefox-syncserver/17.7.1/questions.yaml diff --git a/stable/flexget/9.5.2/templates/NOTES.txt b/stable/firefox-syncserver/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/flexget/9.5.2/templates/NOTES.txt rename to stable/firefox-syncserver/17.7.1/templates/NOTES.txt diff --git a/stable/firefox/12.1.2/templates/common.yaml b/stable/firefox-syncserver/17.7.1/templates/common.yaml similarity index 100% rename from stable/firefox/12.1.2/templates/common.yaml rename to stable/firefox-syncserver/17.7.1/templates/common.yaml diff --git a/stable/fivem/5.5.1/values.yaml b/stable/firefox-syncserver/17.7.1/values.yaml similarity index 100% rename from stable/fivem/5.5.1/values.yaml rename to stable/firefox-syncserver/17.7.1/values.yaml diff --git a/stable/firefox/12.1.2/CHANGELOG.md b/stable/firefox/12.1.2/CHANGELOG.md deleted file mode 100644 index bd4dc7124aa..00000000000 --- a/stable/firefox/12.1.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firefox-12.1.2](https://github.com/truecharts/charts/compare/firefox-12.1.1...firefox-12.1.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [firefox-12.1.1](https://github.com/truecharts/charts/compare/firefox-12.1.0...firefox-12.1.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [firefox-12.1.0](https://github.com/truecharts/charts/compare/firefox-12.0.0...firefox-12.1.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [firefox-12.0.0](https://github.com/truecharts/charts/compare/firefox-11.4.1...firefox-12.0.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/firefox to v123.0.1[@b616ef4](https://github.com/b616ef4) by renovate ([#19132](https://github.com/truecharts/charts/issues/19132)) - - -## [firefox-11.4.1](https://github.com/truecharts/charts/compare/firefox-11.4.0...firefox-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [firefox-11.4.0](https://github.com/truecharts/charts/compare/firefox-11.3.0...firefox-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [firefox-11.3.0](https://github.com/truecharts/charts/compare/firefox-11.2.3...firefox-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [firefox-11.2.3](https://github.com/truecharts/charts/compare/firefox-11.2.2...firefox-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [firefox-11.2.2](https://github.com/truecharts/charts/compare/firefox-11.2.0...firefox-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/firefox/12.1.2/Chart.yaml b/stable/firefox/12.1.2/Chart.yaml deleted file mode 100644 index c17e618916b..00000000000 --- a/stable/firefox/12.1.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: 123.0.1 -dependencies: - - name: common - version: 20.0.9 - 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: 12.1.2 diff --git a/stable/firefox/12.1.2/charts/common-20.0.9.tgz b/stable/firefox/12.1.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/firefox/12.1.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/firefox/12.1.2/ix_values.yaml b/stable/firefox/12.1.2/ix_values.yaml deleted file mode 100644 index 1b09ac7228e..00000000000 --- a/stable/firefox/12.1.2/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/linuxserver/firefox - pullPolicy: IfNotPresent - tag: 123.0.1@sha256:b616ef4f65f3a3f461ee1b56b16090050de44b3b38015478d89a52dcbe87afb1 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 10131 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - readiness: - type: http - startup: - type: http - env: - FM_HOME: "/config" - CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" - TITLE: "TrueChartVNC Client" -persistence: - config: - enabled: true - mountPath: /config - varrun: - enabled: false -portal: - open: - enabled: true diff --git a/stable/flame/5.5.1/.helmignore b/stable/firefox/12.3.2/.helmignore similarity index 100% rename from stable/flame/5.5.1/.helmignore rename to stable/firefox/12.3.2/.helmignore diff --git a/stable/firefox/12.3.2/CHANGELOG.md b/stable/firefox/12.3.2/CHANGELOG.md new file mode 100644 index 00000000000..222f2f5bd4a --- /dev/null +++ b/stable/firefox/12.3.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firefox-12.3.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.2) (2024-03-17) + +### Chore + + + +- update container 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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-12.3.1](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/firefox/12.3.2/Chart.yaml b/stable/firefox/12.3.2/Chart.yaml new file mode 100644 index 00000000000..49a33cb7b30 --- /dev/null +++ b/stable/firefox/12.3.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: browser + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 123.0.1 +dependencies: + - name: common + version: 20.2.2 + 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: 12.3.2 diff --git a/stable/firefox/12.1.2/README.md b/stable/firefox/12.3.2/README.md similarity index 100% rename from stable/firefox/12.1.2/README.md rename to stable/firefox/12.3.2/README.md diff --git a/stable/firefox/12.3.2/app-changelog.md b/stable/firefox/12.3.2/app-changelog.md new file mode 100644 index 00000000000..582e9568e04 --- /dev/null +++ b/stable/firefox/12.3.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [firefox-12.3.2](https://github.com/truecharts/charts/compare/firefox-12.2.0...firefox-12.3.2) (2024-03-17) + +### Chore + + + +- update container 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/12.1.2/app-readme.md b/stable/firefox/12.3.2/app-readme.md similarity index 100% rename from stable/firefox/12.1.2/app-readme.md rename to stable/firefox/12.3.2/app-readme.md diff --git a/stable/firefox/12.3.2/charts/common-20.2.2.tgz b/stable/firefox/12.3.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/firefox/12.3.2/charts/common-20.2.2.tgz differ diff --git a/stable/firefox/12.3.2/ix_values.yaml b/stable/firefox/12.3.2/ix_values.yaml new file mode 100644 index 00000000000..d6222d11386 --- /dev/null +++ b/stable/firefox/12.3.2/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/linuxserver/firefox + pullPolicy: IfNotPresent + tag: 123.0.1@sha256:55adf05382872deee11865f2c7c6ae49f163c737f8fdb8c7c17d564d13c5449b +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 10131 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + readiness: + type: http + startup: + type: http + env: + FM_HOME: "/config" + CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}" + TITLE: "TrueChartVNC Client" +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: false +portal: + open: + enabled: true diff --git a/stable/firefox/12.1.2/questions.yaml b/stable/firefox/12.3.2/questions.yaml similarity index 100% rename from stable/firefox/12.1.2/questions.yaml rename to stable/firefox/12.3.2/questions.yaml diff --git a/stable/flood/13.5.1/templates/NOTES.txt b/stable/firefox/12.3.2/templates/NOTES.txt similarity index 100% rename from stable/flood/13.5.1/templates/NOTES.txt rename to stable/firefox/12.3.2/templates/NOTES.txt diff --git a/stable/flaresolverr/13.5.1/templates/common.yaml b/stable/firefox/12.3.2/templates/common.yaml similarity index 100% rename from stable/flaresolverr/13.5.1/templates/common.yaml rename to stable/firefox/12.3.2/templates/common.yaml diff --git a/stable/flame/5.5.1/values.yaml b/stable/firefox/12.3.2/values.yaml similarity index 100% rename from stable/flame/5.5.1/values.yaml rename to stable/firefox/12.3.2/values.yaml diff --git a/stable/fireshare/6.6.1/CHANGELOG.md b/stable/fireshare/6.6.1/CHANGELOG.md deleted file mode 100644 index 23a1b6c4be8..00000000000 --- a/stable/fireshare/6.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fireshare-6.6.1](https://github.com/truecharts/charts/compare/fireshare-6.6.0...fireshare-6.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fireshare-6.6.0](https://github.com/truecharts/charts/compare/fireshare-6.5.1...fireshare-6.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fireshare-6.5.1](https://github.com/truecharts/charts/compare/fireshare-6.5.0...fireshare-6.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fireshare-6.5.0](https://github.com/truecharts/charts/compare/fireshare-6.4.0...fireshare-6.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fireshare-6.4.0](https://github.com/truecharts/charts/compare/fireshare-6.3.3...fireshare-6.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fireshare-6.3.3](https://github.com/truecharts/charts/compare/fireshare-6.3.2...fireshare-6.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fireshare-6.3.2](https://github.com/truecharts/charts/compare/fireshare-6.3.0...fireshare-6.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [fireshare-5.1.12](https://github.com/truecharts/charts/compare/fireshare-5.1.11...fireshare-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fireshare-5.1.11](https://github.com/truecharts/charts/compare/fireshare-5.1.10...fireshare-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/fireshare/6.6.1/Chart.yaml b/stable/fireshare/6.6.1/Chart.yaml deleted file mode 100644 index 842495d8f8d..00000000000 --- a/stable/fireshare/6.6.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: 1.2.19 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/fireshare/6.6.1/charts/common-20.0.8.tgz b/stable/fireshare/6.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fireshare/6.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/flaresolverr/13.5.1/.helmignore b/stable/fireshare/6.8.1/.helmignore similarity index 100% rename from stable/flaresolverr/13.5.1/.helmignore rename to stable/fireshare/6.8.1/.helmignore diff --git a/stable/fireshare/6.8.1/CHANGELOG.md b/stable/fireshare/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..e4bf6d348e1 --- /dev/null +++ b/stable/fireshare/6.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fireshare-6.8.1](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fireshare/6.8.1/Chart.yaml new file mode 100644 index 00000000000..f464dad747f --- /dev/null +++ b/stable/fireshare/6.8.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: 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.2 + 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.1 diff --git a/stable/fireshare/6.6.1/README.md b/stable/fireshare/6.8.1/README.md similarity index 100% rename from stable/fireshare/6.6.1/README.md rename to stable/fireshare/6.8.1/README.md diff --git a/stable/fireshare/6.8.1/app-changelog.md b/stable/fireshare/6.8.1/app-changelog.md new file mode 100644 index 00000000000..20aa0fc7ba2 --- /dev/null +++ b/stable/fireshare/6.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fireshare-6.8.1](https://github.com/truecharts/charts/compare/fireshare-6.7.0...fireshare-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/fireshare/6.8.1/app-readme.md similarity index 100% rename from stable/fireshare/6.6.1/app-readme.md rename to stable/fireshare/6.8.1/app-readme.md diff --git a/stable/fireshare/6.8.1/charts/common-20.2.2.tgz b/stable/fireshare/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fireshare/6.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/fireshare/6.6.1/ix_values.yaml b/stable/fireshare/6.8.1/ix_values.yaml similarity index 100% rename from stable/fireshare/6.6.1/ix_values.yaml rename to stable/fireshare/6.8.1/ix_values.yaml diff --git a/stable/fireshare/6.6.1/questions.yaml b/stable/fireshare/6.8.1/questions.yaml similarity index 100% rename from stable/fireshare/6.6.1/questions.yaml rename to stable/fireshare/6.8.1/questions.yaml diff --git a/stable/fireshare/6.6.1/templates/_secrets.tpl b/stable/fireshare/6.8.1/templates/_secrets.tpl similarity index 100% rename from stable/fireshare/6.6.1/templates/_secrets.tpl rename to stable/fireshare/6.8.1/templates/_secrets.tpl diff --git a/stable/fireshare/6.6.1/templates/common.yaml b/stable/fireshare/6.8.1/templates/common.yaml similarity index 100% rename from stable/fireshare/6.6.1/templates/common.yaml rename to stable/fireshare/6.8.1/templates/common.yaml diff --git a/stable/flaresolverr/13.5.1/values.yaml b/stable/fireshare/6.8.1/values.yaml similarity index 100% rename from stable/flaresolverr/13.5.1/values.yaml rename to stable/fireshare/6.8.1/values.yaml diff --git a/stable/firezone/3.5.1/CHANGELOG.md b/stable/firezone/3.5.1/CHANGELOG.md deleted file mode 100644 index c9f696948ca..00000000000 --- a/stable/firezone/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [firezone-3.5.1](https://github.com/truecharts/charts/compare/firezone-3.5.0...firezone-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [firezone-3.5.0](https://github.com/truecharts/charts/compare/firezone-3.4.1...firezone-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [firezone-3.4.1](https://github.com/truecharts/charts/compare/firezone-3.4.0...firezone-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [firezone-3.4.0](https://github.com/truecharts/charts/compare/firezone-3.3.0...firezone-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [firezone-3.3.0](https://github.com/truecharts/charts/compare/firezone-3.2.3...firezone-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [firezone-3.2.3](https://github.com/truecharts/charts/compare/firezone-3.2.2...firezone-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [firezone-3.2.2](https://github.com/truecharts/charts/compare/firezone-3.2.0...firezone-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [firezone-2.1.11](https://github.com/truecharts/charts/compare/firezone-2.1.10...firezone-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [firezone-2.1.10](https://github.com/truecharts/charts/compare/firezone-2.1.9...firezone-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/firezone/3.5.1/Chart.yaml b/stable/firezone/3.5.1/Chart.yaml deleted file mode 100644 index 5c030d69303..00000000000 --- a/stable/firezone/3.5.1/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.0.8 - 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.5.1 diff --git a/stable/firezone/3.5.1/charts/common-20.0.8.tgz b/stable/firezone/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/firezone/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fleet/12.9.1/.helmignore b/stable/firezone/3.7.1/.helmignore similarity index 100% rename from stable/fleet/12.9.1/.helmignore rename to stable/firezone/3.7.1/.helmignore diff --git a/stable/firezone/3.7.1/CHANGELOG.md b/stable/firezone/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8c505e5f704 --- /dev/null +++ b/stable/firezone/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [firezone-3.7.1](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/firezone/3.7.1/Chart.yaml new file mode 100644 index 00000000000..4d45105d1b3 --- /dev/null +++ b/stable/firezone/3.7.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: 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.2 + 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.1 diff --git a/stable/firezone/3.5.1/README.md b/stable/firezone/3.7.1/README.md similarity index 100% rename from stable/firezone/3.5.1/README.md rename to stable/firezone/3.7.1/README.md diff --git a/stable/firezone/3.7.1/app-changelog.md b/stable/firezone/3.7.1/app-changelog.md new file mode 100644 index 00000000000..a458e7fa45f --- /dev/null +++ b/stable/firezone/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [firezone-3.7.1](https://github.com/truecharts/charts/compare/firezone-3.6.0...firezone-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/firezone/3.7.1/app-readme.md similarity index 100% rename from stable/firezone/3.5.1/app-readme.md rename to stable/firezone/3.7.1/app-readme.md diff --git a/stable/firezone/3.7.1/charts/common-20.2.2.tgz b/stable/firezone/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/firezone/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/firezone/3.5.1/ix_values.yaml b/stable/firezone/3.7.1/ix_values.yaml similarity index 100% rename from stable/firezone/3.5.1/ix_values.yaml rename to stable/firezone/3.7.1/ix_values.yaml diff --git a/stable/firezone/3.5.1/questions.yaml b/stable/firezone/3.7.1/questions.yaml similarity index 100% rename from stable/firezone/3.5.1/questions.yaml rename to stable/firezone/3.7.1/questions.yaml diff --git a/stable/flowise/4.6.2/templates/NOTES.txt b/stable/firezone/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/flowise/4.6.2/templates/NOTES.txt rename to stable/firezone/3.7.1/templates/NOTES.txt diff --git a/stable/firezone/3.5.1/templates/_secrets.tpl b/stable/firezone/3.7.1/templates/_secrets.tpl similarity index 100% rename from stable/firezone/3.5.1/templates/_secrets.tpl rename to stable/firezone/3.7.1/templates/_secrets.tpl diff --git a/stable/firezone/3.5.1/templates/common.yaml b/stable/firezone/3.7.1/templates/common.yaml similarity index 100% rename from stable/firezone/3.5.1/templates/common.yaml rename to stable/firezone/3.7.1/templates/common.yaml diff --git a/stable/fleet/12.9.1/values.yaml b/stable/firezone/3.7.1/values.yaml similarity index 100% rename from stable/fleet/12.9.1/values.yaml rename to stable/firezone/3.7.1/values.yaml diff --git a/stable/fistfuloffrags/5.5.1/CHANGELOG.md b/stable/fistfuloffrags/5.5.1/CHANGELOG.md deleted file mode 100644 index 28ec7e7c896..00000000000 --- a/stable/fistfuloffrags/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fistfuloffrags-5.5.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.5.0...fistfuloffrags-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fistfuloffrags-5.5.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.4.1...fistfuloffrags-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fistfuloffrags-5.4.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.4.0...fistfuloffrags-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fistfuloffrags-5.4.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.3.0...fistfuloffrags-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fistfuloffrags-5.3.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.3...fistfuloffrags-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fistfuloffrags-5.2.3](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.2...fistfuloffrags-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fistfuloffrags-5.2.2](https://github.com/truecharts/charts/compare/fistfuloffrags-5.2.0...fistfuloffrags-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fistfuloffrags-4.1.11](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.10...fistfuloffrags-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fistfuloffrags-4.1.10](https://github.com/truecharts/charts/compare/fistfuloffrags-4.1.9...fistfuloffrags-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fistfuloffrags/5.5.1/Chart.yaml b/stable/fistfuloffrags/5.5.1/Chart.yaml deleted file mode 100644 index da70b1457d9..00000000000 --- a/stable/fistfuloffrags/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fistfuloffrags/5.5.1/charts/common-20.0.8.tgz b/stable/fistfuloffrags/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fistfuloffrags/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/flexget/9.5.2/.helmignore b/stable/fistfuloffrags/5.7.1/.helmignore similarity index 100% rename from stable/flexget/9.5.2/.helmignore rename to stable/fistfuloffrags/5.7.1/.helmignore diff --git a/stable/fistfuloffrags/5.7.1/CHANGELOG.md b/stable/fistfuloffrags/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..843a19374eb --- /dev/null +++ b/stable/fistfuloffrags/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fistfuloffrags-5.7.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fistfuloffrags/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3a2f232c941 --- /dev/null +++ b/stable/fistfuloffrags/5.7.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: 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.2 + 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.1 diff --git a/stable/fistfuloffrags/5.5.1/README.md b/stable/fistfuloffrags/5.7.1/README.md similarity index 100% rename from stable/fistfuloffrags/5.5.1/README.md rename to stable/fistfuloffrags/5.7.1/README.md diff --git a/stable/fistfuloffrags/5.7.1/app-changelog.md b/stable/fistfuloffrags/5.7.1/app-changelog.md new file mode 100644 index 00000000000..881d2b36564 --- /dev/null +++ b/stable/fistfuloffrags/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fistfuloffrags-5.7.1](https://github.com/truecharts/charts/compare/fistfuloffrags-5.6.0...fistfuloffrags-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fistfuloffrags/5.7.1/app-readme.md similarity index 100% rename from stable/fistfuloffrags/5.5.1/app-readme.md rename to stable/fistfuloffrags/5.7.1/app-readme.md diff --git a/stable/fistfuloffrags/5.7.1/charts/common-20.2.2.tgz b/stable/fistfuloffrags/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fistfuloffrags/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fistfuloffrags/5.5.1/ix_values.yaml b/stable/fistfuloffrags/5.7.1/ix_values.yaml similarity index 100% rename from stable/fistfuloffrags/5.5.1/ix_values.yaml rename to stable/fistfuloffrags/5.7.1/ix_values.yaml diff --git a/stable/fistfuloffrags/5.5.1/questions.yaml b/stable/fistfuloffrags/5.7.1/questions.yaml similarity index 100% rename from stable/fistfuloffrags/5.5.1/questions.yaml rename to stable/fistfuloffrags/5.7.1/questions.yaml diff --git a/stable/fistfuloffrags/5.5.1/templates/common.yaml b/stable/fistfuloffrags/5.7.1/templates/common.yaml similarity index 100% rename from stable/fistfuloffrags/5.5.1/templates/common.yaml rename to stable/fistfuloffrags/5.7.1/templates/common.yaml diff --git a/stable/flexget/9.5.2/values.yaml b/stable/fistfuloffrags/5.7.1/values.yaml similarity index 100% rename from stable/flexget/9.5.2/values.yaml rename to stable/fistfuloffrags/5.7.1/values.yaml diff --git a/stable/fivem/5.5.1/CHANGELOG.md b/stable/fivem/5.5.1/CHANGELOG.md deleted file mode 100644 index dc9f99ab6ce..00000000000 --- a/stable/fivem/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fivem-5.5.1](https://github.com/truecharts/charts/compare/fivem-5.5.0...fivem-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fivem-5.5.0](https://github.com/truecharts/charts/compare/fivem-5.4.1...fivem-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fivem-5.4.1](https://github.com/truecharts/charts/compare/fivem-5.4.0...fivem-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fivem-5.4.0](https://github.com/truecharts/charts/compare/fivem-5.3.0...fivem-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fivem-5.3.0](https://github.com/truecharts/charts/compare/fivem-5.2.3...fivem-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fivem-5.2.3](https://github.com/truecharts/charts/compare/fivem-5.2.2...fivem-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fivem-5.2.2](https://github.com/truecharts/charts/compare/fivem-5.2.0...fivem-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fivem-4.1.11](https://github.com/truecharts/charts/compare/fivem-4.1.10...fivem-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fivem-4.1.10](https://github.com/truecharts/charts/compare/fivem-4.1.9...fivem-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fivem/5.5.1/Chart.yaml b/stable/fivem/5.5.1/Chart.yaml deleted file mode 100644 index f06f23da2b6..00000000000 --- a/stable/fivem/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fivem/5.5.1/charts/common-20.0.8.tgz b/stable/fivem/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fivem/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/flextv/5.5.1/.helmignore b/stable/fivem/5.7.1/.helmignore similarity index 100% rename from stable/flextv/5.5.1/.helmignore rename to stable/fivem/5.7.1/.helmignore diff --git a/stable/fivem/5.7.1/CHANGELOG.md b/stable/fivem/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c76c2d068ef --- /dev/null +++ b/stable/fivem/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fivem-5.7.1](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fivem/5.7.1/Chart.yaml new file mode 100644 index 00000000000..674412feabd --- /dev/null +++ b/stable/fivem/5.7.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: 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.2 + 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.1 diff --git a/stable/fivem/5.5.1/README.md b/stable/fivem/5.7.1/README.md similarity index 100% rename from stable/fivem/5.5.1/README.md rename to stable/fivem/5.7.1/README.md diff --git a/stable/fivem/5.7.1/app-changelog.md b/stable/fivem/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e961b1e0a54 --- /dev/null +++ b/stable/fivem/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fivem-5.7.1](https://github.com/truecharts/charts/compare/fivem-5.6.0...fivem-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fivem/5.7.1/app-readme.md similarity index 100% rename from stable/fivem/5.5.1/app-readme.md rename to stable/fivem/5.7.1/app-readme.md diff --git a/stable/fivem/5.7.1/charts/common-20.2.2.tgz b/stable/fivem/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fivem/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fivem/5.5.1/ix_values.yaml b/stable/fivem/5.7.1/ix_values.yaml similarity index 100% rename from stable/fivem/5.5.1/ix_values.yaml rename to stable/fivem/5.7.1/ix_values.yaml diff --git a/stable/fivem/5.5.1/questions.yaml b/stable/fivem/5.7.1/questions.yaml similarity index 100% rename from stable/fivem/5.5.1/questions.yaml rename to stable/fivem/5.7.1/questions.yaml diff --git a/stable/fivem/5.5.1/templates/common.yaml b/stable/fivem/5.7.1/templates/common.yaml similarity index 100% rename from stable/fivem/5.5.1/templates/common.yaml rename to stable/fivem/5.7.1/templates/common.yaml diff --git a/stable/flextv/5.5.1/values.yaml b/stable/fivem/5.7.1/values.yaml similarity index 100% rename from stable/flextv/5.5.1/values.yaml rename to stable/fivem/5.7.1/values.yaml diff --git a/stable/flame/5.5.1/CHANGELOG.md b/stable/flame/5.5.1/CHANGELOG.md deleted file mode 100644 index c388cc4787d..00000000000 --- a/stable/flame/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flame-5.5.1](https://github.com/truecharts/charts/compare/flame-5.5.0...flame-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flame-5.5.0](https://github.com/truecharts/charts/compare/flame-5.4.1...flame-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flame-5.4.1](https://github.com/truecharts/charts/compare/flame-5.4.0...flame-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flame-5.4.0](https://github.com/truecharts/charts/compare/flame-5.3.0...flame-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flame-5.3.0](https://github.com/truecharts/charts/compare/flame-5.2.3...flame-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flame-5.2.3](https://github.com/truecharts/charts/compare/flame-5.2.2...flame-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flame-5.2.2](https://github.com/truecharts/charts/compare/flame-5.2.0...flame-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [flame-4.1.11](https://github.com/truecharts/charts/compare/flame-4.1.10...flame-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flame-4.1.10](https://github.com/truecharts/charts/compare/flame-4.1.9...flame-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/flame/5.5.1/Chart.yaml b/stable/flame/5.5.1/Chart.yaml deleted file mode 100644 index fb23826c1ba..00000000000 --- a/stable/flame/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/flame/5.5.1/charts/common-20.0.8.tgz b/stable/flame/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/flame/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/flood/13.5.1/.helmignore b/stable/flame/5.7.1/.helmignore similarity index 100% rename from stable/flood/13.5.1/.helmignore rename to stable/flame/5.7.1/.helmignore diff --git a/stable/flame/5.7.1/CHANGELOG.md b/stable/flame/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5ff8f1b8c92 --- /dev/null +++ b/stable/flame/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flame-5.7.1](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/flame/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a7cb8b740f1 --- /dev/null +++ b/stable/flame/5.7.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: 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.2 + 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.1 diff --git a/stable/flame/5.5.1/README.md b/stable/flame/5.7.1/README.md similarity index 100% rename from stable/flame/5.5.1/README.md rename to stable/flame/5.7.1/README.md diff --git a/stable/flame/5.7.1/app-changelog.md b/stable/flame/5.7.1/app-changelog.md new file mode 100644 index 00000000000..86706147eed --- /dev/null +++ b/stable/flame/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [flame-5.7.1](https://github.com/truecharts/charts/compare/flame-5.6.0...flame-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/flame/5.7.1/app-readme.md similarity index 100% rename from stable/flame/5.5.1/app-readme.md rename to stable/flame/5.7.1/app-readme.md diff --git a/stable/flame/5.7.1/charts/common-20.2.2.tgz b/stable/flame/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flame/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/flame/5.5.1/ix_values.yaml b/stable/flame/5.7.1/ix_values.yaml similarity index 100% rename from stable/flame/5.5.1/ix_values.yaml rename to stable/flame/5.7.1/ix_values.yaml diff --git a/stable/flame/5.5.1/questions.yaml b/stable/flame/5.7.1/questions.yaml similarity index 100% rename from stable/flame/5.5.1/questions.yaml rename to stable/flame/5.7.1/questions.yaml diff --git a/stable/flame/5.5.1/templates/common.yaml b/stable/flame/5.7.1/templates/common.yaml similarity index 100% rename from stable/flame/5.5.1/templates/common.yaml rename to stable/flame/5.7.1/templates/common.yaml diff --git a/stable/flood/13.5.1/values.yaml b/stable/flame/5.7.1/values.yaml similarity index 100% rename from stable/flood/13.5.1/values.yaml rename to stable/flame/5.7.1/values.yaml diff --git a/stable/flaresolverr/13.5.1/CHANGELOG.md b/stable/flaresolverr/13.5.1/CHANGELOG.md deleted file mode 100644 index 22a5341bcf3..00000000000 --- a/stable/flaresolverr/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flaresolverr-13.5.1](https://github.com/truecharts/charts/compare/flaresolverr-13.5.0...flaresolverr-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flaresolverr-13.5.0](https://github.com/truecharts/charts/compare/flaresolverr-13.4.1...flaresolverr-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flaresolverr-13.4.1](https://github.com/truecharts/charts/compare/flaresolverr-13.4.0...flaresolverr-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flaresolverr-13.4.0](https://github.com/truecharts/charts/compare/flaresolverr-13.3.0...flaresolverr-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flaresolverr-13.3.0](https://github.com/truecharts/charts/compare/flaresolverr-13.2.4...flaresolverr-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flaresolverr-13.2.4](https://github.com/truecharts/charts/compare/flaresolverr-13.2.3...flaresolverr-13.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flaresolverr-13.2.3](https://github.com/truecharts/charts/compare/flaresolverr-13.2.1...flaresolverr-13.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [flaresolverr-12.1.12](https://github.com/truecharts/charts/compare/flaresolverr-12.1.11...flaresolverr-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flaresolverr-12.1.11](https://github.com/truecharts/charts/compare/flaresolverr-12.1.10...flaresolverr-12.1.11) (2024-01-26) - -### Chore - - diff --git a/stable/flaresolverr/13.5.1/Chart.yaml b/stable/flaresolverr/13.5.1/Chart.yaml deleted file mode 100644 index cad7e997d46..00000000000 --- a/stable/flaresolverr/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/flaresolverr/13.5.1/charts/common-20.0.8.tgz b/stable/flaresolverr/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/flaresolverr/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/flowise/4.6.2/.helmignore b/stable/flaresolverr/13.7.1/.helmignore similarity index 100% rename from stable/flowise/4.6.2/.helmignore rename to stable/flaresolverr/13.7.1/.helmignore diff --git a/stable/flaresolverr/13.7.1/CHANGELOG.md b/stable/flaresolverr/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f7a17a2aaac --- /dev/null +++ b/stable/flaresolverr/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flaresolverr-13.7.1](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/flaresolverr/13.7.1/Chart.yaml new file mode 100644 index 00000000000..f9cd08c82e3 --- /dev/null +++ b/stable/flaresolverr/13.7.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: 3.3.16 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/flaresolverr/13.5.1/README.md b/stable/flaresolverr/13.7.1/README.md similarity index 100% rename from stable/flaresolverr/13.5.1/README.md rename to stable/flaresolverr/13.7.1/README.md diff --git a/stable/flaresolverr/13.7.1/app-changelog.md b/stable/flaresolverr/13.7.1/app-changelog.md new file mode 100644 index 00000000000..f6ccd99a486 --- /dev/null +++ b/stable/flaresolverr/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [flaresolverr-13.7.1](https://github.com/truecharts/charts/compare/flaresolverr-13.6.0...flaresolverr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/flaresolverr/13.7.1/app-readme.md similarity index 100% rename from stable/flaresolverr/13.5.1/app-readme.md rename to stable/flaresolverr/13.7.1/app-readme.md diff --git a/stable/flaresolverr/13.7.1/charts/common-20.2.2.tgz b/stable/flaresolverr/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flaresolverr/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/flaresolverr/13.5.1/ix_values.yaml b/stable/flaresolverr/13.7.1/ix_values.yaml similarity index 100% rename from stable/flaresolverr/13.5.1/ix_values.yaml rename to stable/flaresolverr/13.7.1/ix_values.yaml diff --git a/stable/flaresolverr/13.5.1/questions.yaml b/stable/flaresolverr/13.7.1/questions.yaml similarity index 100% rename from stable/flaresolverr/13.5.1/questions.yaml rename to stable/flaresolverr/13.7.1/questions.yaml diff --git a/stable/fluidd/9.5.2/templates/NOTES.txt b/stable/flaresolverr/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/fluidd/9.5.2/templates/NOTES.txt rename to stable/flaresolverr/13.7.1/templates/NOTES.txt diff --git a/stable/fleet/12.9.1/templates/common.yaml b/stable/flaresolverr/13.7.1/templates/common.yaml similarity index 100% rename from stable/fleet/12.9.1/templates/common.yaml rename to stable/flaresolverr/13.7.1/templates/common.yaml diff --git a/stable/flowise/4.6.2/values.yaml b/stable/flaresolverr/13.7.1/values.yaml similarity index 100% rename from stable/flowise/4.6.2/values.yaml rename to stable/flaresolverr/13.7.1/values.yaml diff --git a/stable/fluidd/9.5.2/.helmignore b/stable/fleet/12.12.1/.helmignore similarity index 100% rename from stable/fluidd/9.5.2/.helmignore rename to stable/fleet/12.12.1/.helmignore diff --git a/stable/fleet/12.12.1/CHANGELOG.md b/stable/fleet/12.12.1/CHANGELOG.md new file mode 100644 index 00000000000..b734bad300d --- /dev/null +++ b/stable/fleet/12.12.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fleet-12.12.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/fleet/12.12.1/Chart.yaml b/stable/fleet/12.12.1/Chart.yaml new file mode 100644 index 00000000000..7559815d280 --- /dev/null +++ b/stable/fleet/12.12.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/fleet/12.9.1/README.md b/stable/fleet/12.12.1/README.md similarity index 100% rename from stable/fleet/12.9.1/README.md rename to stable/fleet/12.12.1/README.md diff --git a/stable/fleet/12.12.1/app-changelog.md b/stable/fleet/12.12.1/app-changelog.md new file mode 100644 index 00000000000..abdad344cef --- /dev/null +++ b/stable/fleet/12.12.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [fleet-12.12.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/fleet/12.12.1/app-readme.md similarity index 100% rename from stable/fleet/12.9.1/app-readme.md rename to stable/fleet/12.12.1/app-readme.md diff --git a/stable/fleet/12.12.1/charts/common-20.2.2.tgz b/stable/fleet/12.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fleet/12.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/fleet/12.12.1/charts/mariadb-13.7.0.tgz b/stable/fleet/12.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/fleet/12.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/fleet/12.9.1/ix_values.yaml b/stable/fleet/12.12.1/ix_values.yaml similarity index 100% rename from stable/fleet/12.9.1/ix_values.yaml rename to stable/fleet/12.12.1/ix_values.yaml diff --git a/stable/fleet/12.9.1/questions.yaml b/stable/fleet/12.12.1/questions.yaml similarity index 100% rename from stable/fleet/12.9.1/questions.yaml rename to stable/fleet/12.12.1/questions.yaml diff --git a/stable/foldingathome/9.5.2/templates/NOTES.txt b/stable/fleet/12.12.1/templates/NOTES.txt similarity index 100% rename from stable/foldingathome/9.5.2/templates/NOTES.txt rename to stable/fleet/12.12.1/templates/NOTES.txt diff --git a/stable/flexget/9.5.2/templates/common.yaml b/stable/fleet/12.12.1/templates/common.yaml similarity index 100% rename from stable/flexget/9.5.2/templates/common.yaml rename to stable/fleet/12.12.1/templates/common.yaml diff --git a/stable/fluidd/9.5.2/values.yaml b/stable/fleet/12.12.1/values.yaml similarity index 100% rename from stable/fluidd/9.5.2/values.yaml rename to stable/fleet/12.12.1/values.yaml diff --git a/stable/fleet/12.9.1/CHANGELOG.md b/stable/fleet/12.9.1/CHANGELOG.md deleted file mode 100644 index b8c919e69ff..00000000000 --- a/stable/fleet/12.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fleet-12.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) diff --git a/stable/fleet/12.9.1/Chart.yaml b/stable/fleet/12.9.1/Chart.yaml deleted file mode 100644 index 335564294d0..00000000000 --- a/stable/fleet/12.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - 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.9.1 diff --git a/stable/fleet/12.9.1/app-changelog.md b/stable/fleet/12.9.1/app-changelog.md deleted file mode 100644 index a406a91366b..00000000000 --- a/stable/fleet/12.9.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [fleet-12.9.1](https://github.com/truecharts/charts/compare/fleet-12.9.0...fleet-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/fleet/12.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/fleet/12.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/fleet/12.9.1/charts/mariadb-13.5.4.tgz b/stable/fleet/12.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/fleet/12.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/flexget/9.5.2/CHANGELOG.md b/stable/flexget/9.5.2/CHANGELOG.md deleted file mode 100644 index 074542ff556..00000000000 --- a/stable/flexget/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flexget-9.5.2](https://github.com/truecharts/charts/compare/flexget-9.5.1...flexget-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [flexget-9.5.1](https://github.com/truecharts/charts/compare/flexget-9.5.0...flexget-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flexget-9.5.0](https://github.com/truecharts/charts/compare/flexget-9.4.2...flexget-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flexget-9.4.2](https://github.com/truecharts/charts/compare/flexget-9.4.1...flexget-9.4.2) (2024-03-11) - -### Chore - - - -- update container image wiserain/flexget to v3.11.22[@5f118c6](https://github.com/5f118c6) by renovate ([#19091](https://github.com/truecharts/charts/issues/19091)) - - -## [flexget-9.4.1](https://github.com/truecharts/charts/compare/flexget-9.4.0...flexget-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flexget-9.4.0](https://github.com/truecharts/charts/compare/flexget-9.3.0...flexget-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flexget-9.3.0](https://github.com/truecharts/charts/compare/flexget-9.2.4...flexget-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flexget-9.2.4](https://github.com/truecharts/charts/compare/flexget-9.2.3...flexget-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flexget-9.2.3](https://github.com/truecharts/charts/compare/flexget-9.2.1...flexget-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/flexget/9.5.2/Chart.yaml b/stable/flexget/9.5.2/Chart.yaml deleted file mode 100644 index 87aa9c49771..00000000000 --- a/stable/flexget/9.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.11.22 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/flexget/9.5.2/charts/common-20.0.9.tgz b/stable/flexget/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/flexget/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/flexget/9.5.2/ix_values.yaml b/stable/flexget/9.5.2/ix_values.yaml deleted file mode 100644 index 32a3c6a411f..00000000000 --- a/stable/flexget/9.5.2/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - repository: wiserain/flexget - pullPolicy: IfNotPresent - tag: 3.11.22@sha256:5f118c65fe1325339b3780333b729d569c641312e4250d11c9071397120edd22 -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/fluttercoin-wallet/5.5.1/.helmignore b/stable/flexget/9.7.1/.helmignore similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/.helmignore rename to stable/flexget/9.7.1/.helmignore diff --git a/stable/flexget/9.7.1/CHANGELOG.md b/stable/flexget/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9ecd98fc2a8 --- /dev/null +++ b/stable/flexget/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flexget-9.7.1](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/flexget/9.7.1/Chart.yaml b/stable/flexget/9.7.1/Chart.yaml new file mode 100644 index 00000000000..29b51cad647 --- /dev/null +++ b/stable/flexget/9.7.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: 3.11.23 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/flexget/9.5.2/README.md b/stable/flexget/9.7.1/README.md similarity index 100% rename from stable/flexget/9.5.2/README.md rename to stable/flexget/9.7.1/README.md diff --git a/stable/flexget/9.7.1/app-changelog.md b/stable/flexget/9.7.1/app-changelog.md new file mode 100644 index 00000000000..73ee3b588b0 --- /dev/null +++ b/stable/flexget/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [flexget-9.7.1](https://github.com/truecharts/charts/compare/flexget-9.6.0...flexget-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/flexget/9.7.1/app-readme.md similarity index 100% rename from stable/flexget/9.5.2/app-readme.md rename to stable/flexget/9.7.1/app-readme.md diff --git a/stable/flexget/9.7.1/charts/common-20.2.2.tgz b/stable/flexget/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flexget/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/flexget/9.7.1/ix_values.yaml b/stable/flexget/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..8f9729790fa --- /dev/null +++ b/stable/flexget/9.7.1/ix_values.yaml @@ -0,0 +1,45 @@ +image: + repository: wiserain/flexget + pullPolicy: IfNotPresent + tag: 3.11.23@sha256:c3382cf6a79ee72f72d3f3d99e2accef9a2c91ff1e82a33ee3ddbee49308aa5a +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.5.2/questions.yaml b/stable/flexget/9.7.1/questions.yaml similarity index 100% rename from stable/flexget/9.5.2/questions.yaml rename to stable/flexget/9.7.1/questions.yaml diff --git a/stable/fossil/11.5.1/templates/NOTES.txt b/stable/flexget/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/fossil/11.5.1/templates/NOTES.txt rename to stable/flexget/9.7.1/templates/NOTES.txt diff --git a/stable/flood/13.5.1/templates/common.yaml b/stable/flexget/9.7.1/templates/common.yaml similarity index 100% rename from stable/flood/13.5.1/templates/common.yaml rename to stable/flexget/9.7.1/templates/common.yaml diff --git a/stable/fluttercoin-wallet/5.5.1/values.yaml b/stable/flexget/9.7.1/values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/values.yaml rename to stable/flexget/9.7.1/values.yaml diff --git a/stable/flextv/5.5.1/CHANGELOG.md b/stable/flextv/5.5.1/CHANGELOG.md deleted file mode 100644 index 31cc6445bdf..00000000000 --- a/stable/flextv/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flextv-5.5.1](https://github.com/truecharts/charts/compare/flextv-5.5.0...flextv-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flextv-5.5.0](https://github.com/truecharts/charts/compare/flextv-5.4.1...flextv-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flextv-5.4.1](https://github.com/truecharts/charts/compare/flextv-5.4.0...flextv-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flextv-5.4.0](https://github.com/truecharts/charts/compare/flextv-5.3.0...flextv-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flextv-5.3.0](https://github.com/truecharts/charts/compare/flextv-5.2.3...flextv-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flextv-5.2.3](https://github.com/truecharts/charts/compare/flextv-5.2.2...flextv-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flextv-5.2.2](https://github.com/truecharts/charts/compare/flextv-5.2.0...flextv-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [flextv-4.1.11](https://github.com/truecharts/charts/compare/flextv-4.1.10...flextv-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flextv-4.1.10](https://github.com/truecharts/charts/compare/flextv-4.1.9...flextv-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/flextv/5.5.1/Chart.yaml b/stable/flextv/5.5.1/Chart.yaml deleted file mode 100644 index 1cf4018f704..00000000000 --- a/stable/flextv/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/flextv/5.5.1/charts/common-20.0.8.tgz b/stable/flextv/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/flextv/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/fmd2-wine/5.5.1/.helmignore b/stable/flextv/5.7.1/.helmignore similarity index 100% rename from stable/fmd2-wine/5.5.1/.helmignore rename to stable/flextv/5.7.1/.helmignore diff --git a/stable/flextv/5.7.1/CHANGELOG.md b/stable/flextv/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5deecaab2ab --- /dev/null +++ b/stable/flextv/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flextv-5.7.1](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/flextv/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2cdd893c65d --- /dev/null +++ b/stable/flextv/5.7.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: 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.2 + 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.1 diff --git a/stable/flextv/5.5.1/README.md b/stable/flextv/5.7.1/README.md similarity index 100% rename from stable/flextv/5.5.1/README.md rename to stable/flextv/5.7.1/README.md diff --git a/stable/flextv/5.7.1/app-changelog.md b/stable/flextv/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a610e03abaf --- /dev/null +++ b/stable/flextv/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [flextv-5.7.1](https://github.com/truecharts/charts/compare/flextv-5.6.0...flextv-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/flextv/5.7.1/app-readme.md similarity index 100% rename from stable/flextv/5.5.1/app-readme.md rename to stable/flextv/5.7.1/app-readme.md diff --git a/stable/flextv/5.7.1/charts/common-20.2.2.tgz b/stable/flextv/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flextv/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/flextv/5.5.1/ix_values.yaml b/stable/flextv/5.7.1/ix_values.yaml similarity index 100% rename from stable/flextv/5.5.1/ix_values.yaml rename to stable/flextv/5.7.1/ix_values.yaml diff --git a/stable/flextv/5.5.1/questions.yaml b/stable/flextv/5.7.1/questions.yaml similarity index 100% rename from stable/flextv/5.5.1/questions.yaml rename to stable/flextv/5.7.1/questions.yaml diff --git a/stable/flextv/5.5.1/templates/common.yaml b/stable/flextv/5.7.1/templates/common.yaml similarity index 100% rename from stable/flextv/5.5.1/templates/common.yaml rename to stable/flextv/5.7.1/templates/common.yaml diff --git a/stable/fmd2-wine/5.5.1/values.yaml b/stable/flextv/5.7.1/values.yaml similarity index 100% rename from stable/fmd2-wine/5.5.1/values.yaml rename to stable/flextv/5.7.1/values.yaml diff --git a/stable/flood/13.5.1/CHANGELOG.md b/stable/flood/13.5.1/CHANGELOG.md deleted file mode 100644 index 30d89a2c42c..00000000000 --- a/stable/flood/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flood-13.5.1](https://github.com/truecharts/charts/compare/flood-13.5.0...flood-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flood-13.5.0](https://github.com/truecharts/charts/compare/flood-13.4.1...flood-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flood-13.4.1](https://github.com/truecharts/charts/compare/flood-13.4.0...flood-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flood-13.4.0](https://github.com/truecharts/charts/compare/flood-13.3.0...flood-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flood-13.3.0](https://github.com/truecharts/charts/compare/flood-13.2.3...flood-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flood-13.2.3](https://github.com/truecharts/charts/compare/flood-13.2.2...flood-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flood-13.2.2](https://github.com/truecharts/charts/compare/flood-13.2.0...flood-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [flood-12.1.11](https://github.com/truecharts/charts/compare/flood-12.1.10...flood-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [flood-12.1.10](https://github.com/truecharts/charts/compare/flood-12.1.9...flood-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/flood/13.5.1/Chart.yaml b/stable/flood/13.5.1/Chart.yaml deleted file mode 100644 index 18c72cc111c..00000000000 --- a/stable/flood/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/flood/13.5.1/charts/common-20.0.8.tgz b/stable/flood/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/flood/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/foldingathome/9.5.2/.helmignore b/stable/flood/13.7.1/.helmignore similarity index 100% rename from stable/foldingathome/9.5.2/.helmignore rename to stable/flood/13.7.1/.helmignore diff --git a/stable/flood/13.7.1/CHANGELOG.md b/stable/flood/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..05d749485a1 --- /dev/null +++ b/stable/flood/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flood-13.7.1](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/flood/13.7.1/Chart.yaml new file mode 100644 index 00000000000..704a1445d8e --- /dev/null +++ b/stable/flood/13.7.1/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.2 + 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.1 diff --git a/stable/flood/13.5.1/README.md b/stable/flood/13.7.1/README.md similarity index 100% rename from stable/flood/13.5.1/README.md rename to stable/flood/13.7.1/README.md diff --git a/stable/flood/13.7.1/app-changelog.md b/stable/flood/13.7.1/app-changelog.md new file mode 100644 index 00000000000..63b45f38950 --- /dev/null +++ b/stable/flood/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [flood-13.7.1](https://github.com/truecharts/charts/compare/flood-13.6.0...flood-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/flood/13.7.1/app-readme.md similarity index 100% rename from stable/flood/13.5.1/app-readme.md rename to stable/flood/13.7.1/app-readme.md diff --git a/stable/flood/13.7.1/charts/common-20.2.2.tgz b/stable/flood/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flood/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/flood/13.5.1/ix_values.yaml b/stable/flood/13.7.1/ix_values.yaml similarity index 100% rename from stable/flood/13.5.1/ix_values.yaml rename to stable/flood/13.7.1/ix_values.yaml diff --git a/stable/flood/13.5.1/questions.yaml b/stable/flood/13.7.1/questions.yaml similarity index 100% rename from stable/flood/13.5.1/questions.yaml rename to stable/flood/13.7.1/questions.yaml diff --git a/stable/freeradius/13.5.1/templates/NOTES.txt b/stable/flood/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/freeradius/13.5.1/templates/NOTES.txt rename to stable/flood/13.7.1/templates/NOTES.txt diff --git a/stable/fluidd/9.5.2/templates/common.yaml b/stable/flood/13.7.1/templates/common.yaml similarity index 100% rename from stable/fluidd/9.5.2/templates/common.yaml rename to stable/flood/13.7.1/templates/common.yaml diff --git a/stable/foldingathome/9.5.2/values.yaml b/stable/flood/13.7.1/values.yaml similarity index 100% rename from stable/foldingathome/9.5.2/values.yaml rename to stable/flood/13.7.1/values.yaml diff --git a/stable/flowise/4.6.2/CHANGELOG.md b/stable/flowise/4.6.2/CHANGELOG.md deleted file mode 100644 index 9b4cafcced4..00000000000 --- a/stable/flowise/4.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [flowise-4.6.2](https://github.com/truecharts/charts/compare/flowise-4.6.1...flowise-4.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [flowise-4.6.1](https://github.com/truecharts/charts/compare/flowise-4.6.0...flowise-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [flowise-4.6.0](https://github.com/truecharts/charts/compare/flowise-4.5.1...flowise-4.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [flowise-4.5.1](https://github.com/truecharts/charts/compare/flowise-4.5.0...flowise-4.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [flowise-4.5.0](https://github.com/truecharts/charts/compare/flowise-4.4.0...flowise-4.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [flowise-4.4.0](https://github.com/truecharts/charts/compare/flowise-4.3.4...flowise-4.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [flowise-4.3.4](https://github.com/truecharts/charts/compare/flowise-4.3.3...flowise-4.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [flowise-4.3.3](https://github.com/truecharts/charts/compare/flowise-4.3.1...flowise-4.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [flowise-3.2.0](https://github.com/truecharts/charts/compare/flowise-3.1.16...flowise-3.2.0) (2024-02-12) - -### Chore - diff --git a/stable/flowise/4.6.2/Chart.yaml b/stable/flowise/4.6.2/Chart.yaml deleted file mode 100644 index 57274bdc843..00000000000 --- a/stable/flowise/4.6.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: ai - 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.0.9 - 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.6.2 diff --git a/stable/flowise/4.6.2/charts/common-20.0.9.tgz b/stable/flowise/4.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/flowise/4.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/flowise/4.6.2/ix_values.yaml b/stable/flowise/4.6.2/ix_values.yaml deleted file mode 100644 index 30ccaa49894..00000000000 --- a/stable/flowise/4.6.2/ix_values.yaml +++ /dev/null @@ -1,89 +0,0 @@ -image: - repository: flowiseai/flowise - pullPolicy: IfNotPresent - tag: 1.6.0@sha256:0eb31839a29fa98a801065054d3f4398b88d7cddb3425a5a5d05fe9c4fd411fd -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - protocol: http - port: 3000 -workload: - main: - podSpec: - containers: - main: - args: - - flowise - - start - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - # Set paths - APIKEY_PATH: "{{.Values.persistence.api.mountPath }}" - LOG_PATH: "{{.Values.persistence.logs.mountPath }}" - SECRETKEY_PATH: "{{.Values.persistence.secrets.mountPath }}" - BLOB_STORAGE_PATH: "{{.Values.persistence.storage.mountPath }}" - # Postgres DB - DATABASE_TYPE: postgres - OVERRIDE_DATABASE: true - DATABASE_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DATABASE_PORT: 5432 - DATABASE_USER: "{{ .Values.cnpg.main.user }}" - DATABASE_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - DATABASE_NAME: "{{ .Values.cnpg.main.database }}" - DATABASE_SSL: false - # child | main - EXECUTION_MODE: main - # error | warn | info | verbose | debug - LOG_LEVEL: debug - DEBUG: true - # optional auth - FLOWISE_USERNAME: user - FLOWISE_PASSWORD: 1234 - FLOWISE_FILE_SIZE_LIMIT: 50mb - CORS_ORIGINS: "*" - # IFRAME_ORIGINS="*" - FLOWISE_SECRETKEY_OVERWRITE: - secretKeyRef: - name: flowise-secrets - key: FLOWISE_SECRETKEY_OVERWRITE - # TOOL_FUNCTION_BUILTIN_DEP - # TOOL_FUNCTION_EXTERNAL_DEP - LANGCHAIN_TRACING_V2: false - # LANGCHAIN_ENDPOINT=https://api.smith.langchain.com - # LANGCHAIN_API_KEY=your_api_key - # LANGCHAIN_PROJECT=your_project - -persistence: - api: - enabled: true - mountPath: "/config/api" - logs: - enabled: true - mountPath: "/config/logs" - secrets: - enabled: true - mountPath: "/config/secrets" - storage: - enabled: true - mountPath: "/config/storage" -cnpg: - main: - enabled: true - user: flowise - database: flowise -portal: - open: - enabled: true diff --git a/stable/fossil/11.5.1/.helmignore b/stable/flowise/4.8.1/.helmignore similarity index 100% rename from stable/fossil/11.5.1/.helmignore rename to stable/flowise/4.8.1/.helmignore diff --git a/stable/flowise/4.8.1/CHANGELOG.md b/stable/flowise/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..e9c80858761 --- /dev/null +++ b/stable/flowise/4.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [flowise-4.8.1](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/flowise/4.8.1/Chart.yaml b/stable/flowise/4.8.1/Chart.yaml new file mode 100644 index 00000000000..e3e502a9dd8 --- /dev/null +++ b/stable/flowise/4.8.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: ai + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.6.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/flowise/4.6.2/README.md b/stable/flowise/4.8.1/README.md similarity index 100% rename from stable/flowise/4.6.2/README.md rename to stable/flowise/4.8.1/README.md diff --git a/stable/flowise/4.8.1/app-changelog.md b/stable/flowise/4.8.1/app-changelog.md new file mode 100644 index 00000000000..957e6112011 --- /dev/null +++ b/stable/flowise/4.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [flowise-4.8.1](https://github.com/truecharts/charts/compare/flowise-4.7.0...flowise-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/flowise/4.8.1/app-readme.md similarity index 100% rename from stable/flowise/4.6.2/app-readme.md rename to stable/flowise/4.8.1/app-readme.md diff --git a/stable/flowise/4.8.1/charts/common-20.2.2.tgz b/stable/flowise/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/flowise/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/flowise/4.8.1/ix_values.yaml b/stable/flowise/4.8.1/ix_values.yaml new file mode 100644 index 00000000000..36683537471 --- /dev/null +++ b/stable/flowise/4.8.1/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: flowiseai/flowise + pullPolicy: IfNotPresent + tag: 1.6.1@sha256:bfa111651d3a4779796d5ff6461d929c552b1e7ece6cc15462dfc934f0a58bbb +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + protocol: http + port: 3000 +workload: + main: + podSpec: + containers: + main: + args: + - flowise + - start + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # Set paths + APIKEY_PATH: "{{.Values.persistence.api.mountPath }}" + LOG_PATH: "{{.Values.persistence.logs.mountPath }}" + SECRETKEY_PATH: "{{.Values.persistence.secrets.mountPath }}" + BLOB_STORAGE_PATH: "{{.Values.persistence.storage.mountPath }}" + # Postgres DB + DATABASE_TYPE: postgres + OVERRIDE_DATABASE: true + DATABASE_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DATABASE_PORT: 5432 + DATABASE_USER: "{{ .Values.cnpg.main.user }}" + DATABASE_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DATABASE_NAME: "{{ .Values.cnpg.main.database }}" + DATABASE_SSL: false + # child | main + EXECUTION_MODE: main + # error | warn | info | verbose | debug + LOG_LEVEL: debug + DEBUG: true + # optional auth + FLOWISE_USERNAME: user + FLOWISE_PASSWORD: 1234 + FLOWISE_FILE_SIZE_LIMIT: 50mb + CORS_ORIGINS: "*" + # IFRAME_ORIGINS="*" + FLOWISE_SECRETKEY_OVERWRITE: + secretKeyRef: + name: flowise-secrets + key: FLOWISE_SECRETKEY_OVERWRITE + # TOOL_FUNCTION_BUILTIN_DEP + # TOOL_FUNCTION_EXTERNAL_DEP + LANGCHAIN_TRACING_V2: false + # LANGCHAIN_ENDPOINT=https://api.smith.langchain.com + # LANGCHAIN_API_KEY=your_api_key + # LANGCHAIN_PROJECT=your_project + +persistence: + api: + enabled: true + mountPath: "/config/api" + logs: + enabled: true + mountPath: "/config/logs" + secrets: + enabled: true + mountPath: "/config/secrets" + storage: + enabled: true + mountPath: "/config/storage" +cnpg: + main: + enabled: true + user: flowise + database: flowise +portal: + open: + enabled: true diff --git a/stable/flowise/4.6.2/questions.yaml b/stable/flowise/4.8.1/questions.yaml similarity index 100% rename from stable/flowise/4.6.2/questions.yaml rename to stable/flowise/4.8.1/questions.yaml diff --git a/stable/freshrss/18.5.2/templates/NOTES.txt b/stable/flowise/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/freshrss/18.5.2/templates/NOTES.txt rename to stable/flowise/4.8.1/templates/NOTES.txt diff --git a/stable/flowise/4.6.2/templates/_secrets.tpl b/stable/flowise/4.8.1/templates/_secrets.tpl similarity index 100% rename from stable/flowise/4.6.2/templates/_secrets.tpl rename to stable/flowise/4.8.1/templates/_secrets.tpl diff --git a/stable/flowise/4.6.2/templates/common.yaml b/stable/flowise/4.8.1/templates/common.yaml similarity index 100% rename from stable/flowise/4.6.2/templates/common.yaml rename to stable/flowise/4.8.1/templates/common.yaml diff --git a/stable/fossil/11.5.1/values.yaml b/stable/flowise/4.8.1/values.yaml similarity index 100% rename from stable/fossil/11.5.1/values.yaml rename to stable/flowise/4.8.1/values.yaml diff --git a/stable/fluidd/9.5.2/CHANGELOG.md b/stable/fluidd/9.5.2/CHANGELOG.md deleted file mode 100644 index 8e786392c04..00000000000 --- a/stable/fluidd/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fluidd-9.5.2](https://github.com/truecharts/charts/compare/fluidd-9.5.1...fluidd-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [fluidd-9.5.1](https://github.com/truecharts/charts/compare/fluidd-9.5.0...fluidd-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fluidd-9.5.0](https://github.com/truecharts/charts/compare/fluidd-9.4.1...fluidd-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fluidd-9.4.1](https://github.com/truecharts/charts/compare/fluidd-9.4.0...fluidd-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fluidd-9.4.0](https://github.com/truecharts/charts/compare/fluidd-9.3.0...fluidd-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fluidd-9.3.0](https://github.com/truecharts/charts/compare/fluidd-9.2.3...fluidd-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fluidd-9.2.3](https://github.com/truecharts/charts/compare/fluidd-9.2.2...fluidd-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fluidd-9.2.2](https://github.com/truecharts/charts/compare/fluidd-9.2.0...fluidd-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/fluidd/9.5.2/Chart.yaml b/stable/fluidd/9.5.2/Chart.yaml deleted file mode 100644 index a7e6f446dcb..00000000000 --- a/stable/fluidd/9.5.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.28.1 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/fluidd/9.5.2/charts/common-20.0.9.tgz b/stable/fluidd/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/fluidd/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/fluidd/9.5.2/ix_values.yaml b/stable/fluidd/9.5.2/ix_values.yaml deleted file mode 100644 index 544f40d2e03..00000000000 --- a/stable/fluidd/9.5.2/ix_values.yaml +++ /dev/null @@ -1,35 +0,0 @@ -image: - repository: ghcr.io/fluidd-core/fluidd - tag: v1.28.1@sha256:1227a7741986b667cdba052d939917382ccdfce644e42cad16ce1584325be80d - 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: 10224 - targetPort: 80 -portal: - open: - enabled: true diff --git a/stable/fotosho/5.5.1/.helmignore b/stable/fluidd/9.8.1/.helmignore similarity index 100% rename from stable/fotosho/5.5.1/.helmignore rename to stable/fluidd/9.8.1/.helmignore diff --git a/stable/fluidd/9.8.1/CHANGELOG.md b/stable/fluidd/9.8.1/CHANGELOG.md new file mode 100644 index 00000000000..34a19443e0f --- /dev/null +++ b/stable/fluidd/9.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluidd-9.8.1](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.0) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/fluidd/9.8.1/Chart.yaml b/stable/fluidd/9.8.1/Chart.yaml new file mode 100644 index 00000000000..251feffb74e --- /dev/null +++ b/stable/fluidd/9.8.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: 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.2 + 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.1 diff --git a/stable/fluidd/9.5.2/README.md b/stable/fluidd/9.8.1/README.md similarity index 100% rename from stable/fluidd/9.5.2/README.md rename to stable/fluidd/9.8.1/README.md diff --git a/stable/fluidd/9.8.1/app-changelog.md b/stable/fluidd/9.8.1/app-changelog.md new file mode 100644 index 00000000000..d8637ab1d4a --- /dev/null +++ b/stable/fluidd/9.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [fluidd-9.8.1](https://github.com/truecharts/charts/compare/fluidd-9.6.0...fluidd-9.8.1) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/fluidd/9.8.1/app-readme.md similarity index 100% rename from stable/fluidd/9.5.2/app-readme.md rename to stable/fluidd/9.8.1/app-readme.md diff --git a/stable/fluidd/9.8.1/charts/common-20.2.2.tgz b/stable/fluidd/9.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fluidd/9.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/fluidd/9.8.1/ix_values.yaml b/stable/fluidd/9.8.1/ix_values.yaml new file mode 100644 index 00000000000..7623e69063a --- /dev/null +++ b/stable/fluidd/9.8.1/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: ghcr.io/fluidd-core/fluidd + tag: v1.29.0@sha256:4369b7e389b2095270313fb6ba9989b386c5098dcc9ce89a31872cc70a9330b4 + 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: 10224 + targetPort: 80 +portal: + open: + enabled: true diff --git a/stable/fluidd/9.5.2/questions.yaml b/stable/fluidd/9.8.1/questions.yaml similarity index 100% rename from stable/fluidd/9.5.2/questions.yaml rename to stable/fluidd/9.8.1/questions.yaml diff --git a/stable/friendica/13.11.1/templates/NOTES.txt b/stable/fluidd/9.8.1/templates/NOTES.txt similarity index 100% rename from stable/friendica/13.11.1/templates/NOTES.txt rename to stable/fluidd/9.8.1/templates/NOTES.txt diff --git a/stable/foldingathome/9.5.2/templates/common.yaml b/stable/fluidd/9.8.1/templates/common.yaml similarity index 100% rename from stable/foldingathome/9.5.2/templates/common.yaml rename to stable/fluidd/9.8.1/templates/common.yaml diff --git a/stable/fotosho/5.5.1/values.yaml b/stable/fluidd/9.8.1/values.yaml similarity index 100% rename from stable/fotosho/5.5.1/values.yaml rename to stable/fluidd/9.8.1/values.yaml diff --git a/stable/fluttercoin-wallet/5.5.1/CHANGELOG.md b/stable/fluttercoin-wallet/5.5.1/CHANGELOG.md deleted file mode 100644 index 715b3a9b223..00000000000 --- a/stable/fluttercoin-wallet/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fluttercoin-wallet-5.5.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.5.0...fluttercoin-wallet-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fluttercoin-wallet-5.5.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.4.1...fluttercoin-wallet-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fluttercoin-wallet-5.4.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.4.0...fluttercoin-wallet-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fluttercoin-wallet-5.4.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.3.0...fluttercoin-wallet-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fluttercoin-wallet-5.3.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.3...fluttercoin-wallet-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fluttercoin-wallet-5.2.3](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.2...fluttercoin-wallet-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fluttercoin-wallet-5.2.2](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.2.0...fluttercoin-wallet-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fluttercoin-wallet-4.1.12](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.11...fluttercoin-wallet-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fluttercoin-wallet-4.1.11](https://github.com/truecharts/charts/compare/fluttercoin-wallet-4.1.10...fluttercoin-wallet-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/fluttercoin to latest[@532b141](https://github.com/532b141) by renovate ([#17633](https://github.com/truecharts/charts/issues/17633)) diff --git a/stable/fluttercoin-wallet/5.5.1/Chart.yaml b/stable/fluttercoin-wallet/5.5.1/Chart.yaml deleted file mode 100644 index 199629d10d8..00000000000 --- a/stable/fluttercoin-wallet/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/fluttercoin-wallet/5.5.1/charts/common-20.0.8.tgz b/stable/fluttercoin-wallet/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fluttercoin-wallet/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/freecad-desktop-g3/5.5.2/.helmignore b/stable/fluttercoin-wallet/5.7.1/.helmignore similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/.helmignore rename to stable/fluttercoin-wallet/5.7.1/.helmignore diff --git a/stable/fluttercoin-wallet/5.7.1/CHANGELOG.md b/stable/fluttercoin-wallet/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ae64f662392 --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fluttercoin-wallet-5.7.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fluttercoin-wallet/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0d758d4288b --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.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: 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.2 + 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.1 diff --git a/stable/fluttercoin-wallet/5.5.1/README.md b/stable/fluttercoin-wallet/5.7.1/README.md similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/README.md rename to stable/fluttercoin-wallet/5.7.1/README.md diff --git a/stable/fluttercoin-wallet/5.7.1/app-changelog.md b/stable/fluttercoin-wallet/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d9237869d9b --- /dev/null +++ b/stable/fluttercoin-wallet/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fluttercoin-wallet-5.7.1](https://github.com/truecharts/charts/compare/fluttercoin-wallet-5.6.0...fluttercoin-wallet-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fluttercoin-wallet/5.7.1/app-readme.md similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/app-readme.md rename to stable/fluttercoin-wallet/5.7.1/app-readme.md diff --git a/stable/fluttercoin-wallet/5.7.1/charts/common-20.2.2.tgz b/stable/fluttercoin-wallet/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fluttercoin-wallet/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fluttercoin-wallet/5.5.1/ix_values.yaml b/stable/fluttercoin-wallet/5.7.1/ix_values.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/ix_values.yaml rename to stable/fluttercoin-wallet/5.7.1/ix_values.yaml diff --git a/stable/fluttercoin-wallet/5.5.1/questions.yaml b/stable/fluttercoin-wallet/5.7.1/questions.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/questions.yaml rename to stable/fluttercoin-wallet/5.7.1/questions.yaml diff --git a/stable/fluttercoin-wallet/5.5.1/templates/common.yaml b/stable/fluttercoin-wallet/5.7.1/templates/common.yaml similarity index 100% rename from stable/fluttercoin-wallet/5.5.1/templates/common.yaml rename to stable/fluttercoin-wallet/5.7.1/templates/common.yaml diff --git a/stable/freecad-desktop-g3/5.5.2/values.yaml b/stable/fluttercoin-wallet/5.7.1/values.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/values.yaml rename to stable/fluttercoin-wallet/5.7.1/values.yaml diff --git a/stable/fmd2-wine/5.5.1/CHANGELOG.md b/stable/fmd2-wine/5.5.1/CHANGELOG.md deleted file mode 100644 index 01957a152b6..00000000000 --- a/stable/fmd2-wine/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fmd2-wine-5.5.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.5.0...fmd2-wine-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fmd2-wine-5.5.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.4.1...fmd2-wine-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fmd2-wine-5.4.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.4.0...fmd2-wine-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fmd2-wine-5.4.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.3.0...fmd2-wine-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fmd2-wine-5.3.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.3...fmd2-wine-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fmd2-wine-5.2.3](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.2...fmd2-wine-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fmd2-wine-5.2.2](https://github.com/truecharts/charts/compare/fmd2-wine-5.2.0...fmd2-wine-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fmd2-wine-4.1.11](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.10...fmd2-wine-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fmd2-wine-4.1.10](https://github.com/truecharts/charts/compare/fmd2-wine-4.1.9...fmd2-wine-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fmd2-wine/5.5.1/Chart.yaml b/stable/fmd2-wine/5.5.1/Chart.yaml deleted file mode 100644 index 9978afe27e5..00000000000 --- a/stable/fmd2-wine/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/fmd2-wine/5.5.1/charts/common-20.0.8.tgz b/stable/fmd2-wine/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fmd2-wine/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/freeradius/13.5.1/.helmignore b/stable/fmd2-wine/5.7.1/.helmignore similarity index 100% rename from stable/freeradius/13.5.1/.helmignore rename to stable/fmd2-wine/5.7.1/.helmignore diff --git a/stable/fmd2-wine/5.7.1/CHANGELOG.md b/stable/fmd2-wine/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9f82491ff7c --- /dev/null +++ b/stable/fmd2-wine/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fmd2-wine-5.7.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fmd2-wine/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f43e87018b3 --- /dev/null +++ b/stable/fmd2-wine/5.7.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: 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.2 + 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.1 diff --git a/stable/fmd2-wine/5.5.1/README.md b/stable/fmd2-wine/5.7.1/README.md similarity index 100% rename from stable/fmd2-wine/5.5.1/README.md rename to stable/fmd2-wine/5.7.1/README.md diff --git a/stable/fmd2-wine/5.7.1/app-changelog.md b/stable/fmd2-wine/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6e307ec2700 --- /dev/null +++ b/stable/fmd2-wine/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fmd2-wine-5.7.1](https://github.com/truecharts/charts/compare/fmd2-wine-5.6.0...fmd2-wine-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fmd2-wine/5.7.1/app-readme.md similarity index 100% rename from stable/fmd2-wine/5.5.1/app-readme.md rename to stable/fmd2-wine/5.7.1/app-readme.md diff --git a/stable/fmd2-wine/5.7.1/charts/common-20.2.2.tgz b/stable/fmd2-wine/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fmd2-wine/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fmd2-wine/5.5.1/ix_values.yaml b/stable/fmd2-wine/5.7.1/ix_values.yaml similarity index 100% rename from stable/fmd2-wine/5.5.1/ix_values.yaml rename to stable/fmd2-wine/5.7.1/ix_values.yaml diff --git a/stable/fmd2-wine/5.5.1/questions.yaml b/stable/fmd2-wine/5.7.1/questions.yaml similarity index 100% rename from stable/fmd2-wine/5.5.1/questions.yaml rename to stable/fmd2-wine/5.7.1/questions.yaml diff --git a/stable/fmd2-wine/5.5.1/templates/common.yaml b/stable/fmd2-wine/5.7.1/templates/common.yaml similarity index 100% rename from stable/fmd2-wine/5.5.1/templates/common.yaml rename to stable/fmd2-wine/5.7.1/templates/common.yaml diff --git a/stable/freeradius/13.5.1/values.yaml b/stable/fmd2-wine/5.7.1/values.yaml similarity index 100% rename from stable/freeradius/13.5.1/values.yaml rename to stable/fmd2-wine/5.7.1/values.yaml diff --git a/stable/foldingathome/9.5.2/CHANGELOG.md b/stable/foldingathome/9.5.2/CHANGELOG.md deleted file mode 100644 index e36d33b8d72..00000000000 --- a/stable/foldingathome/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [foldingathome-9.5.2](https://github.com/truecharts/charts/compare/foldingathome-9.5.1...foldingathome-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [foldingathome-9.5.1](https://github.com/truecharts/charts/compare/foldingathome-9.5.0...foldingathome-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [foldingathome-9.5.0](https://github.com/truecharts/charts/compare/foldingathome-9.4.2...foldingathome-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [foldingathome-9.4.2](https://github.com/truecharts/charts/compare/foldingathome-9.4.1...foldingathome-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/foldingathome to 7.6.21[@b4625df](https://github.com/b4625df) by renovate ([#18999](https://github.com/truecharts/charts/issues/18999)) - - -## [foldingathome-9.4.1](https://github.com/truecharts/charts/compare/foldingathome-9.4.0...foldingathome-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [foldingathome-9.4.0](https://github.com/truecharts/charts/compare/foldingathome-9.3.0...foldingathome-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [foldingathome-9.3.0](https://github.com/truecharts/charts/compare/foldingathome-9.2.4...foldingathome-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [foldingathome-9.2.4](https://github.com/truecharts/charts/compare/foldingathome-9.2.3...foldingathome-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [foldingathome-9.2.3](https://github.com/truecharts/charts/compare/foldingathome-9.2.1...foldingathome-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/foldingathome/9.5.2/Chart.yaml b/stable/foldingathome/9.5.2/Chart.yaml deleted file mode 100644 index c1f40ef67f0..00000000000 --- a/stable/foldingathome/9.5.2/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.0.9 - 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.5.2 diff --git a/stable/foldingathome/9.5.2/charts/common-20.0.9.tgz b/stable/foldingathome/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/foldingathome/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/foldingathome/9.5.2/ix_values.yaml b/stable/foldingathome/9.5.2/ix_values.yaml deleted file mode 100644 index 626cce31c5e..00000000000 --- a/stable/foldingathome/9.5.2/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: ghcr.io/linuxserver/foldingathome - pullPolicy: IfNotPresent - tag: 7.6.21@sha256:b4625df426334916b83ebbea056342946a85c11e760d7c419738da71eb8004ab -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: {} -service: - main: - ports: - main: - targetPort: 7396 - port: 7396 - control: - enabled: true - ports: - control: - enabled: true - targetPort: 36330 - port: 36330 -persistence: - config: - enabled: true - mountPath: /config - varrun: - enabled: true -portal: - open: - enabled: true diff --git a/stable/freshrss/18.5.2/.helmignore b/stable/foldingathome/9.7.1/.helmignore similarity index 100% rename from stable/freshrss/18.5.2/.helmignore rename to stable/foldingathome/9.7.1/.helmignore diff --git a/stable/foldingathome/9.7.1/CHANGELOG.md b/stable/foldingathome/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..30549823b6c --- /dev/null +++ b/stable/foldingathome/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [foldingathome-9.7.1](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/foldingathome/9.7.1/Chart.yaml b/stable/foldingathome/9.7.1/Chart.yaml new file mode 100644 index 00000000000..0b7acac3db0 --- /dev/null +++ b/stable/foldingathome/9.7.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: 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.2 + 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.1 diff --git a/stable/foldingathome/9.5.2/README.md b/stable/foldingathome/9.7.1/README.md similarity index 100% rename from stable/foldingathome/9.5.2/README.md rename to stable/foldingathome/9.7.1/README.md diff --git a/stable/foldingathome/9.7.1/app-changelog.md b/stable/foldingathome/9.7.1/app-changelog.md new file mode 100644 index 00000000000..1f7cd167d81 --- /dev/null +++ b/stable/foldingathome/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [foldingathome-9.7.1](https://github.com/truecharts/charts/compare/foldingathome-9.6.0...foldingathome-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/foldingathome/9.7.1/app-readme.md similarity index 100% rename from stable/foldingathome/9.5.2/app-readme.md rename to stable/foldingathome/9.7.1/app-readme.md diff --git a/stable/foldingathome/9.7.1/charts/common-20.2.2.tgz b/stable/foldingathome/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/foldingathome/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/foldingathome/9.7.1/ix_values.yaml b/stable/foldingathome/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..c7d72e65f70 --- /dev/null +++ b/stable/foldingathome/9.7.1/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: ghcr.io/linuxserver/foldingathome + pullPolicy: IfNotPresent + tag: 7.6.21@sha256:2613ff4581957c6956d399e979cfd7e43b61c92f15c2a6a31beb008f83325f93 +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: {} +service: + main: + ports: + main: + targetPort: 7396 + port: 7396 + control: + enabled: true + ports: + control: + enabled: true + targetPort: 36330 + port: 36330 +persistence: + config: + enabled: true + mountPath: /config + varrun: + enabled: true +portal: + open: + enabled: true diff --git a/stable/foldingathome/9.5.2/questions.yaml b/stable/foldingathome/9.7.1/questions.yaml similarity index 100% rename from stable/foldingathome/9.5.2/questions.yaml rename to stable/foldingathome/9.7.1/questions.yaml diff --git a/stable/frigate/14.1.1/templates/NOTES.txt b/stable/foldingathome/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/frigate/14.1.1/templates/NOTES.txt rename to stable/foldingathome/9.7.1/templates/NOTES.txt diff --git a/stable/freshrss/18.5.2/templates/common.yaml b/stable/foldingathome/9.7.1/templates/common.yaml similarity index 100% rename from stable/freshrss/18.5.2/templates/common.yaml rename to stable/foldingathome/9.7.1/templates/common.yaml diff --git a/stable/freshrss/18.5.2/values.yaml b/stable/foldingathome/9.7.1/values.yaml similarity index 100% rename from stable/freshrss/18.5.2/values.yaml rename to stable/foldingathome/9.7.1/values.yaml diff --git a/stable/fossil/11.5.1/CHANGELOG.md b/stable/fossil/11.5.1/CHANGELOG.md deleted file mode 100644 index b454d5de653..00000000000 --- a/stable/fossil/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fossil-11.5.1](https://github.com/truecharts/charts/compare/fossil-11.5.0...fossil-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fossil-11.5.0](https://github.com/truecharts/charts/compare/fossil-11.4.1...fossil-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fossil-11.4.1](https://github.com/truecharts/charts/compare/fossil-11.4.0...fossil-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fossil-11.4.0](https://github.com/truecharts/charts/compare/fossil-11.3.0...fossil-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fossil-11.3.0](https://github.com/truecharts/charts/compare/fossil-11.2.3...fossil-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fossil-11.2.3](https://github.com/truecharts/charts/compare/fossil-11.2.2...fossil-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fossil-11.2.2](https://github.com/truecharts/charts/compare/fossil-11.2.0...fossil-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fossil-10.1.11](https://github.com/truecharts/charts/compare/fossil-10.1.10...fossil-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fossil-10.1.10](https://github.com/truecharts/charts/compare/fossil-10.1.9...fossil-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fossil/11.5.1/Chart.yaml b/stable/fossil/11.5.1/Chart.yaml deleted file mode 100644 index 092d6c29c46..00000000000 --- a/stable/fossil/11.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fossil/11.5.1/charts/common-20.0.8.tgz b/stable/fossil/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fossil/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/friendica/13.11.1/.helmignore b/stable/fossil/11.7.1/.helmignore similarity index 100% rename from stable/friendica/13.11.1/.helmignore rename to stable/fossil/11.7.1/.helmignore diff --git a/stable/fossil/11.7.1/CHANGELOG.md b/stable/fossil/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7539ec1b8cb --- /dev/null +++ b/stable/fossil/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fossil-11.7.1](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fossil/11.7.1/Chart.yaml new file mode 100644 index 00000000000..d5d37124903 --- /dev/null +++ b/stable/fossil/11.7.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: 2.15.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/fossil/11.5.1/README.md b/stable/fossil/11.7.1/README.md similarity index 100% rename from stable/fossil/11.5.1/README.md rename to stable/fossil/11.7.1/README.md diff --git a/stable/fossil/11.7.1/app-changelog.md b/stable/fossil/11.7.1/app-changelog.md new file mode 100644 index 00000000000..90657dc1d34 --- /dev/null +++ b/stable/fossil/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fossil-11.7.1](https://github.com/truecharts/charts/compare/fossil-11.6.0...fossil-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fossil/11.7.1/app-readme.md similarity index 100% rename from stable/fossil/11.5.1/app-readme.md rename to stable/fossil/11.7.1/app-readme.md diff --git a/stable/fossil/11.7.1/charts/common-20.2.2.tgz b/stable/fossil/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fossil/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fossil/11.5.1/ix_values.yaml b/stable/fossil/11.7.1/ix_values.yaml similarity index 100% rename from stable/fossil/11.5.1/ix_values.yaml rename to stable/fossil/11.7.1/ix_values.yaml diff --git a/stable/fossil/11.5.1/questions.yaml b/stable/fossil/11.7.1/questions.yaml similarity index 100% rename from stable/fossil/11.5.1/questions.yaml rename to stable/fossil/11.7.1/questions.yaml diff --git a/stable/game-server-watcher/1.2.1/templates/NOTES.txt b/stable/fossil/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/game-server-watcher/1.2.1/templates/NOTES.txt rename to stable/fossil/11.7.1/templates/NOTES.txt diff --git a/stable/fossil/11.5.1/templates/common.yaml b/stable/fossil/11.7.1/templates/common.yaml similarity index 100% rename from stable/fossil/11.5.1/templates/common.yaml rename to stable/fossil/11.7.1/templates/common.yaml diff --git a/stable/friendica/13.11.1/values.yaml b/stable/fossil/11.7.1/values.yaml similarity index 100% rename from stable/friendica/13.11.1/values.yaml rename to stable/fossil/11.7.1/values.yaml diff --git a/stable/fotosho/5.5.1/CHANGELOG.md b/stable/fotosho/5.5.1/CHANGELOG.md deleted file mode 100644 index 0c224feea5d..00000000000 --- a/stable/fotosho/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fotosho-5.5.1](https://github.com/truecharts/charts/compare/fotosho-5.5.0...fotosho-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fotosho-5.5.0](https://github.com/truecharts/charts/compare/fotosho-5.4.1...fotosho-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fotosho-5.4.1](https://github.com/truecharts/charts/compare/fotosho-5.4.0...fotosho-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fotosho-5.4.0](https://github.com/truecharts/charts/compare/fotosho-5.3.0...fotosho-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fotosho-5.3.0](https://github.com/truecharts/charts/compare/fotosho-5.2.3...fotosho-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fotosho-5.2.3](https://github.com/truecharts/charts/compare/fotosho-5.2.2...fotosho-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fotosho-5.2.2](https://github.com/truecharts/charts/compare/fotosho-5.2.0...fotosho-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fotosho-4.1.11](https://github.com/truecharts/charts/compare/fotosho-4.1.10...fotosho-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fotosho-4.1.10](https://github.com/truecharts/charts/compare/fotosho-4.1.9...fotosho-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fotosho/5.5.1/Chart.yaml b/stable/fotosho/5.5.1/Chart.yaml deleted file mode 100644 index a22ffe06549..00000000000 --- a/stable/fotosho/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/fotosho/5.5.1/charts/common-20.0.8.tgz b/stable/fotosho/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fotosho/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/frigate/14.1.1/.helmignore b/stable/fotosho/5.7.1/.helmignore similarity index 100% rename from stable/frigate/14.1.1/.helmignore rename to stable/fotosho/5.7.1/.helmignore diff --git a/stable/fotosho/5.7.1/CHANGELOG.md b/stable/fotosho/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..53257cb308b --- /dev/null +++ b/stable/fotosho/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fotosho-5.7.1](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fotosho/5.7.1/Chart.yaml new file mode 100644 index 00000000000..be7a3c93b2b --- /dev/null +++ b/stable/fotosho/5.7.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: 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.2 + 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.1 diff --git a/stable/fotosho/5.5.1/README.md b/stable/fotosho/5.7.1/README.md similarity index 100% rename from stable/fotosho/5.5.1/README.md rename to stable/fotosho/5.7.1/README.md diff --git a/stable/fotosho/5.7.1/app-changelog.md b/stable/fotosho/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ee0dc4f7730 --- /dev/null +++ b/stable/fotosho/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fotosho-5.7.1](https://github.com/truecharts/charts/compare/fotosho-5.6.0...fotosho-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fotosho/5.7.1/app-readme.md similarity index 100% rename from stable/fotosho/5.5.1/app-readme.md rename to stable/fotosho/5.7.1/app-readme.md diff --git a/stable/fotosho/5.7.1/charts/common-20.2.2.tgz b/stable/fotosho/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fotosho/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fotosho/5.5.1/ix_values.yaml b/stable/fotosho/5.7.1/ix_values.yaml similarity index 100% rename from stable/fotosho/5.5.1/ix_values.yaml rename to stable/fotosho/5.7.1/ix_values.yaml diff --git a/stable/fotosho/5.5.1/questions.yaml b/stable/fotosho/5.7.1/questions.yaml similarity index 100% rename from stable/fotosho/5.5.1/questions.yaml rename to stable/fotosho/5.7.1/questions.yaml diff --git a/stable/fotosho/5.5.1/templates/common.yaml b/stable/fotosho/5.7.1/templates/common.yaml similarity index 100% rename from stable/fotosho/5.5.1/templates/common.yaml rename to stable/fotosho/5.7.1/templates/common.yaml diff --git a/stable/frigate/14.1.1/values.yaml b/stable/fotosho/5.7.1/values.yaml similarity index 100% rename from stable/frigate/14.1.1/values.yaml rename to stable/fotosho/5.7.1/values.yaml diff --git a/stable/freecad-desktop-g3/5.5.2/CHANGELOG.md b/stable/freecad-desktop-g3/5.5.2/CHANGELOG.md deleted file mode 100644 index 8d6c83efe6f..00000000000 --- a/stable/freecad-desktop-g3/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freecad-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.5.1...freecad-desktop-g3-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [freecad-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.5.0...freecad-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [freecad-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.4.1...freecad-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [freecad-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.4.0...freecad-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [freecad-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.3.0...freecad-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [freecad-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.4...freecad-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [freecad-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.3...freecad-desktop-g3-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [freecad-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.2...freecad-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-freecad-g3 to latest[@394e667](https://github.com/394e667) by renovate ([#18752](https://github.com/truecharts/charts/issues/18752)) - - -## [freecad-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.2.0...freecad-desktop-g3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/freecad-desktop-g3/5.5.2/Chart.yaml b/stable/freecad-desktop-g3/5.5.2/Chart.yaml deleted file mode 100644 index f0acf8fdd45..00000000000 --- a/stable/freecad-desktop-g3/5.5.2/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.0.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/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.5.2 diff --git a/stable/freecad-desktop-g3/5.5.2/charts/common-20.0.9.tgz b/stable/freecad-desktop-g3/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/freecad-desktop-g3/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/freecad-desktop-g3/5.5.2/ix_values.yaml b/stable/freecad-desktop-g3/5.5.2/ix_values.yaml deleted file mode 100644 index eb1d985a732..00000000000 --- a/stable/freecad-desktop-g3/5.5.2/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-freecad-g3 - tag: latest@sha256:394e667d16069e9c5fcfbf35583dfed6834faae5d2c1e47a6d0986f54e59720a -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/fsm/5.5.1/.helmignore b/stable/freecad-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/fsm/5.5.1/.helmignore rename to stable/freecad-desktop-g3/5.7.1/.helmignore diff --git a/stable/freecad-desktop-g3/5.7.1/CHANGELOG.md b/stable/freecad-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b0376726d15 --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freecad-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/freecad-desktop-g3/5.7.1/Chart.yaml b/stable/freecad-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..47a18fb85bf --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.1/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.2 + 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.1 diff --git a/stable/freecad-desktop-g3/5.5.2/README.md b/stable/freecad-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/README.md rename to stable/freecad-desktop-g3/5.7.1/README.md diff --git a/stable/freecad-desktop-g3/5.7.1/app-changelog.md b/stable/freecad-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ea57279f634 --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [freecad-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/freecad-desktop-g3-5.6.0...freecad-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/freecad-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/app-readme.md rename to stable/freecad-desktop-g3/5.7.1/app-readme.md diff --git a/stable/freecad-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/freecad-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/freecad-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/freecad-desktop-g3/5.7.1/ix_values.yaml b/stable/freecad-desktop-g3/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..4c4f649d0c0 --- /dev/null +++ b/stable/freecad-desktop-g3/5.7.1/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-freecad-g3 + tag: latest@sha256:1d9cdbd4a28c9b61958709cc7b7eb4c489ab30c03b8dc5bcb31fd87b7b8cb82d +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/freecad-desktop-g3/5.5.2/questions.yaml b/stable/freecad-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/questions.yaml rename to stable/freecad-desktop-g3/5.7.1/questions.yaml diff --git a/stable/freecad-desktop-g3/5.5.2/templates/common.yaml b/stable/freecad-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/freecad-desktop-g3/5.5.2/templates/common.yaml rename to stable/freecad-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/fsm/5.5.1/values.yaml b/stable/freecad-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/fsm/5.5.1/values.yaml rename to stable/freecad-desktop-g3/5.7.1/values.yaml diff --git a/stable/freeradius/13.5.1/CHANGELOG.md b/stable/freeradius/13.5.1/CHANGELOG.md deleted file mode 100644 index 717963619ee..00000000000 --- a/stable/freeradius/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freeradius-13.5.1](https://github.com/truecharts/charts/compare/freeradius-13.5.0...freeradius-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [freeradius-13.5.0](https://github.com/truecharts/charts/compare/freeradius-13.4.1...freeradius-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [freeradius-13.4.1](https://github.com/truecharts/charts/compare/freeradius-13.4.0...freeradius-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [freeradius-13.4.0](https://github.com/truecharts/charts/compare/freeradius-13.3.0...freeradius-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [freeradius-13.3.0](https://github.com/truecharts/charts/compare/freeradius-13.2.3...freeradius-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [freeradius-13.2.3](https://github.com/truecharts/charts/compare/freeradius-13.2.2...freeradius-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [freeradius-13.2.2](https://github.com/truecharts/charts/compare/freeradius-13.2.0...freeradius-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [freeradius-12.1.12](https://github.com/truecharts/charts/compare/freeradius-12.1.11...freeradius-12.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [freeradius-12.1.11](https://github.com/truecharts/charts/compare/freeradius-12.1.10...freeradius-12.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/freeradius/13.5.1/Chart.yaml b/stable/freeradius/13.5.1/Chart.yaml deleted file mode 100644 index c31116a3b58..00000000000 --- a/stable/freeradius/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/freeradius/13.5.1/charts/common-20.0.8.tgz b/stable/freeradius/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/freeradius/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/game-server-watcher/1.2.1/.helmignore b/stable/freeradius/13.7.1/.helmignore similarity index 100% rename from stable/game-server-watcher/1.2.1/.helmignore rename to stable/freeradius/13.7.1/.helmignore diff --git a/stable/freeradius/13.7.1/CHANGELOG.md b/stable/freeradius/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..616a8d946f2 --- /dev/null +++ b/stable/freeradius/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freeradius-13.7.1](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/freeradius/13.7.1/Chart.yaml new file mode 100644 index 00000000000..1311e1b9fb4 --- /dev/null +++ b/stable/freeradius/13.7.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: 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.2 + 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.1 diff --git a/stable/freeradius/13.5.1/README.md b/stable/freeradius/13.7.1/README.md similarity index 100% rename from stable/freeradius/13.5.1/README.md rename to stable/freeradius/13.7.1/README.md diff --git a/stable/freeradius/13.7.1/app-changelog.md b/stable/freeradius/13.7.1/app-changelog.md new file mode 100644 index 00000000000..de5e96e7f1e --- /dev/null +++ b/stable/freeradius/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [freeradius-13.7.1](https://github.com/truecharts/charts/compare/freeradius-13.6.0...freeradius-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/freeradius/13.7.1/app-readme.md similarity index 100% rename from stable/freeradius/13.5.1/app-readme.md rename to stable/freeradius/13.7.1/app-readme.md diff --git a/stable/freeradius/13.7.1/charts/common-20.2.2.tgz b/stable/freeradius/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/freeradius/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/freeradius/13.5.1/ix_values.yaml b/stable/freeradius/13.7.1/ix_values.yaml similarity index 100% rename from stable/freeradius/13.5.1/ix_values.yaml rename to stable/freeradius/13.7.1/ix_values.yaml diff --git a/stable/freeradius/13.5.1/questions.yaml b/stable/freeradius/13.7.1/questions.yaml similarity index 100% rename from stable/freeradius/13.5.1/questions.yaml rename to stable/freeradius/13.7.1/questions.yaml diff --git a/stable/gamevault-backend/5.5.1/templates/NOTES.txt b/stable/freeradius/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/gamevault-backend/5.5.1/templates/NOTES.txt rename to stable/freeradius/13.7.1/templates/NOTES.txt diff --git a/stable/freeradius/13.5.1/templates/common.yaml b/stable/freeradius/13.7.1/templates/common.yaml similarity index 100% rename from stable/freeradius/13.5.1/templates/common.yaml rename to stable/freeradius/13.7.1/templates/common.yaml diff --git a/stable/game-server-watcher/1.2.1/values.yaml b/stable/freeradius/13.7.1/values.yaml similarity index 100% rename from stable/game-server-watcher/1.2.1/values.yaml rename to stable/freeradius/13.7.1/values.yaml diff --git a/stable/freshrss/18.5.2/CHANGELOG.md b/stable/freshrss/18.5.2/CHANGELOG.md deleted file mode 100644 index 4c15d67925c..00000000000 --- a/stable/freshrss/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [freshrss-18.5.2](https://github.com/truecharts/charts/compare/freshrss-18.5.1...freshrss-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [freshrss-18.5.1](https://github.com/truecharts/charts/compare/freshrss-18.5.0...freshrss-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [freshrss-18.5.0](https://github.com/truecharts/charts/compare/freshrss-18.4.2...freshrss-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [freshrss-18.4.2](https://github.com/truecharts/charts/compare/freshrss-18.4.1...freshrss-18.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/freshrss to 1.23.1[@deaa7e2](https://github.com/deaa7e2) by renovate ([#19000](https://github.com/truecharts/charts/issues/19000)) - - -## [freshrss-18.4.1](https://github.com/truecharts/charts/compare/freshrss-18.4.0...freshrss-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [freshrss-18.4.0](https://github.com/truecharts/charts/compare/freshrss-18.3.0...freshrss-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [freshrss-18.3.0](https://github.com/truecharts/charts/compare/freshrss-18.2.4...freshrss-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [freshrss-18.2.4](https://github.com/truecharts/charts/compare/freshrss-18.2.3...freshrss-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [freshrss-18.2.3](https://github.com/truecharts/charts/compare/freshrss-18.2.1...freshrss-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/freshrss/18.5.2/Chart.yaml b/stable/freshrss/18.5.2/Chart.yaml deleted file mode 100644 index 44e8e9f70a8..00000000000 --- a/stable/freshrss/18.5.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: 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.0.9 - 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.5.2 diff --git a/stable/freshrss/18.5.2/charts/common-20.0.9.tgz b/stable/freshrss/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/freshrss/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/freshrss/18.5.2/ix_values.yaml b/stable/freshrss/18.5.2/ix_values.yaml deleted file mode 100644 index f5566f2f8db..00000000000 --- a/stable/freshrss/18.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/freshrss - pullPolicy: IfNotPresent - tag: 1.23.1@sha256:deaa7e29441d76e6029ea475c26a9c43901c5b4f35908d5fc57a3b6738363439 -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 10010 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: true diff --git a/stable/gamevault-backend/5.5.1/.helmignore b/stable/freshrss/18.7.2/.helmignore similarity index 100% rename from stable/gamevault-backend/5.5.1/.helmignore rename to stable/freshrss/18.7.2/.helmignore diff --git a/stable/freshrss/18.7.2/CHANGELOG.md b/stable/freshrss/18.7.2/CHANGELOG.md new file mode 100644 index 00000000000..ff9962b4c07 --- /dev/null +++ b/stable/freshrss/18.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [freshrss-18.7.2](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/freshrss/18.7.2/Chart.yaml b/stable/freshrss/18.7.2/Chart.yaml new file mode 100644 index 00000000000..2fd12da1306 --- /dev/null +++ b/stable/freshrss/18.7.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.23.1 +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/freshrss/18.5.2/README.md b/stable/freshrss/18.7.2/README.md similarity index 100% rename from stable/freshrss/18.5.2/README.md rename to stable/freshrss/18.7.2/README.md diff --git a/stable/freshrss/18.7.2/app-changelog.md b/stable/freshrss/18.7.2/app-changelog.md new file mode 100644 index 00000000000..a6b70099a14 --- /dev/null +++ b/stable/freshrss/18.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [freshrss-18.7.2](https://github.com/truecharts/charts/compare/freshrss-18.6.0...freshrss-18.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/freshrss/18.7.2/app-readme.md similarity index 100% rename from stable/freshrss/18.5.2/app-readme.md rename to stable/freshrss/18.7.2/app-readme.md diff --git a/stable/freshrss/18.7.2/charts/common-20.2.2.tgz b/stable/freshrss/18.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/freshrss/18.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/freshrss/18.7.2/ix_values.yaml b/stable/freshrss/18.7.2/ix_values.yaml new file mode 100644 index 00000000000..2b5ee92fd24 --- /dev/null +++ b/stable/freshrss/18.7.2/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/freshrss + pullPolicy: IfNotPresent + tag: 1.23.1@sha256:8e6138a93344d0a2147031b8afe78de6f9c54284fc016fa3fe94c2e2dac221e5 +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 10010 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: true diff --git a/stable/freshrss/18.5.2/questions.yaml b/stable/freshrss/18.7.2/questions.yaml similarity index 100% rename from stable/freshrss/18.5.2/questions.yaml rename to stable/freshrss/18.7.2/questions.yaml diff --git a/stable/gaps/18.5.1/templates/NOTES.txt b/stable/freshrss/18.7.2/templates/NOTES.txt similarity index 100% rename from stable/gaps/18.5.1/templates/NOTES.txt rename to stable/freshrss/18.7.2/templates/NOTES.txt diff --git a/stable/game-server-watcher/1.2.1/templates/common.yaml b/stable/freshrss/18.7.2/templates/common.yaml similarity index 100% rename from stable/game-server-watcher/1.2.1/templates/common.yaml rename to stable/freshrss/18.7.2/templates/common.yaml diff --git a/stable/gamevault-backend/5.5.1/values.yaml b/stable/freshrss/18.7.2/values.yaml similarity index 100% rename from stable/gamevault-backend/5.5.1/values.yaml rename to stable/freshrss/18.7.2/values.yaml diff --git a/stable/friendica/13.11.1/CHANGELOG.md b/stable/friendica/13.11.1/CHANGELOG.md deleted file mode 100644 index 4fdb8e13d9b..00000000000 --- a/stable/friendica/13.11.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [friendica-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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)) diff --git a/stable/friendica/13.11.1/Chart.yaml b/stable/friendica/13.11.1/Chart.yaml deleted file mode 100644 index 15e7cd80f43..00000000000 --- a/stable/friendica/13.11.1/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: 2023.12.0 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.5 - 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: 13.11.1 diff --git a/stable/friendica/13.11.1/app-changelog.md b/stable/friendica/13.11.1/app-changelog.md deleted file mode 100644 index 81fa897a333..00000000000 --- a/stable/friendica/13.11.1/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [friendica-13.11.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.11.1) (2024-03-16) - -### Chore - - - -- 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/13.11.1/charts/common-20.1.5.tgz b/stable/friendica/13.11.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/friendica/13.11.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/friendica/13.11.1/charts/mariadb-13.5.4.tgz b/stable/friendica/13.11.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/friendica/13.11.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/gaps/18.5.1/.helmignore b/stable/friendica/13.14.1/.helmignore similarity index 100% rename from stable/gaps/18.5.1/.helmignore rename to stable/friendica/13.14.1/.helmignore diff --git a/stable/friendica/13.14.1/CHANGELOG.md b/stable/friendica/13.14.1/CHANGELOG.md new file mode 100644 index 00000000000..a7122f1070e --- /dev/null +++ b/stable/friendica/13.14.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [friendica-13.14.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.1) (2024-03-17) + +### Chore + + + +- update container 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-13.14.0](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.0) (2024-03-17) + +### Chore + + + +- 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-13.14.0](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.0) (2024-03-17) + +### Chore + + + +- 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-13.14.0](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.0) (2024-03-17) + +### Chore + + + +- 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-13.14.0](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.0) (2024-03-17) + +### Chore diff --git a/stable/friendica/13.14.1/Chart.yaml b/stable/friendica/13.14.1/Chart.yaml new file mode 100644 index 00000000000..9fbed8f655c --- /dev/null +++ b/stable/friendica/13.14.1/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: 2023.12.0 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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: 13.14.1 diff --git a/stable/friendica/13.11.1/README.md b/stable/friendica/13.14.1/README.md similarity index 100% rename from stable/friendica/13.11.1/README.md rename to stable/friendica/13.14.1/README.md diff --git a/stable/friendica/13.14.1/app-changelog.md b/stable/friendica/13.14.1/app-changelog.md new file mode 100644 index 00000000000..b552011a535 --- /dev/null +++ b/stable/friendica/13.14.1/app-changelog.md @@ -0,0 +1,23 @@ + + +## [friendica-13.14.1](https://github.com/truecharts/charts/compare/friendica-13.11.0...friendica-13.14.1) (2024-03-17) + +### Chore + + + +- update container 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/13.11.1/app-readme.md b/stable/friendica/13.14.1/app-readme.md similarity index 100% rename from stable/friendica/13.11.1/app-readme.md rename to stable/friendica/13.14.1/app-readme.md diff --git a/stable/friendica/13.14.1/charts/common-20.2.2.tgz b/stable/friendica/13.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/friendica/13.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/friendica/13.14.1/charts/mariadb-13.7.0.tgz b/stable/friendica/13.14.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/friendica/13.14.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/friendica/13.14.1/charts/redis-13.0.5.tgz b/stable/friendica/13.14.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/friendica/13.14.1/charts/redis-13.0.5.tgz differ diff --git a/stable/friendica/13.11.1/ix_values.yaml b/stable/friendica/13.14.1/ix_values.yaml similarity index 100% rename from stable/friendica/13.11.1/ix_values.yaml rename to stable/friendica/13.14.1/ix_values.yaml diff --git a/stable/friendica/13.11.1/questions.yaml b/stable/friendica/13.14.1/questions.yaml similarity index 100% rename from stable/friendica/13.11.1/questions.yaml rename to stable/friendica/13.14.1/questions.yaml diff --git a/stable/gaseous-server/1.5.1/templates/NOTES.txt b/stable/friendica/13.14.1/templates/NOTES.txt similarity index 100% rename from stable/gaseous-server/1.5.1/templates/NOTES.txt rename to stable/friendica/13.14.1/templates/NOTES.txt diff --git a/stable/friendica/13.11.1/templates/common.yaml b/stable/friendica/13.14.1/templates/common.yaml similarity index 100% rename from stable/friendica/13.11.1/templates/common.yaml rename to stable/friendica/13.14.1/templates/common.yaml diff --git a/stable/gaps/18.5.1/values.yaml b/stable/friendica/13.14.1/values.yaml similarity index 100% rename from stable/gaps/18.5.1/values.yaml rename to stable/friendica/13.14.1/values.yaml diff --git a/stable/frigate/14.1.1/CHANGELOG.md b/stable/frigate/14.1.1/CHANGELOG.md deleted file mode 100644 index f64e92a0bc7..00000000000 --- a/stable/frigate/14.1.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [frigate-14.1.1](https://github.com/truecharts/charts/compare/frigate-14.1.0...frigate-14.1.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [frigate-14.1.0](https://github.com/truecharts/charts/compare/frigate-14.0.1...frigate-14.1.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [frigate-14.0.1](https://github.com/truecharts/charts/compare/frigate-14.0.0...frigate-14.0.1) (2024-03-10) - -### Fix - - - -- Fix configmap for 0.13 ([#18967](https://github.com/truecharts/charts/issues/18967)) - - -## [frigate-14.0.0](https://github.com/truecharts/charts/compare/frigate-13.4.1...frigate-14.0.0) (2024-03-10) - -### Chore - - - -- update container image ghcr.io/blakeblackshear/frigate to v0.13.2 by renovate ([#17936](https://github.com/truecharts/charts/issues/17936)) - - -## [frigate-13.4.1](https://github.com/truecharts/charts/compare/frigate-13.4.0...frigate-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [frigate-13.4.0](https://github.com/truecharts/charts/compare/frigate-13.3.0...frigate-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [frigate-13.3.0](https://github.com/truecharts/charts/compare/frigate-13.2.3...frigate-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [frigate-13.2.3](https://github.com/truecharts/charts/compare/frigate-13.2.2...frigate-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [frigate-13.2.2](https://github.com/truecharts/charts/compare/frigate-13.2.0...frigate-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/frigate/14.1.1/Chart.yaml b/stable/frigate/14.1.1/Chart.yaml deleted file mode 100644 index 9bcd822b8e1..00000000000 --- a/stable/frigate/14.1.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: 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.0.8 - 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.1.1 diff --git a/stable/frigate/14.1.1/charts/common-20.0.8.tgz b/stable/frigate/14.1.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/frigate/14.1.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/garrysmod/5.5.1/.helmignore b/stable/frigate/14.3.1/.helmignore similarity index 100% rename from stable/garrysmod/5.5.1/.helmignore rename to stable/frigate/14.3.1/.helmignore diff --git a/stable/frigate/14.3.1/CHANGELOG.md b/stable/frigate/14.3.1/CHANGELOG.md new file mode 100644 index 00000000000..a99f686785d --- /dev/null +++ b/stable/frigate/14.3.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [frigate-14.3.1](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/frigate/14.3.1/Chart.yaml new file mode 100644 index 00000000000..f775e075538 --- /dev/null +++ b/stable/frigate/14.3.1/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.2 + 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.1 diff --git a/stable/frigate/14.1.1/README.md b/stable/frigate/14.3.1/README.md similarity index 100% rename from stable/frigate/14.1.1/README.md rename to stable/frigate/14.3.1/README.md diff --git a/stable/frigate/14.3.1/app-changelog.md b/stable/frigate/14.3.1/app-changelog.md new file mode 100644 index 00000000000..7102887f461 --- /dev/null +++ b/stable/frigate/14.3.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [frigate-14.3.1](https://github.com/truecharts/charts/compare/frigate-14.2.0...frigate-14.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1.1/app-readme.md b/stable/frigate/14.3.1/app-readme.md similarity index 100% rename from stable/frigate/14.1.1/app-readme.md rename to stable/frigate/14.3.1/app-readme.md diff --git a/stable/frigate/14.3.1/charts/common-20.2.2.tgz b/stable/frigate/14.3.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/frigate/14.3.1/charts/common-20.2.2.tgz differ diff --git a/stable/frigate/14.1.1/ix_values.yaml b/stable/frigate/14.3.1/ix_values.yaml similarity index 100% rename from stable/frigate/14.1.1/ix_values.yaml rename to stable/frigate/14.3.1/ix_values.yaml diff --git a/stable/frigate/14.1.1/questions.yaml b/stable/frigate/14.3.1/questions.yaml similarity index 100% rename from stable/frigate/14.1.1/questions.yaml rename to stable/frigate/14.3.1/questions.yaml diff --git a/stable/ghostfolio/4.9.0/templates/NOTES.txt b/stable/frigate/14.3.1/templates/NOTES.txt similarity index 100% rename from stable/ghostfolio/4.9.0/templates/NOTES.txt rename to stable/frigate/14.3.1/templates/NOTES.txt diff --git a/stable/frigate/14.1.1/templates/_configmap.tpl b/stable/frigate/14.3.1/templates/_configmap.tpl similarity index 100% rename from stable/frigate/14.1.1/templates/_configmap.tpl rename to stable/frigate/14.3.1/templates/_configmap.tpl diff --git a/stable/frigate/14.1.1/templates/common.yaml b/stable/frigate/14.3.1/templates/common.yaml similarity index 100% rename from stable/frigate/14.1.1/templates/common.yaml rename to stable/frigate/14.3.1/templates/common.yaml diff --git a/stable/garrysmod/5.5.1/values.yaml b/stable/frigate/14.3.1/values.yaml similarity index 100% rename from stable/garrysmod/5.5.1/values.yaml rename to stable/frigate/14.3.1/values.yaml diff --git a/stable/fsm/5.5.1/CHANGELOG.md b/stable/fsm/5.5.1/CHANGELOG.md deleted file mode 100644 index 07505c84078..00000000000 --- a/stable/fsm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [fsm-5.5.1](https://github.com/truecharts/charts/compare/fsm-5.5.0...fsm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [fsm-5.5.0](https://github.com/truecharts/charts/compare/fsm-5.4.1...fsm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [fsm-5.4.1](https://github.com/truecharts/charts/compare/fsm-5.4.0...fsm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [fsm-5.4.0](https://github.com/truecharts/charts/compare/fsm-5.3.0...fsm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [fsm-5.3.0](https://github.com/truecharts/charts/compare/fsm-5.2.3...fsm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [fsm-5.2.3](https://github.com/truecharts/charts/compare/fsm-5.2.2...fsm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [fsm-5.2.2](https://github.com/truecharts/charts/compare/fsm-5.2.0...fsm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [fsm-4.1.11](https://github.com/truecharts/charts/compare/fsm-4.1.10...fsm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [fsm-4.1.10](https://github.com/truecharts/charts/compare/fsm-4.1.9...fsm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/fsm/5.5.1/Chart.yaml b/stable/fsm/5.5.1/Chart.yaml deleted file mode 100644 index 21a49bce8e7..00000000000 --- a/stable/fsm/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/fsm/5.5.1/charts/common-20.0.8.tgz b/stable/fsm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/fsm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gaseous-server/1.5.1/.helmignore b/stable/fsm/5.7.1/.helmignore similarity index 100% rename from stable/gaseous-server/1.5.1/.helmignore rename to stable/fsm/5.7.1/.helmignore diff --git a/stable/fsm/5.7.1/CHANGELOG.md b/stable/fsm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..021418f88bc --- /dev/null +++ b/stable/fsm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [fsm-5.7.1](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/fsm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d55629d3cfc --- /dev/null +++ b/stable/fsm/5.7.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: 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.2 + 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.1 diff --git a/stable/fsm/5.5.1/README.md b/stable/fsm/5.7.1/README.md similarity index 100% rename from stable/fsm/5.5.1/README.md rename to stable/fsm/5.7.1/README.md diff --git a/stable/fsm/5.7.1/app-changelog.md b/stable/fsm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..649e8090c0a --- /dev/null +++ b/stable/fsm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [fsm-5.7.1](https://github.com/truecharts/charts/compare/fsm-5.6.0...fsm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/fsm/5.7.1/app-readme.md similarity index 100% rename from stable/fsm/5.5.1/app-readme.md rename to stable/fsm/5.7.1/app-readme.md diff --git a/stable/fsm/5.7.1/charts/common-20.2.2.tgz b/stable/fsm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/fsm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/fsm/5.5.1/ix_values.yaml b/stable/fsm/5.7.1/ix_values.yaml similarity index 100% rename from stable/fsm/5.5.1/ix_values.yaml rename to stable/fsm/5.7.1/ix_values.yaml diff --git a/stable/fsm/5.5.1/questions.yaml b/stable/fsm/5.7.1/questions.yaml similarity index 100% rename from stable/fsm/5.5.1/questions.yaml rename to stable/fsm/5.7.1/questions.yaml diff --git a/stable/fsm/5.5.1/templates/common.yaml b/stable/fsm/5.7.1/templates/common.yaml similarity index 100% rename from stable/fsm/5.5.1/templates/common.yaml rename to stable/fsm/5.7.1/templates/common.yaml diff --git a/stable/gaseous-server/1.5.1/values.yaml b/stable/fsm/5.7.1/values.yaml similarity index 100% rename from stable/gaseous-server/1.5.1/values.yaml rename to stable/fsm/5.7.1/values.yaml diff --git a/stable/game-server-watcher/1.2.1/CHANGELOG.md b/stable/game-server-watcher/1.2.1/CHANGELOG.md deleted file mode 100644 index 932d0258efa..00000000000 --- a/stable/game-server-watcher/1.2.1/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [game-server-watcher-1.2.1](https://github.com/truecharts/charts/compare/game-server-watcher-1.2.0...game-server-watcher-1.2.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [game-server-watcher-1.2.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.1.2...game-server-watcher-1.2.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [game-server-watcher-1.1.2](https://github.com/truecharts/charts/compare/game-server-watcher-1.1.1...game-server-watcher-1.1.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/a-sync/game-server-watcher to v3.0.2[@52d5d8d](https://github.com/52d5d8d) by renovate ([#19062](https://github.com/truecharts/charts/issues/19062)) - - -## [game-server-watcher-1.1.1](https://github.com/truecharts/charts/compare/game-server-watcher-1.1.0...game-server-watcher-1.1.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [game-server-watcher-1.1.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.0.0...game-server-watcher-1.1.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [game-server-watcher-1.0.0](https://github.com/truecharts/charts/compare/game-server-watcher-0.0.4...game-server-watcher-1.0.0) (2024-03-06) \ No newline at end of file diff --git a/stable/game-server-watcher/1.2.1/Chart.yaml b/stable/game-server-watcher/1.2.1/Chart.yaml deleted file mode 100644 index 5288d0a9044..00000000000 --- a/stable/game-server-watcher/1.2.1/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.2 -dependencies: - - name: common - version: 20.0.8 - 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.2.1 diff --git a/stable/game-server-watcher/1.2.1/charts/common-20.0.8.tgz b/stable/game-server-watcher/1.2.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/game-server-watcher/1.2.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/genea/5.5.1/.helmignore b/stable/game-server-watcher/1.4.1/.helmignore similarity index 100% rename from stable/genea/5.5.1/.helmignore rename to stable/game-server-watcher/1.4.1/.helmignore diff --git a/stable/game-server-watcher/1.4.1/CHANGELOG.md b/stable/game-server-watcher/1.4.1/CHANGELOG.md new file mode 100644 index 00000000000..5ef730c96c5 --- /dev/null +++ b/stable/game-server-watcher/1.4.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [game-server-watcher-1.4.1](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/game-server-watcher/1.4.1/Chart.yaml new file mode 100644 index 00000000000..e17ce2061c0 --- /dev/null +++ b/stable/game-server-watcher/1.4.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: monitor + 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.2 + 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.1 diff --git a/stable/game-server-watcher/1.2.1/README.md b/stable/game-server-watcher/1.4.1/README.md similarity index 100% rename from stable/game-server-watcher/1.2.1/README.md rename to stable/game-server-watcher/1.4.1/README.md diff --git a/stable/game-server-watcher/1.4.1/app-changelog.md b/stable/game-server-watcher/1.4.1/app-changelog.md new file mode 100644 index 00000000000..e9394459526 --- /dev/null +++ b/stable/game-server-watcher/1.4.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [game-server-watcher-1.4.1](https://github.com/truecharts/charts/compare/game-server-watcher-1.3.0...game-server-watcher-1.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.2.1/app-readme.md b/stable/game-server-watcher/1.4.1/app-readme.md similarity index 100% rename from stable/game-server-watcher/1.2.1/app-readme.md rename to stable/game-server-watcher/1.4.1/app-readme.md diff --git a/stable/game-server-watcher/1.4.1/charts/common-20.2.2.tgz b/stable/game-server-watcher/1.4.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/game-server-watcher/1.4.1/charts/common-20.2.2.tgz differ diff --git a/stable/game-server-watcher/1.2.1/ix_values.yaml b/stable/game-server-watcher/1.4.1/ix_values.yaml similarity index 100% rename from stable/game-server-watcher/1.2.1/ix_values.yaml rename to stable/game-server-watcher/1.4.1/ix_values.yaml diff --git a/stable/game-server-watcher/1.2.1/questions.yaml b/stable/game-server-watcher/1.4.1/questions.yaml similarity index 100% rename from stable/game-server-watcher/1.2.1/questions.yaml rename to stable/game-server-watcher/1.4.1/questions.yaml diff --git a/stable/gitea/18.11.2/templates/NOTES.txt b/stable/game-server-watcher/1.4.1/templates/NOTES.txt similarity index 100% rename from stable/gitea/18.11.2/templates/NOTES.txt rename to stable/game-server-watcher/1.4.1/templates/NOTES.txt diff --git a/stable/gamevault-backend/5.5.1/templates/common.yaml b/stable/game-server-watcher/1.4.1/templates/common.yaml similarity index 100% rename from stable/gamevault-backend/5.5.1/templates/common.yaml rename to stable/game-server-watcher/1.4.1/templates/common.yaml diff --git a/stable/genea/5.5.1/values.yaml b/stable/game-server-watcher/1.4.1/values.yaml similarity index 100% rename from stable/genea/5.5.1/values.yaml rename to stable/game-server-watcher/1.4.1/values.yaml diff --git a/stable/gamevault-backend/5.5.1/CHANGELOG.md b/stable/gamevault-backend/5.5.1/CHANGELOG.md deleted file mode 100644 index 51a67bd48f7..00000000000 --- a/stable/gamevault-backend/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gamevault-backend-5.5.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.5.0...gamevault-backend-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gamevault-backend-5.5.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.4.1...gamevault-backend-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gamevault-backend-5.4.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.4.0...gamevault-backend-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gamevault-backend-5.4.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.3.0...gamevault-backend-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gamevault-backend-5.3.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.3...gamevault-backend-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gamevault-backend-5.2.3](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.2...gamevault-backend-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gamevault-backend-5.2.2](https://github.com/truecharts/charts/compare/gamevault-backend-5.2.0...gamevault-backend-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [gamevault-backend-4.2.5](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.4...gamevault-backend-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gamevault-backend-4.2.4](https://github.com/truecharts/charts/compare/gamevault-backend-4.2.3...gamevault-backend-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/gamevault-backend/5.5.1/Chart.yaml b/stable/gamevault-backend/5.5.1/Chart.yaml deleted file mode 100644 index bd4516e5060..00000000000 --- a/stable/gamevault-backend/5.5.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 10.2.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/gamevault-backend/5.5.1/charts/common-20.0.8.tgz b/stable/gamevault-backend/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gamevault-backend/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.9.0/.helmignore b/stable/gamevault-backend/5.7.1/.helmignore similarity index 100% rename from stable/ghostfolio/4.9.0/.helmignore rename to stable/gamevault-backend/5.7.1/.helmignore diff --git a/stable/gamevault-backend/5.7.1/CHANGELOG.md b/stable/gamevault-backend/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..20f889a0c31 --- /dev/null +++ b/stable/gamevault-backend/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gamevault-backend-5.7.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/gamevault-backend/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e5212a1c9dc --- /dev/null +++ b/stable/gamevault-backend/5.7.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: games + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 10.2.0 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/gamevault-backend/5.5.1/README.md b/stable/gamevault-backend/5.7.1/README.md similarity index 100% rename from stable/gamevault-backend/5.5.1/README.md rename to stable/gamevault-backend/5.7.1/README.md diff --git a/stable/gamevault-backend/5.7.1/app-changelog.md b/stable/gamevault-backend/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d710e120d2d --- /dev/null +++ b/stable/gamevault-backend/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gamevault-backend-5.7.1](https://github.com/truecharts/charts/compare/gamevault-backend-5.6.0...gamevault-backend-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gamevault-backend/5.7.1/app-readme.md similarity index 100% rename from stable/gamevault-backend/5.5.1/app-readme.md rename to stable/gamevault-backend/5.7.1/app-readme.md diff --git a/stable/gamevault-backend/5.7.1/charts/common-20.2.2.tgz b/stable/gamevault-backend/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gamevault-backend/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gamevault-backend/5.5.1/ix_values.yaml b/stable/gamevault-backend/5.7.1/ix_values.yaml similarity index 100% rename from stable/gamevault-backend/5.5.1/ix_values.yaml rename to stable/gamevault-backend/5.7.1/ix_values.yaml diff --git a/stable/gamevault-backend/5.5.1/questions.yaml b/stable/gamevault-backend/5.7.1/questions.yaml similarity index 100% rename from stable/gamevault-backend/5.5.1/questions.yaml rename to stable/gamevault-backend/5.7.1/questions.yaml diff --git a/stable/golinks/11.5.1/templates/NOTES.txt b/stable/gamevault-backend/5.7.1/templates/NOTES.txt similarity index 100% rename from stable/golinks/11.5.1/templates/NOTES.txt rename to stable/gamevault-backend/5.7.1/templates/NOTES.txt diff --git a/stable/gaps/18.5.1/templates/common.yaml b/stable/gamevault-backend/5.7.1/templates/common.yaml similarity index 100% rename from stable/gaps/18.5.1/templates/common.yaml rename to stable/gamevault-backend/5.7.1/templates/common.yaml diff --git a/stable/ghostfolio/4.9.0/values.yaml b/stable/gamevault-backend/5.7.1/values.yaml similarity index 100% rename from stable/ghostfolio/4.9.0/values.yaml rename to stable/gamevault-backend/5.7.1/values.yaml diff --git a/stable/gaps/18.5.1/CHANGELOG.md b/stable/gaps/18.5.1/CHANGELOG.md deleted file mode 100644 index b5269408af3..00000000000 --- a/stable/gaps/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gaps-18.5.1](https://github.com/truecharts/charts/compare/gaps-18.5.0...gaps-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gaps-18.5.0](https://github.com/truecharts/charts/compare/gaps-18.4.1...gaps-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gaps-18.4.1](https://github.com/truecharts/charts/compare/gaps-18.4.0...gaps-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gaps-18.4.0](https://github.com/truecharts/charts/compare/gaps-18.3.0...gaps-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gaps-18.3.0](https://github.com/truecharts/charts/compare/gaps-18.2.3...gaps-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gaps-18.2.3](https://github.com/truecharts/charts/compare/gaps-18.2.2...gaps-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gaps-18.2.2](https://github.com/truecharts/charts/compare/gaps-18.2.0...gaps-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [gaps-17.1.11](https://github.com/truecharts/charts/compare/gaps-17.1.10...gaps-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gaps-17.1.10](https://github.com/truecharts/charts/compare/gaps-17.1.9...gaps-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/gaps/18.5.1/Chart.yaml b/stable/gaps/18.5.1/Chart.yaml deleted file mode 100644 index 717038d26cc..00000000000 --- a/stable/gaps/18.5.1/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.0.8 - 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.5.1 diff --git a/stable/gaps/18.5.1/charts/common-20.0.8.tgz b/stable/gaps/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gaps/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gitea/18.11.2/.helmignore b/stable/gaps/18.7.1/.helmignore similarity index 100% rename from stable/gitea/18.11.2/.helmignore rename to stable/gaps/18.7.1/.helmignore diff --git a/stable/gaps/18.7.1/CHANGELOG.md b/stable/gaps/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8ef126b5303 --- /dev/null +++ b/stable/gaps/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaps-18.7.1](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/gaps/18.7.1/Chart.yaml new file mode 100644 index 00000000000..73b5e28ac8a --- /dev/null +++ b/stable/gaps/18.7.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: 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.2 + 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.1 diff --git a/stable/gaps/18.5.1/README.md b/stable/gaps/18.7.1/README.md similarity index 100% rename from stable/gaps/18.5.1/README.md rename to stable/gaps/18.7.1/README.md diff --git a/stable/gaps/18.7.1/app-changelog.md b/stable/gaps/18.7.1/app-changelog.md new file mode 100644 index 00000000000..ef19ffcdad9 --- /dev/null +++ b/stable/gaps/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gaps-18.7.1](https://github.com/truecharts/charts/compare/gaps-18.6.0...gaps-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gaps/18.7.1/app-readme.md similarity index 100% rename from stable/gaps/18.5.1/app-readme.md rename to stable/gaps/18.7.1/app-readme.md diff --git a/stable/gaps/18.7.1/charts/common-20.2.2.tgz b/stable/gaps/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gaps/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gaps/18.5.1/ix_values.yaml b/stable/gaps/18.7.1/ix_values.yaml similarity index 100% rename from stable/gaps/18.5.1/ix_values.yaml rename to stable/gaps/18.7.1/ix_values.yaml diff --git a/stable/gaps/18.5.1/questions.yaml b/stable/gaps/18.7.1/questions.yaml similarity index 100% rename from stable/gaps/18.5.1/questions.yaml rename to stable/gaps/18.7.1/questions.yaml diff --git a/stable/gonic/13.5.1/templates/NOTES.txt b/stable/gaps/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/gonic/13.5.1/templates/NOTES.txt rename to stable/gaps/18.7.1/templates/NOTES.txt diff --git a/stable/gaseous-server/1.5.1/templates/common.yaml b/stable/gaps/18.7.1/templates/common.yaml similarity index 100% rename from stable/gaseous-server/1.5.1/templates/common.yaml rename to stable/gaps/18.7.1/templates/common.yaml diff --git a/stable/gitea/18.11.2/values.yaml b/stable/gaps/18.7.1/values.yaml similarity index 100% rename from stable/gitea/18.11.2/values.yaml rename to stable/gaps/18.7.1/values.yaml diff --git a/stable/garrysmod/5.5.1/CHANGELOG.md b/stable/garrysmod/5.5.1/CHANGELOG.md deleted file mode 100644 index 5fe8d7ea068..00000000000 --- a/stable/garrysmod/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [garrysmod-5.5.1](https://github.com/truecharts/charts/compare/garrysmod-5.5.0...garrysmod-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [garrysmod-5.5.0](https://github.com/truecharts/charts/compare/garrysmod-5.4.1...garrysmod-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [garrysmod-5.4.1](https://github.com/truecharts/charts/compare/garrysmod-5.4.0...garrysmod-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [garrysmod-5.4.0](https://github.com/truecharts/charts/compare/garrysmod-5.3.0...garrysmod-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [garrysmod-5.3.0](https://github.com/truecharts/charts/compare/garrysmod-5.2.3...garrysmod-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [garrysmod-5.2.3](https://github.com/truecharts/charts/compare/garrysmod-5.2.2...garrysmod-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [garrysmod-5.2.2](https://github.com/truecharts/charts/compare/garrysmod-5.2.0...garrysmod-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [garrysmod-4.1.11](https://github.com/truecharts/charts/compare/garrysmod-4.1.10...garrysmod-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [garrysmod-4.1.10](https://github.com/truecharts/charts/compare/garrysmod-4.1.9...garrysmod-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/garrysmod/5.5.1/Chart.yaml b/stable/garrysmod/5.5.1/Chart.yaml deleted file mode 100644 index 50e09c8166b..00000000000 --- a/stable/garrysmod/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/garrysmod/5.5.1/charts/common-20.0.8.tgz b/stable/garrysmod/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/garrysmod/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/github-backup/5.5.1/.helmignore b/stable/garrysmod/5.7.1/.helmignore similarity index 100% rename from stable/github-backup/5.5.1/.helmignore rename to stable/garrysmod/5.7.1/.helmignore diff --git a/stable/garrysmod/5.7.1/CHANGELOG.md b/stable/garrysmod/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c2b601d25f3 --- /dev/null +++ b/stable/garrysmod/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [garrysmod-5.7.1](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/garrysmod/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6c3e3bf24ac --- /dev/null +++ b/stable/garrysmod/5.7.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: 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.2 + 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.1 diff --git a/stable/garrysmod/5.5.1/README.md b/stable/garrysmod/5.7.1/README.md similarity index 100% rename from stable/garrysmod/5.5.1/README.md rename to stable/garrysmod/5.7.1/README.md diff --git a/stable/garrysmod/5.7.1/app-changelog.md b/stable/garrysmod/5.7.1/app-changelog.md new file mode 100644 index 00000000000..79a72db8566 --- /dev/null +++ b/stable/garrysmod/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [garrysmod-5.7.1](https://github.com/truecharts/charts/compare/garrysmod-5.6.0...garrysmod-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/garrysmod/5.7.1/app-readme.md similarity index 100% rename from stable/garrysmod/5.5.1/app-readme.md rename to stable/garrysmod/5.7.1/app-readme.md diff --git a/stable/garrysmod/5.7.1/charts/common-20.2.2.tgz b/stable/garrysmod/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/garrysmod/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/garrysmod/5.5.1/ix_values.yaml b/stable/garrysmod/5.7.1/ix_values.yaml similarity index 100% rename from stable/garrysmod/5.5.1/ix_values.yaml rename to stable/garrysmod/5.7.1/ix_values.yaml diff --git a/stable/garrysmod/5.5.1/questions.yaml b/stable/garrysmod/5.7.1/questions.yaml similarity index 100% rename from stable/garrysmod/5.5.1/questions.yaml rename to stable/garrysmod/5.7.1/questions.yaml diff --git a/stable/garrysmod/5.5.1/templates/common.yaml b/stable/garrysmod/5.7.1/templates/common.yaml similarity index 100% rename from stable/garrysmod/5.5.1/templates/common.yaml rename to stable/garrysmod/5.7.1/templates/common.yaml diff --git a/stable/github-backup/5.5.1/values.yaml b/stable/garrysmod/5.7.1/values.yaml similarity index 100% rename from stable/github-backup/5.5.1/values.yaml rename to stable/garrysmod/5.7.1/values.yaml diff --git a/stable/gaseous-server/1.5.1/CHANGELOG.md b/stable/gaseous-server/1.5.1/CHANGELOG.md deleted file mode 100644 index 53b447d79d4..00000000000 --- a/stable/gaseous-server/1.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gaseous-server-1.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.0](https://github.com/truecharts/charts/compare/gaseous-server-1.4.3...gaseous-server-1.5.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [gaseous-server-1.4.3](https://github.com/truecharts/charts/compare/gaseous-server-1.4.2...gaseous-server-1.4.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/gaseous-server/1.5.1/Chart.yaml b/stable/gaseous-server/1.5.1/Chart.yaml deleted file mode 100644 index 5d2b1e4627a..00000000000 --- a/stable/gaseous-server/1.5.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.5.1 diff --git a/stable/gaseous-server/1.5.1/app-changelog.md b/stable/gaseous-server/1.5.1/app-changelog.md deleted file mode 100644 index dc0dcf309fc..00000000000 --- a/stable/gaseous-server/1.5.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [gaseous-server-1.5.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.5.1) (2024-03-16) - -### Chore - - - -- 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.5.1/charts/common-20.1.5.tgz b/stable/gaseous-server/1.5.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/gaseous-server/1.5.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/gaseous-server/1.5.1/charts/mariadb-13.5.4.tgz b/stable/gaseous-server/1.5.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/gaseous-server/1.5.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/glauth/5.5.1/.helmignore b/stable/gaseous-server/1.8.1/.helmignore similarity index 100% rename from stable/glauth/5.5.1/.helmignore rename to stable/gaseous-server/1.8.1/.helmignore diff --git a/stable/gaseous-server/1.8.1/CHANGELOG.md b/stable/gaseous-server/1.8.1/CHANGELOG.md new file mode 100644 index 00000000000..42d843097a7 --- /dev/null +++ b/stable/gaseous-server/1.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gaseous-server-1.8.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/gaseous-server/1.8.1/Chart.yaml b/stable/gaseous-server/1.8.1/Chart.yaml new file mode 100644 index 00000000000..359e98c1161 --- /dev/null +++ b/stable/gaseous-server/1.8.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.7.2 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/gaseous-server/1.5.1/README.md b/stable/gaseous-server/1.8.1/README.md similarity index 100% rename from stable/gaseous-server/1.5.1/README.md rename to stable/gaseous-server/1.8.1/README.md diff --git a/stable/gaseous-server/1.8.1/app-changelog.md b/stable/gaseous-server/1.8.1/app-changelog.md new file mode 100644 index 00000000000..488db7f5e90 --- /dev/null +++ b/stable/gaseous-server/1.8.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [gaseous-server-1.8.1](https://github.com/truecharts/charts/compare/gaseous-server-1.5.0...gaseous-server-1.8.1) (2024-03-17) + +### Chore + + + +- update container 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.5.1/app-readme.md b/stable/gaseous-server/1.8.1/app-readme.md similarity index 100% rename from stable/gaseous-server/1.5.1/app-readme.md rename to stable/gaseous-server/1.8.1/app-readme.md diff --git a/stable/gaseous-server/1.8.1/charts/common-20.2.2.tgz b/stable/gaseous-server/1.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gaseous-server/1.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/gaseous-server/1.8.1/charts/mariadb-13.7.0.tgz b/stable/gaseous-server/1.8.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/gaseous-server/1.8.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/gaseous-server/1.5.1/ix_values.yaml b/stable/gaseous-server/1.8.1/ix_values.yaml similarity index 100% rename from stable/gaseous-server/1.5.1/ix_values.yaml rename to stable/gaseous-server/1.8.1/ix_values.yaml diff --git a/stable/gaseous-server/1.5.1/questions.yaml b/stable/gaseous-server/1.8.1/questions.yaml similarity index 100% rename from stable/gaseous-server/1.5.1/questions.yaml rename to stable/gaseous-server/1.8.1/questions.yaml diff --git a/stable/grav/11.5.2/templates/NOTES.txt b/stable/gaseous-server/1.8.1/templates/NOTES.txt similarity index 100% rename from stable/grav/11.5.2/templates/NOTES.txt rename to stable/gaseous-server/1.8.1/templates/NOTES.txt diff --git a/stable/gonic/13.5.1/templates/common.yaml b/stable/gaseous-server/1.8.1/templates/common.yaml similarity index 100% rename from stable/gonic/13.5.1/templates/common.yaml rename to stable/gaseous-server/1.8.1/templates/common.yaml diff --git a/stable/glauth/5.5.1/values.yaml b/stable/gaseous-server/1.8.1/values.yaml similarity index 100% rename from stable/glauth/5.5.1/values.yaml rename to stable/gaseous-server/1.8.1/values.yaml diff --git a/stable/genea/5.5.1/CHANGELOG.md b/stable/genea/5.5.1/CHANGELOG.md deleted file mode 100644 index 256f5d30216..00000000000 --- a/stable/genea/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [genea-5.5.1](https://github.com/truecharts/charts/compare/genea-5.5.0...genea-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [genea-5.5.0](https://github.com/truecharts/charts/compare/genea-5.4.1...genea-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [genea-5.4.1](https://github.com/truecharts/charts/compare/genea-5.4.0...genea-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [genea-5.4.0](https://github.com/truecharts/charts/compare/genea-5.3.0...genea-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [genea-5.3.0](https://github.com/truecharts/charts/compare/genea-5.2.3...genea-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [genea-5.2.3](https://github.com/truecharts/charts/compare/genea-5.2.2...genea-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [genea-5.2.2](https://github.com/truecharts/charts/compare/genea-5.2.0...genea-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [genea-4.1.11](https://github.com/truecharts/charts/compare/genea-4.1.10...genea-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [genea-4.1.10](https://github.com/truecharts/charts/compare/genea-4.1.9...genea-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/genea/5.5.1/Chart.yaml b/stable/genea/5.5.1/Chart.yaml deleted file mode 100644 index 1b75f10085f..00000000000 --- a/stable/genea/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/genea/5.5.1/charts/common-20.0.8.tgz b/stable/genea/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/genea/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/go-playground/5.5.1/.helmignore b/stable/genea/5.7.1/.helmignore similarity index 100% rename from stable/go-playground/5.5.1/.helmignore rename to stable/genea/5.7.1/.helmignore diff --git a/stable/genea/5.7.1/CHANGELOG.md b/stable/genea/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..27aae186f6d --- /dev/null +++ b/stable/genea/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [genea-5.7.1](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/genea/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3d59acadd0a --- /dev/null +++ b/stable/genea/5.7.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: 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.2 + 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.1 diff --git a/stable/genea/5.5.1/README.md b/stable/genea/5.7.1/README.md similarity index 100% rename from stable/genea/5.5.1/README.md rename to stable/genea/5.7.1/README.md diff --git a/stable/genea/5.7.1/app-changelog.md b/stable/genea/5.7.1/app-changelog.md new file mode 100644 index 00000000000..259cf1da296 --- /dev/null +++ b/stable/genea/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [genea-5.7.1](https://github.com/truecharts/charts/compare/genea-5.6.0...genea-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/genea/5.7.1/app-readme.md similarity index 100% rename from stable/genea/5.5.1/app-readme.md rename to stable/genea/5.7.1/app-readme.md diff --git a/stable/genea/5.7.1/charts/common-20.2.2.tgz b/stable/genea/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/genea/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/genea/5.5.1/ix_values.yaml b/stable/genea/5.7.1/ix_values.yaml similarity index 100% rename from stable/genea/5.5.1/ix_values.yaml rename to stable/genea/5.7.1/ix_values.yaml diff --git a/stable/genea/5.5.1/questions.yaml b/stable/genea/5.7.1/questions.yaml similarity index 100% rename from stable/genea/5.5.1/questions.yaml rename to stable/genea/5.7.1/questions.yaml diff --git a/stable/genea/5.5.1/templates/common.yaml b/stable/genea/5.7.1/templates/common.yaml similarity index 100% rename from stable/genea/5.5.1/templates/common.yaml rename to stable/genea/5.7.1/templates/common.yaml diff --git a/stable/go-playground/5.5.1/values.yaml b/stable/genea/5.7.1/values.yaml similarity index 100% rename from stable/go-playground/5.5.1/values.yaml rename to stable/genea/5.7.1/values.yaml diff --git a/stable/goaccess-npm-logs/5.5.1/.helmignore b/stable/ghostfolio/4.12.1/.helmignore similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/.helmignore rename to stable/ghostfolio/4.12.1/.helmignore diff --git a/stable/ghostfolio/4.12.1/CHANGELOG.md b/stable/ghostfolio/4.12.1/CHANGELOG.md new file mode 100644 index 00000000000..e5e6c0be1b1 --- /dev/null +++ b/stable/ghostfolio/4.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ghostfolio-4.12.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.1) (2024-03-17) + +### Chore + + + +- update container 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.12.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.1/Chart.yaml b/stable/ghostfolio/4.12.1/Chart.yaml new file mode 100644 index 00000000000..ad5d8063fbb --- /dev/null +++ b/stable/ghostfolio/4.12.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.64.0 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.12.1 diff --git a/stable/ghostfolio/4.9.0/README.md b/stable/ghostfolio/4.12.1/README.md similarity index 100% rename from stable/ghostfolio/4.9.0/README.md rename to stable/ghostfolio/4.12.1/README.md diff --git a/stable/ghostfolio/4.12.1/app-changelog.md b/stable/ghostfolio/4.12.1/app-changelog.md new file mode 100644 index 00000000000..78040cc8fe6 --- /dev/null +++ b/stable/ghostfolio/4.12.1/app-changelog.md @@ -0,0 +1,17 @@ + + +## [ghostfolio-4.12.1](https://github.com/truecharts/charts/compare/ghostfolio-4.9.0...ghostfolio-4.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.0/app-readme.md b/stable/ghostfolio/4.12.1/app-readme.md similarity index 100% rename from stable/ghostfolio/4.9.0/app-readme.md rename to stable/ghostfolio/4.12.1/app-readme.md diff --git a/stable/ghostfolio/4.12.1/charts/common-20.2.2.tgz b/stable/ghostfolio/4.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ghostfolio/4.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/ghostfolio/4.12.1/charts/redis-13.0.5.tgz b/stable/ghostfolio/4.12.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/ghostfolio/4.12.1/charts/redis-13.0.5.tgz differ diff --git a/stable/ghostfolio/4.12.1/ix_values.yaml b/stable/ghostfolio/4.12.1/ix_values.yaml new file mode 100644 index 00000000000..7b18198a922 --- /dev/null +++ b/stable/ghostfolio/4.12.1/ix_values.yaml @@ -0,0 +1,65 @@ +image: + repository: ghostfolio/ghostfolio + pullPolicy: IfNotPresent + tag: 2.64.0@sha256:ceac4706136bac49481b9a8d66abba4d6ce58009cd6d90b474d4adfd2bb294cd +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.9.0/questions.yaml b/stable/ghostfolio/4.12.1/questions.yaml similarity index 100% rename from stable/ghostfolio/4.9.0/questions.yaml rename to stable/ghostfolio/4.12.1/questions.yaml diff --git a/stable/gravity/3.5.1/templates/NOTES.txt b/stable/ghostfolio/4.12.1/templates/NOTES.txt similarity index 100% rename from stable/gravity/3.5.1/templates/NOTES.txt rename to stable/ghostfolio/4.12.1/templates/NOTES.txt diff --git a/stable/ghostfolio/4.9.0/templates/_secrets.tpl b/stable/ghostfolio/4.12.1/templates/_secrets.tpl similarity index 100% rename from stable/ghostfolio/4.9.0/templates/_secrets.tpl rename to stable/ghostfolio/4.12.1/templates/_secrets.tpl diff --git a/stable/ghostfolio/4.9.0/templates/common.yaml b/stable/ghostfolio/4.12.1/templates/common.yaml similarity index 100% rename from stable/ghostfolio/4.9.0/templates/common.yaml rename to stable/ghostfolio/4.12.1/templates/common.yaml diff --git a/stable/goaccess-npm-logs/5.5.1/values.yaml b/stable/ghostfolio/4.12.1/values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/values.yaml rename to stable/ghostfolio/4.12.1/values.yaml diff --git a/stable/ghostfolio/4.9.0/CHANGELOG.md b/stable/ghostfolio/4.9.0/CHANGELOG.md deleted file mode 100644 index 764e2e306d4..00000000000 --- a/stable/ghostfolio/4.9.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ghostfolio-4.9.0](https://github.com/truecharts/charts/compare/ghostfolio-4.8.4...ghostfolio-4.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [ghostfolio-4.8.4](https://github.com/truecharts/charts/compare/ghostfolio-4.8.3...ghostfolio-4.8.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [ghostfolio-4.8.3](https://github.com/truecharts/charts/compare/ghostfolio-4.8.2...ghostfolio-4.8.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [ghostfolio-4.8.2](https://github.com/truecharts/charts/compare/ghostfolio-4.8.1...ghostfolio-4.8.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ghostfolio-4.8.1](https://github.com/truecharts/charts/compare/ghostfolio-4.8.0...ghostfolio-4.8.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ghostfolio-4.8.0](https://github.com/truecharts/charts/compare/ghostfolio-4.7.0...ghostfolio-4.8.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [ghostfolio-4.7.0](https://github.com/truecharts/charts/compare/ghostfolio-4.6.1...ghostfolio-4.7.0) (2024-03-11) - -### Chore - - - -- update container image ghostfolio/ghostfolio to v2.62.0[@4062970](https://github.com/4062970) by renovate ([#19107](https://github.com/truecharts/charts/issues/19107)) - - -## [ghostfolio-4.6.1](https://github.com/truecharts/charts/compare/ghostfolio-4.6.0...ghostfolio-4.6.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ghostfolio-4.6.0](https://github.com/truecharts/charts/compare/ghostfolio-4.5.0...ghostfolio-4.6.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ghostfolio-4.5.0](https://github.com/truecharts/charts/compare/ghostfolio-4.4.3...ghostfolio-4.5.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) \ No newline at end of file diff --git a/stable/ghostfolio/4.9.0/Chart.yaml b/stable/ghostfolio/4.9.0/Chart.yaml deleted file mode 100644 index 62bc2fb1f71..00000000000 --- a/stable/ghostfolio/4.9.0/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.62.0 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.9.0 diff --git a/stable/ghostfolio/4.9.0/charts/common-20.1.5.tgz b/stable/ghostfolio/4.9.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/ghostfolio/4.9.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.9.0/charts/redis-13.0.3.tgz b/stable/ghostfolio/4.9.0/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/ghostfolio/4.9.0/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/ghostfolio/4.9.0/ix_values.yaml b/stable/ghostfolio/4.9.0/ix_values.yaml deleted file mode 100644 index db4d4cfcd13..00000000000 --- a/stable/ghostfolio/4.9.0/ix_values.yaml +++ /dev/null @@ -1,65 +0,0 @@ -image: - repository: ghostfolio/ghostfolio - pullPolicy: IfNotPresent - tag: 2.62.0@sha256:4062970fae2b89968eb7338f24ad2a69ec122a01652c323467026328f54c128b -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.11.2/CHANGELOG.md b/stable/gitea/18.11.2/CHANGELOG.md deleted file mode 100644 index 160a03965c6..00000000000 --- a/stable/gitea/18.11.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gitea-18.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.1) (2024-03-16) - -### Chore - - diff --git a/stable/gitea/18.11.2/Chart.yaml b/stable/gitea/18.11.2/Chart.yaml deleted file mode 100644 index b435fe1204a..00000000000 --- a/stable/gitea/18.11.2/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.8 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: memcached - version: 12.6.4 - 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.11.2 diff --git a/stable/gitea/18.11.2/app-changelog.md b/stable/gitea/18.11.2/app-changelog.md deleted file mode 100644 index e163eab74bb..00000000000 --- a/stable/gitea/18.11.2/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [gitea-18.11.2](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.11.2) (2024-03-16) - -### Chore - - - -- 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.11.2/charts/common-20.1.5.tgz b/stable/gitea/18.11.2/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/gitea/18.11.2/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/gitea/18.11.2/charts/memcached-12.6.4.tgz b/stable/gitea/18.11.2/charts/memcached-12.6.4.tgz deleted file mode 100644 index a6528fb0eee..00000000000 Binary files a/stable/gitea/18.11.2/charts/memcached-12.6.4.tgz and /dev/null differ diff --git a/stable/goaccess/5.5.1/.helmignore b/stable/gitea/18.14.1/.helmignore similarity index 100% rename from stable/goaccess/5.5.1/.helmignore rename to stable/gitea/18.14.1/.helmignore diff --git a/stable/gitea/18.14.1/CHANGELOG.md b/stable/gitea/18.14.1/CHANGELOG.md new file mode 100644 index 00000000000..9e01a42ba5c --- /dev/null +++ b/stable/gitea/18.14.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gitea-18.14.1](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by 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.0](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/gitea/18.14.1/Chart.yaml b/stable/gitea/18.14.1/Chart.yaml new file mode 100644 index 00000000000..fc805196ee6 --- /dev/null +++ b/stable/gitea/18.14.1/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.8 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: memcached + version: 12.8.0 + 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.1 diff --git a/stable/gitea/18.11.2/README.md b/stable/gitea/18.14.1/README.md similarity index 100% rename from stable/gitea/18.11.2/README.md rename to stable/gitea/18.14.1/README.md diff --git a/stable/gitea/18.14.1/app-changelog.md b/stable/gitea/18.14.1/app-changelog.md new file mode 100644 index 00000000000..7101dcc1bca --- /dev/null +++ b/stable/gitea/18.14.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [gitea-18.14.1](https://github.com/truecharts/charts/compare/gitea-18.11.0...gitea-18.14.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by 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.11.2/app-readme.md b/stable/gitea/18.14.1/app-readme.md similarity index 100% rename from stable/gitea/18.11.2/app-readme.md rename to stable/gitea/18.14.1/app-readme.md diff --git a/stable/gitea/18.14.1/charts/common-20.2.2.tgz b/stable/gitea/18.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gitea/18.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/gitea/18.14.1/charts/memcached-12.8.0.tgz b/stable/gitea/18.14.1/charts/memcached-12.8.0.tgz new file mode 100644 index 00000000000..c24a910bfe4 Binary files /dev/null and b/stable/gitea/18.14.1/charts/memcached-12.8.0.tgz differ diff --git a/stable/gitea/18.11.2/ix_values.yaml b/stable/gitea/18.14.1/ix_values.yaml similarity index 100% rename from stable/gitea/18.11.2/ix_values.yaml rename to stable/gitea/18.14.1/ix_values.yaml diff --git a/stable/gitea/18.11.2/questions.yaml b/stable/gitea/18.14.1/questions.yaml similarity index 100% rename from stable/gitea/18.11.2/questions.yaml rename to stable/gitea/18.14.1/questions.yaml diff --git a/stable/grocy/18.5.2/templates/NOTES.txt b/stable/gitea/18.14.1/templates/NOTES.txt similarity index 100% rename from stable/grocy/18.5.2/templates/NOTES.txt rename to stable/gitea/18.14.1/templates/NOTES.txt diff --git a/stable/gitea/18.11.2/templates/_configmap.tpl b/stable/gitea/18.14.1/templates/_configmap.tpl similarity index 100% rename from stable/gitea/18.11.2/templates/_configmap.tpl rename to stable/gitea/18.14.1/templates/_configmap.tpl diff --git a/stable/gitea/18.11.2/templates/_secrets.tpl b/stable/gitea/18.14.1/templates/_secrets.tpl similarity index 100% rename from stable/gitea/18.11.2/templates/_secrets.tpl rename to stable/gitea/18.14.1/templates/_secrets.tpl diff --git a/stable/gitea/18.11.2/templates/common.yaml b/stable/gitea/18.14.1/templates/common.yaml similarity index 100% rename from stable/gitea/18.11.2/templates/common.yaml rename to stable/gitea/18.14.1/templates/common.yaml diff --git a/stable/goaccess/5.5.1/values.yaml b/stable/gitea/18.14.1/values.yaml similarity index 100% rename from stable/goaccess/5.5.1/values.yaml rename to stable/gitea/18.14.1/values.yaml diff --git a/stable/github-backup/5.5.1/CHANGELOG.md b/stable/github-backup/5.5.1/CHANGELOG.md deleted file mode 100644 index b3caf678993..00000000000 --- a/stable/github-backup/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [github-backup-5.5.1](https://github.com/truecharts/charts/compare/github-backup-5.5.0...github-backup-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [github-backup-5.5.0](https://github.com/truecharts/charts/compare/github-backup-5.4.1...github-backup-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [github-backup-5.4.1](https://github.com/truecharts/charts/compare/github-backup-5.4.0...github-backup-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [github-backup-5.4.0](https://github.com/truecharts/charts/compare/github-backup-5.3.0...github-backup-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [github-backup-5.3.0](https://github.com/truecharts/charts/compare/github-backup-5.2.3...github-backup-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [github-backup-5.2.3](https://github.com/truecharts/charts/compare/github-backup-5.2.2...github-backup-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [github-backup-5.2.2](https://github.com/truecharts/charts/compare/github-backup-5.2.0...github-backup-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [github-backup-4.1.11](https://github.com/truecharts/charts/compare/github-backup-4.1.10...github-backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [github-backup-4.1.10](https://github.com/truecharts/charts/compare/github-backup-4.1.9...github-backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/github-backup/5.5.1/Chart.yaml b/stable/github-backup/5.5.1/Chart.yaml deleted file mode 100644 index b6821cd3205..00000000000 --- a/stable/github-backup/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/github-backup/5.5.1/charts/common-20.0.8.tgz b/stable/github-backup/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/github-backup/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/godaddy-ddns/5.5.1/.helmignore b/stable/github-backup/5.7.1/.helmignore similarity index 100% rename from stable/godaddy-ddns/5.5.1/.helmignore rename to stable/github-backup/5.7.1/.helmignore diff --git a/stable/github-backup/5.7.1/CHANGELOG.md b/stable/github-backup/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d8870ba7d94 --- /dev/null +++ b/stable/github-backup/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [github-backup-5.7.1](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/github-backup/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c0fd7ca1d3e --- /dev/null +++ b/stable/github-backup/5.7.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: 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.2 + 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.1 diff --git a/stable/github-backup/5.5.1/README.md b/stable/github-backup/5.7.1/README.md similarity index 100% rename from stable/github-backup/5.5.1/README.md rename to stable/github-backup/5.7.1/README.md diff --git a/stable/github-backup/5.7.1/app-changelog.md b/stable/github-backup/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5a7a9bf0482 --- /dev/null +++ b/stable/github-backup/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [github-backup-5.7.1](https://github.com/truecharts/charts/compare/github-backup-5.6.0...github-backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/github-backup/5.7.1/app-readme.md similarity index 100% rename from stable/github-backup/5.5.1/app-readme.md rename to stable/github-backup/5.7.1/app-readme.md diff --git a/stable/github-backup/5.7.1/charts/common-20.2.2.tgz b/stable/github-backup/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/github-backup/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/github-backup/5.5.1/ix_values.yaml b/stable/github-backup/5.7.1/ix_values.yaml similarity index 100% rename from stable/github-backup/5.5.1/ix_values.yaml rename to stable/github-backup/5.7.1/ix_values.yaml diff --git a/stable/github-backup/5.5.1/questions.yaml b/stable/github-backup/5.7.1/questions.yaml similarity index 100% rename from stable/github-backup/5.5.1/questions.yaml rename to stable/github-backup/5.7.1/questions.yaml diff --git a/stable/github-backup/5.5.1/templates/common.yaml b/stable/github-backup/5.7.1/templates/common.yaml similarity index 100% rename from stable/github-backup/5.5.1/templates/common.yaml rename to stable/github-backup/5.7.1/templates/common.yaml diff --git a/stable/godaddy-ddns/5.5.1/values.yaml b/stable/github-backup/5.7.1/values.yaml similarity index 100% rename from stable/godaddy-ddns/5.5.1/values.yaml rename to stable/github-backup/5.7.1/values.yaml diff --git a/stable/glauth/5.5.1/CHANGELOG.md b/stable/glauth/5.5.1/CHANGELOG.md deleted file mode 100644 index 19fd5db03d4..00000000000 --- a/stable/glauth/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [glauth-5.5.1](https://github.com/truecharts/charts/compare/glauth-5.5.0...glauth-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [glauth-5.5.0](https://github.com/truecharts/charts/compare/glauth-5.4.1...glauth-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [glauth-5.4.1](https://github.com/truecharts/charts/compare/glauth-5.4.0...glauth-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [glauth-5.4.0](https://github.com/truecharts/charts/compare/glauth-5.3.0...glauth-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [glauth-5.3.0](https://github.com/truecharts/charts/compare/glauth-5.2.3...glauth-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [glauth-5.2.3](https://github.com/truecharts/charts/compare/glauth-5.2.2...glauth-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [glauth-5.2.2](https://github.com/truecharts/charts/compare/glauth-5.2.0...glauth-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - -## [glauth-4.1.12](https://github.com/truecharts/charts/compare/glauth-4.1.11...glauth-4.1.12) (2024-02-12) - -### Chore - - diff --git a/stable/glauth/5.5.1/Chart.yaml b/stable/glauth/5.5.1/Chart.yaml deleted file mode 100644 index c921ad3eefd..00000000000 --- a/stable/glauth/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/glauth/5.5.1/charts/common-20.0.8.tgz b/stable/glauth/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/glauth/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gokapi/5.5.1/.helmignore b/stable/glauth/5.7.1/.helmignore similarity index 100% rename from stable/gokapi/5.5.1/.helmignore rename to stable/glauth/5.7.1/.helmignore diff --git a/stable/glauth/5.7.1/CHANGELOG.md b/stable/glauth/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..41a361b6efc --- /dev/null +++ b/stable/glauth/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [glauth-5.7.1](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/glauth/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a01df315c38 --- /dev/null +++ b/stable/glauth/5.7.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: 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.2 + 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.1 diff --git a/stable/glauth/5.5.1/README.md b/stable/glauth/5.7.1/README.md similarity index 100% rename from stable/glauth/5.5.1/README.md rename to stable/glauth/5.7.1/README.md diff --git a/stable/glauth/5.7.1/app-changelog.md b/stable/glauth/5.7.1/app-changelog.md new file mode 100644 index 00000000000..37fa54a6a39 --- /dev/null +++ b/stable/glauth/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [glauth-5.7.1](https://github.com/truecharts/charts/compare/glauth-5.6.0...glauth-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/glauth/5.7.1/app-readme.md similarity index 100% rename from stable/glauth/5.5.1/app-readme.md rename to stable/glauth/5.7.1/app-readme.md diff --git a/stable/glauth/5.7.1/charts/common-20.2.2.tgz b/stable/glauth/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/glauth/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/glauth/5.5.1/ix_values.yaml b/stable/glauth/5.7.1/ix_values.yaml similarity index 100% rename from stable/glauth/5.5.1/ix_values.yaml rename to stable/glauth/5.7.1/ix_values.yaml diff --git a/stable/glauth/5.5.1/questions.yaml b/stable/glauth/5.7.1/questions.yaml similarity index 100% rename from stable/glauth/5.5.1/questions.yaml rename to stable/glauth/5.7.1/questions.yaml diff --git a/stable/glauth/5.5.1/templates/common.yaml b/stable/glauth/5.7.1/templates/common.yaml similarity index 100% rename from stable/glauth/5.5.1/templates/common.yaml rename to stable/glauth/5.7.1/templates/common.yaml diff --git a/stable/gokapi/5.5.1/values.yaml b/stable/glauth/5.7.1/values.yaml similarity index 100% rename from stable/gokapi/5.5.1/values.yaml rename to stable/glauth/5.7.1/values.yaml diff --git a/stable/go-playground/5.5.1/CHANGELOG.md b/stable/go-playground/5.5.1/CHANGELOG.md deleted file mode 100644 index 161ea1cfa8a..00000000000 --- a/stable/go-playground/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [go-playground-5.5.1](https://github.com/truecharts/charts/compare/go-playground-5.5.0...go-playground-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [go-playground-5.5.0](https://github.com/truecharts/charts/compare/go-playground-5.4.1...go-playground-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [go-playground-5.4.1](https://github.com/truecharts/charts/compare/go-playground-5.4.0...go-playground-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [go-playground-5.4.0](https://github.com/truecharts/charts/compare/go-playground-5.3.0...go-playground-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [go-playground-5.3.0](https://github.com/truecharts/charts/compare/go-playground-5.2.3...go-playground-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [go-playground-5.2.3](https://github.com/truecharts/charts/compare/go-playground-5.2.2...go-playground-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [go-playground-5.2.2](https://github.com/truecharts/charts/compare/go-playground-5.2.0...go-playground-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [go-playground-4.1.13](https://github.com/truecharts/charts/compare/go-playground-4.1.12...go-playground-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [go-playground-4.1.12](https://github.com/truecharts/charts/compare/go-playground-4.1.11...go-playground-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/go-playground/5.5.1/Chart.yaml b/stable/go-playground/5.5.1/Chart.yaml deleted file mode 100644 index 6c0db702b20..00000000000 --- a/stable/go-playground/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/go-playground/5.5.1/charts/common-20.0.8.tgz b/stable/go-playground/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/go-playground/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/golinks/11.5.1/.helmignore b/stable/go-playground/5.7.1/.helmignore similarity index 100% rename from stable/golinks/11.5.1/.helmignore rename to stable/go-playground/5.7.1/.helmignore diff --git a/stable/go-playground/5.7.1/CHANGELOG.md b/stable/go-playground/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..175bcaac901 --- /dev/null +++ b/stable/go-playground/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [go-playground-5.7.1](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/go-playground/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d04d1db382f --- /dev/null +++ b/stable/go-playground/5.7.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: 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.2 + 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.1 diff --git a/stable/go-playground/5.5.1/README.md b/stable/go-playground/5.7.1/README.md similarity index 100% rename from stable/go-playground/5.5.1/README.md rename to stable/go-playground/5.7.1/README.md diff --git a/stable/go-playground/5.7.1/app-changelog.md b/stable/go-playground/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3b95b12b60d --- /dev/null +++ b/stable/go-playground/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [go-playground-5.7.1](https://github.com/truecharts/charts/compare/go-playground-5.6.0...go-playground-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/go-playground/5.7.1/app-readme.md similarity index 100% rename from stable/go-playground/5.5.1/app-readme.md rename to stable/go-playground/5.7.1/app-readme.md diff --git a/stable/go-playground/5.7.1/charts/common-20.2.2.tgz b/stable/go-playground/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/go-playground/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/go-playground/5.5.1/ix_values.yaml b/stable/go-playground/5.7.1/ix_values.yaml similarity index 100% rename from stable/go-playground/5.5.1/ix_values.yaml rename to stable/go-playground/5.7.1/ix_values.yaml diff --git a/stable/go-playground/5.5.1/questions.yaml b/stable/go-playground/5.7.1/questions.yaml similarity index 100% rename from stable/go-playground/5.5.1/questions.yaml rename to stable/go-playground/5.7.1/questions.yaml diff --git a/stable/go-playground/5.5.1/templates/common.yaml b/stable/go-playground/5.7.1/templates/common.yaml similarity index 100% rename from stable/go-playground/5.5.1/templates/common.yaml rename to stable/go-playground/5.7.1/templates/common.yaml diff --git a/stable/golinks/11.5.1/values.yaml b/stable/go-playground/5.7.1/values.yaml similarity index 100% rename from stable/golinks/11.5.1/values.yaml rename to stable/go-playground/5.7.1/values.yaml diff --git a/stable/goaccess-npm-logs/5.5.1/CHANGELOG.md b/stable/goaccess-npm-logs/5.5.1/CHANGELOG.md deleted file mode 100644 index fb29c1fc46f..00000000000 --- a/stable/goaccess-npm-logs/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [goaccess-npm-logs-5.5.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.5.0...goaccess-npm-logs-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [goaccess-npm-logs-5.5.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.2...goaccess-npm-logs-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [goaccess-npm-logs-5.4.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.1...goaccess-npm-logs-5.4.2) (2024-03-11) - -### Chore - - - -- update container image xavierh/goaccess-for-nginxproxymanager to latest[@bf56396](https://github.com/bf56396) by renovate ([#19046](https://github.com/truecharts/charts/issues/19046)) - - -## [goaccess-npm-logs-5.4.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.4.0...goaccess-npm-logs-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [goaccess-npm-logs-5.4.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.3.0...goaccess-npm-logs-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [goaccess-npm-logs-5.3.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.3...goaccess-npm-logs-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [goaccess-npm-logs-5.2.3](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.2...goaccess-npm-logs-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [goaccess-npm-logs-5.2.2](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.2.0...goaccess-npm-logs-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [goaccess-npm-logs-4.1.13](https://github.com/truecharts/charts/compare/goaccess-npm-logs-4.1.12...goaccess-npm-logs-4.1.13) (2024-02-12) - -### Chore - - - -- update container image xavierh/goaccess-for-nginxproxymanager to latest[@a1b2ab3](https://github.com/a1b2ab3) by renovate ([#18115](https://github.com/truecharts/charts/issues/18115)) diff --git a/stable/goaccess-npm-logs/5.5.1/Chart.yaml b/stable/goaccess-npm-logs/5.5.1/Chart.yaml deleted file mode 100644 index 50edaf04d6d..00000000000 --- a/stable/goaccess-npm-logs/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/goaccess-npm-logs/5.5.1/charts/common-20.0.8.tgz b/stable/goaccess-npm-logs/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/goaccess-npm-logs/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gonic/13.5.1/.helmignore b/stable/goaccess-npm-logs/5.7.1/.helmignore similarity index 100% rename from stable/gonic/13.5.1/.helmignore rename to stable/goaccess-npm-logs/5.7.1/.helmignore diff --git a/stable/goaccess-npm-logs/5.7.1/CHANGELOG.md b/stable/goaccess-npm-logs/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c6277da6ef9 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-npm-logs-5.7.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/goaccess-npm-logs/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9c2a011b660 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.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: 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.2 + 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.1 diff --git a/stable/goaccess-npm-logs/5.5.1/README.md b/stable/goaccess-npm-logs/5.7.1/README.md similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/README.md rename to stable/goaccess-npm-logs/5.7.1/README.md diff --git a/stable/goaccess-npm-logs/5.7.1/app-changelog.md b/stable/goaccess-npm-logs/5.7.1/app-changelog.md new file mode 100644 index 00000000000..8933bb226e2 --- /dev/null +++ b/stable/goaccess-npm-logs/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [goaccess-npm-logs-5.7.1](https://github.com/truecharts/charts/compare/goaccess-npm-logs-5.6.0...goaccess-npm-logs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/goaccess-npm-logs/5.7.1/app-readme.md similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/app-readme.md rename to stable/goaccess-npm-logs/5.7.1/app-readme.md diff --git a/stable/goaccess-npm-logs/5.7.1/charts/common-20.2.2.tgz b/stable/goaccess-npm-logs/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/goaccess-npm-logs/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/goaccess-npm-logs/5.5.1/ix_values.yaml b/stable/goaccess-npm-logs/5.7.1/ix_values.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/ix_values.yaml rename to stable/goaccess-npm-logs/5.7.1/ix_values.yaml diff --git a/stable/goaccess-npm-logs/5.5.1/questions.yaml b/stable/goaccess-npm-logs/5.7.1/questions.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/questions.yaml rename to stable/goaccess-npm-logs/5.7.1/questions.yaml diff --git a/stable/goaccess-npm-logs/5.5.1/templates/common.yaml b/stable/goaccess-npm-logs/5.7.1/templates/common.yaml similarity index 100% rename from stable/goaccess-npm-logs/5.5.1/templates/common.yaml rename to stable/goaccess-npm-logs/5.7.1/templates/common.yaml diff --git a/stable/gonic/13.5.1/values.yaml b/stable/goaccess-npm-logs/5.7.1/values.yaml similarity index 100% rename from stable/gonic/13.5.1/values.yaml rename to stable/goaccess-npm-logs/5.7.1/values.yaml diff --git a/stable/goaccess/5.5.1/CHANGELOG.md b/stable/goaccess/5.5.1/CHANGELOG.md deleted file mode 100644 index 3c10ef38f20..00000000000 --- a/stable/goaccess/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [goaccess-5.5.1](https://github.com/truecharts/charts/compare/goaccess-5.5.0...goaccess-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [goaccess-5.5.0](https://github.com/truecharts/charts/compare/goaccess-5.4.1...goaccess-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [goaccess-5.4.1](https://github.com/truecharts/charts/compare/goaccess-5.4.0...goaccess-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [goaccess-5.4.0](https://github.com/truecharts/charts/compare/goaccess-5.3.0...goaccess-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [goaccess-5.3.0](https://github.com/truecharts/charts/compare/goaccess-5.2.3...goaccess-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [goaccess-5.2.3](https://github.com/truecharts/charts/compare/goaccess-5.2.2...goaccess-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [goaccess-5.2.2](https://github.com/truecharts/charts/compare/goaccess-5.2.0...goaccess-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [goaccess-4.1.11](https://github.com/truecharts/charts/compare/goaccess-4.1.10...goaccess-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [goaccess-4.1.10](https://github.com/truecharts/charts/compare/goaccess-4.1.9...goaccess-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/goaccess/5.5.1/Chart.yaml b/stable/goaccess/5.5.1/Chart.yaml deleted file mode 100644 index 40117f65681..00000000000 --- a/stable/goaccess/5.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/goaccess/5.5.1/charts/common-20.0.8.tgz b/stable/goaccess/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/goaccess/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/googlephotossync/5.5.1/.helmignore b/stable/goaccess/5.7.1/.helmignore similarity index 100% rename from stable/googlephotossync/5.5.1/.helmignore rename to stable/goaccess/5.7.1/.helmignore diff --git a/stable/goaccess/5.7.1/CHANGELOG.md b/stable/goaccess/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..18744377e68 --- /dev/null +++ b/stable/goaccess/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [goaccess-5.7.1](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/goaccess/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8836768878c --- /dev/null +++ b/stable/goaccess/5.7.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: 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.2 + 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.1 diff --git a/stable/goaccess/5.5.1/README.md b/stable/goaccess/5.7.1/README.md similarity index 100% rename from stable/goaccess/5.5.1/README.md rename to stable/goaccess/5.7.1/README.md diff --git a/stable/goaccess/5.7.1/app-changelog.md b/stable/goaccess/5.7.1/app-changelog.md new file mode 100644 index 00000000000..4739e81c1c6 --- /dev/null +++ b/stable/goaccess/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [goaccess-5.7.1](https://github.com/truecharts/charts/compare/goaccess-5.6.0...goaccess-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/goaccess/5.7.1/app-readme.md similarity index 100% rename from stable/goaccess/5.5.1/app-readme.md rename to stable/goaccess/5.7.1/app-readme.md diff --git a/stable/goaccess/5.7.1/charts/common-20.2.2.tgz b/stable/goaccess/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/goaccess/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/goaccess/5.5.1/ix_values.yaml b/stable/goaccess/5.7.1/ix_values.yaml similarity index 100% rename from stable/goaccess/5.5.1/ix_values.yaml rename to stable/goaccess/5.7.1/ix_values.yaml diff --git a/stable/goaccess/5.5.1/questions.yaml b/stable/goaccess/5.7.1/questions.yaml similarity index 100% rename from stable/goaccess/5.5.1/questions.yaml rename to stable/goaccess/5.7.1/questions.yaml diff --git a/stable/goaccess/5.5.1/templates/common.yaml b/stable/goaccess/5.7.1/templates/common.yaml similarity index 100% rename from stable/goaccess/5.5.1/templates/common.yaml rename to stable/goaccess/5.7.1/templates/common.yaml diff --git a/stable/googlephotossync/5.5.1/values.yaml b/stable/goaccess/5.7.1/values.yaml similarity index 100% rename from stable/googlephotossync/5.5.1/values.yaml rename to stable/goaccess/5.7.1/values.yaml diff --git a/stable/godaddy-ddns/5.5.1/CHANGELOG.md b/stable/godaddy-ddns/5.5.1/CHANGELOG.md deleted file mode 100644 index 1d35968b88b..00000000000 --- a/stable/godaddy-ddns/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [godaddy-ddns-5.5.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.5.0...godaddy-ddns-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [godaddy-ddns-5.5.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.4.1...godaddy-ddns-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [godaddy-ddns-5.4.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.4.0...godaddy-ddns-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [godaddy-ddns-5.4.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.3.0...godaddy-ddns-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [godaddy-ddns-5.3.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.3...godaddy-ddns-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [godaddy-ddns-5.2.3](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.2...godaddy-ddns-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [godaddy-ddns-5.2.2](https://github.com/truecharts/charts/compare/godaddy-ddns-5.2.0...godaddy-ddns-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [godaddy-ddns-4.1.11](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.10...godaddy-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [godaddy-ddns-4.1.10](https://github.com/truecharts/charts/compare/godaddy-ddns-4.1.9...godaddy-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/godaddy-ddns/5.5.1/Chart.yaml b/stable/godaddy-ddns/5.5.1/Chart.yaml deleted file mode 100644 index c00f90f1735..00000000000 --- a/stable/godaddy-ddns/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/godaddy-ddns/5.5.1/charts/common-20.0.8.tgz b/stable/godaddy-ddns/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/godaddy-ddns/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gpodder/5.5.1/.helmignore b/stable/godaddy-ddns/5.7.1/.helmignore similarity index 100% rename from stable/gpodder/5.5.1/.helmignore rename to stable/godaddy-ddns/5.7.1/.helmignore diff --git a/stable/godaddy-ddns/5.7.1/CHANGELOG.md b/stable/godaddy-ddns/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..49f1d398f5d --- /dev/null +++ b/stable/godaddy-ddns/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [godaddy-ddns-5.7.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/godaddy-ddns/5.7.1/Chart.yaml new file mode 100644 index 00000000000..18976283072 --- /dev/null +++ b/stable/godaddy-ddns/5.7.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: 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.2 + 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.1 diff --git a/stable/godaddy-ddns/5.5.1/README.md b/stable/godaddy-ddns/5.7.1/README.md similarity index 100% rename from stable/godaddy-ddns/5.5.1/README.md rename to stable/godaddy-ddns/5.7.1/README.md diff --git a/stable/godaddy-ddns/5.7.1/app-changelog.md b/stable/godaddy-ddns/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1574bed2147 --- /dev/null +++ b/stable/godaddy-ddns/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [godaddy-ddns-5.7.1](https://github.com/truecharts/charts/compare/godaddy-ddns-5.6.0...godaddy-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/godaddy-ddns/5.7.1/app-readme.md similarity index 100% rename from stable/godaddy-ddns/5.5.1/app-readme.md rename to stable/godaddy-ddns/5.7.1/app-readme.md diff --git a/stable/godaddy-ddns/5.7.1/charts/common-20.2.2.tgz b/stable/godaddy-ddns/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/godaddy-ddns/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/godaddy-ddns/5.5.1/ix_values.yaml b/stable/godaddy-ddns/5.7.1/ix_values.yaml similarity index 100% rename from stable/godaddy-ddns/5.5.1/ix_values.yaml rename to stable/godaddy-ddns/5.7.1/ix_values.yaml diff --git a/stable/godaddy-ddns/5.5.1/questions.yaml b/stable/godaddy-ddns/5.7.1/questions.yaml similarity index 100% rename from stable/godaddy-ddns/5.5.1/questions.yaml rename to stable/godaddy-ddns/5.7.1/questions.yaml diff --git a/stable/godaddy-ddns/5.5.1/templates/common.yaml b/stable/godaddy-ddns/5.7.1/templates/common.yaml similarity index 100% rename from stable/godaddy-ddns/5.5.1/templates/common.yaml rename to stable/godaddy-ddns/5.7.1/templates/common.yaml diff --git a/stable/gpodder/5.5.1/values.yaml b/stable/godaddy-ddns/5.7.1/values.yaml similarity index 100% rename from stable/gpodder/5.5.1/values.yaml rename to stable/godaddy-ddns/5.7.1/values.yaml diff --git a/stable/gokapi/5.5.1/CHANGELOG.md b/stable/gokapi/5.5.1/CHANGELOG.md deleted file mode 100644 index e950e94d7fb..00000000000 --- a/stable/gokapi/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gokapi-5.5.1](https://github.com/truecharts/charts/compare/gokapi-5.5.0...gokapi-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gokapi-5.5.0](https://github.com/truecharts/charts/compare/gokapi-5.4.1...gokapi-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gokapi-5.4.1](https://github.com/truecharts/charts/compare/gokapi-5.4.0...gokapi-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gokapi-5.4.0](https://github.com/truecharts/charts/compare/gokapi-5.3.0...gokapi-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gokapi-5.3.0](https://github.com/truecharts/charts/compare/gokapi-5.2.3...gokapi-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gokapi-5.2.3](https://github.com/truecharts/charts/compare/gokapi-5.2.2...gokapi-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gokapi-5.2.2](https://github.com/truecharts/charts/compare/gokapi-5.2.0...gokapi-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - -## [gokapi-4.1.12](https://github.com/truecharts/charts/compare/gokapi-4.1.11...gokapi-4.1.12) (2024-02-12) - -### Chore diff --git a/stable/gokapi/5.5.1/Chart.yaml b/stable/gokapi/5.5.1/Chart.yaml deleted file mode 100644 index 8d19ec97a0c..00000000000 --- a/stable/gokapi/5.5.1/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.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/gokapi/5.5.1/charts/common-20.0.8.tgz b/stable/gokapi/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gokapi/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/grafana-image-renderer/5.5.1/.helmignore b/stable/gokapi/5.7.1/.helmignore similarity index 100% rename from stable/grafana-image-renderer/5.5.1/.helmignore rename to stable/gokapi/5.7.1/.helmignore diff --git a/stable/gokapi/5.7.1/CHANGELOG.md b/stable/gokapi/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f60c1815939 --- /dev/null +++ b/stable/gokapi/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gokapi-5.7.1](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/gokapi/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7582dce0ee1 --- /dev/null +++ b/stable/gokapi/5.7.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: cloud + 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.2 + 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.1 diff --git a/stable/gokapi/5.5.1/README.md b/stable/gokapi/5.7.1/README.md similarity index 100% rename from stable/gokapi/5.5.1/README.md rename to stable/gokapi/5.7.1/README.md diff --git a/stable/gokapi/5.7.1/app-changelog.md b/stable/gokapi/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f8c8a8dd37f --- /dev/null +++ b/stable/gokapi/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gokapi-5.7.1](https://github.com/truecharts/charts/compare/gokapi-5.6.0...gokapi-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gokapi/5.7.1/app-readme.md similarity index 100% rename from stable/gokapi/5.5.1/app-readme.md rename to stable/gokapi/5.7.1/app-readme.md diff --git a/stable/gokapi/5.7.1/charts/common-20.2.2.tgz b/stable/gokapi/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gokapi/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gokapi/5.5.1/ix_values.yaml b/stable/gokapi/5.7.1/ix_values.yaml similarity index 100% rename from stable/gokapi/5.5.1/ix_values.yaml rename to stable/gokapi/5.7.1/ix_values.yaml diff --git a/stable/gokapi/5.5.1/questions.yaml b/stable/gokapi/5.7.1/questions.yaml similarity index 100% rename from stable/gokapi/5.5.1/questions.yaml rename to stable/gokapi/5.7.1/questions.yaml diff --git a/stable/gokapi/5.5.1/templates/common.yaml b/stable/gokapi/5.7.1/templates/common.yaml similarity index 100% rename from stable/gokapi/5.5.1/templates/common.yaml rename to stable/gokapi/5.7.1/templates/common.yaml diff --git a/stable/grafana-image-renderer/5.5.1/values.yaml b/stable/gokapi/5.7.1/values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.5.1/values.yaml rename to stable/gokapi/5.7.1/values.yaml diff --git a/stable/golinks/11.5.1/CHANGELOG.md b/stable/golinks/11.5.1/CHANGELOG.md deleted file mode 100644 index eaf9bf103d9..00000000000 --- a/stable/golinks/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [golinks-11.5.1](https://github.com/truecharts/charts/compare/golinks-11.5.0...golinks-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [golinks-11.5.0](https://github.com/truecharts/charts/compare/golinks-11.4.1...golinks-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [golinks-11.4.1](https://github.com/truecharts/charts/compare/golinks-11.4.0...golinks-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [golinks-11.4.0](https://github.com/truecharts/charts/compare/golinks-11.3.0...golinks-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [golinks-11.3.0](https://github.com/truecharts/charts/compare/golinks-11.2.3...golinks-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [golinks-11.2.3](https://github.com/truecharts/charts/compare/golinks-11.2.2...golinks-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [golinks-11.2.2](https://github.com/truecharts/charts/compare/golinks-11.2.0...golinks-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [golinks-10.1.11](https://github.com/truecharts/charts/compare/golinks-10.1.10...golinks-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [golinks-10.1.10](https://github.com/truecharts/charts/compare/golinks-10.1.9...golinks-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/golinks/11.5.1/Chart.yaml b/stable/golinks/11.5.1/Chart.yaml deleted file mode 100644 index abb2e474a8e..00000000000 --- a/stable/golinks/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/golinks/11.5.1/charts/common-20.0.8.tgz b/stable/golinks/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/golinks/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/grav/11.5.2/.helmignore b/stable/golinks/11.7.1/.helmignore similarity index 100% rename from stable/grav/11.5.2/.helmignore rename to stable/golinks/11.7.1/.helmignore diff --git a/stable/golinks/11.7.1/CHANGELOG.md b/stable/golinks/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b7c00329c27 --- /dev/null +++ b/stable/golinks/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [golinks-11.7.1](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/golinks/11.7.1/Chart.yaml new file mode 100644 index 00000000000..b6c808d2796 --- /dev/null +++ b/stable/golinks/11.7.1/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.2 + 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.1 diff --git a/stable/golinks/11.5.1/README.md b/stable/golinks/11.7.1/README.md similarity index 100% rename from stable/golinks/11.5.1/README.md rename to stable/golinks/11.7.1/README.md diff --git a/stable/golinks/11.7.1/app-changelog.md b/stable/golinks/11.7.1/app-changelog.md new file mode 100644 index 00000000000..ab4c3caae4b --- /dev/null +++ b/stable/golinks/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [golinks-11.7.1](https://github.com/truecharts/charts/compare/golinks-11.6.0...golinks-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/golinks/11.7.1/app-readme.md similarity index 100% rename from stable/golinks/11.5.1/app-readme.md rename to stable/golinks/11.7.1/app-readme.md diff --git a/stable/golinks/11.7.1/charts/common-20.2.2.tgz b/stable/golinks/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/golinks/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/golinks/11.5.1/ix_values.yaml b/stable/golinks/11.7.1/ix_values.yaml similarity index 100% rename from stable/golinks/11.5.1/ix_values.yaml rename to stable/golinks/11.7.1/ix_values.yaml diff --git a/stable/golinks/11.5.1/questions.yaml b/stable/golinks/11.7.1/questions.yaml similarity index 100% rename from stable/golinks/11.5.1/questions.yaml rename to stable/golinks/11.7.1/questions.yaml diff --git a/stable/guacd/9.5.1/templates/NOTES.txt b/stable/golinks/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/guacd/9.5.1/templates/NOTES.txt rename to stable/golinks/11.7.1/templates/NOTES.txt diff --git a/stable/golinks/11.5.1/templates/common.yaml b/stable/golinks/11.7.1/templates/common.yaml similarity index 100% rename from stable/golinks/11.5.1/templates/common.yaml rename to stable/golinks/11.7.1/templates/common.yaml diff --git a/stable/grav/11.5.2/values.yaml b/stable/golinks/11.7.1/values.yaml similarity index 100% rename from stable/grav/11.5.2/values.yaml rename to stable/golinks/11.7.1/values.yaml diff --git a/stable/gonic/13.5.1/CHANGELOG.md b/stable/gonic/13.5.1/CHANGELOG.md deleted file mode 100644 index 2902588fd41..00000000000 --- a/stable/gonic/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gonic-13.5.1](https://github.com/truecharts/charts/compare/gonic-13.5.0...gonic-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gonic-13.5.0](https://github.com/truecharts/charts/compare/gonic-13.4.2...gonic-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gonic-13.4.2](https://github.com/truecharts/charts/compare/gonic-13.4.1...gonic-13.4.2) (2024-03-11) - -### Chore - - - -- update container image sentriz/gonic to v0.16.3[@69a85c5](https://github.com/69a85c5) by renovate ([#19086](https://github.com/truecharts/charts/issues/19086)) - - -## [gonic-13.4.1](https://github.com/truecharts/charts/compare/gonic-13.4.0...gonic-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gonic-13.4.0](https://github.com/truecharts/charts/compare/gonic-13.3.0...gonic-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gonic-13.3.0](https://github.com/truecharts/charts/compare/gonic-13.2.3...gonic-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gonic-13.2.3](https://github.com/truecharts/charts/compare/gonic-13.2.2...gonic-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gonic-13.2.2](https://github.com/truecharts/charts/compare/gonic-13.2.0...gonic-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [gonic-12.1.11](https://github.com/truecharts/charts/compare/gonic-12.1.10...gonic-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/gonic/13.5.1/Chart.yaml b/stable/gonic/13.5.1/Chart.yaml deleted file mode 100644 index bb7f90f6f38..00000000000 --- a/stable/gonic/13.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.16.3 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/gonic/13.5.1/charts/common-20.0.8.tgz b/stable/gonic/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gonic/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gravity/3.5.1/.helmignore b/stable/gonic/13.7.1/.helmignore similarity index 100% rename from stable/gravity/3.5.1/.helmignore rename to stable/gonic/13.7.1/.helmignore diff --git a/stable/gonic/13.7.1/CHANGELOG.md b/stable/gonic/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0d913034f5d --- /dev/null +++ b/stable/gonic/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gonic-13.7.1](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/gonic/13.7.1/Chart.yaml new file mode 100644 index 00000000000..0efa8da074c --- /dev/null +++ b/stable/gonic/13.7.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: 0.16.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/gonic/13.5.1/README.md b/stable/gonic/13.7.1/README.md similarity index 100% rename from stable/gonic/13.5.1/README.md rename to stable/gonic/13.7.1/README.md diff --git a/stable/gonic/13.7.1/app-changelog.md b/stable/gonic/13.7.1/app-changelog.md new file mode 100644 index 00000000000..d176eaacc8d --- /dev/null +++ b/stable/gonic/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gonic-13.7.1](https://github.com/truecharts/charts/compare/gonic-13.6.0...gonic-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gonic/13.7.1/app-readme.md similarity index 100% rename from stable/gonic/13.5.1/app-readme.md rename to stable/gonic/13.7.1/app-readme.md diff --git a/stable/gonic/13.7.1/charts/common-20.2.2.tgz b/stable/gonic/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gonic/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gonic/13.5.1/ix_values.yaml b/stable/gonic/13.7.1/ix_values.yaml similarity index 100% rename from stable/gonic/13.5.1/ix_values.yaml rename to stable/gonic/13.7.1/ix_values.yaml diff --git a/stable/gonic/13.5.1/questions.yaml b/stable/gonic/13.7.1/questions.yaml similarity index 100% rename from stable/gonic/13.5.1/questions.yaml rename to stable/gonic/13.7.1/questions.yaml diff --git a/stable/hammond/9.5.1/templates/NOTES.txt b/stable/gonic/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/hammond/9.5.1/templates/NOTES.txt rename to stable/gonic/13.7.1/templates/NOTES.txt diff --git a/stable/grocy/18.5.2/templates/common.yaml b/stable/gonic/13.7.1/templates/common.yaml similarity index 100% rename from stable/grocy/18.5.2/templates/common.yaml rename to stable/gonic/13.7.1/templates/common.yaml diff --git a/stable/gravity/3.5.1/values.yaml b/stable/gonic/13.7.1/values.yaml similarity index 100% rename from stable/gravity/3.5.1/values.yaml rename to stable/gonic/13.7.1/values.yaml diff --git a/stable/googlephotossync/5.5.1/CHANGELOG.md b/stable/googlephotossync/5.5.1/CHANGELOG.md deleted file mode 100644 index 679b131414e..00000000000 --- a/stable/googlephotossync/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [googlephotossync-5.5.1](https://github.com/truecharts/charts/compare/googlephotossync-5.5.0...googlephotossync-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [googlephotossync-5.5.0](https://github.com/truecharts/charts/compare/googlephotossync-5.4.1...googlephotossync-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [googlephotossync-5.4.1](https://github.com/truecharts/charts/compare/googlephotossync-5.4.0...googlephotossync-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [googlephotossync-5.4.0](https://github.com/truecharts/charts/compare/googlephotossync-5.3.0...googlephotossync-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [googlephotossync-5.3.0](https://github.com/truecharts/charts/compare/googlephotossync-5.2.3...googlephotossync-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [googlephotossync-5.2.3](https://github.com/truecharts/charts/compare/googlephotossync-5.2.2...googlephotossync-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [googlephotossync-5.2.2](https://github.com/truecharts/charts/compare/googlephotossync-5.2.0...googlephotossync-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [googlephotossync-4.2.7](https://github.com/truecharts/charts/compare/googlephotossync-4.2.6...googlephotossync-4.2.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [googlephotossync-4.2.6](https://github.com/truecharts/charts/compare/googlephotossync-4.2.5...googlephotossync-4.2.6) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/googlephotossync/5.5.1/Chart.yaml b/stable/googlephotossync/5.5.1/Chart.yaml deleted file mode 100644 index 7cba8f00d93..00000000000 --- a/stable/googlephotossync/5.5.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.0.8 - 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: 5.5.1 diff --git a/stable/googlephotossync/5.5.1/charts/common-20.0.8.tgz b/stable/googlephotossync/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/googlephotossync/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.5.2/.helmignore b/stable/googlephotossync/5.7.1/.helmignore similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/.helmignore rename to stable/googlephotossync/5.7.1/.helmignore diff --git a/stable/googlephotossync/5.7.1/CHANGELOG.md b/stable/googlephotossync/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8596abcacfc --- /dev/null +++ b/stable/googlephotossync/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [googlephotossync-5.7.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [googlephotossync-5.7.0](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/googlephotossync/5.7.1/Chart.yaml b/stable/googlephotossync/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c6251644e6f --- /dev/null +++ b/stable/googlephotossync/5.7.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: 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.2 + 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: 5.7.1 diff --git a/stable/googlephotossync/5.5.1/README.md b/stable/googlephotossync/5.7.1/README.md similarity index 100% rename from stable/googlephotossync/5.5.1/README.md rename to stable/googlephotossync/5.7.1/README.md diff --git a/stable/googlephotossync/5.7.1/app-changelog.md b/stable/googlephotossync/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f1dea17fe6b --- /dev/null +++ b/stable/googlephotossync/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [googlephotossync-5.7.1](https://github.com/truecharts/charts/compare/googlephotossync-5.6.0...googlephotossync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/googlephotossync/5.5.1/app-readme.md b/stable/googlephotossync/5.7.1/app-readme.md similarity index 100% rename from stable/googlephotossync/5.5.1/app-readme.md rename to stable/googlephotossync/5.7.1/app-readme.md diff --git a/stable/googlephotossync/5.7.1/charts/common-20.2.2.tgz b/stable/googlephotossync/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/googlephotossync/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/googlephotossync/5.5.1/ix_values.yaml b/stable/googlephotossync/5.7.1/ix_values.yaml similarity index 100% rename from stable/googlephotossync/5.5.1/ix_values.yaml rename to stable/googlephotossync/5.7.1/ix_values.yaml diff --git a/stable/googlephotossync/5.5.1/questions.yaml b/stable/googlephotossync/5.7.1/questions.yaml similarity index 100% rename from stable/googlephotossync/5.5.1/questions.yaml rename to stable/googlephotossync/5.7.1/questions.yaml diff --git a/stable/googlephotossync/5.5.1/templates/common.yaml b/stable/googlephotossync/5.7.1/templates/common.yaml similarity index 100% rename from stable/googlephotossync/5.5.1/templates/common.yaml rename to stable/googlephotossync/5.7.1/templates/common.yaml diff --git a/stable/gridcoinwalletgui/5.5.2/values.yaml b/stable/googlephotossync/5.7.1/values.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/values.yaml rename to stable/googlephotossync/5.7.1/values.yaml diff --git a/stable/gpodder/5.5.1/CHANGELOG.md b/stable/gpodder/5.5.1/CHANGELOG.md deleted file mode 100644 index da06f38acc9..00000000000 --- a/stable/gpodder/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gpodder-5.5.1](https://github.com/truecharts/charts/compare/gpodder-5.5.0...gpodder-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gpodder-5.5.0](https://github.com/truecharts/charts/compare/gpodder-5.4.1...gpodder-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gpodder-5.4.1](https://github.com/truecharts/charts/compare/gpodder-5.4.0...gpodder-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gpodder-5.4.0](https://github.com/truecharts/charts/compare/gpodder-5.3.0...gpodder-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gpodder-5.3.0](https://github.com/truecharts/charts/compare/gpodder-5.2.3...gpodder-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gpodder-5.2.3](https://github.com/truecharts/charts/compare/gpodder-5.2.2...gpodder-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gpodder-5.2.2](https://github.com/truecharts/charts/compare/gpodder-5.2.0...gpodder-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [gpodder-4.1.11](https://github.com/truecharts/charts/compare/gpodder-4.1.10...gpodder-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gpodder-4.1.10](https://github.com/truecharts/charts/compare/gpodder-4.1.9...gpodder-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/gpodder/5.5.1/Chart.yaml b/stable/gpodder/5.5.1/Chart.yaml deleted file mode 100644 index 99829573943..00000000000 --- a/stable/gpodder/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/gpodder/5.5.1/charts/common-20.0.8.tgz b/stable/gpodder/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gpodder/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/grocy/18.5.2/.helmignore b/stable/gpodder/5.7.1/.helmignore similarity index 100% rename from stable/grocy/18.5.2/.helmignore rename to stable/gpodder/5.7.1/.helmignore diff --git a/stable/gpodder/5.7.1/CHANGELOG.md b/stable/gpodder/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..90346fc9c08 --- /dev/null +++ b/stable/gpodder/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gpodder-5.7.1](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/gpodder/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6a0c12541d0 --- /dev/null +++ b/stable/gpodder/5.7.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: 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.2 + 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.1 diff --git a/stable/gpodder/5.5.1/README.md b/stable/gpodder/5.7.1/README.md similarity index 100% rename from stable/gpodder/5.5.1/README.md rename to stable/gpodder/5.7.1/README.md diff --git a/stable/gpodder/5.7.1/app-changelog.md b/stable/gpodder/5.7.1/app-changelog.md new file mode 100644 index 00000000000..767d75d4c11 --- /dev/null +++ b/stable/gpodder/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gpodder-5.7.1](https://github.com/truecharts/charts/compare/gpodder-5.6.0...gpodder-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gpodder/5.7.1/app-readme.md similarity index 100% rename from stable/gpodder/5.5.1/app-readme.md rename to stable/gpodder/5.7.1/app-readme.md diff --git a/stable/gpodder/5.7.1/charts/common-20.2.2.tgz b/stable/gpodder/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gpodder/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gpodder/5.5.1/ix_values.yaml b/stable/gpodder/5.7.1/ix_values.yaml similarity index 100% rename from stable/gpodder/5.5.1/ix_values.yaml rename to stable/gpodder/5.7.1/ix_values.yaml diff --git a/stable/gpodder/5.5.1/questions.yaml b/stable/gpodder/5.7.1/questions.yaml similarity index 100% rename from stable/gpodder/5.5.1/questions.yaml rename to stable/gpodder/5.7.1/questions.yaml diff --git a/stable/gpodder/5.5.1/templates/common.yaml b/stable/gpodder/5.7.1/templates/common.yaml similarity index 100% rename from stable/gpodder/5.5.1/templates/common.yaml rename to stable/gpodder/5.7.1/templates/common.yaml diff --git a/stable/grocy/18.5.2/values.yaml b/stable/gpodder/5.7.1/values.yaml similarity index 100% rename from stable/grocy/18.5.2/values.yaml rename to stable/gpodder/5.7.1/values.yaml diff --git a/stable/grafana-image-renderer/5.5.1/CHANGELOG.md b/stable/grafana-image-renderer/5.5.1/CHANGELOG.md deleted file mode 100644 index c1f05acc3be..00000000000 --- a/stable/grafana-image-renderer/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grafana-image-renderer-5.5.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.5.0...grafana-image-renderer-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [grafana-image-renderer-5.5.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.2...grafana-image-renderer-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [grafana-image-renderer-5.4.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.1...grafana-image-renderer-5.4.2) (2024-03-11) - -### Chore - - - -- update container image grafana/grafana-image-renderer to latest[@66f0679](https://github.com/66f0679) by renovate ([#19155](https://github.com/truecharts/charts/issues/19155)) - - -## [grafana-image-renderer-5.4.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.4.0...grafana-image-renderer-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [grafana-image-renderer-5.4.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.3.0...grafana-image-renderer-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [grafana-image-renderer-5.3.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.3...grafana-image-renderer-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [grafana-image-renderer-5.2.3](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.2...grafana-image-renderer-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [grafana-image-renderer-5.2.2](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.2.0...grafana-image-renderer-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [grafana-image-renderer-4.1.12](https://github.com/truecharts/charts/compare/grafana-image-renderer-4.1.11...grafana-image-renderer-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/grafana-image-renderer/5.5.1/Chart.yaml b/stable/grafana-image-renderer/5.5.1/Chart.yaml deleted file mode 100644 index 13485a5e3b1..00000000000 --- a/stable/grafana-image-renderer/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/grafana-image-renderer/5.5.1/charts/common-20.0.8.tgz b/stable/grafana-image-renderer/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/grafana-image-renderer/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/guacamole/13.5.1/.helmignore b/stable/grafana-image-renderer/5.7.1/.helmignore similarity index 100% rename from stable/guacamole/13.5.1/.helmignore rename to stable/grafana-image-renderer/5.7.1/.helmignore diff --git a/stable/grafana-image-renderer/5.7.1/CHANGELOG.md b/stable/grafana-image-renderer/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c72103ca66c --- /dev/null +++ b/stable/grafana-image-renderer/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-image-renderer-5.7.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/grafana-image-renderer/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fe64d2fd9b2 --- /dev/null +++ b/stable/grafana-image-renderer/5.7.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: 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.2 + 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.1 diff --git a/stable/grafana-image-renderer/5.5.1/README.md b/stable/grafana-image-renderer/5.7.1/README.md similarity index 100% rename from stable/grafana-image-renderer/5.5.1/README.md rename to stable/grafana-image-renderer/5.7.1/README.md diff --git a/stable/grafana-image-renderer/5.7.1/app-changelog.md b/stable/grafana-image-renderer/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3885e5c5adc --- /dev/null +++ b/stable/grafana-image-renderer/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [grafana-image-renderer-5.7.1](https://github.com/truecharts/charts/compare/grafana-image-renderer-5.6.0...grafana-image-renderer-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/grafana-image-renderer/5.7.1/app-readme.md similarity index 100% rename from stable/grafana-image-renderer/5.5.1/app-readme.md rename to stable/grafana-image-renderer/5.7.1/app-readme.md diff --git a/stable/grafana-image-renderer/5.7.1/charts/common-20.2.2.tgz b/stable/grafana-image-renderer/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/grafana-image-renderer/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/grafana-image-renderer/5.5.1/ix_values.yaml b/stable/grafana-image-renderer/5.7.1/ix_values.yaml similarity index 100% rename from stable/grafana-image-renderer/5.5.1/ix_values.yaml rename to stable/grafana-image-renderer/5.7.1/ix_values.yaml diff --git a/stable/grafana-image-renderer/5.5.1/questions.yaml b/stable/grafana-image-renderer/5.7.1/questions.yaml similarity index 100% rename from stable/grafana-image-renderer/5.5.1/questions.yaml rename to stable/grafana-image-renderer/5.7.1/questions.yaml diff --git a/stable/grafana-image-renderer/5.5.1/templates/common.yaml b/stable/grafana-image-renderer/5.7.1/templates/common.yaml similarity index 100% rename from stable/grafana-image-renderer/5.5.1/templates/common.yaml rename to stable/grafana-image-renderer/5.7.1/templates/common.yaml diff --git a/stable/guacamole/13.5.1/values.yaml b/stable/grafana-image-renderer/5.7.1/values.yaml similarity index 100% rename from stable/guacamole/13.5.1/values.yaml rename to stable/grafana-image-renderer/5.7.1/values.yaml diff --git a/stable/grav/11.5.2/CHANGELOG.md b/stable/grav/11.5.2/CHANGELOG.md deleted file mode 100644 index 66e18c0fd6c..00000000000 --- a/stable/grav/11.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grav-11.5.2](https://github.com/truecharts/charts/compare/grav-11.5.1...grav-11.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [grav-11.5.1](https://github.com/truecharts/charts/compare/grav-11.5.0...grav-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [grav-11.5.0](https://github.com/truecharts/charts/compare/grav-11.4.2...grav-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [grav-11.4.2](https://github.com/truecharts/charts/compare/grav-11.4.1...grav-11.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/grav to 1.7.44[@821ff94](https://github.com/821ff94) by renovate ([#19001](https://github.com/truecharts/charts/issues/19001)) - - -## [grav-11.4.1](https://github.com/truecharts/charts/compare/grav-11.4.0...grav-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [grav-11.4.0](https://github.com/truecharts/charts/compare/grav-11.3.0...grav-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [grav-11.3.0](https://github.com/truecharts/charts/compare/grav-11.2.4...grav-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [grav-11.2.4](https://github.com/truecharts/charts/compare/grav-11.2.3...grav-11.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [grav-11.2.3](https://github.com/truecharts/charts/compare/grav-11.2.1...grav-11.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/grav/11.5.2/Chart.yaml b/stable/grav/11.5.2/Chart.yaml deleted file mode 100644 index f9c6433c578..00000000000 --- a/stable/grav/11.5.2/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.44 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/grav/11.5.2/charts/common-20.0.9.tgz b/stable/grav/11.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/grav/11.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/grav/11.5.2/ix_values.yaml b/stable/grav/11.5.2/ix_values.yaml deleted file mode 100644 index 6b20ff9a4f3..00000000000 --- a/stable/grav/11.5.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grav - pullPolicy: IfNotPresent - tag: 1.7.44@sha256:821ff94dbadc7e78f22bb61c1c9104bcfb0d2d5a3703bd429de04dee3bb1013c -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/guacd/9.5.1/.helmignore b/stable/grav/11.7.1/.helmignore similarity index 100% rename from stable/guacd/9.5.1/.helmignore rename to stable/grav/11.7.1/.helmignore diff --git a/stable/grav/11.7.1/CHANGELOG.md b/stable/grav/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2e9fe83ee92 --- /dev/null +++ b/stable/grav/11.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/grav/11.7.1/Chart.yaml b/stable/grav/11.7.1/Chart.yaml new file mode 100644 index 00000000000..770434eb773 --- /dev/null +++ b/stable/grav/11.7.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.7.44 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/grav/11.5.2/README.md b/stable/grav/11.7.1/README.md similarity index 100% rename from stable/grav/11.5.2/README.md rename to stable/grav/11.7.1/README.md diff --git a/stable/grav/11.7.1/app-changelog.md b/stable/grav/11.7.1/app-changelog.md new file mode 100644 index 00000000000..782a525aea0 --- /dev/null +++ b/stable/grav/11.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [grav-11.7.1](https://github.com/truecharts/charts/compare/grav-11.6.0...grav-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/grav/11.7.1/app-readme.md similarity index 100% rename from stable/grav/11.5.2/app-readme.md rename to stable/grav/11.7.1/app-readme.md diff --git a/stable/grav/11.7.1/charts/common-20.2.2.tgz b/stable/grav/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/grav/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/grav/11.7.1/ix_values.yaml b/stable/grav/11.7.1/ix_values.yaml new file mode 100644 index 00000000000..f46ecb809fb --- /dev/null +++ b/stable/grav/11.7.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/grav + pullPolicy: IfNotPresent + tag: 1.7.44@sha256:874195e16cd72f7e69e385ad0a4ce8a39bd58e4992479ebca58b0910990cc543 +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.5.2/questions.yaml b/stable/grav/11.7.1/questions.yaml similarity index 100% rename from stable/grav/11.5.2/questions.yaml rename to stable/grav/11.7.1/questions.yaml diff --git a/stable/handbrake/21.6.1/templates/NOTES.txt b/stable/grav/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/handbrake/21.6.1/templates/NOTES.txt rename to stable/grav/11.7.1/templates/NOTES.txt diff --git a/stable/grav/11.5.2/templates/common.yaml b/stable/grav/11.7.1/templates/common.yaml similarity index 100% rename from stable/grav/11.5.2/templates/common.yaml rename to stable/grav/11.7.1/templates/common.yaml diff --git a/stable/guacd/9.5.1/values.yaml b/stable/grav/11.7.1/values.yaml similarity index 100% rename from stable/guacd/9.5.1/values.yaml rename to stable/grav/11.7.1/values.yaml diff --git a/stable/gravity/3.5.1/CHANGELOG.md b/stable/gravity/3.5.1/CHANGELOG.md deleted file mode 100644 index 97337cc653b..00000000000 --- a/stable/gravity/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gravity-3.5.1](https://github.com/truecharts/charts/compare/gravity-3.5.0...gravity-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gravity-3.5.0](https://github.com/truecharts/charts/compare/gravity-3.4.1...gravity-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gravity-3.4.1](https://github.com/truecharts/charts/compare/gravity-3.4.0...gravity-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gravity-3.4.0](https://github.com/truecharts/charts/compare/gravity-3.3.0...gravity-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gravity-3.3.0](https://github.com/truecharts/charts/compare/gravity-3.2.3...gravity-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gravity-3.2.3](https://github.com/truecharts/charts/compare/gravity-3.2.2...gravity-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gravity-3.2.2](https://github.com/truecharts/charts/compare/gravity-3.2.0...gravity-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [gravity-2.2.6](https://github.com/truecharts/charts/compare/gravity-2.2.5...gravity-2.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [gravity-2.2.5](https://github.com/truecharts/charts/compare/gravity-2.2.4...gravity-2.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/gravity/3.5.1/Chart.yaml b/stable/gravity/3.5.1/Chart.yaml deleted file mode 100644 index 32b2f19a549..00000000000 --- a/stable/gravity/3.5.1/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.0.8 - 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.5.1 diff --git a/stable/gravity/3.5.1/charts/common-20.0.8.tgz b/stable/gravity/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/gravity/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/guide2go/5.5.2/.helmignore b/stable/gravity/3.7.1/.helmignore similarity index 100% rename from stable/guide2go/5.5.2/.helmignore rename to stable/gravity/3.7.1/.helmignore diff --git a/stable/gravity/3.7.1/CHANGELOG.md b/stable/gravity/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9a85955e817 --- /dev/null +++ b/stable/gravity/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gravity-3.7.1](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/gravity/3.7.1/Chart.yaml new file mode 100644 index 00000000000..c31c1c289db --- /dev/null +++ b/stable/gravity/3.7.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: 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.2 + 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.1 diff --git a/stable/gravity/3.5.1/README.md b/stable/gravity/3.7.1/README.md similarity index 100% rename from stable/gravity/3.5.1/README.md rename to stable/gravity/3.7.1/README.md diff --git a/stable/gravity/3.7.1/app-changelog.md b/stable/gravity/3.7.1/app-changelog.md new file mode 100644 index 00000000000..4de5cd53f22 --- /dev/null +++ b/stable/gravity/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [gravity-3.7.1](https://github.com/truecharts/charts/compare/gravity-3.6.0...gravity-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/gravity/3.7.1/app-readme.md similarity index 100% rename from stable/gravity/3.5.1/app-readme.md rename to stable/gravity/3.7.1/app-readme.md diff --git a/stable/gravity/3.7.1/charts/common-20.2.2.tgz b/stable/gravity/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gravity/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gravity/3.5.1/ix_values.yaml b/stable/gravity/3.7.1/ix_values.yaml similarity index 100% rename from stable/gravity/3.5.1/ix_values.yaml rename to stable/gravity/3.7.1/ix_values.yaml diff --git a/stable/gravity/3.5.1/logo.png b/stable/gravity/3.7.1/logo.png similarity index 100% rename from stable/gravity/3.5.1/logo.png rename to stable/gravity/3.7.1/logo.png diff --git a/stable/gravity/3.5.1/questions.yaml b/stable/gravity/3.7.1/questions.yaml similarity index 100% rename from stable/gravity/3.5.1/questions.yaml rename to stable/gravity/3.7.1/questions.yaml diff --git a/stable/haste-server/13.5.1/templates/NOTES.txt b/stable/gravity/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/haste-server/13.5.1/templates/NOTES.txt rename to stable/gravity/3.7.1/templates/NOTES.txt diff --git a/stable/gravity/3.5.1/templates/_secrets.tpl b/stable/gravity/3.7.1/templates/_secrets.tpl similarity index 100% rename from stable/gravity/3.5.1/templates/_secrets.tpl rename to stable/gravity/3.7.1/templates/_secrets.tpl diff --git a/stable/gravity/3.5.1/templates/common.yaml b/stable/gravity/3.7.1/templates/common.yaml similarity index 100% rename from stable/gravity/3.5.1/templates/common.yaml rename to stable/gravity/3.7.1/templates/common.yaml diff --git a/stable/guide2go/5.5.2/values.yaml b/stable/gravity/3.7.1/values.yaml similarity index 100% rename from stable/guide2go/5.5.2/values.yaml rename to stable/gravity/3.7.1/values.yaml diff --git a/stable/gridcoinwalletgui/5.5.2/CHANGELOG.md b/stable/gridcoinwalletgui/5.5.2/CHANGELOG.md deleted file mode 100644 index c9b196afd31..00000000000 --- a/stable/gridcoinwalletgui/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [gridcoinwalletgui-5.5.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.5.1...gridcoinwalletgui-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [gridcoinwalletgui-5.5.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.5.0...gridcoinwalletgui-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [gridcoinwalletgui-5.5.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.4.2...gridcoinwalletgui-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [gridcoinwalletgui-5.4.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.4.1...gridcoinwalletgui-5.4.2) (2024-03-11) - -### Chore - - - -- update container image sublivion/gridcoinwalletgui to latest[@43ca0b9](https://github.com/43ca0b9) by renovate ([#19042](https://github.com/truecharts/charts/issues/19042)) - - -## [gridcoinwalletgui-5.4.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.4.0...gridcoinwalletgui-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [gridcoinwalletgui-5.4.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.3.0...gridcoinwalletgui-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [gridcoinwalletgui-5.3.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.3...gridcoinwalletgui-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [gridcoinwalletgui-5.2.3](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.2...gridcoinwalletgui-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [gridcoinwalletgui-5.2.2](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.2.0...gridcoinwalletgui-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/gridcoinwalletgui/5.5.2/Chart.yaml b/stable/gridcoinwalletgui/5.5.2/Chart.yaml deleted file mode 100644 index 41005e1f89b..00000000000 --- a/stable/gridcoinwalletgui/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/gridcoinwalletgui/5.5.2/charts/common-20.0.9.tgz b/stable/gridcoinwalletgui/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/gridcoinwalletgui/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/gridcoinwalletgui/5.5.2/ix_values.yaml b/stable/gridcoinwalletgui/5.5.2/ix_values.yaml deleted file mode 100644 index 9b230067d6b..00000000000 --- a/stable/gridcoinwalletgui/5.5.2/ix_values.yaml +++ /dev/null @@ -1,42 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: sublivion/gridcoinwalletgui - tag: latest@sha256:43ca0b959cf10677ac80368f977925fdf5938497cd613ce0b9ff4d9ccc83cfef -persistence: - appdataconfigpath: - enabled: true - mountPath: /headless/.GridcoinResearch/ - boincdatadir: - enabled: true - mountPath: /var/lib/boinc-client/ -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 6901 - protocol: http - targetPort: 6901 - vncport: - enabled: true - ports: - vncport: - enabled: true - port: 5901 - protocol: tcp - targetPort: 5901 -workload: - main: - podSpec: - containers: - main: - env: - VNC_PW: vncpassword - VNC_RESOLUTION: 1920x1080 diff --git a/stable/h5ai/5.5.1/.helmignore b/stable/gridcoinwalletgui/5.7.1/.helmignore similarity index 100% rename from stable/h5ai/5.5.1/.helmignore rename to stable/gridcoinwalletgui/5.7.1/.helmignore diff --git a/stable/gridcoinwalletgui/5.7.1/CHANGELOG.md b/stable/gridcoinwalletgui/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e9211cf8eba --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [gridcoinwalletgui-5.7.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/gridcoinwalletgui/5.7.1/Chart.yaml b/stable/gridcoinwalletgui/5.7.1/Chart.yaml new file mode 100644 index 00000000000..080e475d280 --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.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: 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.2 + 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.1 diff --git a/stable/gridcoinwalletgui/5.5.2/README.md b/stable/gridcoinwalletgui/5.7.1/README.md similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/README.md rename to stable/gridcoinwalletgui/5.7.1/README.md diff --git a/stable/gridcoinwalletgui/5.7.1/app-changelog.md b/stable/gridcoinwalletgui/5.7.1/app-changelog.md new file mode 100644 index 00000000000..837e17df8ae --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [gridcoinwalletgui-5.7.1](https://github.com/truecharts/charts/compare/gridcoinwalletgui-5.6.0...gridcoinwalletgui-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/gridcoinwalletgui/5.7.1/app-readme.md similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/app-readme.md rename to stable/gridcoinwalletgui/5.7.1/app-readme.md diff --git a/stable/gridcoinwalletgui/5.7.1/charts/common-20.2.2.tgz b/stable/gridcoinwalletgui/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/gridcoinwalletgui/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/gridcoinwalletgui/5.7.1/ix_values.yaml b/stable/gridcoinwalletgui/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..f384d76ab45 --- /dev/null +++ b/stable/gridcoinwalletgui/5.7.1/ix_values.yaml @@ -0,0 +1,42 @@ +image: + pullPolicy: IfNotPresent + repository: sublivion/gridcoinwalletgui + tag: latest@sha256:2b38f4a8a07a885524f1062788448016837a1f1fe2db39a9dcebdad5f49b2311 +persistence: + appdataconfigpath: + enabled: true + mountPath: /headless/.GridcoinResearch/ + boincdatadir: + enabled: true + mountPath: /var/lib/boinc-client/ +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 6901 + protocol: http + targetPort: 6901 + vncport: + enabled: true + ports: + vncport: + enabled: true + port: 5901 + protocol: tcp + targetPort: 5901 +workload: + main: + podSpec: + containers: + main: + env: + VNC_PW: vncpassword + VNC_RESOLUTION: 1920x1080 diff --git a/stable/gridcoinwalletgui/5.5.2/questions.yaml b/stable/gridcoinwalletgui/5.7.1/questions.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/questions.yaml rename to stable/gridcoinwalletgui/5.7.1/questions.yaml diff --git a/stable/gridcoinwalletgui/5.5.2/templates/common.yaml b/stable/gridcoinwalletgui/5.7.1/templates/common.yaml similarity index 100% rename from stable/gridcoinwalletgui/5.5.2/templates/common.yaml rename to stable/gridcoinwalletgui/5.7.1/templates/common.yaml diff --git a/stable/h5ai/5.5.1/values.yaml b/stable/gridcoinwalletgui/5.7.1/values.yaml similarity index 100% rename from stable/h5ai/5.5.1/values.yaml rename to stable/gridcoinwalletgui/5.7.1/values.yaml diff --git a/stable/grocy/18.5.2/CHANGELOG.md b/stable/grocy/18.5.2/CHANGELOG.md deleted file mode 100644 index 1569403f5c0..00000000000 --- a/stable/grocy/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [grocy-18.5.2](https://github.com/truecharts/charts/compare/grocy-18.5.1...grocy-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [grocy-18.5.1](https://github.com/truecharts/charts/compare/grocy-18.5.0...grocy-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [grocy-18.5.0](https://github.com/truecharts/charts/compare/grocy-18.4.2...grocy-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [grocy-18.4.2](https://github.com/truecharts/charts/compare/grocy-18.4.1...grocy-18.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/grocy to 4.1.0[@fd185cd](https://github.com/fd185cd) by renovate ([#19002](https://github.com/truecharts/charts/issues/19002)) - - -## [grocy-18.4.1](https://github.com/truecharts/charts/compare/grocy-18.4.0...grocy-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [grocy-18.4.0](https://github.com/truecharts/charts/compare/grocy-18.3.0...grocy-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [grocy-18.3.0](https://github.com/truecharts/charts/compare/grocy-18.2.4...grocy-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [grocy-18.2.4](https://github.com/truecharts/charts/compare/grocy-18.2.3...grocy-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [grocy-18.2.3](https://github.com/truecharts/charts/compare/grocy-18.2.1...grocy-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/grocy/18.5.2/Chart.yaml b/stable/grocy/18.5.2/Chart.yaml deleted file mode 100644 index 44daea5d3c8..00000000000 --- a/stable/grocy/18.5.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: home-automation - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.1.0 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/grocy/18.5.2/charts/common-20.0.9.tgz b/stable/grocy/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/grocy/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/grocy/18.5.2/ix_values.yaml b/stable/grocy/18.5.2/ix_values.yaml deleted file mode 100644 index a02432b848a..00000000000 --- a/stable/grocy/18.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/grocy - tag: 4.1.0@sha256:fd185cd85bb0b2d691b65cd33d97147ccc19c304c9aad99779c636b99f24228d - 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/halflife2deathmatch/5.5.1/.helmignore b/stable/grocy/18.8.1/.helmignore similarity index 100% rename from stable/halflife2deathmatch/5.5.1/.helmignore rename to stable/grocy/18.8.1/.helmignore diff --git a/stable/grocy/18.8.1/CHANGELOG.md b/stable/grocy/18.8.1/CHANGELOG.md new file mode 100644 index 00000000000..0db3ea13f20 --- /dev/null +++ b/stable/grocy/18.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grocy-18.8.1](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/grocy/18.8.1/Chart.yaml b/stable/grocy/18.8.1/Chart.yaml new file mode 100644 index 00000000000..d1d50b10d73 --- /dev/null +++ b/stable/grocy/18.8.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: 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.2 + 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.1 diff --git a/stable/grocy/18.5.2/README.md b/stable/grocy/18.8.1/README.md similarity index 100% rename from stable/grocy/18.5.2/README.md rename to stable/grocy/18.8.1/README.md diff --git a/stable/grocy/18.8.1/app-changelog.md b/stable/grocy/18.8.1/app-changelog.md new file mode 100644 index 00000000000..cf82ac0ba1e --- /dev/null +++ b/stable/grocy/18.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [grocy-18.8.1](https://github.com/truecharts/charts/compare/grocy-18.6.0...grocy-18.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/grocy/18.8.1/app-readme.md similarity index 100% rename from stable/grocy/18.5.2/app-readme.md rename to stable/grocy/18.8.1/app-readme.md diff --git a/stable/grocy/18.8.1/charts/common-20.2.2.tgz b/stable/grocy/18.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/grocy/18.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/grocy/18.8.1/ix_values.yaml b/stable/grocy/18.8.1/ix_values.yaml new file mode 100644 index 00000000000..704ab09e529 --- /dev/null +++ b/stable/grocy/18.8.1/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/grocy + tag: 4.2.0@sha256:fa484902bea38099c6ef9cf4ad556f7f80e33df077e636d0257cd0ee69253442 + 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.5.2/questions.yaml b/stable/grocy/18.8.1/questions.yaml similarity index 100% rename from stable/grocy/18.5.2/questions.yaml rename to stable/grocy/18.8.1/questions.yaml diff --git a/stable/headphones/11.5.1/templates/NOTES.txt b/stable/grocy/18.8.1/templates/NOTES.txt similarity index 100% rename from stable/headphones/11.5.1/templates/NOTES.txt rename to stable/grocy/18.8.1/templates/NOTES.txt diff --git a/stable/guacd/9.5.1/templates/common.yaml b/stable/grocy/18.8.1/templates/common.yaml similarity index 100% rename from stable/guacd/9.5.1/templates/common.yaml rename to stable/grocy/18.8.1/templates/common.yaml diff --git a/stable/halflife2deathmatch/5.5.1/values.yaml b/stable/grocy/18.8.1/values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.5.1/values.yaml rename to stable/grocy/18.8.1/values.yaml diff --git a/stable/guacamole/13.5.1/CHANGELOG.md b/stable/guacamole/13.5.1/CHANGELOG.md deleted file mode 100644 index e74977ec71c..00000000000 --- a/stable/guacamole/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guacamole-13.5.1](https://github.com/truecharts/charts/compare/guacamole-13.5.0...guacamole-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [guacamole-13.5.0](https://github.com/truecharts/charts/compare/guacamole-13.4.1...guacamole-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [guacamole-13.4.1](https://github.com/truecharts/charts/compare/guacamole-13.4.0...guacamole-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [guacamole-13.4.0](https://github.com/truecharts/charts/compare/guacamole-13.3.0...guacamole-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [guacamole-13.3.0](https://github.com/truecharts/charts/compare/guacamole-13.2.3...guacamole-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [guacamole-13.2.3](https://github.com/truecharts/charts/compare/guacamole-13.2.2...guacamole-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [guacamole-13.2.2](https://github.com/truecharts/charts/compare/guacamole-13.2.0...guacamole-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [guacamole-12.1.11](https://github.com/truecharts/charts/compare/guacamole-12.1.10...guacamole-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [guacamole-12.1.10](https://github.com/truecharts/charts/compare/guacamole-12.1.9...guacamole-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/guacamole/13.5.1/Chart.yaml b/stable/guacamole/13.5.1/Chart.yaml deleted file mode 100644 index 473d2c53ae0..00000000000 --- a/stable/guacamole/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/guacamole/13.5.1/charts/common-20.0.8.tgz b/stable/guacamole/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/guacamole/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hammond/9.5.1/.helmignore b/stable/guacamole/13.7.1/.helmignore similarity index 100% rename from stable/hammond/9.5.1/.helmignore rename to stable/guacamole/13.7.1/.helmignore diff --git a/stable/guacamole/13.7.1/CHANGELOG.md b/stable/guacamole/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1e604132351 --- /dev/null +++ b/stable/guacamole/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacamole-13.7.1](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/guacamole/13.7.1/Chart.yaml new file mode 100644 index 00000000000..42323b5891f --- /dev/null +++ b/stable/guacamole/13.7.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: 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.2 + 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.1 diff --git a/stable/guacamole/13.5.1/README.md b/stable/guacamole/13.7.1/README.md similarity index 100% rename from stable/guacamole/13.5.1/README.md rename to stable/guacamole/13.7.1/README.md diff --git a/stable/guacamole/13.7.1/app-changelog.md b/stable/guacamole/13.7.1/app-changelog.md new file mode 100644 index 00000000000..4d28765086b --- /dev/null +++ b/stable/guacamole/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [guacamole-13.7.1](https://github.com/truecharts/charts/compare/guacamole-13.6.0...guacamole-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/guacamole/13.7.1/app-readme.md similarity index 100% rename from stable/guacamole/13.5.1/app-readme.md rename to stable/guacamole/13.7.1/app-readme.md diff --git a/stable/guacamole/13.7.1/charts/common-20.2.2.tgz b/stable/guacamole/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/guacamole/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/guacamole/13.5.1/ix_values.yaml b/stable/guacamole/13.7.1/ix_values.yaml similarity index 100% rename from stable/guacamole/13.5.1/ix_values.yaml rename to stable/guacamole/13.7.1/ix_values.yaml diff --git a/stable/guacamole/13.5.1/questions.yaml b/stable/guacamole/13.7.1/questions.yaml similarity index 100% rename from stable/guacamole/13.5.1/questions.yaml rename to stable/guacamole/13.7.1/questions.yaml diff --git a/stable/guacamole/13.5.1/templates/_configmap.tpl b/stable/guacamole/13.7.1/templates/_configmap.tpl similarity index 100% rename from stable/guacamole/13.5.1/templates/_configmap.tpl rename to stable/guacamole/13.7.1/templates/_configmap.tpl diff --git a/stable/guacamole/13.5.1/templates/common.yaml b/stable/guacamole/13.7.1/templates/common.yaml similarity index 100% rename from stable/guacamole/13.5.1/templates/common.yaml rename to stable/guacamole/13.7.1/templates/common.yaml diff --git a/stable/hammond/9.5.1/values.yaml b/stable/guacamole/13.7.1/values.yaml similarity index 100% rename from stable/hammond/9.5.1/values.yaml rename to stable/guacamole/13.7.1/values.yaml diff --git a/stable/guacd/9.5.1/CHANGELOG.md b/stable/guacd/9.5.1/CHANGELOG.md deleted file mode 100644 index 7e84679df13..00000000000 --- a/stable/guacd/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guacd-9.5.1](https://github.com/truecharts/charts/compare/guacd-9.5.0...guacd-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [guacd-9.5.0](https://github.com/truecharts/charts/compare/guacd-9.4.1...guacd-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [guacd-9.4.1](https://github.com/truecharts/charts/compare/guacd-9.4.0...guacd-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [guacd-9.4.0](https://github.com/truecharts/charts/compare/guacd-9.3.0...guacd-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [guacd-9.3.0](https://github.com/truecharts/charts/compare/guacd-9.2.3...guacd-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [guacd-9.2.3](https://github.com/truecharts/charts/compare/guacd-9.2.2...guacd-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [guacd-9.2.2](https://github.com/truecharts/charts/compare/guacd-9.2.0...guacd-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [guacd-8.1.11](https://github.com/truecharts/charts/compare/guacd-8.1.10...guacd-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [guacd-8.1.10](https://github.com/truecharts/charts/compare/guacd-8.1.9...guacd-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/guacd/9.5.1/Chart.yaml b/stable/guacd/9.5.1/Chart.yaml deleted file mode 100644 index 62b230b0123..00000000000 --- a/stable/guacd/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/guacd/9.5.1/charts/common-20.0.8.tgz b/stable/guacd/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/guacd/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/handbrake/21.6.1/.helmignore b/stable/guacd/9.7.1/.helmignore similarity index 100% rename from stable/handbrake/21.6.1/.helmignore rename to stable/guacd/9.7.1/.helmignore diff --git a/stable/guacd/9.7.1/CHANGELOG.md b/stable/guacd/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bdf93bab1a4 --- /dev/null +++ b/stable/guacd/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guacd-9.7.1](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/guacd/9.7.1/Chart.yaml new file mode 100644 index 00000000000..8945e6df7ac --- /dev/null +++ b/stable/guacd/9.7.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: 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.2 + 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.1 diff --git a/stable/guacd/9.5.1/README.md b/stable/guacd/9.7.1/README.md similarity index 100% rename from stable/guacd/9.5.1/README.md rename to stable/guacd/9.7.1/README.md diff --git a/stable/guacd/9.7.1/app-changelog.md b/stable/guacd/9.7.1/app-changelog.md new file mode 100644 index 00000000000..5b82bd97317 --- /dev/null +++ b/stable/guacd/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [guacd-9.7.1](https://github.com/truecharts/charts/compare/guacd-9.6.0...guacd-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/guacd/9.7.1/app-readme.md similarity index 100% rename from stable/guacd/9.5.1/app-readme.md rename to stable/guacd/9.7.1/app-readme.md diff --git a/stable/guacd/9.7.1/charts/common-20.2.2.tgz b/stable/guacd/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/guacd/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/guacd/9.5.1/ix_values.yaml b/stable/guacd/9.7.1/ix_values.yaml similarity index 100% rename from stable/guacd/9.5.1/ix_values.yaml rename to stable/guacd/9.7.1/ix_values.yaml diff --git a/stable/guacd/9.5.1/questions.yaml b/stable/guacd/9.7.1/questions.yaml similarity index 100% rename from stable/guacd/9.5.1/questions.yaml rename to stable/guacd/9.7.1/questions.yaml diff --git a/stable/healthchecks/14.5.1/templates/NOTES.txt b/stable/guacd/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/healthchecks/14.5.1/templates/NOTES.txt rename to stable/guacd/9.7.1/templates/NOTES.txt diff --git a/stable/handbrake/21.6.1/templates/common.yaml b/stable/guacd/9.7.1/templates/common.yaml similarity index 100% rename from stable/handbrake/21.6.1/templates/common.yaml rename to stable/guacd/9.7.1/templates/common.yaml diff --git a/stable/handbrake/21.6.1/values.yaml b/stable/guacd/9.7.1/values.yaml similarity index 100% rename from stable/handbrake/21.6.1/values.yaml rename to stable/guacd/9.7.1/values.yaml diff --git a/stable/guide2go/5.5.2/CHANGELOG.md b/stable/guide2go/5.5.2/CHANGELOG.md deleted file mode 100644 index 47b054301f0..00000000000 --- a/stable/guide2go/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [guide2go-5.5.2](https://github.com/truecharts/charts/compare/guide2go-5.5.1...guide2go-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [guide2go-5.5.1](https://github.com/truecharts/charts/compare/guide2go-5.5.0...guide2go-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [guide2go-5.5.0](https://github.com/truecharts/charts/compare/guide2go-5.4.1...guide2go-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [guide2go-5.4.1](https://github.com/truecharts/charts/compare/guide2go-5.4.0...guide2go-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [guide2go-5.4.0](https://github.com/truecharts/charts/compare/guide2go-5.3.0...guide2go-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [guide2go-5.3.0](https://github.com/truecharts/charts/compare/guide2go-5.2.3...guide2go-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [guide2go-5.2.3](https://github.com/truecharts/charts/compare/guide2go-5.2.2...guide2go-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [guide2go-5.2.2](https://github.com/truecharts/charts/compare/guide2go-5.2.0...guide2go-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [guide2go-4.1.11](https://github.com/truecharts/charts/compare/guide2go-4.1.10...guide2go-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/guide2go/5.5.2/Chart.yaml b/stable/guide2go/5.5.2/Chart.yaml deleted file mode 100644 index 755f06ec7ec..00000000000 --- a/stable/guide2go/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/guide2go/5.5.2/charts/common-20.0.9.tgz b/stable/guide2go/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/guide2go/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/guide2go/5.5.2/ix_values.yaml b/stable/guide2go/5.5.2/ix_values.yaml deleted file mode 100644 index 60d52340d77..00000000000 --- a/stable/guide2go/5.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: alturismo/guide2go - tag: latest@sha256:55dcb4cf4d4c160af05b7ecd82679c289e3279bbb52f53d0b877652c5f0c2814 -persistence: - config: - enabled: true - mountPath: /config - guide2go: - enabled: true - mountPath: /guide2go - tvh: - enabled: true - mountPath: /TVH -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/hassconfigurator/5.5.1/.helmignore b/stable/guide2go/5.7.1/.helmignore similarity index 100% rename from stable/hassconfigurator/5.5.1/.helmignore rename to stable/guide2go/5.7.1/.helmignore diff --git a/stable/guide2go/5.7.1/CHANGELOG.md b/stable/guide2go/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..801909dc599 --- /dev/null +++ b/stable/guide2go/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [guide2go-5.7.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/guide2go/5.7.1/Chart.yaml b/stable/guide2go/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f45565393d6 --- /dev/null +++ b/stable/guide2go/5.7.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: 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.2 + 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.1 diff --git a/stable/guide2go/5.5.2/README.md b/stable/guide2go/5.7.1/README.md similarity index 100% rename from stable/guide2go/5.5.2/README.md rename to stable/guide2go/5.7.1/README.md diff --git a/stable/guide2go/5.7.1/app-changelog.md b/stable/guide2go/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f1b2fd4f0c3 --- /dev/null +++ b/stable/guide2go/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [guide2go-5.7.1](https://github.com/truecharts/charts/compare/guide2go-5.6.0...guide2go-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/guide2go/5.7.1/app-readme.md similarity index 100% rename from stable/guide2go/5.5.2/app-readme.md rename to stable/guide2go/5.7.1/app-readme.md diff --git a/stable/guide2go/5.7.1/charts/common-20.2.2.tgz b/stable/guide2go/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/guide2go/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/guide2go/5.7.1/ix_values.yaml b/stable/guide2go/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..ad9e1a8b628 --- /dev/null +++ b/stable/guide2go/5.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: alturismo/guide2go + tag: latest@sha256:e67eb2661e3ee27dfdc160ba063330df34a9b8d56e2f2cf1d7e9f83c36caf2d9 +persistence: + config: + enabled: true + mountPath: /config + guide2go: + enabled: true + mountPath: /guide2go + tvh: + enabled: true + mountPath: /TVH +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/guide2go/5.5.2/questions.yaml b/stable/guide2go/5.7.1/questions.yaml similarity index 100% rename from stable/guide2go/5.5.2/questions.yaml rename to stable/guide2go/5.7.1/questions.yaml diff --git a/stable/guide2go/5.5.2/templates/common.yaml b/stable/guide2go/5.7.1/templates/common.yaml similarity index 100% rename from stable/guide2go/5.5.2/templates/common.yaml rename to stable/guide2go/5.7.1/templates/common.yaml diff --git a/stable/hassconfigurator/5.5.1/values.yaml b/stable/guide2go/5.7.1/values.yaml similarity index 100% rename from stable/hassconfigurator/5.5.1/values.yaml rename to stable/guide2go/5.7.1/values.yaml diff --git a/stable/h5ai/5.5.1/CHANGELOG.md b/stable/h5ai/5.5.1/CHANGELOG.md deleted file mode 100644 index c48de01d36a..00000000000 --- a/stable/h5ai/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [h5ai-5.5.1](https://github.com/truecharts/charts/compare/h5ai-5.5.0...h5ai-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [h5ai-5.5.0](https://github.com/truecharts/charts/compare/h5ai-5.4.1...h5ai-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [h5ai-5.4.1](https://github.com/truecharts/charts/compare/h5ai-5.4.0...h5ai-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [h5ai-5.4.0](https://github.com/truecharts/charts/compare/h5ai-5.3.0...h5ai-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [h5ai-5.3.0](https://github.com/truecharts/charts/compare/h5ai-5.2.3...h5ai-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [h5ai-5.2.3](https://github.com/truecharts/charts/compare/h5ai-5.2.2...h5ai-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [h5ai-5.2.2](https://github.com/truecharts/charts/compare/h5ai-5.2.0...h5ai-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [h5ai-4.1.11](https://github.com/truecharts/charts/compare/h5ai-4.1.10...h5ai-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [h5ai-4.1.10](https://github.com/truecharts/charts/compare/h5ai-4.1.9...h5ai-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/h5ai/5.5.1/Chart.yaml b/stable/h5ai/5.5.1/Chart.yaml deleted file mode 100644 index b8e22bc4f6d..00000000000 --- a/stable/h5ai/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/h5ai/5.5.1/charts/common-20.0.8.tgz b/stable/h5ai/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/h5ai/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/haste-server/13.5.1/.helmignore b/stable/h5ai/5.7.1/.helmignore similarity index 100% rename from stable/haste-server/13.5.1/.helmignore rename to stable/h5ai/5.7.1/.helmignore diff --git a/stable/h5ai/5.7.1/CHANGELOG.md b/stable/h5ai/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..45feba65064 --- /dev/null +++ b/stable/h5ai/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [h5ai-5.7.1](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/h5ai/5.7.1/Chart.yaml new file mode 100644 index 00000000000..50d4eb89b36 --- /dev/null +++ b/stable/h5ai/5.7.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: 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.2 + 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.1 diff --git a/stable/h5ai/5.5.1/README.md b/stable/h5ai/5.7.1/README.md similarity index 100% rename from stable/h5ai/5.5.1/README.md rename to stable/h5ai/5.7.1/README.md diff --git a/stable/h5ai/5.7.1/app-changelog.md b/stable/h5ai/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5a4140e2ee6 --- /dev/null +++ b/stable/h5ai/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [h5ai-5.7.1](https://github.com/truecharts/charts/compare/h5ai-5.6.0...h5ai-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/h5ai/5.7.1/app-readme.md similarity index 100% rename from stable/h5ai/5.5.1/app-readme.md rename to stable/h5ai/5.7.1/app-readme.md diff --git a/stable/h5ai/5.7.1/charts/common-20.2.2.tgz b/stable/h5ai/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/h5ai/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/h5ai/5.5.1/ix_values.yaml b/stable/h5ai/5.7.1/ix_values.yaml similarity index 100% rename from stable/h5ai/5.5.1/ix_values.yaml rename to stable/h5ai/5.7.1/ix_values.yaml diff --git a/stable/h5ai/5.5.1/questions.yaml b/stable/h5ai/5.7.1/questions.yaml similarity index 100% rename from stable/h5ai/5.5.1/questions.yaml rename to stable/h5ai/5.7.1/questions.yaml diff --git a/stable/h5ai/5.5.1/templates/common.yaml b/stable/h5ai/5.7.1/templates/common.yaml similarity index 100% rename from stable/h5ai/5.5.1/templates/common.yaml rename to stable/h5ai/5.7.1/templates/common.yaml diff --git a/stable/haste-server/13.5.1/values.yaml b/stable/h5ai/5.7.1/values.yaml similarity index 100% rename from stable/haste-server/13.5.1/values.yaml rename to stable/h5ai/5.7.1/values.yaml diff --git a/stable/halflife2deathmatch/5.5.1/CHANGELOG.md b/stable/halflife2deathmatch/5.5.1/CHANGELOG.md deleted file mode 100644 index 958c482a7dc..00000000000 --- a/stable/halflife2deathmatch/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [halflife2deathmatch-5.5.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.5.0...halflife2deathmatch-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [halflife2deathmatch-5.5.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.4.1...halflife2deathmatch-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [halflife2deathmatch-5.4.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.4.0...halflife2deathmatch-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [halflife2deathmatch-5.4.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.3.0...halflife2deathmatch-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [halflife2deathmatch-5.3.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.3...halflife2deathmatch-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [halflife2deathmatch-5.2.3](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.2...halflife2deathmatch-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [halflife2deathmatch-5.2.2](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.2.0...halflife2deathmatch-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [halflife2deathmatch-4.1.11](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.10...halflife2deathmatch-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [halflife2deathmatch-4.1.10](https://github.com/truecharts/charts/compare/halflife2deathmatch-4.1.9...halflife2deathmatch-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/halflife2deathmatch/5.5.1/Chart.yaml b/stable/halflife2deathmatch/5.5.1/Chart.yaml deleted file mode 100644 index a0dabce3dfb..00000000000 --- a/stable/halflife2deathmatch/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/halflife2deathmatch/5.5.1/charts/common-20.0.8.tgz b/stable/halflife2deathmatch/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/halflife2deathmatch/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hastebin/5.5.1/.helmignore b/stable/halflife2deathmatch/5.7.1/.helmignore similarity index 100% rename from stable/hastebin/5.5.1/.helmignore rename to stable/halflife2deathmatch/5.7.1/.helmignore diff --git a/stable/halflife2deathmatch/5.7.1/CHANGELOG.md b/stable/halflife2deathmatch/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8b1a9793222 --- /dev/null +++ b/stable/halflife2deathmatch/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [halflife2deathmatch-5.7.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/halflife2deathmatch/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3e377cb051c --- /dev/null +++ b/stable/halflife2deathmatch/5.7.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: 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.2 + 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.1 diff --git a/stable/halflife2deathmatch/5.5.1/README.md b/stable/halflife2deathmatch/5.7.1/README.md similarity index 100% rename from stable/halflife2deathmatch/5.5.1/README.md rename to stable/halflife2deathmatch/5.7.1/README.md diff --git a/stable/halflife2deathmatch/5.7.1/app-changelog.md b/stable/halflife2deathmatch/5.7.1/app-changelog.md new file mode 100644 index 00000000000..683ba88c544 --- /dev/null +++ b/stable/halflife2deathmatch/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [halflife2deathmatch-5.7.1](https://github.com/truecharts/charts/compare/halflife2deathmatch-5.6.0...halflife2deathmatch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/halflife2deathmatch/5.7.1/app-readme.md similarity index 100% rename from stable/halflife2deathmatch/5.5.1/app-readme.md rename to stable/halflife2deathmatch/5.7.1/app-readme.md diff --git a/stable/halflife2deathmatch/5.7.1/charts/common-20.2.2.tgz b/stable/halflife2deathmatch/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/halflife2deathmatch/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/halflife2deathmatch/5.5.1/ix_values.yaml b/stable/halflife2deathmatch/5.7.1/ix_values.yaml similarity index 100% rename from stable/halflife2deathmatch/5.5.1/ix_values.yaml rename to stable/halflife2deathmatch/5.7.1/ix_values.yaml diff --git a/stable/halflife2deathmatch/5.5.1/questions.yaml b/stable/halflife2deathmatch/5.7.1/questions.yaml similarity index 100% rename from stable/halflife2deathmatch/5.5.1/questions.yaml rename to stable/halflife2deathmatch/5.7.1/questions.yaml diff --git a/stable/halflife2deathmatch/5.5.1/templates/common.yaml b/stable/halflife2deathmatch/5.7.1/templates/common.yaml similarity index 100% rename from stable/halflife2deathmatch/5.5.1/templates/common.yaml rename to stable/halflife2deathmatch/5.7.1/templates/common.yaml diff --git a/stable/hastebin/5.5.1/values.yaml b/stable/halflife2deathmatch/5.7.1/values.yaml similarity index 100% rename from stable/hastebin/5.5.1/values.yaml rename to stable/halflife2deathmatch/5.7.1/values.yaml diff --git a/stable/hammond/9.5.1/CHANGELOG.md b/stable/hammond/9.5.1/CHANGELOG.md deleted file mode 100644 index b73a25b62ec..00000000000 --- a/stable/hammond/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hammond-9.5.1](https://github.com/truecharts/charts/compare/hammond-9.5.0...hammond-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hammond-9.5.0](https://github.com/truecharts/charts/compare/hammond-9.4.1...hammond-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hammond-9.4.1](https://github.com/truecharts/charts/compare/hammond-9.4.0...hammond-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hammond-9.4.0](https://github.com/truecharts/charts/compare/hammond-9.3.0...hammond-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hammond-9.3.0](https://github.com/truecharts/charts/compare/hammond-9.2.3...hammond-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hammond-9.2.3](https://github.com/truecharts/charts/compare/hammond-9.2.2...hammond-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hammond-9.2.2](https://github.com/truecharts/charts/compare/hammond-9.2.0...hammond-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [hammond-8.1.11](https://github.com/truecharts/charts/compare/hammond-8.1.10...hammond-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hammond-8.1.10](https://github.com/truecharts/charts/compare/hammond-8.1.9...hammond-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/hammond/9.5.1/Chart.yaml b/stable/hammond/9.5.1/Chart.yaml deleted file mode 100644 index ea3bc32c3f0..00000000000 --- a/stable/hammond/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hammond/9.5.1/charts/common-20.0.8.tgz b/stable/hammond/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hammond/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.5.4/.helmignore b/stable/hammond/9.7.1/.helmignore similarity index 100% rename from stable/hasty-paste/6.5.4/.helmignore rename to stable/hammond/9.7.1/.helmignore diff --git a/stable/hammond/9.7.1/CHANGELOG.md b/stable/hammond/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f3e2acb0403 --- /dev/null +++ b/stable/hammond/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hammond-9.7.1](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hammond/9.7.1/Chart.yaml new file mode 100644 index 00000000000..c610c1e7a6a --- /dev/null +++ b/stable/hammond/9.7.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: 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.2 + 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.1 diff --git a/stable/hammond/9.5.1/README.md b/stable/hammond/9.7.1/README.md similarity index 100% rename from stable/hammond/9.5.1/README.md rename to stable/hammond/9.7.1/README.md diff --git a/stable/hammond/9.7.1/app-changelog.md b/stable/hammond/9.7.1/app-changelog.md new file mode 100644 index 00000000000..848052db638 --- /dev/null +++ b/stable/hammond/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hammond-9.7.1](https://github.com/truecharts/charts/compare/hammond-9.6.0...hammond-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hammond/9.7.1/app-readme.md similarity index 100% rename from stable/hammond/9.5.1/app-readme.md rename to stable/hammond/9.7.1/app-readme.md diff --git a/stable/hammond/9.7.1/charts/common-20.2.2.tgz b/stable/hammond/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hammond/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hammond/9.5.1/ix_values.yaml b/stable/hammond/9.7.1/ix_values.yaml similarity index 100% rename from stable/hammond/9.5.1/ix_values.yaml rename to stable/hammond/9.7.1/ix_values.yaml diff --git a/stable/hammond/9.5.1/questions.yaml b/stable/hammond/9.7.1/questions.yaml similarity index 100% rename from stable/hammond/9.5.1/questions.yaml rename to stable/hammond/9.7.1/questions.yaml diff --git a/stable/hedgedoc/12.5.1/templates/NOTES.txt b/stable/hammond/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/hedgedoc/12.5.1/templates/NOTES.txt rename to stable/hammond/9.7.1/templates/NOTES.txt diff --git a/stable/hammond/9.5.1/templates/_secrets.tpl b/stable/hammond/9.7.1/templates/_secrets.tpl similarity index 100% rename from stable/hammond/9.5.1/templates/_secrets.tpl rename to stable/hammond/9.7.1/templates/_secrets.tpl diff --git a/stable/hammond/9.5.1/templates/common.yaml b/stable/hammond/9.7.1/templates/common.yaml similarity index 100% rename from stable/hammond/9.5.1/templates/common.yaml rename to stable/hammond/9.7.1/templates/common.yaml diff --git a/stable/hasty-paste/6.5.4/values.yaml b/stable/hammond/9.7.1/values.yaml similarity index 100% rename from stable/hasty-paste/6.5.4/values.yaml rename to stable/hammond/9.7.1/values.yaml diff --git a/stable/handbrake/21.6.1/CHANGELOG.md b/stable/handbrake/21.6.1/CHANGELOG.md deleted file mode 100644 index 4568132e83a..00000000000 --- a/stable/handbrake/21.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [handbrake-21.6.1](https://github.com/truecharts/charts/compare/handbrake-21.6.0...handbrake-21.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [handbrake-21.6.0](https://github.com/truecharts/charts/compare/handbrake-21.5.0...handbrake-21.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [handbrake-21.5.0](https://github.com/truecharts/charts/compare/handbrake-21.4.1...handbrake-21.5.0) (2024-03-11) - -### Chore - - - -- update container image jlesage/handbrake to v24.03.1[@2a5a125](https://github.com/2a5a125) by renovate ([#19119](https://github.com/truecharts/charts/issues/19119)) - - -## [handbrake-21.4.1](https://github.com/truecharts/charts/compare/handbrake-21.4.0...handbrake-21.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [handbrake-21.4.0](https://github.com/truecharts/charts/compare/handbrake-21.3.0...handbrake-21.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [handbrake-21.3.0](https://github.com/truecharts/charts/compare/handbrake-21.2.3...handbrake-21.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [handbrake-21.2.3](https://github.com/truecharts/charts/compare/handbrake-21.2.2...handbrake-21.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [handbrake-21.2.2](https://github.com/truecharts/charts/compare/handbrake-21.2.0...handbrake-21.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [handbrake-20.0.6](https://github.com/truecharts/charts/compare/handbrake-20.0.5...handbrake-20.0.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/handbrake/21.6.1/Chart.yaml b/stable/handbrake/21.6.1/Chart.yaml deleted file mode 100644 index 1d33ecf3c6b..00000000000 --- a/stable/handbrake/21.6.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: 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.0.8 - 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.6.1 diff --git a/stable/handbrake/21.6.1/charts/common-20.0.8.tgz b/stable/handbrake/21.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/handbrake/21.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/headphones/11.5.1/.helmignore b/stable/handbrake/21.8.1/.helmignore similarity index 100% rename from stable/headphones/11.5.1/.helmignore rename to stable/handbrake/21.8.1/.helmignore diff --git a/stable/handbrake/21.8.1/CHANGELOG.md b/stable/handbrake/21.8.1/CHANGELOG.md new file mode 100644 index 00000000000..9dcc253f964 --- /dev/null +++ b/stable/handbrake/21.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [handbrake-21.8.1](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/handbrake/21.8.1/Chart.yaml new file mode 100644 index 00000000000..6f21c60e195 --- /dev/null +++ b/stable/handbrake/21.8.1/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.2 + 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.1 diff --git a/stable/handbrake/21.6.1/README.md b/stable/handbrake/21.8.1/README.md similarity index 100% rename from stable/handbrake/21.6.1/README.md rename to stable/handbrake/21.8.1/README.md diff --git a/stable/handbrake/21.8.1/app-changelog.md b/stable/handbrake/21.8.1/app-changelog.md new file mode 100644 index 00000000000..b62daf4f3ef --- /dev/null +++ b/stable/handbrake/21.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [handbrake-21.8.1](https://github.com/truecharts/charts/compare/handbrake-21.7.0...handbrake-21.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/handbrake/21.8.1/app-readme.md similarity index 100% rename from stable/handbrake/21.6.1/app-readme.md rename to stable/handbrake/21.8.1/app-readme.md diff --git a/stable/handbrake/21.8.1/charts/common-20.2.2.tgz b/stable/handbrake/21.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/handbrake/21.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/handbrake/21.6.1/ix_values.yaml b/stable/handbrake/21.8.1/ix_values.yaml similarity index 100% rename from stable/handbrake/21.6.1/ix_values.yaml rename to stable/handbrake/21.8.1/ix_values.yaml diff --git a/stable/handbrake/21.6.1/questions.yaml b/stable/handbrake/21.8.1/questions.yaml similarity index 100% rename from stable/handbrake/21.6.1/questions.yaml rename to stable/handbrake/21.8.1/questions.yaml diff --git a/stable/heimdall/20.5.2/templates/NOTES.txt b/stable/handbrake/21.8.1/templates/NOTES.txt similarity index 100% rename from stable/heimdall/20.5.2/templates/NOTES.txt rename to stable/handbrake/21.8.1/templates/NOTES.txt diff --git a/stable/haste-server/13.5.1/templates/common.yaml b/stable/handbrake/21.8.1/templates/common.yaml similarity index 100% rename from stable/haste-server/13.5.1/templates/common.yaml rename to stable/handbrake/21.8.1/templates/common.yaml diff --git a/stable/headphones/11.5.1/values.yaml b/stable/handbrake/21.8.1/values.yaml similarity index 100% rename from stable/headphones/11.5.1/values.yaml rename to stable/handbrake/21.8.1/values.yaml diff --git a/stable/hassconfigurator/5.5.1/CHANGELOG.md b/stable/hassconfigurator/5.5.1/CHANGELOG.md deleted file mode 100644 index 24b642b3fa9..00000000000 --- a/stable/hassconfigurator/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hassconfigurator-5.5.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.5.0...hassconfigurator-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hassconfigurator-5.5.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.4.1...hassconfigurator-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hassconfigurator-5.4.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.4.0...hassconfigurator-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hassconfigurator-5.4.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.3.0...hassconfigurator-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hassconfigurator-5.3.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.3...hassconfigurator-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hassconfigurator-5.2.3](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.2...hassconfigurator-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hassconfigurator-5.2.2](https://github.com/truecharts/charts/compare/hassconfigurator-5.2.0...hassconfigurator-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hassconfigurator-4.1.12](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.11...hassconfigurator-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hassconfigurator-4.1.11](https://github.com/truecharts/charts/compare/hassconfigurator-4.1.10...hassconfigurator-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hassconfigurator/5.5.1/Chart.yaml b/stable/hassconfigurator/5.5.1/Chart.yaml deleted file mode 100644 index 923ec8d1b00..00000000000 --- a/stable/hassconfigurator/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hassconfigurator/5.5.1/charts/common-20.0.8.tgz b/stable/hassconfigurator/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hassconfigurator/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/healthchecks/14.5.1/.helmignore b/stable/hassconfigurator/5.7.1/.helmignore similarity index 100% rename from stable/healthchecks/14.5.1/.helmignore rename to stable/hassconfigurator/5.7.1/.helmignore diff --git a/stable/hassconfigurator/5.7.1/CHANGELOG.md b/stable/hassconfigurator/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..09ae7ff7107 --- /dev/null +++ b/stable/hassconfigurator/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hassconfigurator-5.7.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hassconfigurator/5.7.1/Chart.yaml new file mode 100644 index 00000000000..edfd6bf0f1e --- /dev/null +++ b/stable/hassconfigurator/5.7.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: 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.2 + 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.1 diff --git a/stable/hassconfigurator/5.5.1/README.md b/stable/hassconfigurator/5.7.1/README.md similarity index 100% rename from stable/hassconfigurator/5.5.1/README.md rename to stable/hassconfigurator/5.7.1/README.md diff --git a/stable/hassconfigurator/5.7.1/app-changelog.md b/stable/hassconfigurator/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7bd24007401 --- /dev/null +++ b/stable/hassconfigurator/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hassconfigurator-5.7.1](https://github.com/truecharts/charts/compare/hassconfigurator-5.6.0...hassconfigurator-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hassconfigurator/5.7.1/app-readme.md similarity index 100% rename from stable/hassconfigurator/5.5.1/app-readme.md rename to stable/hassconfigurator/5.7.1/app-readme.md diff --git a/stable/hassconfigurator/5.7.1/charts/common-20.2.2.tgz b/stable/hassconfigurator/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hassconfigurator/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hassconfigurator/5.5.1/ix_values.yaml b/stable/hassconfigurator/5.7.1/ix_values.yaml similarity index 100% rename from stable/hassconfigurator/5.5.1/ix_values.yaml rename to stable/hassconfigurator/5.7.1/ix_values.yaml diff --git a/stable/hassconfigurator/5.5.1/questions.yaml b/stable/hassconfigurator/5.7.1/questions.yaml similarity index 100% rename from stable/hassconfigurator/5.5.1/questions.yaml rename to stable/hassconfigurator/5.7.1/questions.yaml diff --git a/stable/hassconfigurator/5.5.1/templates/common.yaml b/stable/hassconfigurator/5.7.1/templates/common.yaml similarity index 100% rename from stable/hassconfigurator/5.5.1/templates/common.yaml rename to stable/hassconfigurator/5.7.1/templates/common.yaml diff --git a/stable/healthchecks/14.5.1/values.yaml b/stable/hassconfigurator/5.7.1/values.yaml similarity index 100% rename from stable/healthchecks/14.5.1/values.yaml rename to stable/hassconfigurator/5.7.1/values.yaml diff --git a/stable/haste-server/13.5.1/CHANGELOG.md b/stable/haste-server/13.5.1/CHANGELOG.md deleted file mode 100644 index ab8c4aa75f7..00000000000 --- a/stable/haste-server/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [haste-server-13.5.1](https://github.com/truecharts/charts/compare/haste-server-13.5.0...haste-server-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [haste-server-13.5.0](https://github.com/truecharts/charts/compare/haste-server-13.4.1...haste-server-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [haste-server-13.4.1](https://github.com/truecharts/charts/compare/haste-server-13.4.0...haste-server-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [haste-server-13.4.0](https://github.com/truecharts/charts/compare/haste-server-13.3.0...haste-server-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [haste-server-13.3.0](https://github.com/truecharts/charts/compare/haste-server-13.2.3...haste-server-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [haste-server-13.2.3](https://github.com/truecharts/charts/compare/haste-server-13.2.2...haste-server-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [haste-server-13.2.2](https://github.com/truecharts/charts/compare/haste-server-13.2.0...haste-server-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [haste-server-12.1.11](https://github.com/truecharts/charts/compare/haste-server-12.1.10...haste-server-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [haste-server-12.1.10](https://github.com/truecharts/charts/compare/haste-server-12.1.9...haste-server-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/haste-server/13.5.1/Chart.yaml b/stable/haste-server/13.5.1/Chart.yaml deleted file mode 100644 index dfcb2ef296d..00000000000 --- a/stable/haste-server/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/haste-server/13.5.1/charts/common-20.0.8.tgz b/stable/haste-server/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/haste-server/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hedgedoc/12.5.1/.helmignore b/stable/haste-server/13.7.1/.helmignore similarity index 100% rename from stable/hedgedoc/12.5.1/.helmignore rename to stable/haste-server/13.7.1/.helmignore diff --git a/stable/haste-server/13.7.1/CHANGELOG.md b/stable/haste-server/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..482e15852e8 --- /dev/null +++ b/stable/haste-server/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [haste-server-13.7.1](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/haste-server/13.7.1/Chart.yaml new file mode 100644 index 00000000000..cbd65d71178 --- /dev/null +++ b/stable/haste-server/13.7.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: 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.2 + 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.1 diff --git a/stable/haste-server/13.5.1/README.md b/stable/haste-server/13.7.1/README.md similarity index 100% rename from stable/haste-server/13.5.1/README.md rename to stable/haste-server/13.7.1/README.md diff --git a/stable/haste-server/13.7.1/app-changelog.md b/stable/haste-server/13.7.1/app-changelog.md new file mode 100644 index 00000000000..47500109e06 --- /dev/null +++ b/stable/haste-server/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [haste-server-13.7.1](https://github.com/truecharts/charts/compare/haste-server-13.6.0...haste-server-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/haste-server/13.7.1/app-readme.md similarity index 100% rename from stable/haste-server/13.5.1/app-readme.md rename to stable/haste-server/13.7.1/app-readme.md diff --git a/stable/haste-server/13.7.1/charts/common-20.2.2.tgz b/stable/haste-server/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/haste-server/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/haste-server/13.5.1/ix_values.yaml b/stable/haste-server/13.7.1/ix_values.yaml similarity index 100% rename from stable/haste-server/13.5.1/ix_values.yaml rename to stable/haste-server/13.7.1/ix_values.yaml diff --git a/stable/haste-server/13.5.1/questions.yaml b/stable/haste-server/13.7.1/questions.yaml similarity index 100% rename from stable/haste-server/13.5.1/questions.yaml rename to stable/haste-server/13.7.1/questions.yaml diff --git a/stable/homarr/10.5.2/templates/NOTES.txt b/stable/haste-server/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/homarr/10.5.2/templates/NOTES.txt rename to stable/haste-server/13.7.1/templates/NOTES.txt diff --git a/stable/healthchecks/14.5.1/templates/common.yaml b/stable/haste-server/13.7.1/templates/common.yaml similarity index 100% rename from stable/healthchecks/14.5.1/templates/common.yaml rename to stable/haste-server/13.7.1/templates/common.yaml diff --git a/stable/hedgedoc/12.5.1/values.yaml b/stable/haste-server/13.7.1/values.yaml similarity index 100% rename from stable/hedgedoc/12.5.1/values.yaml rename to stable/haste-server/13.7.1/values.yaml diff --git a/stable/hastebin/5.5.1/CHANGELOG.md b/stable/hastebin/5.5.1/CHANGELOG.md deleted file mode 100644 index 4853f7f8d3a..00000000000 --- a/stable/hastebin/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hastebin-5.5.1](https://github.com/truecharts/charts/compare/hastebin-5.5.0...hastebin-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hastebin-5.5.0](https://github.com/truecharts/charts/compare/hastebin-5.4.1...hastebin-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hastebin-5.4.1](https://github.com/truecharts/charts/compare/hastebin-5.4.0...hastebin-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hastebin-5.4.0](https://github.com/truecharts/charts/compare/hastebin-5.3.0...hastebin-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hastebin-5.3.0](https://github.com/truecharts/charts/compare/hastebin-5.2.3...hastebin-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hastebin-5.2.3](https://github.com/truecharts/charts/compare/hastebin-5.2.2...hastebin-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hastebin-5.2.2](https://github.com/truecharts/charts/compare/hastebin-5.2.0...hastebin-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hastebin-4.1.11](https://github.com/truecharts/charts/compare/hastebin-4.1.10...hastebin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hastebin-4.1.10](https://github.com/truecharts/charts/compare/hastebin-4.1.9...hastebin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hastebin/5.5.1/Chart.yaml b/stable/hastebin/5.5.1/Chart.yaml deleted file mode 100644 index 95cb6cb5c11..00000000000 --- a/stable/hastebin/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/hastebin/5.5.1/charts/common-20.0.8.tgz b/stable/hastebin/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hastebin/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/heimdall/20.5.2/.helmignore b/stable/hastebin/5.7.1/.helmignore similarity index 100% rename from stable/heimdall/20.5.2/.helmignore rename to stable/hastebin/5.7.1/.helmignore diff --git a/stable/hastebin/5.7.1/CHANGELOG.md b/stable/hastebin/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5439c61581a --- /dev/null +++ b/stable/hastebin/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hastebin-5.7.1](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hastebin/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e3f0236deb9 --- /dev/null +++ b/stable/hastebin/5.7.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: 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.2 + 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.1 diff --git a/stable/hastebin/5.5.1/README.md b/stable/hastebin/5.7.1/README.md similarity index 100% rename from stable/hastebin/5.5.1/README.md rename to stable/hastebin/5.7.1/README.md diff --git a/stable/hastebin/5.7.1/app-changelog.md b/stable/hastebin/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9f4ec173b6d --- /dev/null +++ b/stable/hastebin/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hastebin-5.7.1](https://github.com/truecharts/charts/compare/hastebin-5.6.0...hastebin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hastebin/5.7.1/app-readme.md similarity index 100% rename from stable/hastebin/5.5.1/app-readme.md rename to stable/hastebin/5.7.1/app-readme.md diff --git a/stable/hastebin/5.7.1/charts/common-20.2.2.tgz b/stable/hastebin/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hastebin/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hastebin/5.5.1/ix_values.yaml b/stable/hastebin/5.7.1/ix_values.yaml similarity index 100% rename from stable/hastebin/5.5.1/ix_values.yaml rename to stable/hastebin/5.7.1/ix_values.yaml diff --git a/stable/hastebin/5.5.1/questions.yaml b/stable/hastebin/5.7.1/questions.yaml similarity index 100% rename from stable/hastebin/5.5.1/questions.yaml rename to stable/hastebin/5.7.1/questions.yaml diff --git a/stable/hastebin/5.5.1/templates/common.yaml b/stable/hastebin/5.7.1/templates/common.yaml similarity index 100% rename from stable/hastebin/5.5.1/templates/common.yaml rename to stable/hastebin/5.7.1/templates/common.yaml diff --git a/stable/heimdall/20.5.2/values.yaml b/stable/hastebin/5.7.1/values.yaml similarity index 100% rename from stable/heimdall/20.5.2/values.yaml rename to stable/hastebin/5.7.1/values.yaml diff --git a/stable/hasty-paste/6.5.4/CHANGELOG.md b/stable/hasty-paste/6.5.4/CHANGELOG.md deleted file mode 100644 index 26f3d6fd689..00000000000 --- a/stable/hasty-paste/6.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hasty-paste-6.5.4](https://github.com/truecharts/charts/compare/hasty-paste-6.5.3...hasty-paste-6.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [hasty-paste-6.5.3](https://github.com/truecharts/charts/compare/hasty-paste-6.5.2...hasty-paste-6.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [hasty-paste-6.5.2](https://github.com/truecharts/charts/compare/hasty-paste-6.5.1...hasty-paste-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hasty-paste-6.5.1](https://github.com/truecharts/charts/compare/hasty-paste-6.5.0...hasty-paste-6.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hasty-paste-6.5.0](https://github.com/truecharts/charts/compare/hasty-paste-6.4.1...hasty-paste-6.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [hasty-paste-6.4.1](https://github.com/truecharts/charts/compare/hasty-paste-6.4.0...hasty-paste-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hasty-paste-6.4.0](https://github.com/truecharts/charts/compare/hasty-paste-6.3.0...hasty-paste-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hasty-paste-6.3.0](https://github.com/truecharts/charts/compare/hasty-paste-6.2.3...hasty-paste-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hasty-paste-6.2.3](https://github.com/truecharts/charts/compare/hasty-paste-6.2.2...hasty-paste-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hasty-paste-6.2.2](https://github.com/truecharts/charts/compare/hasty-paste-6.2.0...hasty-paste-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/hasty-paste/6.5.4/Chart.yaml b/stable/hasty-paste/6.5.4/Chart.yaml deleted file mode 100644 index 3b4248f4cc9..00000000000 --- a/stable/hasty-paste/6.5.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/hasty-paste/6.5.4/charts/common-20.0.9.tgz b/stable/hasty-paste/6.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/hasty-paste/6.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/hasty-paste/6.5.4/charts/redis-13.0.3.tgz b/stable/hasty-paste/6.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/hasty-paste/6.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/hetzner-ddns/5.5.1/.helmignore b/stable/hasty-paste/6.7.1/.helmignore similarity index 100% rename from stable/hetzner-ddns/5.5.1/.helmignore rename to stable/hasty-paste/6.7.1/.helmignore diff --git a/stable/hasty-paste/6.7.1/CHANGELOG.md b/stable/hasty-paste/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..275db994e49 --- /dev/null +++ b/stable/hasty-paste/6.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hasty-paste-6.7.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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/hasty-paste/6.7.1/Chart.yaml b/stable/hasty-paste/6.7.1/Chart.yaml new file mode 100644 index 00000000000..92f0af7fdc1 --- /dev/null +++ b/stable/hasty-paste/6.7.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/hasty-paste/6.5.4/README.md b/stable/hasty-paste/6.7.1/README.md similarity index 100% rename from stable/hasty-paste/6.5.4/README.md rename to stable/hasty-paste/6.7.1/README.md diff --git a/stable/hasty-paste/6.7.1/app-changelog.md b/stable/hasty-paste/6.7.1/app-changelog.md new file mode 100644 index 00000000000..0eecf040d1a --- /dev/null +++ b/stable/hasty-paste/6.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [hasty-paste-6.7.1](https://github.com/truecharts/charts/compare/hasty-paste-6.6.0...hasty-paste-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/hasty-paste/6.7.1/app-readme.md similarity index 100% rename from stable/hasty-paste/6.5.4/app-readme.md rename to stable/hasty-paste/6.7.1/app-readme.md diff --git a/stable/hasty-paste/6.7.1/charts/common-20.2.2.tgz b/stable/hasty-paste/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hasty-paste/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hasty-paste/6.7.1/charts/redis-13.0.5.tgz b/stable/hasty-paste/6.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/hasty-paste/6.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/hasty-paste/6.5.4/ix_values.yaml b/stable/hasty-paste/6.7.1/ix_values.yaml similarity index 100% rename from stable/hasty-paste/6.5.4/ix_values.yaml rename to stable/hasty-paste/6.7.1/ix_values.yaml diff --git a/stable/hasty-paste/6.5.4/questions.yaml b/stable/hasty-paste/6.7.1/questions.yaml similarity index 100% rename from stable/hasty-paste/6.5.4/questions.yaml rename to stable/hasty-paste/6.7.1/questions.yaml diff --git a/stable/hasty-paste/6.5.4/templates/_secrets.tpl b/stable/hasty-paste/6.7.1/templates/_secrets.tpl similarity index 100% rename from stable/hasty-paste/6.5.4/templates/_secrets.tpl rename to stable/hasty-paste/6.7.1/templates/_secrets.tpl diff --git a/stable/hasty-paste/6.5.4/templates/common.yaml b/stable/hasty-paste/6.7.1/templates/common.yaml similarity index 100% rename from stable/hasty-paste/6.5.4/templates/common.yaml rename to stable/hasty-paste/6.7.1/templates/common.yaml diff --git a/stable/hetzner-ddns/5.5.1/values.yaml b/stable/hasty-paste/6.7.1/values.yaml similarity index 100% rename from stable/hetzner-ddns/5.5.1/values.yaml rename to stable/hasty-paste/6.7.1/values.yaml diff --git a/stable/headphones/11.5.1/CHANGELOG.md b/stable/headphones/11.5.1/CHANGELOG.md deleted file mode 100644 index 32051e9acf2..00000000000 --- a/stable/headphones/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [headphones-11.5.1](https://github.com/truecharts/charts/compare/headphones-11.5.0...headphones-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [headphones-11.5.0](https://github.com/truecharts/charts/compare/headphones-11.4.1...headphones-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [headphones-11.4.1](https://github.com/truecharts/charts/compare/headphones-11.4.0...headphones-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [headphones-11.4.0](https://github.com/truecharts/charts/compare/headphones-11.3.0...headphones-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [headphones-11.3.0](https://github.com/truecharts/charts/compare/headphones-11.2.3...headphones-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [headphones-11.2.3](https://github.com/truecharts/charts/compare/headphones-11.2.2...headphones-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [headphones-11.2.2](https://github.com/truecharts/charts/compare/headphones-11.2.0...headphones-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [headphones-10.1.11](https://github.com/truecharts/charts/compare/headphones-10.1.10...headphones-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [headphones-10.1.10](https://github.com/truecharts/charts/compare/headphones-10.1.9...headphones-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/headphones/11.5.1/Chart.yaml b/stable/headphones/11.5.1/Chart.yaml deleted file mode 100644 index 6c9b07d0b0c..00000000000 --- a/stable/headphones/11.5.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: 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.0.8 - 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.5.1 diff --git a/stable/headphones/11.5.1/charts/common-20.0.8.tgz b/stable/headphones/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/headphones/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hexchat/5.5.1/.helmignore b/stable/headphones/11.7.1/.helmignore similarity index 100% rename from stable/hexchat/5.5.1/.helmignore rename to stable/headphones/11.7.1/.helmignore diff --git a/stable/headphones/11.7.1/CHANGELOG.md b/stable/headphones/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eef0ea0aa8b --- /dev/null +++ b/stable/headphones/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [headphones-11.7.1](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/headphones/11.7.1/Chart.yaml new file mode 100644 index 00000000000..d490f52e8c0 --- /dev/null +++ b/stable/headphones/11.7.1/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.2 + 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.1 diff --git a/stable/headphones/11.5.1/README.md b/stable/headphones/11.7.1/README.md similarity index 100% rename from stable/headphones/11.5.1/README.md rename to stable/headphones/11.7.1/README.md diff --git a/stable/headphones/11.7.1/app-changelog.md b/stable/headphones/11.7.1/app-changelog.md new file mode 100644 index 00000000000..32006198a9a --- /dev/null +++ b/stable/headphones/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [headphones-11.7.1](https://github.com/truecharts/charts/compare/headphones-11.6.0...headphones-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/headphones/11.7.1/app-readme.md similarity index 100% rename from stable/headphones/11.5.1/app-readme.md rename to stable/headphones/11.7.1/app-readme.md diff --git a/stable/headphones/11.7.1/charts/common-20.2.2.tgz b/stable/headphones/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/headphones/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/headphones/11.5.1/ix_values.yaml b/stable/headphones/11.7.1/ix_values.yaml similarity index 100% rename from stable/headphones/11.5.1/ix_values.yaml rename to stable/headphones/11.7.1/ix_values.yaml diff --git a/stable/headphones/11.5.1/questions.yaml b/stable/headphones/11.7.1/questions.yaml similarity index 100% rename from stable/headphones/11.5.1/questions.yaml rename to stable/headphones/11.7.1/questions.yaml diff --git a/stable/home-assistant/24.6.2/templates/NOTES.txt b/stable/headphones/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/home-assistant/24.6.2/templates/NOTES.txt rename to stable/headphones/11.7.1/templates/NOTES.txt diff --git a/stable/headphones/11.5.1/templates/common.yaml b/stable/headphones/11.7.1/templates/common.yaml similarity index 100% rename from stable/headphones/11.5.1/templates/common.yaml rename to stable/headphones/11.7.1/templates/common.yaml diff --git a/stable/hexchat/5.5.1/values.yaml b/stable/headphones/11.7.1/values.yaml similarity index 100% rename from stable/hexchat/5.5.1/values.yaml rename to stable/headphones/11.7.1/values.yaml diff --git a/stable/healthchecks/14.5.1/CHANGELOG.md b/stable/healthchecks/14.5.1/CHANGELOG.md deleted file mode 100644 index dac848f8d77..00000000000 --- a/stable/healthchecks/14.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [healthchecks-14.5.1](https://github.com/truecharts/charts/compare/healthchecks-14.5.0...healthchecks-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [healthchecks-14.5.0](https://github.com/truecharts/charts/compare/healthchecks-14.4.2...healthchecks-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [healthchecks-14.4.2](https://github.com/truecharts/charts/compare/healthchecks-14.4.1...healthchecks-14.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/healthchecks to v3.2.20240311[@b47968b](https://github.com/b47968b) by renovate ([#19143](https://github.com/truecharts/charts/issues/19143)) - - -## [healthchecks-14.4.1](https://github.com/truecharts/charts/compare/healthchecks-14.4.0...healthchecks-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [healthchecks-14.4.0](https://github.com/truecharts/charts/compare/healthchecks-14.3.0...healthchecks-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [healthchecks-14.3.0](https://github.com/truecharts/charts/compare/healthchecks-14.2.4...healthchecks-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [healthchecks-14.2.4](https://github.com/truecharts/charts/compare/healthchecks-14.2.3...healthchecks-14.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [healthchecks-14.2.3](https://github.com/truecharts/charts/compare/healthchecks-14.2.1...healthchecks-14.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/healthchecks/14.5.1/Chart.yaml b/stable/healthchecks/14.5.1/Chart.yaml deleted file mode 100644 index 404f423b242..00000000000 --- a/stable/healthchecks/14.5.1/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.20240311 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/healthchecks/14.5.1/charts/common-20.0.8.tgz b/stable/healthchecks/14.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/healthchecks/14.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hexo-blog/5.5.1/.helmignore b/stable/healthchecks/14.7.1/.helmignore similarity index 100% rename from stable/hexo-blog/5.5.1/.helmignore rename to stable/healthchecks/14.7.1/.helmignore diff --git a/stable/healthchecks/14.7.1/CHANGELOG.md b/stable/healthchecks/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..316160bce46 --- /dev/null +++ b/stable/healthchecks/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [healthchecks-14.7.1](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/healthchecks/14.7.1/Chart.yaml new file mode 100644 index 00000000000..8bb4e8476ac --- /dev/null +++ b/stable/healthchecks/14.7.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.2.20240311 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/healthchecks/14.5.1/README.md b/stable/healthchecks/14.7.1/README.md similarity index 100% rename from stable/healthchecks/14.5.1/README.md rename to stable/healthchecks/14.7.1/README.md diff --git a/stable/healthchecks/14.7.1/app-changelog.md b/stable/healthchecks/14.7.1/app-changelog.md new file mode 100644 index 00000000000..462a3c7c810 --- /dev/null +++ b/stable/healthchecks/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [healthchecks-14.7.1](https://github.com/truecharts/charts/compare/healthchecks-14.6.0...healthchecks-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/healthchecks/14.7.1/app-readme.md similarity index 100% rename from stable/healthchecks/14.5.1/app-readme.md rename to stable/healthchecks/14.7.1/app-readme.md diff --git a/stable/healthchecks/14.7.1/charts/common-20.2.2.tgz b/stable/healthchecks/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/healthchecks/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/healthchecks/14.5.1/ix_values.yaml b/stable/healthchecks/14.7.1/ix_values.yaml similarity index 100% rename from stable/healthchecks/14.5.1/ix_values.yaml rename to stable/healthchecks/14.7.1/ix_values.yaml diff --git a/stable/healthchecks/14.5.1/questions.yaml b/stable/healthchecks/14.7.1/questions.yaml similarity index 100% rename from stable/healthchecks/14.5.1/questions.yaml rename to stable/healthchecks/14.7.1/questions.yaml diff --git a/stable/homebox/6.5.1/templates/NOTES.txt b/stable/healthchecks/14.7.1/templates/NOTES.txt similarity index 100% rename from stable/homebox/6.5.1/templates/NOTES.txt rename to stable/healthchecks/14.7.1/templates/NOTES.txt diff --git a/stable/heimdall/20.5.2/templates/common.yaml b/stable/healthchecks/14.7.1/templates/common.yaml similarity index 100% rename from stable/heimdall/20.5.2/templates/common.yaml rename to stable/healthchecks/14.7.1/templates/common.yaml diff --git a/stable/hexo-blog/5.5.1/values.yaml b/stable/healthchecks/14.7.1/values.yaml similarity index 100% rename from stable/hexo-blog/5.5.1/values.yaml rename to stable/healthchecks/14.7.1/values.yaml diff --git a/stable/hedgedoc/12.5.1/CHANGELOG.md b/stable/hedgedoc/12.5.1/CHANGELOG.md deleted file mode 100644 index 2d6978033a1..00000000000 --- a/stable/hedgedoc/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hedgedoc-12.5.1](https://github.com/truecharts/charts/compare/hedgedoc-12.5.0...hedgedoc-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hedgedoc-12.5.0](https://github.com/truecharts/charts/compare/hedgedoc-12.4.1...hedgedoc-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hedgedoc-12.4.1](https://github.com/truecharts/charts/compare/hedgedoc-12.4.0...hedgedoc-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hedgedoc-12.4.0](https://github.com/truecharts/charts/compare/hedgedoc-12.3.0...hedgedoc-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hedgedoc-12.3.0](https://github.com/truecharts/charts/compare/hedgedoc-12.2.3...hedgedoc-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hedgedoc-12.2.3](https://github.com/truecharts/charts/compare/hedgedoc-12.2.2...hedgedoc-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hedgedoc-12.2.2](https://github.com/truecharts/charts/compare/hedgedoc-12.2.0...hedgedoc-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hedgedoc-11.1.11](https://github.com/truecharts/charts/compare/hedgedoc-11.1.10...hedgedoc-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hedgedoc-11.1.10](https://github.com/truecharts/charts/compare/hedgedoc-11.1.9...hedgedoc-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hedgedoc/12.5.1/Chart.yaml b/stable/hedgedoc/12.5.1/Chart.yaml deleted file mode 100644 index 7e3ed27db61..00000000000 --- a/stable/hedgedoc/12.5.1/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.0.8 - 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.5.1 diff --git a/stable/hedgedoc/12.5.1/charts/common-20.0.8.tgz b/stable/hedgedoc/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hedgedoc/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/homarr/10.5.2/.helmignore b/stable/hedgedoc/12.7.1/.helmignore similarity index 100% rename from stable/homarr/10.5.2/.helmignore rename to stable/hedgedoc/12.7.1/.helmignore diff --git a/stable/hedgedoc/12.7.1/CHANGELOG.md b/stable/hedgedoc/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..791ae541211 --- /dev/null +++ b/stable/hedgedoc/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hedgedoc-12.7.1](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hedgedoc/12.7.1/Chart.yaml new file mode 100644 index 00000000000..4b7be1837b3 --- /dev/null +++ b/stable/hedgedoc/12.7.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: 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.2 + 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.1 diff --git a/stable/hedgedoc/12.5.1/README.md b/stable/hedgedoc/12.7.1/README.md similarity index 100% rename from stable/hedgedoc/12.5.1/README.md rename to stable/hedgedoc/12.7.1/README.md diff --git a/stable/hedgedoc/12.7.1/app-changelog.md b/stable/hedgedoc/12.7.1/app-changelog.md new file mode 100644 index 00000000000..c4c986b12f6 --- /dev/null +++ b/stable/hedgedoc/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hedgedoc-12.7.1](https://github.com/truecharts/charts/compare/hedgedoc-12.6.0...hedgedoc-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hedgedoc/12.7.1/app-readme.md similarity index 100% rename from stable/hedgedoc/12.5.1/app-readme.md rename to stable/hedgedoc/12.7.1/app-readme.md diff --git a/stable/hedgedoc/12.7.1/charts/common-20.2.2.tgz b/stable/hedgedoc/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hedgedoc/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hedgedoc/12.5.1/ix_values.yaml b/stable/hedgedoc/12.7.1/ix_values.yaml similarity index 100% rename from stable/hedgedoc/12.5.1/ix_values.yaml rename to stable/hedgedoc/12.7.1/ix_values.yaml diff --git a/stable/hedgedoc/12.5.1/questions.yaml b/stable/hedgedoc/12.7.1/questions.yaml similarity index 100% rename from stable/hedgedoc/12.5.1/questions.yaml rename to stable/hedgedoc/12.7.1/questions.yaml diff --git a/stable/homebridge/7.5.1/templates/NOTES.txt b/stable/hedgedoc/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/homebridge/7.5.1/templates/NOTES.txt rename to stable/hedgedoc/12.7.1/templates/NOTES.txt diff --git a/stable/hedgedoc/12.5.1/templates/_secrets.tpl b/stable/hedgedoc/12.7.1/templates/_secrets.tpl similarity index 100% rename from stable/hedgedoc/12.5.1/templates/_secrets.tpl rename to stable/hedgedoc/12.7.1/templates/_secrets.tpl diff --git a/stable/hedgedoc/12.5.1/templates/common.yaml b/stable/hedgedoc/12.7.1/templates/common.yaml similarity index 100% rename from stable/hedgedoc/12.5.1/templates/common.yaml rename to stable/hedgedoc/12.7.1/templates/common.yaml diff --git a/stable/homarr/10.5.2/values.yaml b/stable/hedgedoc/12.7.1/values.yaml similarity index 100% rename from stable/homarr/10.5.2/values.yaml rename to stable/hedgedoc/12.7.1/values.yaml diff --git a/stable/heimdall/20.5.2/CHANGELOG.md b/stable/heimdall/20.5.2/CHANGELOG.md deleted file mode 100644 index b8cdcfbcd60..00000000000 --- a/stable/heimdall/20.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [heimdall-20.5.2](https://github.com/truecharts/charts/compare/heimdall-20.5.1...heimdall-20.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [heimdall-20.5.1](https://github.com/truecharts/charts/compare/heimdall-20.5.0...heimdall-20.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [heimdall-20.5.0](https://github.com/truecharts/charts/compare/heimdall-20.4.2...heimdall-20.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [heimdall-20.4.2](https://github.com/truecharts/charts/compare/heimdall-20.4.1...heimdall-20.4.2) (2024-03-11) - -### Chore - - - -- update container image linuxserver/heimdall to v[@8ff4d87](https://github.com/8ff4d87) by renovate ([#19026](https://github.com/truecharts/charts/issues/19026)) - - -## [heimdall-20.4.1](https://github.com/truecharts/charts/compare/heimdall-20.4.0...heimdall-20.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [heimdall-20.4.0](https://github.com/truecharts/charts/compare/heimdall-20.3.0...heimdall-20.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [heimdall-20.3.0](https://github.com/truecharts/charts/compare/heimdall-20.2.4...heimdall-20.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [heimdall-20.2.4](https://github.com/truecharts/charts/compare/heimdall-20.2.3...heimdall-20.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [heimdall-20.2.3](https://github.com/truecharts/charts/compare/heimdall-20.2.1...heimdall-20.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/heimdall/20.5.2/Chart.yaml b/stable/heimdall/20.5.2/Chart.yaml deleted file mode 100644 index 2a1156ab058..00000000000 --- a/stable/heimdall/20.5.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: 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.0.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.5.2 diff --git a/stable/heimdall/20.5.2/charts/common-20.0.9.tgz b/stable/heimdall/20.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/heimdall/20.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/heimdall/20.5.2/ix_values.yaml b/stable/heimdall/20.5.2/ix_values.yaml deleted file mode 100644 index c47beaf90ad..00000000000 --- a/stable/heimdall/20.5.2/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: linuxserver/heimdall - tag: 2.6.1@sha256:8ff4d879a3e03838b9ba9d583a3c6a6adeee7b71ec010858f917ab15645d4525 - 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/home-assistant/24.6.2/.helmignore b/stable/heimdall/20.7.1/.helmignore similarity index 100% rename from stable/home-assistant/24.6.2/.helmignore rename to stable/heimdall/20.7.1/.helmignore diff --git a/stable/heimdall/20.7.1/CHANGELOG.md b/stable/heimdall/20.7.1/CHANGELOG.md new file mode 100644 index 00000000000..60c2b623df0 --- /dev/null +++ b/stable/heimdall/20.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [heimdall-20.7.1](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/heimdall/20.7.1/Chart.yaml b/stable/heimdall/20.7.1/Chart.yaml new file mode 100644 index 00000000000..bcd39885a8b --- /dev/null +++ b/stable/heimdall/20.7.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: 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.2 + 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.1 diff --git a/stable/heimdall/20.5.2/README.md b/stable/heimdall/20.7.1/README.md similarity index 100% rename from stable/heimdall/20.5.2/README.md rename to stable/heimdall/20.7.1/README.md diff --git a/stable/heimdall/20.7.1/app-changelog.md b/stable/heimdall/20.7.1/app-changelog.md new file mode 100644 index 00000000000..6a3efb65832 --- /dev/null +++ b/stable/heimdall/20.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [heimdall-20.7.1](https://github.com/truecharts/charts/compare/heimdall-20.6.0...heimdall-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/heimdall/20.7.1/app-readme.md similarity index 100% rename from stable/heimdall/20.5.2/app-readme.md rename to stable/heimdall/20.7.1/app-readme.md diff --git a/stable/heimdall/20.7.1/charts/common-20.2.2.tgz b/stable/heimdall/20.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/heimdall/20.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/heimdall/20.7.1/ix_values.yaml b/stable/heimdall/20.7.1/ix_values.yaml new file mode 100644 index 00000000000..445cb56d072 --- /dev/null +++ b/stable/heimdall/20.7.1/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: linuxserver/heimdall + tag: 2.6.1@sha256:c4ff1018e3fe56cd8edaa0f5828b308ea120eaa0f87d9a89574fb5ba3fba33b5 + 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.5.2/questions.yaml b/stable/heimdall/20.7.1/questions.yaml similarity index 100% rename from stable/heimdall/20.5.2/questions.yaml rename to stable/heimdall/20.7.1/questions.yaml diff --git a/stable/homelablabelmaker/8.5.1/templates/NOTES.txt b/stable/heimdall/20.7.1/templates/NOTES.txt similarity index 100% rename from stable/homelablabelmaker/8.5.1/templates/NOTES.txt rename to stable/heimdall/20.7.1/templates/NOTES.txt diff --git a/stable/homebridge/7.5.1/templates/common.yaml b/stable/heimdall/20.7.1/templates/common.yaml similarity index 100% rename from stable/homebridge/7.5.1/templates/common.yaml rename to stable/heimdall/20.7.1/templates/common.yaml diff --git a/stable/home-assistant/24.6.2/values.yaml b/stable/heimdall/20.7.1/values.yaml similarity index 100% rename from stable/home-assistant/24.6.2/values.yaml rename to stable/heimdall/20.7.1/values.yaml diff --git a/stable/hetzner-ddns/5.5.1/CHANGELOG.md b/stable/hetzner-ddns/5.5.1/CHANGELOG.md deleted file mode 100644 index 40dafe69dec..00000000000 --- a/stable/hetzner-ddns/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hetzner-ddns-5.5.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.5.0...hetzner-ddns-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hetzner-ddns-5.5.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.4.1...hetzner-ddns-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hetzner-ddns-5.4.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.4.0...hetzner-ddns-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hetzner-ddns-5.4.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.3.0...hetzner-ddns-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hetzner-ddns-5.3.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.3...hetzner-ddns-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hetzner-ddns-5.2.3](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.2...hetzner-ddns-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hetzner-ddns-5.2.2](https://github.com/truecharts/charts/compare/hetzner-ddns-5.2.0...hetzner-ddns-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hetzner-ddns-4.1.11](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.10...hetzner-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hetzner-ddns-4.1.10](https://github.com/truecharts/charts/compare/hetzner-ddns-4.1.9...hetzner-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hetzner-ddns/5.5.1/Chart.yaml b/stable/hetzner-ddns/5.5.1/Chart.yaml deleted file mode 100644 index 73c804fc13b..00000000000 --- a/stable/hetzner-ddns/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hetzner-ddns/5.5.1/charts/common-20.0.8.tgz b/stable/hetzner-ddns/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hetzner-ddns/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/homebox/6.5.1/.helmignore b/stable/hetzner-ddns/5.7.1/.helmignore similarity index 100% rename from stable/homebox/6.5.1/.helmignore rename to stable/hetzner-ddns/5.7.1/.helmignore diff --git a/stable/hetzner-ddns/5.7.1/CHANGELOG.md b/stable/hetzner-ddns/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..234d953fb51 --- /dev/null +++ b/stable/hetzner-ddns/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hetzner-ddns-5.7.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hetzner-ddns/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1ee195379df --- /dev/null +++ b/stable/hetzner-ddns/5.7.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: 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.2 + 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.1 diff --git a/stable/hetzner-ddns/5.5.1/README.md b/stable/hetzner-ddns/5.7.1/README.md similarity index 100% rename from stable/hetzner-ddns/5.5.1/README.md rename to stable/hetzner-ddns/5.7.1/README.md diff --git a/stable/hetzner-ddns/5.7.1/app-changelog.md b/stable/hetzner-ddns/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c33c7c2a546 --- /dev/null +++ b/stable/hetzner-ddns/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hetzner-ddns-5.7.1](https://github.com/truecharts/charts/compare/hetzner-ddns-5.6.0...hetzner-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hetzner-ddns/5.7.1/app-readme.md similarity index 100% rename from stable/hetzner-ddns/5.5.1/app-readme.md rename to stable/hetzner-ddns/5.7.1/app-readme.md diff --git a/stable/hetzner-ddns/5.7.1/charts/common-20.2.2.tgz b/stable/hetzner-ddns/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hetzner-ddns/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hetzner-ddns/5.5.1/ix_values.yaml b/stable/hetzner-ddns/5.7.1/ix_values.yaml similarity index 100% rename from stable/hetzner-ddns/5.5.1/ix_values.yaml rename to stable/hetzner-ddns/5.7.1/ix_values.yaml diff --git a/stable/hetzner-ddns/5.5.1/questions.yaml b/stable/hetzner-ddns/5.7.1/questions.yaml similarity index 100% rename from stable/hetzner-ddns/5.5.1/questions.yaml rename to stable/hetzner-ddns/5.7.1/questions.yaml diff --git a/stable/hetzner-ddns/5.5.1/templates/common.yaml b/stable/hetzner-ddns/5.7.1/templates/common.yaml similarity index 100% rename from stable/hetzner-ddns/5.5.1/templates/common.yaml rename to stable/hetzner-ddns/5.7.1/templates/common.yaml diff --git a/stable/homebox/6.5.1/values.yaml b/stable/hetzner-ddns/5.7.1/values.yaml similarity index 100% rename from stable/homebox/6.5.1/values.yaml rename to stable/hetzner-ddns/5.7.1/values.yaml diff --git a/stable/hexchat/5.5.1/CHANGELOG.md b/stable/hexchat/5.5.1/CHANGELOG.md deleted file mode 100644 index 6affd1ab515..00000000000 --- a/stable/hexchat/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hexchat-5.5.1](https://github.com/truecharts/charts/compare/hexchat-5.5.0...hexchat-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hexchat-5.5.0](https://github.com/truecharts/charts/compare/hexchat-5.4.1...hexchat-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hexchat-5.4.1](https://github.com/truecharts/charts/compare/hexchat-5.4.0...hexchat-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hexchat-5.4.0](https://github.com/truecharts/charts/compare/hexchat-5.3.0...hexchat-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hexchat-5.3.0](https://github.com/truecharts/charts/compare/hexchat-5.2.3...hexchat-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hexchat-5.2.3](https://github.com/truecharts/charts/compare/hexchat-5.2.2...hexchat-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hexchat-5.2.2](https://github.com/truecharts/charts/compare/hexchat-5.2.0...hexchat-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hexchat-4.1.12](https://github.com/truecharts/charts/compare/hexchat-4.1.11...hexchat-4.1.12) (2024-02-12) - -### Chore - - - -- update container image binhex/arch-hexchat to latest[@87c3fc6](https://github.com/87c3fc6) by renovate ([#18025](https://github.com/truecharts/charts/issues/18025)) - - -## [hexchat-4.1.11](https://github.com/truecharts/charts/compare/hexchat-4.1.10...hexchat-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/hexchat/5.5.1/Chart.yaml b/stable/hexchat/5.5.1/Chart.yaml deleted file mode 100644 index 1e8d54732c8..00000000000 --- a/stable/hexchat/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/hexchat/5.5.1/charts/common-20.0.8.tgz b/stable/hexchat/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hexchat/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/homebridge/7.5.1/.helmignore b/stable/hexchat/5.7.1/.helmignore similarity index 100% rename from stable/homebridge/7.5.1/.helmignore rename to stable/hexchat/5.7.1/.helmignore diff --git a/stable/hexchat/5.7.1/CHANGELOG.md b/stable/hexchat/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a83ddbcda99 --- /dev/null +++ b/stable/hexchat/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexchat-5.7.1](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hexchat/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fa576c3e744 --- /dev/null +++ b/stable/hexchat/5.7.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: 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.2 + 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.1 diff --git a/stable/hexchat/5.5.1/README.md b/stable/hexchat/5.7.1/README.md similarity index 100% rename from stable/hexchat/5.5.1/README.md rename to stable/hexchat/5.7.1/README.md diff --git a/stable/hexchat/5.7.1/app-changelog.md b/stable/hexchat/5.7.1/app-changelog.md new file mode 100644 index 00000000000..87e7fe66f9d --- /dev/null +++ b/stable/hexchat/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hexchat-5.7.1](https://github.com/truecharts/charts/compare/hexchat-5.6.0...hexchat-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hexchat/5.7.1/app-readme.md similarity index 100% rename from stable/hexchat/5.5.1/app-readme.md rename to stable/hexchat/5.7.1/app-readme.md diff --git a/stable/hexchat/5.7.1/charts/common-20.2.2.tgz b/stable/hexchat/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hexchat/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hexchat/5.5.1/ix_values.yaml b/stable/hexchat/5.7.1/ix_values.yaml similarity index 100% rename from stable/hexchat/5.5.1/ix_values.yaml rename to stable/hexchat/5.7.1/ix_values.yaml diff --git a/stable/hexchat/5.5.1/questions.yaml b/stable/hexchat/5.7.1/questions.yaml similarity index 100% rename from stable/hexchat/5.5.1/questions.yaml rename to stable/hexchat/5.7.1/questions.yaml diff --git a/stable/hexchat/5.5.1/templates/common.yaml b/stable/hexchat/5.7.1/templates/common.yaml similarity index 100% rename from stable/hexchat/5.5.1/templates/common.yaml rename to stable/hexchat/5.7.1/templates/common.yaml diff --git a/stable/homebridge/7.5.1/values.yaml b/stable/hexchat/5.7.1/values.yaml similarity index 100% rename from stable/homebridge/7.5.1/values.yaml rename to stable/hexchat/5.7.1/values.yaml diff --git a/stable/hexo-blog/5.5.1/CHANGELOG.md b/stable/hexo-blog/5.5.1/CHANGELOG.md deleted file mode 100644 index 1dc2cb6ef5e..00000000000 --- a/stable/hexo-blog/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hexo-blog-5.5.1](https://github.com/truecharts/charts/compare/hexo-blog-5.5.0...hexo-blog-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hexo-blog-5.5.0](https://github.com/truecharts/charts/compare/hexo-blog-5.4.1...hexo-blog-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hexo-blog-5.4.1](https://github.com/truecharts/charts/compare/hexo-blog-5.4.0...hexo-blog-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hexo-blog-5.4.0](https://github.com/truecharts/charts/compare/hexo-blog-5.3.0...hexo-blog-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hexo-blog-5.3.0](https://github.com/truecharts/charts/compare/hexo-blog-5.2.3...hexo-blog-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hexo-blog-5.2.3](https://github.com/truecharts/charts/compare/hexo-blog-5.2.2...hexo-blog-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hexo-blog-5.2.2](https://github.com/truecharts/charts/compare/hexo-blog-5.2.0...hexo-blog-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hexo-blog-4.1.11](https://github.com/truecharts/charts/compare/hexo-blog-4.1.10...hexo-blog-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hexo-blog-4.1.10](https://github.com/truecharts/charts/compare/hexo-blog-4.1.9...hexo-blog-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hexo-blog/5.5.1/Chart.yaml b/stable/hexo-blog/5.5.1/Chart.yaml deleted file mode 100644 index 83ededc741a..00000000000 --- a/stable/hexo-blog/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hexo-blog/5.5.1/charts/common-20.0.8.tgz b/stable/hexo-blog/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hexo-blog/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/homelablabelmaker/8.5.1/.helmignore b/stable/hexo-blog/5.7.1/.helmignore similarity index 100% rename from stable/homelablabelmaker/8.5.1/.helmignore rename to stable/hexo-blog/5.7.1/.helmignore diff --git a/stable/hexo-blog/5.7.1/CHANGELOG.md b/stable/hexo-blog/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..33172b1f1b1 --- /dev/null +++ b/stable/hexo-blog/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hexo-blog-5.7.1](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hexo-blog/5.7.1/Chart.yaml new file mode 100644 index 00000000000..046520c563f --- /dev/null +++ b/stable/hexo-blog/5.7.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: 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.2 + 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.1 diff --git a/stable/hexo-blog/5.5.1/README.md b/stable/hexo-blog/5.7.1/README.md similarity index 100% rename from stable/hexo-blog/5.5.1/README.md rename to stable/hexo-blog/5.7.1/README.md diff --git a/stable/hexo-blog/5.7.1/app-changelog.md b/stable/hexo-blog/5.7.1/app-changelog.md new file mode 100644 index 00000000000..997d5e51bdd --- /dev/null +++ b/stable/hexo-blog/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hexo-blog-5.7.1](https://github.com/truecharts/charts/compare/hexo-blog-5.6.0...hexo-blog-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hexo-blog/5.7.1/app-readme.md similarity index 100% rename from stable/hexo-blog/5.5.1/app-readme.md rename to stable/hexo-blog/5.7.1/app-readme.md diff --git a/stable/hexo-blog/5.7.1/charts/common-20.2.2.tgz b/stable/hexo-blog/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hexo-blog/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hexo-blog/5.5.1/ix_values.yaml b/stable/hexo-blog/5.7.1/ix_values.yaml similarity index 100% rename from stable/hexo-blog/5.5.1/ix_values.yaml rename to stable/hexo-blog/5.7.1/ix_values.yaml diff --git a/stable/hexo-blog/5.5.1/questions.yaml b/stable/hexo-blog/5.7.1/questions.yaml similarity index 100% rename from stable/hexo-blog/5.5.1/questions.yaml rename to stable/hexo-blog/5.7.1/questions.yaml diff --git a/stable/hexo-blog/5.5.1/templates/common.yaml b/stable/hexo-blog/5.7.1/templates/common.yaml similarity index 100% rename from stable/hexo-blog/5.5.1/templates/common.yaml rename to stable/hexo-blog/5.7.1/templates/common.yaml diff --git a/stable/homelablabelmaker/8.5.1/values.yaml b/stable/hexo-blog/5.7.1/values.yaml similarity index 100% rename from stable/homelablabelmaker/8.5.1/values.yaml rename to stable/hexo-blog/5.7.1/values.yaml diff --git a/stable/homarr/10.5.2/CHANGELOG.md b/stable/homarr/10.5.2/CHANGELOG.md deleted file mode 100644 index eebb2152a9a..00000000000 --- a/stable/homarr/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homarr-10.5.2](https://github.com/truecharts/charts/compare/homarr-10.5.1...homarr-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [homarr-10.5.1](https://github.com/truecharts/charts/compare/homarr-10.5.0...homarr-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homarr-10.5.0](https://github.com/truecharts/charts/compare/homarr-10.4.1...homarr-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homarr-10.4.1](https://github.com/truecharts/charts/compare/homarr-10.4.0...homarr-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homarr-10.4.0](https://github.com/truecharts/charts/compare/homarr-10.3.0...homarr-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homarr-10.3.0](https://github.com/truecharts/charts/compare/homarr-10.2.3...homarr-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homarr-10.2.3](https://github.com/truecharts/charts/compare/homarr-10.2.2...homarr-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homarr-10.2.2](https://github.com/truecharts/charts/compare/homarr-10.2.0...homarr-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [homarr-9.1.14](https://github.com/truecharts/charts/compare/homarr-9.1.13...homarr-9.1.14) (2024-02-05) - -### Chore - diff --git a/stable/homarr/10.5.2/Chart.yaml b/stable/homarr/10.5.2/Chart.yaml deleted file mode 100644 index d0cb2a5fa3a..00000000000 --- a/stable/homarr/10.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/homarr/10.5.2/charts/common-20.0.9.tgz b/stable/homarr/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/homarr/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/homarr/10.5.2/ix_values.yaml b/stable/homarr/10.5.2/ix_values.yaml deleted file mode 100644 index 31058e30e5c..00000000000 --- a/stable/homarr/10.5.2/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - repository: ghcr.io/ajnart/homarr - tag: 0.15.0@sha256:24e3e1982845ab7aae2c133581984b3a621075f3b51bfd6e172a13e280fa3334 - pullPolicy: IfNotPresent -workload: - main: - podSpec: - containers: - main: - env: - NEXTAUTH_SECRET: - secretKeyRef: - name: homarr-secrets - key: NEXTAUTH_SECRET -service: - main: - ports: - main: - port: 10245 - targetPort: 7575 -persistence: - config: - enabled: true - mountPath: "/app/data/configs" - icons: - enabled: true - mountPath: "/app/public/icons" - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true diff --git a/stable/homepage/7.5.1/.helmignore b/stable/homarr/10.7.1/.helmignore similarity index 100% rename from stable/homepage/7.5.1/.helmignore rename to stable/homarr/10.7.1/.helmignore diff --git a/stable/homarr/10.7.1/CHANGELOG.md b/stable/homarr/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..683a35fe768 --- /dev/null +++ b/stable/homarr/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homarr-10.7.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/homarr/10.7.1/Chart.yaml b/stable/homarr/10.7.1/Chart.yaml new file mode 100644 index 00000000000..57694dc25e6 --- /dev/null +++ b/stable/homarr/10.7.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: 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.2 + 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.1 diff --git a/stable/homarr/10.5.2/README.md b/stable/homarr/10.7.1/README.md similarity index 100% rename from stable/homarr/10.5.2/README.md rename to stable/homarr/10.7.1/README.md diff --git a/stable/homarr/10.7.1/app-changelog.md b/stable/homarr/10.7.1/app-changelog.md new file mode 100644 index 00000000000..141043e0d16 --- /dev/null +++ b/stable/homarr/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [homarr-10.7.1](https://github.com/truecharts/charts/compare/homarr-10.6.0...homarr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/homarr/10.7.1/app-readme.md similarity index 100% rename from stable/homarr/10.5.2/app-readme.md rename to stable/homarr/10.7.1/app-readme.md diff --git a/stable/homarr/10.7.1/charts/common-20.2.2.tgz b/stable/homarr/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homarr/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homarr/10.7.1/ix_values.yaml b/stable/homarr/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..ac5a9c6e6b3 --- /dev/null +++ b/stable/homarr/10.7.1/ix_values.yaml @@ -0,0 +1,33 @@ +image: + repository: ghcr.io/ajnart/homarr + tag: 0.15.2@sha256:caf77d79272d16e8081a90e0f2b2928d385ca0b3c0dd36e50cb46ff3aa940ab9 + pullPolicy: IfNotPresent +workload: + main: + podSpec: + containers: + main: + env: + NEXTAUTH_SECRET: + secretKeyRef: + name: homarr-secrets + key: NEXTAUTH_SECRET +service: + main: + ports: + main: + port: 10245 + targetPort: 7575 +persistence: + config: + enabled: true + mountPath: "/app/data/configs" + icons: + enabled: true + mountPath: "/app/public/icons" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true diff --git a/stable/homarr/10.5.2/questions.yaml b/stable/homarr/10.7.1/questions.yaml similarity index 100% rename from stable/homarr/10.5.2/questions.yaml rename to stable/homarr/10.7.1/questions.yaml diff --git a/stable/homepage/7.5.1/templates/NOTES.txt b/stable/homarr/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/homepage/7.5.1/templates/NOTES.txt rename to stable/homarr/10.7.1/templates/NOTES.txt diff --git a/stable/homarr/10.5.2/templates/_secrets.tpl b/stable/homarr/10.7.1/templates/_secrets.tpl similarity index 100% rename from stable/homarr/10.5.2/templates/_secrets.tpl rename to stable/homarr/10.7.1/templates/_secrets.tpl diff --git a/stable/homarr/10.5.2/templates/common.yaml b/stable/homarr/10.7.1/templates/common.yaml similarity index 100% rename from stable/homarr/10.5.2/templates/common.yaml rename to stable/homarr/10.7.1/templates/common.yaml diff --git a/stable/homepage/7.5.1/values.yaml b/stable/homarr/10.7.1/values.yaml similarity index 100% rename from stable/homepage/7.5.1/values.yaml rename to stable/homarr/10.7.1/values.yaml diff --git a/stable/home-assistant/24.6.2/CHANGELOG.md b/stable/home-assistant/24.6.2/CHANGELOG.md deleted file mode 100644 index e304f2d840b..00000000000 --- a/stable/home-assistant/24.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [home-assistant-24.6.2](https://github.com/truecharts/charts/compare/home-assistant-24.6.1...home-assistant-24.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [home-assistant-24.6.1](https://github.com/truecharts/charts/compare/home-assistant-24.6.0...home-assistant-24.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [home-assistant-24.6.0](https://github.com/truecharts/charts/compare/home-assistant-24.5.0...home-assistant-24.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [home-assistant-24.5.0](https://github.com/truecharts/charts/compare/home-assistant-24.4.1...home-assistant-24.5.0) (2024-03-11) - -### Chore - - - -- update container image homeassistant/home-assistant to v2024.3.0[@0471da6](https://github.com/0471da6) by renovate ([#19116](https://github.com/truecharts/charts/issues/19116)) - - -## [home-assistant-24.4.1](https://github.com/truecharts/charts/compare/home-assistant-24.4.0...home-assistant-24.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [home-assistant-24.4.0](https://github.com/truecharts/charts/compare/home-assistant-24.3.0...home-assistant-24.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [home-assistant-24.3.0](https://github.com/truecharts/charts/compare/home-assistant-24.2.4...home-assistant-24.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [home-assistant-24.2.4](https://github.com/truecharts/charts/compare/home-assistant-24.2.3...home-assistant-24.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [home-assistant-24.2.3](https://github.com/truecharts/charts/compare/home-assistant-24.2.1...home-assistant-24.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/home-assistant/24.6.2/Chart.yaml b/stable/home-assistant/24.6.2/Chart.yaml deleted file mode 100644 index fb85da7ada7..00000000000 --- a/stable/home-assistant/24.6.2/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.0 -dependencies: - - name: common - version: 20.0.9 - 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.6.2 diff --git a/stable/home-assistant/24.6.2/charts/common-20.0.9.tgz b/stable/home-assistant/24.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/home-assistant/24.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/home-assistant/24.6.2/ix_values.yaml b/stable/home-assistant/24.6.2/ix_values.yaml deleted file mode 100644 index 6a8c4065fb7..00000000000 --- a/stable/home-assistant/24.6.2/ix_values.yaml +++ /dev/null @@ -1,153 +0,0 @@ -image: - repository: homeassistant/home-assistant - pullPolicy: IfNotPresent - tag: 2024.3.0@sha256:0471da64037a0d0c82b35af23fe632373324bac01decd3475921c2796f2a9968 -service: - main: - ports: - main: - port: 8123 - targetPort: 8123 -workload: - main: - podSpec: - initContainers: - init: - type: init - enabled: true - imageSelector: yqImage - command: /config/init/init.sh -# # Enable devices to be discoverable -# hostNetwork: true - -# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet -# dnsPolicy: ClusterFirstWithHostNet -homeassistant: - trusted_proxies: [] -# Enable a prometheus-operator servicemonitor -prometheus: - serviceMonitor: - enabled: false - # interval: 1m - # additionalLabels: {} -persistence: - config: - enabled: true - mountPath: /config - targetSelectAll: true - init: - enabled: true - type: configmap - objectName: init - mountPath: "/config/init" - defaultMode: "0777" - readOnly: true - targetSelector: - main: - init: {} -configmap: - init: - enabled: true - data: - init.sh: |- - #!/bin/sh - {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }} - config="/config/configuration.yaml" - default="/config/init" - if [ ! -f "$config" ]; then - echo "File [$config] does NOT exist. Creating..." - cp "$default/configuration.yaml.default" "$config" - fi - if ! grep -q "recorder:" "$config"; then - echo "Section [recorder] does NOT exist in [$config]. Appending..." - echo "" >> "$config" - cat "$default/recorder.default" >> "$config" - fi - if ! grep -q "http:" "$config"; then - echo "Section [http] does NOT exist in [$config]. Appending..." - echo "" >> "$config" - cat "$default/http.default" >> "$config" - fi - - echo "Updating database URL" - yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config" - echo "Done" - - echo "Creating include files..." - for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do - if [ ! -f "/config/$include_file" ]; then - echo "File [$include_file] missing. Creating" - touch "/config/$include_file" - fi - done - - cd "/config" || echo "Could not change path to /config" - echo "Creating custom_components directory..." - mkdir -p "/config/custom_components" || echo "custom_components directory already exists" - - echo "Changing to the custom_components directory..." - cd "/config/custom_components" || echo "Could not change path to /config/custom_components" - - echo "Downloading HACS" - wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0 - - if [ -d "/config/custom_components/hacs" ]; then - echo "HACS directory already exist, cleaning up..." - rm -R "/config/custom_components/hacs" - fi - - echo "Creating HACS directory..." - mkdir -p "/config/custom_components/hacs" - - echo "Unpacking HACS..." - unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1 - - echo "Removing HACS zip file..." - rm "/config/custom_components/hacs.zip" - echo "Installation complete." - configuration.yaml.default: |- - # Configure a default setup of Home Assistant (frontend, api, etc) - default_config: - - # Text to speech - tts: - - platform: google_translate - - group: !include groups.yaml - automation: !include automations.yaml - script: !include scripts.yaml - scene: !include scenes.yaml - recorder.default: |- - recorder: - purge_keep_days: 30 - commit_interval: 3 - db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }} - http.default: |- - http: - use_x_forwarded_for: true - trusted_proxies: - {{- if hasKey .Values "ixChartContext" }} - - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }} - {{- else }} - {{- range .Values.homeassistant.trusted_proxies }} - - {{ . }} - {{- end }} - {{- end }} -cnpg: - main: - enabled: true - user: home-assistant - database: home-assistant -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - CAP_NET_RAW - - CAP_NET_BIND_SERVICE diff --git a/stable/homer/9.5.1/.helmignore b/stable/home-assistant/24.8.1/.helmignore similarity index 100% rename from stable/homer/9.5.1/.helmignore rename to stable/home-assistant/24.8.1/.helmignore diff --git a/stable/home-assistant/24.8.1/CHANGELOG.md b/stable/home-assistant/24.8.1/CHANGELOG.md new file mode 100644 index 00000000000..9a6d0447ef9 --- /dev/null +++ b/stable/home-assistant/24.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [home-assistant-24.8.1](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/home-assistant/24.8.1/Chart.yaml b/stable/home-assistant/24.8.1/Chart.yaml new file mode 100644 index 00000000000..f73d566317a --- /dev/null +++ b/stable/home-assistant/24.8.1/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.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/home-assistant/24.6.2/README.md b/stable/home-assistant/24.8.1/README.md similarity index 100% rename from stable/home-assistant/24.6.2/README.md rename to stable/home-assistant/24.8.1/README.md diff --git a/stable/home-assistant/24.8.1/app-changelog.md b/stable/home-assistant/24.8.1/app-changelog.md new file mode 100644 index 00000000000..0478b879d58 --- /dev/null +++ b/stable/home-assistant/24.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [home-assistant-24.8.1](https://github.com/truecharts/charts/compare/home-assistant-24.7.0...home-assistant-24.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/home-assistant/24.8.1/app-readme.md similarity index 100% rename from stable/home-assistant/24.6.2/app-readme.md rename to stable/home-assistant/24.8.1/app-readme.md diff --git a/stable/home-assistant/24.8.1/charts/common-20.2.2.tgz b/stable/home-assistant/24.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/home-assistant/24.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/home-assistant/24.8.1/ix_values.yaml b/stable/home-assistant/24.8.1/ix_values.yaml new file mode 100644 index 00000000000..f4e49c80e57 --- /dev/null +++ b/stable/home-assistant/24.8.1/ix_values.yaml @@ -0,0 +1,153 @@ +image: + repository: homeassistant/home-assistant + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:9dade9391001b769a791a03faf9f193a9c801e711922f0469d27a3d923b9dfe0 +service: + main: + ports: + main: + port: 8123 + targetPort: 8123 +workload: + main: + podSpec: + initContainers: + init: + type: init + enabled: true + imageSelector: yqImage + command: /config/init/init.sh +# # Enable devices to be discoverable +# hostNetwork: true + +# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet +# dnsPolicy: ClusterFirstWithHostNet +homeassistant: + trusted_proxies: [] +# Enable a prometheus-operator servicemonitor +prometheus: + serviceMonitor: + enabled: false + # interval: 1m + # additionalLabels: {} +persistence: + config: + enabled: true + mountPath: /config + targetSelectAll: true + init: + enabled: true + type: configmap + objectName: init + mountPath: "/config/init" + defaultMode: "0777" + readOnly: true + targetSelector: + main: + init: {} +configmap: + init: + enabled: true + data: + init.sh: |- + #!/bin/sh + {{- $haDBURL := (printf "%s?client_encoding=utf8" ($.Values.cnpg.main.creds.std | trimAll "\"")) }} + config="/config/configuration.yaml" + default="/config/init" + if [ ! -f "$config" ]; then + echo "File [$config] does NOT exist. Creating..." + cp "$default/configuration.yaml.default" "$config" + fi + if ! grep -q "recorder:" "$config"; then + echo "Section [recorder] does NOT exist in [$config]. Appending..." + echo "" >> "$config" + cat "$default/recorder.default" >> "$config" + fi + if ! grep -q "http:" "$config"; then + echo "Section [http] does NOT exist in [$config]. Appending..." + echo "" >> "$config" + cat "$default/http.default" >> "$config" + fi + + echo "Updating database URL" + yq -i '.recorder.db_url = "{{ $haDBURL }}"' "$config" + echo "Done" + + echo "Creating include files..." + for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do + if [ ! -f "/config/$include_file" ]; then + echo "File [$include_file] missing. Creating" + touch "/config/$include_file" + fi + done + + cd "/config" || echo "Could not change path to /config" + echo "Creating custom_components directory..." + mkdir -p "/config/custom_components" || echo "custom_components directory already exists" + + echo "Changing to the custom_components directory..." + cd "/config/custom_components" || echo "Could not change path to /config/custom_components" + + echo "Downloading HACS" + wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0 + + if [ -d "/config/custom_components/hacs" ]; then + echo "HACS directory already exist, cleaning up..." + rm -R "/config/custom_components/hacs" + fi + + echo "Creating HACS directory..." + mkdir -p "/config/custom_components/hacs" + + echo "Unpacking HACS..." + unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1 + + echo "Removing HACS zip file..." + rm "/config/custom_components/hacs.zip" + echo "Installation complete." + configuration.yaml.default: |- + # Configure a default setup of Home Assistant (frontend, api, etc) + default_config: + + # Text to speech + tts: + - platform: google_translate + + group: !include groups.yaml + automation: !include automations.yaml + script: !include scripts.yaml + scene: !include scenes.yaml + recorder.default: |- + recorder: + purge_keep_days: 30 + commit_interval: 3 + db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }} + http.default: |- + http: + use_x_forwarded_for: true + trusted_proxies: + {{- if hasKey .Values "ixChartContext" }} + - {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }} + {{- else }} + {{- range .Values.homeassistant.trusted_proxies }} + - {{ . }} + {{- end }} + {{- end }} +cnpg: + main: + enabled: true + user: home-assistant + database: home-assistant +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - CAP_NET_RAW + - CAP_NET_BIND_SERVICE diff --git a/stable/home-assistant/24.6.2/questions.yaml b/stable/home-assistant/24.8.1/questions.yaml similarity index 100% rename from stable/home-assistant/24.6.2/questions.yaml rename to stable/home-assistant/24.8.1/questions.yaml diff --git a/stable/homer/9.5.1/templates/NOTES.txt b/stable/home-assistant/24.8.1/templates/NOTES.txt similarity index 100% rename from stable/homer/9.5.1/templates/NOTES.txt rename to stable/home-assistant/24.8.1/templates/NOTES.txt diff --git a/stable/home-assistant/24.6.2/templates/common.yaml b/stable/home-assistant/24.8.1/templates/common.yaml similarity index 100% rename from stable/home-assistant/24.6.2/templates/common.yaml rename to stable/home-assistant/24.8.1/templates/common.yaml diff --git a/stable/homer/9.5.1/values.yaml b/stable/home-assistant/24.8.1/values.yaml similarity index 100% rename from stable/homer/9.5.1/values.yaml rename to stable/home-assistant/24.8.1/values.yaml diff --git a/stable/homebox/6.5.1/CHANGELOG.md b/stable/homebox/6.5.1/CHANGELOG.md deleted file mode 100644 index 730b8e03f55..00000000000 --- a/stable/homebox/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homebox-6.5.1](https://github.com/truecharts/charts/compare/homebox-6.5.0...homebox-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homebox-6.5.0](https://github.com/truecharts/charts/compare/homebox-6.4.1...homebox-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homebox-6.4.1](https://github.com/truecharts/charts/compare/homebox-6.4.0...homebox-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homebox-6.4.0](https://github.com/truecharts/charts/compare/homebox-6.3.0...homebox-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homebox-6.3.0](https://github.com/truecharts/charts/compare/homebox-6.2.3...homebox-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homebox-6.2.3](https://github.com/truecharts/charts/compare/homebox-6.2.2...homebox-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homebox-6.2.2](https://github.com/truecharts/charts/compare/homebox-6.2.0...homebox-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [homebox-5.1.12](https://github.com/truecharts/charts/compare/homebox-5.1.11...homebox-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homebox-5.1.11](https://github.com/truecharts/charts/compare/homebox-5.1.10...homebox-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/homebox/6.5.1/Chart.yaml b/stable/homebox/6.5.1/Chart.yaml deleted file mode 100644 index 3567e3e9169..00000000000 --- a/stable/homebox/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/homebox/6.5.1/charts/common-20.0.8.tgz b/stable/homebox/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/homebox/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hoobs/5.5.1/.helmignore b/stable/homebox/6.7.1/.helmignore similarity index 100% rename from stable/hoobs/5.5.1/.helmignore rename to stable/homebox/6.7.1/.helmignore diff --git a/stable/homebox/6.7.1/CHANGELOG.md b/stable/homebox/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8dab8647805 --- /dev/null +++ b/stable/homebox/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebox-6.7.1](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/homebox/6.7.1/Chart.yaml new file mode 100644 index 00000000000..ec7f357bc23 --- /dev/null +++ b/stable/homebox/6.7.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: 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.2 + 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.1 diff --git a/stable/homebox/6.5.1/README.md b/stable/homebox/6.7.1/README.md similarity index 100% rename from stable/homebox/6.5.1/README.md rename to stable/homebox/6.7.1/README.md diff --git a/stable/homebox/6.7.1/app-changelog.md b/stable/homebox/6.7.1/app-changelog.md new file mode 100644 index 00000000000..a33d8a04fd6 --- /dev/null +++ b/stable/homebox/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [homebox-6.7.1](https://github.com/truecharts/charts/compare/homebox-6.6.0...homebox-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/homebox/6.7.1/app-readme.md similarity index 100% rename from stable/homebox/6.5.1/app-readme.md rename to stable/homebox/6.7.1/app-readme.md diff --git a/stable/homebox/6.7.1/charts/common-20.2.2.tgz b/stable/homebox/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homebox/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homebox/6.5.1/ix_values.yaml b/stable/homebox/6.7.1/ix_values.yaml similarity index 100% rename from stable/homebox/6.5.1/ix_values.yaml rename to stable/homebox/6.7.1/ix_values.yaml diff --git a/stable/homebox/6.5.1/questions.yaml b/stable/homebox/6.7.1/questions.yaml similarity index 100% rename from stable/homebox/6.5.1/questions.yaml rename to stable/homebox/6.7.1/questions.yaml diff --git a/stable/htpcmanager/9.5.1/templates/NOTES.txt b/stable/homebox/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/htpcmanager/9.5.1/templates/NOTES.txt rename to stable/homebox/6.7.1/templates/NOTES.txt diff --git a/stable/homebox/6.5.1/templates/_secret.tpl b/stable/homebox/6.7.1/templates/_secret.tpl similarity index 100% rename from stable/homebox/6.5.1/templates/_secret.tpl rename to stable/homebox/6.7.1/templates/_secret.tpl diff --git a/stable/homebox/6.5.1/templates/common.yaml b/stable/homebox/6.7.1/templates/common.yaml similarity index 100% rename from stable/homebox/6.5.1/templates/common.yaml rename to stable/homebox/6.7.1/templates/common.yaml diff --git a/stable/hoobs/5.5.1/values.yaml b/stable/homebox/6.7.1/values.yaml similarity index 100% rename from stable/hoobs/5.5.1/values.yaml rename to stable/homebox/6.7.1/values.yaml diff --git a/stable/homebridge/7.5.1/CHANGELOG.md b/stable/homebridge/7.5.1/CHANGELOG.md deleted file mode 100644 index be6a1876285..00000000000 --- a/stable/homebridge/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homebridge-7.5.1](https://github.com/truecharts/charts/compare/homebridge-7.5.0...homebridge-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homebridge-7.5.0](https://github.com/truecharts/charts/compare/homebridge-7.4.1...homebridge-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homebridge-7.4.1](https://github.com/truecharts/charts/compare/homebridge-7.4.0...homebridge-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homebridge-7.4.0](https://github.com/truecharts/charts/compare/homebridge-7.3.0...homebridge-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homebridge-7.3.0](https://github.com/truecharts/charts/compare/homebridge-7.2.3...homebridge-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homebridge-7.2.3](https://github.com/truecharts/charts/compare/homebridge-7.2.2...homebridge-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homebridge-7.2.2](https://github.com/truecharts/charts/compare/homebridge-7.2.0...homebridge-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [homebridge-6.1.14](https://github.com/truecharts/charts/compare/homebridge-6.1.13...homebridge-6.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homebridge-6.1.13](https://github.com/truecharts/charts/compare/homebridge-6.1.12...homebridge-6.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/homebridge/7.5.1/Chart.yaml b/stable/homebridge/7.5.1/Chart.yaml deleted file mode 100644 index 770c5c90d0d..00000000000 --- a/stable/homebridge/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/homebridge/7.5.1/charts/common-20.0.8.tgz b/stable/homebridge/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/homebridge/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/htpcmanager/9.5.1/.helmignore b/stable/homebridge/7.7.1/.helmignore similarity index 100% rename from stable/htpcmanager/9.5.1/.helmignore rename to stable/homebridge/7.7.1/.helmignore diff --git a/stable/homebridge/7.7.1/CHANGELOG.md b/stable/homebridge/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a2e6515ff85 --- /dev/null +++ b/stable/homebridge/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homebridge-7.7.1](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/homebridge/7.7.1/Chart.yaml new file mode 100644 index 00000000000..555bf341040 --- /dev/null +++ b/stable/homebridge/7.7.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: 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.2 + 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.1 diff --git a/stable/homebridge/7.5.1/README.md b/stable/homebridge/7.7.1/README.md similarity index 100% rename from stable/homebridge/7.5.1/README.md rename to stable/homebridge/7.7.1/README.md diff --git a/stable/homebridge/7.7.1/app-changelog.md b/stable/homebridge/7.7.1/app-changelog.md new file mode 100644 index 00000000000..83a1d5a2a2b --- /dev/null +++ b/stable/homebridge/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [homebridge-7.7.1](https://github.com/truecharts/charts/compare/homebridge-7.6.0...homebridge-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/homebridge/7.7.1/app-readme.md similarity index 100% rename from stable/homebridge/7.5.1/app-readme.md rename to stable/homebridge/7.7.1/app-readme.md diff --git a/stable/homebridge/7.7.1/charts/common-20.2.2.tgz b/stable/homebridge/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homebridge/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homebridge/7.5.1/ix_values.yaml b/stable/homebridge/7.7.1/ix_values.yaml similarity index 100% rename from stable/homebridge/7.5.1/ix_values.yaml rename to stable/homebridge/7.7.1/ix_values.yaml diff --git a/stable/homebridge/7.5.1/questions.yaml b/stable/homebridge/7.7.1/questions.yaml similarity index 100% rename from stable/homebridge/7.5.1/questions.yaml rename to stable/homebridge/7.7.1/questions.yaml diff --git a/stable/humhub/7.11.1/templates/NOTES.txt b/stable/homebridge/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/humhub/7.11.1/templates/NOTES.txt rename to stable/homebridge/7.7.1/templates/NOTES.txt diff --git a/stable/homepage/7.5.1/templates/common.yaml b/stable/homebridge/7.7.1/templates/common.yaml similarity index 100% rename from stable/homepage/7.5.1/templates/common.yaml rename to stable/homebridge/7.7.1/templates/common.yaml diff --git a/stable/htpcmanager/9.5.1/values.yaml b/stable/homebridge/7.7.1/values.yaml similarity index 100% rename from stable/htpcmanager/9.5.1/values.yaml rename to stable/homebridge/7.7.1/values.yaml diff --git a/stable/homelablabelmaker/8.5.1/CHANGELOG.md b/stable/homelablabelmaker/8.5.1/CHANGELOG.md deleted file mode 100644 index e650b3c4ef2..00000000000 --- a/stable/homelablabelmaker/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homelablabelmaker-8.5.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.5.0...homelablabelmaker-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homelablabelmaker-8.5.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.4.1...homelablabelmaker-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homelablabelmaker-8.4.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.4.0...homelablabelmaker-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homelablabelmaker-8.4.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.3.0...homelablabelmaker-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homelablabelmaker-8.3.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.3...homelablabelmaker-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homelablabelmaker-8.2.3](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.2...homelablabelmaker-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homelablabelmaker-8.2.2](https://github.com/truecharts/charts/compare/homelablabelmaker-8.2.0...homelablabelmaker-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [homelablabelmaker-7.1.11](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.10...homelablabelmaker-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homelablabelmaker-7.1.10](https://github.com/truecharts/charts/compare/homelablabelmaker-7.1.9...homelablabelmaker-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/homelablabelmaker/8.5.1/Chart.yaml b/stable/homelablabelmaker/8.5.1/Chart.yaml deleted file mode 100644 index a7907be364c..00000000000 --- a/stable/homelablabelmaker/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/homelablabelmaker/8.5.1/charts/common-20.0.8.tgz b/stable/homelablabelmaker/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/homelablabelmaker/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/humhub/7.11.1/.helmignore b/stable/homelablabelmaker/8.7.1/.helmignore similarity index 100% rename from stable/humhub/7.11.1/.helmignore rename to stable/homelablabelmaker/8.7.1/.helmignore diff --git a/stable/homelablabelmaker/8.7.1/CHANGELOG.md b/stable/homelablabelmaker/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a1edbe5148d --- /dev/null +++ b/stable/homelablabelmaker/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homelablabelmaker-8.7.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/homelablabelmaker/8.7.1/Chart.yaml new file mode 100644 index 00000000000..902e0ce70d1 --- /dev/null +++ b/stable/homelablabelmaker/8.7.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: 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.2 + 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.1 diff --git a/stable/homelablabelmaker/8.5.1/README.md b/stable/homelablabelmaker/8.7.1/README.md similarity index 100% rename from stable/homelablabelmaker/8.5.1/README.md rename to stable/homelablabelmaker/8.7.1/README.md diff --git a/stable/homelablabelmaker/8.7.1/app-changelog.md b/stable/homelablabelmaker/8.7.1/app-changelog.md new file mode 100644 index 00000000000..8cf5217a2dc --- /dev/null +++ b/stable/homelablabelmaker/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [homelablabelmaker-8.7.1](https://github.com/truecharts/charts/compare/homelablabelmaker-8.6.0...homelablabelmaker-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/homelablabelmaker/8.7.1/app-readme.md similarity index 100% rename from stable/homelablabelmaker/8.5.1/app-readme.md rename to stable/homelablabelmaker/8.7.1/app-readme.md diff --git a/stable/homelablabelmaker/8.7.1/charts/common-20.2.2.tgz b/stable/homelablabelmaker/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homelablabelmaker/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homelablabelmaker/8.5.1/ix_values.yaml b/stable/homelablabelmaker/8.7.1/ix_values.yaml similarity index 100% rename from stable/homelablabelmaker/8.5.1/ix_values.yaml rename to stable/homelablabelmaker/8.7.1/ix_values.yaml diff --git a/stable/homelablabelmaker/8.5.1/questions.yaml b/stable/homelablabelmaker/8.7.1/questions.yaml similarity index 100% rename from stable/homelablabelmaker/8.5.1/questions.yaml rename to stable/homelablabelmaker/8.7.1/questions.yaml diff --git a/stable/hyperion-ng/13.5.1/templates/NOTES.txt b/stable/homelablabelmaker/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/hyperion-ng/13.5.1/templates/NOTES.txt rename to stable/homelablabelmaker/8.7.1/templates/NOTES.txt diff --git a/stable/homelablabelmaker/8.5.1/templates/common.yaml b/stable/homelablabelmaker/8.7.1/templates/common.yaml similarity index 100% rename from stable/homelablabelmaker/8.5.1/templates/common.yaml rename to stable/homelablabelmaker/8.7.1/templates/common.yaml diff --git a/stable/humhub/7.11.1/values.yaml b/stable/homelablabelmaker/8.7.1/values.yaml similarity index 100% rename from stable/humhub/7.11.1/values.yaml rename to stable/homelablabelmaker/8.7.1/values.yaml diff --git a/stable/homepage/7.5.1/CHANGELOG.md b/stable/homepage/7.5.1/CHANGELOG.md deleted file mode 100644 index 552b4a9acf0..00000000000 --- a/stable/homepage/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homepage-7.5.1](https://github.com/truecharts/charts/compare/homepage-7.5.0...homepage-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homepage-7.5.0](https://github.com/truecharts/charts/compare/homepage-7.4.2...homepage-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homepage-7.4.2](https://github.com/truecharts/charts/compare/homepage-7.4.1...homepage-7.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/gethomepage/homepage to v0.8.9[@869c800](https://github.com/869c800) by renovate ([#19065](https://github.com/truecharts/charts/issues/19065)) - - -## [homepage-7.4.1](https://github.com/truecharts/charts/compare/homepage-7.4.0...homepage-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homepage-7.4.0](https://github.com/truecharts/charts/compare/homepage-7.3.0...homepage-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homepage-7.3.0](https://github.com/truecharts/charts/compare/homepage-7.2.4...homepage-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homepage-7.2.4](https://github.com/truecharts/charts/compare/homepage-7.2.3...homepage-7.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homepage-7.2.3](https://github.com/truecharts/charts/compare/homepage-7.2.1...homepage-7.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/homepage/7.5.1/Chart.yaml b/stable/homepage/7.5.1/Chart.yaml deleted file mode 100644 index eea7e6223af..00000000000 --- a/stable/homepage/7.5.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: dashboard - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.8.9 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/homepage/7.5.1/charts/common-20.0.8.tgz b/stable/homepage/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/homepage/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hurtworld/5.5.1/.helmignore b/stable/homepage/7.7.1/.helmignore similarity index 100% rename from stable/hurtworld/5.5.1/.helmignore rename to stable/homepage/7.7.1/.helmignore diff --git a/stable/homepage/7.7.1/CHANGELOG.md b/stable/homepage/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..350d560d466 --- /dev/null +++ b/stable/homepage/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homepage-7.7.1](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/homepage/7.7.1/Chart.yaml new file mode 100644 index 00000000000..efbfb5bb0c2 --- /dev/null +++ b/stable/homepage/7.7.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: dashboard + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.8.9 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/homepage/7.5.1/README.md b/stable/homepage/7.7.1/README.md similarity index 100% rename from stable/homepage/7.5.1/README.md rename to stable/homepage/7.7.1/README.md diff --git a/stable/homepage/7.7.1/app-changelog.md b/stable/homepage/7.7.1/app-changelog.md new file mode 100644 index 00000000000..e3b4274f924 --- /dev/null +++ b/stable/homepage/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [homepage-7.7.1](https://github.com/truecharts/charts/compare/homepage-7.6.0...homepage-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/homepage/7.7.1/app-readme.md similarity index 100% rename from stable/homepage/7.5.1/app-readme.md rename to stable/homepage/7.7.1/app-readme.md diff --git a/stable/homepage/7.7.1/charts/common-20.2.2.tgz b/stable/homepage/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homepage/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homepage/7.5.1/ix_values.yaml b/stable/homepage/7.7.1/ix_values.yaml similarity index 100% rename from stable/homepage/7.5.1/ix_values.yaml rename to stable/homepage/7.7.1/ix_values.yaml diff --git a/stable/homepage/7.5.1/questions.yaml b/stable/homepage/7.7.1/questions.yaml similarity index 100% rename from stable/homepage/7.5.1/questions.yaml rename to stable/homepage/7.7.1/questions.yaml diff --git a/stable/icloudpd/6.5.1/templates/NOTES.txt b/stable/homepage/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/icloudpd/6.5.1/templates/NOTES.txt rename to stable/homepage/7.7.1/templates/NOTES.txt diff --git a/stable/homer/9.5.1/templates/common.yaml b/stable/homepage/7.7.1/templates/common.yaml similarity index 100% rename from stable/homer/9.5.1/templates/common.yaml rename to stable/homepage/7.7.1/templates/common.yaml diff --git a/stable/hurtworld/5.5.1/values.yaml b/stable/homepage/7.7.1/values.yaml similarity index 100% rename from stable/hurtworld/5.5.1/values.yaml rename to stable/homepage/7.7.1/values.yaml diff --git a/stable/homer/9.5.1/CHANGELOG.md b/stable/homer/9.5.1/CHANGELOG.md deleted file mode 100644 index 6bacd98048d..00000000000 --- a/stable/homer/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [homer-9.5.1](https://github.com/truecharts/charts/compare/homer-9.5.0...homer-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [homer-9.5.0](https://github.com/truecharts/charts/compare/homer-9.4.1...homer-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [homer-9.4.1](https://github.com/truecharts/charts/compare/homer-9.4.0...homer-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [homer-9.4.0](https://github.com/truecharts/charts/compare/homer-9.3.0...homer-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [homer-9.3.0](https://github.com/truecharts/charts/compare/homer-9.2.3...homer-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [homer-9.2.3](https://github.com/truecharts/charts/compare/homer-9.2.2...homer-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [homer-9.2.2](https://github.com/truecharts/charts/compare/homer-9.2.0...homer-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [homer-8.1.11](https://github.com/truecharts/charts/compare/homer-8.1.10...homer-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [homer-8.1.10](https://github.com/truecharts/charts/compare/homer-8.1.9...homer-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/homer/9.5.1/Chart.yaml b/stable/homer/9.5.1/Chart.yaml deleted file mode 100644 index 603f50b31e3..00000000000 --- a/stable/homer/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/homer/9.5.1/charts/common-20.0.8.tgz b/stable/homer/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/homer/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/hyperion-ng/13.5.1/.helmignore b/stable/homer/9.7.1/.helmignore similarity index 100% rename from stable/hyperion-ng/13.5.1/.helmignore rename to stable/homer/9.7.1/.helmignore diff --git a/stable/homer/9.7.1/CHANGELOG.md b/stable/homer/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9f37032b17e --- /dev/null +++ b/stable/homer/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [homer-9.7.1](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/homer/9.7.1/Chart.yaml new file mode 100644 index 00000000000..44fd3e7e45e --- /dev/null +++ b/stable/homer/9.7.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: 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.2 + 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.1 diff --git a/stable/homer/9.5.1/README.md b/stable/homer/9.7.1/README.md similarity index 100% rename from stable/homer/9.5.1/README.md rename to stable/homer/9.7.1/README.md diff --git a/stable/homer/9.7.1/app-changelog.md b/stable/homer/9.7.1/app-changelog.md new file mode 100644 index 00000000000..853a378d4e4 --- /dev/null +++ b/stable/homer/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [homer-9.7.1](https://github.com/truecharts/charts/compare/homer-9.6.0...homer-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/homer/9.7.1/app-readme.md similarity index 100% rename from stable/homer/9.5.1/app-readme.md rename to stable/homer/9.7.1/app-readme.md diff --git a/stable/homer/9.7.1/charts/common-20.2.2.tgz b/stable/homer/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/homer/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/homer/9.5.1/ix_values.yaml b/stable/homer/9.7.1/ix_values.yaml similarity index 100% rename from stable/homer/9.5.1/ix_values.yaml rename to stable/homer/9.7.1/ix_values.yaml diff --git a/stable/homer/9.5.1/questions.yaml b/stable/homer/9.7.1/questions.yaml similarity index 100% rename from stable/homer/9.5.1/questions.yaml rename to stable/homer/9.7.1/questions.yaml diff --git a/stable/impostor-server/8.5.1/templates/NOTES.txt b/stable/homer/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/impostor-server/8.5.1/templates/NOTES.txt rename to stable/homer/9.7.1/templates/NOTES.txt diff --git a/stable/htpcmanager/9.5.1/templates/common.yaml b/stable/homer/9.7.1/templates/common.yaml similarity index 100% rename from stable/htpcmanager/9.5.1/templates/common.yaml rename to stable/homer/9.7.1/templates/common.yaml diff --git a/stable/hyperion-ng/13.5.1/values.yaml b/stable/homer/9.7.1/values.yaml similarity index 100% rename from stable/hyperion-ng/13.5.1/values.yaml rename to stable/homer/9.7.1/values.yaml diff --git a/stable/hoobs/5.5.1/CHANGELOG.md b/stable/hoobs/5.5.1/CHANGELOG.md deleted file mode 100644 index 87c33bfecf9..00000000000 --- a/stable/hoobs/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hoobs-5.5.1](https://github.com/truecharts/charts/compare/hoobs-5.5.0...hoobs-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hoobs-5.5.0](https://github.com/truecharts/charts/compare/hoobs-5.4.1...hoobs-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hoobs-5.4.1](https://github.com/truecharts/charts/compare/hoobs-5.4.0...hoobs-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hoobs-5.4.0](https://github.com/truecharts/charts/compare/hoobs-5.3.0...hoobs-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hoobs-5.3.0](https://github.com/truecharts/charts/compare/hoobs-5.2.3...hoobs-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hoobs-5.2.3](https://github.com/truecharts/charts/compare/hoobs-5.2.2...hoobs-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hoobs-5.2.2](https://github.com/truecharts/charts/compare/hoobs-5.2.0...hoobs-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hoobs-4.1.12](https://github.com/truecharts/charts/compare/hoobs-4.1.11...hoobs-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hoobs-4.1.11](https://github.com/truecharts/charts/compare/hoobs-4.1.10...hoobs-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hoobs/5.5.1/Chart.yaml b/stable/hoobs/5.5.1/Chart.yaml deleted file mode 100644 index 4ec1c5bdb31..00000000000 --- a/stable/hoobs/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hoobs/5.5.1/charts/common-20.0.8.tgz b/stable/hoobs/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hoobs/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/icloudpd/6.5.1/.helmignore b/stable/hoobs/5.7.1/.helmignore similarity index 100% rename from stable/icloudpd/6.5.1/.helmignore rename to stable/hoobs/5.7.1/.helmignore diff --git a/stable/hoobs/5.7.1/CHANGELOG.md b/stable/hoobs/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..62119799870 --- /dev/null +++ b/stable/hoobs/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hoobs-5.7.1](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hoobs/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1b623e08536 --- /dev/null +++ b/stable/hoobs/5.7.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: 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.2 + 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.1 diff --git a/stable/hoobs/5.5.1/README.md b/stable/hoobs/5.7.1/README.md similarity index 100% rename from stable/hoobs/5.5.1/README.md rename to stable/hoobs/5.7.1/README.md diff --git a/stable/hoobs/5.7.1/app-changelog.md b/stable/hoobs/5.7.1/app-changelog.md new file mode 100644 index 00000000000..91db03b1a68 --- /dev/null +++ b/stable/hoobs/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hoobs-5.7.1](https://github.com/truecharts/charts/compare/hoobs-5.6.0...hoobs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hoobs/5.7.1/app-readme.md similarity index 100% rename from stable/hoobs/5.5.1/app-readme.md rename to stable/hoobs/5.7.1/app-readme.md diff --git a/stable/hoobs/5.7.1/charts/common-20.2.2.tgz b/stable/hoobs/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hoobs/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hoobs/5.5.1/ix_values.yaml b/stable/hoobs/5.7.1/ix_values.yaml similarity index 100% rename from stable/hoobs/5.5.1/ix_values.yaml rename to stable/hoobs/5.7.1/ix_values.yaml diff --git a/stable/hoobs/5.5.1/questions.yaml b/stable/hoobs/5.7.1/questions.yaml similarity index 100% rename from stable/hoobs/5.5.1/questions.yaml rename to stable/hoobs/5.7.1/questions.yaml diff --git a/stable/hoobs/5.5.1/templates/common.yaml b/stable/hoobs/5.7.1/templates/common.yaml similarity index 100% rename from stable/hoobs/5.5.1/templates/common.yaml rename to stable/hoobs/5.7.1/templates/common.yaml diff --git a/stable/icloudpd/6.5.1/values.yaml b/stable/hoobs/5.7.1/values.yaml similarity index 100% rename from stable/icloudpd/6.5.1/values.yaml rename to stable/hoobs/5.7.1/values.yaml diff --git a/stable/htpcmanager/9.5.1/CHANGELOG.md b/stable/htpcmanager/9.5.1/CHANGELOG.md deleted file mode 100644 index 1f749d801ab..00000000000 --- a/stable/htpcmanager/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [htpcmanager-9.5.1](https://github.com/truecharts/charts/compare/htpcmanager-9.5.0...htpcmanager-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [htpcmanager-9.5.0](https://github.com/truecharts/charts/compare/htpcmanager-9.4.1...htpcmanager-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [htpcmanager-9.4.1](https://github.com/truecharts/charts/compare/htpcmanager-9.4.0...htpcmanager-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [htpcmanager-9.4.0](https://github.com/truecharts/charts/compare/htpcmanager-9.3.0...htpcmanager-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [htpcmanager-9.3.0](https://github.com/truecharts/charts/compare/htpcmanager-9.2.3...htpcmanager-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [htpcmanager-9.2.3](https://github.com/truecharts/charts/compare/htpcmanager-9.2.2...htpcmanager-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [htpcmanager-9.2.2](https://github.com/truecharts/charts/compare/htpcmanager-9.2.0...htpcmanager-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [htpcmanager-8.1.11](https://github.com/truecharts/charts/compare/htpcmanager-8.1.10...htpcmanager-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [htpcmanager-8.1.10](https://github.com/truecharts/charts/compare/htpcmanager-8.1.9...htpcmanager-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/htpcmanager/9.5.1/Chart.yaml b/stable/htpcmanager/9.5.1/Chart.yaml deleted file mode 100644 index a72db88669f..00000000000 --- a/stable/htpcmanager/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/htpcmanager/9.5.1/charts/common-20.0.8.tgz b/stable/htpcmanager/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/htpcmanager/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/imgpush/5.5.1/.helmignore b/stable/htpcmanager/9.7.1/.helmignore similarity index 100% rename from stable/imgpush/5.5.1/.helmignore rename to stable/htpcmanager/9.7.1/.helmignore diff --git a/stable/htpcmanager/9.7.1/CHANGELOG.md b/stable/htpcmanager/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1c171a93126 --- /dev/null +++ b/stable/htpcmanager/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [htpcmanager-9.7.1](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/htpcmanager/9.7.1/Chart.yaml new file mode 100644 index 00000000000..3878bab412c --- /dev/null +++ b/stable/htpcmanager/9.7.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: 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.2 + 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.1 diff --git a/stable/htpcmanager/9.5.1/README.md b/stable/htpcmanager/9.7.1/README.md similarity index 100% rename from stable/htpcmanager/9.5.1/README.md rename to stable/htpcmanager/9.7.1/README.md diff --git a/stable/htpcmanager/9.7.1/app-changelog.md b/stable/htpcmanager/9.7.1/app-changelog.md new file mode 100644 index 00000000000..ab5547be91c --- /dev/null +++ b/stable/htpcmanager/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [htpcmanager-9.7.1](https://github.com/truecharts/charts/compare/htpcmanager-9.6.0...htpcmanager-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/htpcmanager/9.7.1/app-readme.md similarity index 100% rename from stable/htpcmanager/9.5.1/app-readme.md rename to stable/htpcmanager/9.7.1/app-readme.md diff --git a/stable/htpcmanager/9.7.1/charts/common-20.2.2.tgz b/stable/htpcmanager/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/htpcmanager/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/htpcmanager/9.5.1/ix_values.yaml b/stable/htpcmanager/9.7.1/ix_values.yaml similarity index 100% rename from stable/htpcmanager/9.5.1/ix_values.yaml rename to stable/htpcmanager/9.7.1/ix_values.yaml diff --git a/stable/htpcmanager/9.5.1/questions.yaml b/stable/htpcmanager/9.7.1/questions.yaml similarity index 100% rename from stable/htpcmanager/9.5.1/questions.yaml rename to stable/htpcmanager/9.7.1/questions.yaml diff --git a/stable/ipfs/10.6.1/templates/NOTES.txt b/stable/htpcmanager/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/ipfs/10.6.1/templates/NOTES.txt rename to stable/htpcmanager/9.7.1/templates/NOTES.txt diff --git a/stable/humhub/7.11.1/templates/common.yaml b/stable/htpcmanager/9.7.1/templates/common.yaml similarity index 100% rename from stable/humhub/7.11.1/templates/common.yaml rename to stable/htpcmanager/9.7.1/templates/common.yaml diff --git a/stable/imgpush/5.5.1/values.yaml b/stable/htpcmanager/9.7.1/values.yaml similarity index 100% rename from stable/imgpush/5.5.1/values.yaml rename to stable/htpcmanager/9.7.1/values.yaml diff --git a/stable/humhub/7.11.1/CHANGELOG.md b/stable/humhub/7.11.1/CHANGELOG.md deleted file mode 100644 index 643693dd361..00000000000 --- a/stable/humhub/7.11.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [humhub-7.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) diff --git a/stable/humhub/7.11.1/Chart.yaml b/stable/humhub/7.11.1/Chart.yaml deleted file mode 100644 index ba55a71b776..00000000000 --- a/stable/humhub/7.11.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.5 - 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-nginx - - https://ghcr.io/mriedmann/humhub-phponly -type: application -version: 7.11.1 diff --git a/stable/humhub/7.11.1/app-changelog.md b/stable/humhub/7.11.1/app-changelog.md deleted file mode 100644 index ed3f67d94a5..00000000000 --- a/stable/humhub/7.11.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [humhub-7.11.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1/charts/common-20.1.5.tgz b/stable/humhub/7.11.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/humhub/7.11.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/humhub/7.11.1/charts/mariadb-13.5.4.tgz b/stable/humhub/7.11.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/humhub/7.11.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/import-ics/5.5.1/.helmignore b/stable/humhub/7.14.1/.helmignore similarity index 100% rename from stable/import-ics/5.5.1/.helmignore rename to stable/humhub/7.14.1/.helmignore diff --git a/stable/humhub/7.14.1/CHANGELOG.md b/stable/humhub/7.14.1/CHANGELOG.md new file mode 100644 index 00000000000..7ef35a70d5f --- /dev/null +++ b/stable/humhub/7.14.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [humhub-7.14.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.1) (2024-03-17) + +### Chore + + + +- update container 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.14.0](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.0) (2024-03-17) + +### Chore + + + +- 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.14.0](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/humhub/7.14.1/Chart.yaml b/stable/humhub/7.14.1/Chart.yaml new file mode 100644 index 00000000000..d55e084d3c7 --- /dev/null +++ b/stable/humhub/7.14.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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-nginx + - https://ghcr.io/mriedmann/humhub-phponly +type: application +version: 7.14.1 diff --git a/stable/humhub/7.11.1/README.md b/stable/humhub/7.14.1/README.md similarity index 100% rename from stable/humhub/7.11.1/README.md rename to stable/humhub/7.14.1/README.md diff --git a/stable/humhub/7.14.1/app-changelog.md b/stable/humhub/7.14.1/app-changelog.md new file mode 100644 index 00000000000..b3c6d992bdb --- /dev/null +++ b/stable/humhub/7.14.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [humhub-7.14.1](https://github.com/truecharts/charts/compare/humhub-7.11.0...humhub-7.14.1) (2024-03-17) + +### Chore + + + +- update container 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.11.1/app-readme.md b/stable/humhub/7.14.1/app-readme.md similarity index 100% rename from stable/humhub/7.11.1/app-readme.md rename to stable/humhub/7.14.1/app-readme.md diff --git a/stable/humhub/7.14.1/charts/common-20.2.2.tgz b/stable/humhub/7.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/humhub/7.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/humhub/7.14.1/charts/mariadb-13.7.0.tgz b/stable/humhub/7.14.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/humhub/7.14.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/humhub/7.14.1/charts/redis-13.0.5.tgz b/stable/humhub/7.14.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/humhub/7.14.1/charts/redis-13.0.5.tgz differ diff --git a/stable/humhub/7.11.1/ix_values.yaml b/stable/humhub/7.14.1/ix_values.yaml similarity index 100% rename from stable/humhub/7.11.1/ix_values.yaml rename to stable/humhub/7.14.1/ix_values.yaml diff --git a/stable/humhub/7.11.1/questions.yaml b/stable/humhub/7.14.1/questions.yaml similarity index 100% rename from stable/humhub/7.11.1/questions.yaml rename to stable/humhub/7.14.1/questions.yaml diff --git a/stable/ipmi-tools/6.5.1/templates/NOTES.txt b/stable/humhub/7.14.1/templates/NOTES.txt similarity index 100% rename from stable/ipmi-tools/6.5.1/templates/NOTES.txt rename to stable/humhub/7.14.1/templates/NOTES.txt diff --git a/stable/hyperion-ng/13.5.1/templates/common.yaml b/stable/humhub/7.14.1/templates/common.yaml similarity index 100% rename from stable/hyperion-ng/13.5.1/templates/common.yaml rename to stable/humhub/7.14.1/templates/common.yaml diff --git a/stable/import-ics/5.5.1/values.yaml b/stable/humhub/7.14.1/values.yaml similarity index 100% rename from stable/import-ics/5.5.1/values.yaml rename to stable/humhub/7.14.1/values.yaml diff --git a/stable/hurtworld/5.5.1/CHANGELOG.md b/stable/hurtworld/5.5.1/CHANGELOG.md deleted file mode 100644 index 455285d40cd..00000000000 --- a/stable/hurtworld/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hurtworld-5.5.1](https://github.com/truecharts/charts/compare/hurtworld-5.5.0...hurtworld-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hurtworld-5.5.0](https://github.com/truecharts/charts/compare/hurtworld-5.4.1...hurtworld-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hurtworld-5.4.1](https://github.com/truecharts/charts/compare/hurtworld-5.4.0...hurtworld-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hurtworld-5.4.0](https://github.com/truecharts/charts/compare/hurtworld-5.3.0...hurtworld-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hurtworld-5.3.0](https://github.com/truecharts/charts/compare/hurtworld-5.2.3...hurtworld-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hurtworld-5.2.3](https://github.com/truecharts/charts/compare/hurtworld-5.2.2...hurtworld-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hurtworld-5.2.2](https://github.com/truecharts/charts/compare/hurtworld-5.2.0...hurtworld-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hurtworld-4.1.11](https://github.com/truecharts/charts/compare/hurtworld-4.1.10...hurtworld-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hurtworld-4.1.10](https://github.com/truecharts/charts/compare/hurtworld-4.1.9...hurtworld-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hurtworld/5.5.1/Chart.yaml b/stable/hurtworld/5.5.1/Chart.yaml deleted file mode 100644 index 690634e6d73..00000000000 --- a/stable/hurtworld/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hurtworld/5.5.1/charts/common-20.0.8.tgz b/stable/hurtworld/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hurtworld/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/impostor-server/8.5.1/.helmignore b/stable/hurtworld/5.7.1/.helmignore similarity index 100% rename from stable/impostor-server/8.5.1/.helmignore rename to stable/hurtworld/5.7.1/.helmignore diff --git a/stable/hurtworld/5.7.1/CHANGELOG.md b/stable/hurtworld/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..989c689e7b8 --- /dev/null +++ b/stable/hurtworld/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hurtworld-5.7.1](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hurtworld/5.7.1/Chart.yaml new file mode 100644 index 00000000000..911d6373ea1 --- /dev/null +++ b/stable/hurtworld/5.7.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: 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.2 + 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.1 diff --git a/stable/hurtworld/5.5.1/README.md b/stable/hurtworld/5.7.1/README.md similarity index 100% rename from stable/hurtworld/5.5.1/README.md rename to stable/hurtworld/5.7.1/README.md diff --git a/stable/hurtworld/5.7.1/app-changelog.md b/stable/hurtworld/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7d9f0160b08 --- /dev/null +++ b/stable/hurtworld/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hurtworld-5.7.1](https://github.com/truecharts/charts/compare/hurtworld-5.6.0...hurtworld-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hurtworld/5.7.1/app-readme.md similarity index 100% rename from stable/hurtworld/5.5.1/app-readme.md rename to stable/hurtworld/5.7.1/app-readme.md diff --git a/stable/hurtworld/5.7.1/charts/common-20.2.2.tgz b/stable/hurtworld/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hurtworld/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hurtworld/5.5.1/ix_values.yaml b/stable/hurtworld/5.7.1/ix_values.yaml similarity index 100% rename from stable/hurtworld/5.5.1/ix_values.yaml rename to stable/hurtworld/5.7.1/ix_values.yaml diff --git a/stable/hurtworld/5.5.1/questions.yaml b/stable/hurtworld/5.7.1/questions.yaml similarity index 100% rename from stable/hurtworld/5.5.1/questions.yaml rename to stable/hurtworld/5.7.1/questions.yaml diff --git a/stable/hurtworld/5.5.1/templates/common.yaml b/stable/hurtworld/5.7.1/templates/common.yaml similarity index 100% rename from stable/hurtworld/5.5.1/templates/common.yaml rename to stable/hurtworld/5.7.1/templates/common.yaml diff --git a/stable/impostor-server/8.5.1/values.yaml b/stable/hurtworld/5.7.1/values.yaml similarity index 100% rename from stable/impostor-server/8.5.1/values.yaml rename to stable/hurtworld/5.7.1/values.yaml diff --git a/stable/hyperion-ng/13.5.1/CHANGELOG.md b/stable/hyperion-ng/13.5.1/CHANGELOG.md deleted file mode 100644 index 2d4866b832c..00000000000 --- a/stable/hyperion-ng/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [hyperion-ng-13.5.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.5.0...hyperion-ng-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [hyperion-ng-13.5.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.4.1...hyperion-ng-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [hyperion-ng-13.4.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.4.0...hyperion-ng-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [hyperion-ng-13.4.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.3.0...hyperion-ng-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [hyperion-ng-13.3.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.3...hyperion-ng-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [hyperion-ng-13.2.3](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.2...hyperion-ng-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [hyperion-ng-13.2.2](https://github.com/truecharts/charts/compare/hyperion-ng-13.2.0...hyperion-ng-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [hyperion-ng-12.1.11](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.10...hyperion-ng-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [hyperion-ng-12.1.10](https://github.com/truecharts/charts/compare/hyperion-ng-12.1.9...hyperion-ng-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/hyperion-ng/13.5.1/Chart.yaml b/stable/hyperion-ng/13.5.1/Chart.yaml deleted file mode 100644 index f83d7273fd3..00000000000 --- a/stable/hyperion-ng/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/hyperion-ng/13.5.1/charts/common-20.0.8.tgz b/stable/hyperion-ng/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/hyperion-ng/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/inkscape-desktop-g3/5.5.2/.helmignore b/stable/hyperion-ng/13.7.1/.helmignore similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/.helmignore rename to stable/hyperion-ng/13.7.1/.helmignore diff --git a/stable/hyperion-ng/13.7.1/CHANGELOG.md b/stable/hyperion-ng/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..773f099f7e2 --- /dev/null +++ b/stable/hyperion-ng/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [hyperion-ng-13.7.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/hyperion-ng/13.7.1/Chart.yaml new file mode 100644 index 00000000000..a65e18164c7 --- /dev/null +++ b/stable/hyperion-ng/13.7.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: 2.0.15 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/hyperion-ng/13.5.1/README.md b/stable/hyperion-ng/13.7.1/README.md similarity index 100% rename from stable/hyperion-ng/13.5.1/README.md rename to stable/hyperion-ng/13.7.1/README.md diff --git a/stable/hyperion-ng/13.7.1/app-changelog.md b/stable/hyperion-ng/13.7.1/app-changelog.md new file mode 100644 index 00000000000..cdf4252830d --- /dev/null +++ b/stable/hyperion-ng/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [hyperion-ng-13.7.1](https://github.com/truecharts/charts/compare/hyperion-ng-13.6.0...hyperion-ng-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/hyperion-ng/13.7.1/app-readme.md similarity index 100% rename from stable/hyperion-ng/13.5.1/app-readme.md rename to stable/hyperion-ng/13.7.1/app-readme.md diff --git a/stable/hyperion-ng/13.7.1/charts/common-20.2.2.tgz b/stable/hyperion-ng/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/hyperion-ng/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/hyperion-ng/13.5.1/ix_values.yaml b/stable/hyperion-ng/13.7.1/ix_values.yaml similarity index 100% rename from stable/hyperion-ng/13.5.1/ix_values.yaml rename to stable/hyperion-ng/13.7.1/ix_values.yaml diff --git a/stable/hyperion-ng/13.5.1/questions.yaml b/stable/hyperion-ng/13.7.1/questions.yaml similarity index 100% rename from stable/hyperion-ng/13.5.1/questions.yaml rename to stable/hyperion-ng/13.7.1/questions.yaml diff --git a/stable/ispy-agent-dvr/9.7.1/templates/NOTES.txt b/stable/hyperion-ng/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/templates/NOTES.txt rename to stable/hyperion-ng/13.7.1/templates/NOTES.txt diff --git a/stable/icloudpd/6.5.1/templates/common.yaml b/stable/hyperion-ng/13.7.1/templates/common.yaml similarity index 100% rename from stable/icloudpd/6.5.1/templates/common.yaml rename to stable/hyperion-ng/13.7.1/templates/common.yaml diff --git a/stable/inkscape-desktop-g3/5.5.2/values.yaml b/stable/hyperion-ng/13.7.1/values.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/values.yaml rename to stable/hyperion-ng/13.7.1/values.yaml diff --git a/stable/icloudpd/6.5.1/CHANGELOG.md b/stable/icloudpd/6.5.1/CHANGELOG.md deleted file mode 100644 index 1e498056754..00000000000 --- a/stable/icloudpd/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [icloudpd-6.5.1](https://github.com/truecharts/charts/compare/icloudpd-6.5.0...icloudpd-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [icloudpd-6.5.0](https://github.com/truecharts/charts/compare/icloudpd-6.4.1...icloudpd-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [icloudpd-6.4.1](https://github.com/truecharts/charts/compare/icloudpd-6.4.0...icloudpd-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [icloudpd-6.4.0](https://github.com/truecharts/charts/compare/icloudpd-6.3.0...icloudpd-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [icloudpd-6.3.0](https://github.com/truecharts/charts/compare/icloudpd-6.2.3...icloudpd-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [icloudpd-6.2.3](https://github.com/truecharts/charts/compare/icloudpd-6.2.2...icloudpd-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [icloudpd-6.2.2](https://github.com/truecharts/charts/compare/icloudpd-6.2.0...icloudpd-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - -## [icloudpd-5.1.16](https://github.com/truecharts/charts/compare/icloudpd-5.1.15...icloudpd-5.1.16) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/icloudpd/6.5.1/Chart.yaml b/stable/icloudpd/6.5.1/Chart.yaml deleted file mode 100644 index 7165ebe1b8f..00000000000 --- a/stable/icloudpd/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/icloudpd/6.5.1/charts/common-20.0.8.tgz b/stable/icloudpd/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/icloudpd/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/insurgencysandstorm/5.5.1/.helmignore b/stable/icloudpd/6.7.1/.helmignore similarity index 100% rename from stable/insurgencysandstorm/5.5.1/.helmignore rename to stable/icloudpd/6.7.1/.helmignore diff --git a/stable/icloudpd/6.7.1/CHANGELOG.md b/stable/icloudpd/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..33466c898e7 --- /dev/null +++ b/stable/icloudpd/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [icloudpd-6.7.1](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/icloudpd/6.7.1/Chart.yaml new file mode 100644 index 00000000000..d1f67143c05 --- /dev/null +++ b/stable/icloudpd/6.7.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: 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.2 + 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.1 diff --git a/stable/icloudpd/6.5.1/README.md b/stable/icloudpd/6.7.1/README.md similarity index 100% rename from stable/icloudpd/6.5.1/README.md rename to stable/icloudpd/6.7.1/README.md diff --git a/stable/icloudpd/6.7.1/app-changelog.md b/stable/icloudpd/6.7.1/app-changelog.md new file mode 100644 index 00000000000..dd2623970a4 --- /dev/null +++ b/stable/icloudpd/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [icloudpd-6.7.1](https://github.com/truecharts/charts/compare/icloudpd-6.6.0...icloudpd-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/icloudpd/6.7.1/app-readme.md similarity index 100% rename from stable/icloudpd/6.5.1/app-readme.md rename to stable/icloudpd/6.7.1/app-readme.md diff --git a/stable/icloudpd/6.7.1/charts/common-20.2.2.tgz b/stable/icloudpd/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/icloudpd/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/icloudpd/6.5.1/ix_values.yaml b/stable/icloudpd/6.7.1/ix_values.yaml similarity index 100% rename from stable/icloudpd/6.5.1/ix_values.yaml rename to stable/icloudpd/6.7.1/ix_values.yaml diff --git a/stable/icloudpd/6.5.1/questions.yaml b/stable/icloudpd/6.7.1/questions.yaml similarity index 100% rename from stable/icloudpd/6.5.1/questions.yaml rename to stable/icloudpd/6.7.1/questions.yaml diff --git a/stable/it-tools/4.5.1/templates/NOTES.txt b/stable/icloudpd/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/it-tools/4.5.1/templates/NOTES.txt rename to stable/icloudpd/6.7.1/templates/NOTES.txt diff --git a/stable/impostor-server/8.5.1/templates/common.yaml b/stable/icloudpd/6.7.1/templates/common.yaml similarity index 100% rename from stable/impostor-server/8.5.1/templates/common.yaml rename to stable/icloudpd/6.7.1/templates/common.yaml diff --git a/stable/insurgencysandstorm/5.5.1/values.yaml b/stable/icloudpd/6.7.1/values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.5.1/values.yaml rename to stable/icloudpd/6.7.1/values.yaml diff --git a/stable/imgpush/5.5.1/CHANGELOG.md b/stable/imgpush/5.5.1/CHANGELOG.md deleted file mode 100644 index 90ed5f82d8d..00000000000 --- a/stable/imgpush/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [imgpush-5.5.1](https://github.com/truecharts/charts/compare/imgpush-5.5.0...imgpush-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [imgpush-5.5.0](https://github.com/truecharts/charts/compare/imgpush-5.4.1...imgpush-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [imgpush-5.4.1](https://github.com/truecharts/charts/compare/imgpush-5.4.0...imgpush-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [imgpush-5.4.0](https://github.com/truecharts/charts/compare/imgpush-5.3.0...imgpush-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [imgpush-5.3.0](https://github.com/truecharts/charts/compare/imgpush-5.2.3...imgpush-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [imgpush-5.2.3](https://github.com/truecharts/charts/compare/imgpush-5.2.2...imgpush-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [imgpush-5.2.2](https://github.com/truecharts/charts/compare/imgpush-5.2.0...imgpush-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [imgpush-4.1.12](https://github.com/truecharts/charts/compare/imgpush-4.1.11...imgpush-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [imgpush-4.1.11](https://github.com/truecharts/charts/compare/imgpush-4.1.10...imgpush-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/imgpush/5.5.1/Chart.yaml b/stable/imgpush/5.5.1/Chart.yaml deleted file mode 100644 index b112cc6ca6c..00000000000 --- a/stable/imgpush/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/imgpush/5.5.1/charts/common-20.0.8.tgz b/stable/imgpush/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/imgpush/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/invidious/9.5.1/.helmignore b/stable/imgpush/5.7.1/.helmignore similarity index 100% rename from stable/invidious/9.5.1/.helmignore rename to stable/imgpush/5.7.1/.helmignore diff --git a/stable/imgpush/5.7.1/CHANGELOG.md b/stable/imgpush/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5fca89e15c6 --- /dev/null +++ b/stable/imgpush/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [imgpush-5.7.1](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/imgpush/5.7.1/Chart.yaml new file mode 100644 index 00000000000..5a27d5232f3 --- /dev/null +++ b/stable/imgpush/5.7.1/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.2 + 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.1 diff --git a/stable/imgpush/5.5.1/README.md b/stable/imgpush/5.7.1/README.md similarity index 100% rename from stable/imgpush/5.5.1/README.md rename to stable/imgpush/5.7.1/README.md diff --git a/stable/imgpush/5.7.1/app-changelog.md b/stable/imgpush/5.7.1/app-changelog.md new file mode 100644 index 00000000000..18d9dc77070 --- /dev/null +++ b/stable/imgpush/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [imgpush-5.7.1](https://github.com/truecharts/charts/compare/imgpush-5.6.0...imgpush-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/imgpush/5.7.1/app-readme.md similarity index 100% rename from stable/imgpush/5.5.1/app-readme.md rename to stable/imgpush/5.7.1/app-readme.md diff --git a/stable/imgpush/5.7.1/charts/common-20.2.2.tgz b/stable/imgpush/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/imgpush/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/imgpush/5.5.1/ix_values.yaml b/stable/imgpush/5.7.1/ix_values.yaml similarity index 100% rename from stable/imgpush/5.5.1/ix_values.yaml rename to stable/imgpush/5.7.1/ix_values.yaml diff --git a/stable/imgpush/5.5.1/questions.yaml b/stable/imgpush/5.7.1/questions.yaml similarity index 100% rename from stable/imgpush/5.5.1/questions.yaml rename to stable/imgpush/5.7.1/questions.yaml diff --git a/stable/imgpush/5.5.1/templates/common.yaml b/stable/imgpush/5.7.1/templates/common.yaml similarity index 100% rename from stable/imgpush/5.5.1/templates/common.yaml rename to stable/imgpush/5.7.1/templates/common.yaml diff --git a/stable/invidious/9.5.1/values.yaml b/stable/imgpush/5.7.1/values.yaml similarity index 100% rename from stable/invidious/9.5.1/values.yaml rename to stable/imgpush/5.7.1/values.yaml diff --git a/stable/import-ics/5.5.1/CHANGELOG.md b/stable/import-ics/5.5.1/CHANGELOG.md deleted file mode 100644 index 920129ed96c..00000000000 --- a/stable/import-ics/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [import-ics-5.5.1](https://github.com/truecharts/charts/compare/import-ics-5.5.0...import-ics-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [import-ics-5.5.0](https://github.com/truecharts/charts/compare/import-ics-5.4.1...import-ics-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [import-ics-5.4.1](https://github.com/truecharts/charts/compare/import-ics-5.4.0...import-ics-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [import-ics-5.4.0](https://github.com/truecharts/charts/compare/import-ics-5.3.0...import-ics-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [import-ics-5.3.0](https://github.com/truecharts/charts/compare/import-ics-5.2.3...import-ics-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [import-ics-5.2.3](https://github.com/truecharts/charts/compare/import-ics-5.2.2...import-ics-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [import-ics-5.2.2](https://github.com/truecharts/charts/compare/import-ics-5.2.0...import-ics-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [import-ics-4.1.11](https://github.com/truecharts/charts/compare/import-ics-4.1.10...import-ics-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [import-ics-4.1.10](https://github.com/truecharts/charts/compare/import-ics-4.1.9...import-ics-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/import-ics/5.5.1/Chart.yaml b/stable/import-ics/5.5.1/Chart.yaml deleted file mode 100644 index efc06cbb25e..00000000000 --- a/stable/import-ics/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/import-ics/5.5.1/charts/common-20.0.8.tgz b/stable/import-ics/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/import-ics/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/invitarr/5.5.1/.helmignore b/stable/import-ics/5.7.1/.helmignore similarity index 100% rename from stable/invitarr/5.5.1/.helmignore rename to stable/import-ics/5.7.1/.helmignore diff --git a/stable/import-ics/5.7.1/CHANGELOG.md b/stable/import-ics/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5699c9e352d --- /dev/null +++ b/stable/import-ics/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [import-ics-5.7.1](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/import-ics/5.7.1/Chart.yaml new file mode 100644 index 00000000000..19bddf1852c --- /dev/null +++ b/stable/import-ics/5.7.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: 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.2 + 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.1 diff --git a/stable/import-ics/5.5.1/README.md b/stable/import-ics/5.7.1/README.md similarity index 100% rename from stable/import-ics/5.5.1/README.md rename to stable/import-ics/5.7.1/README.md diff --git a/stable/import-ics/5.7.1/app-changelog.md b/stable/import-ics/5.7.1/app-changelog.md new file mode 100644 index 00000000000..72e3c278f43 --- /dev/null +++ b/stable/import-ics/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [import-ics-5.7.1](https://github.com/truecharts/charts/compare/import-ics-5.6.0...import-ics-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/import-ics/5.7.1/app-readme.md similarity index 100% rename from stable/import-ics/5.5.1/app-readme.md rename to stable/import-ics/5.7.1/app-readme.md diff --git a/stable/import-ics/5.7.1/charts/common-20.2.2.tgz b/stable/import-ics/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/import-ics/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/import-ics/5.5.1/ix_values.yaml b/stable/import-ics/5.7.1/ix_values.yaml similarity index 100% rename from stable/import-ics/5.5.1/ix_values.yaml rename to stable/import-ics/5.7.1/ix_values.yaml diff --git a/stable/import-ics/5.5.1/questions.yaml b/stable/import-ics/5.7.1/questions.yaml similarity index 100% rename from stable/import-ics/5.5.1/questions.yaml rename to stable/import-ics/5.7.1/questions.yaml diff --git a/stable/import-ics/5.5.1/templates/common.yaml b/stable/import-ics/5.7.1/templates/common.yaml similarity index 100% rename from stable/import-ics/5.5.1/templates/common.yaml rename to stable/import-ics/5.7.1/templates/common.yaml diff --git a/stable/invitarr/5.5.1/values.yaml b/stable/import-ics/5.7.1/values.yaml similarity index 100% rename from stable/invitarr/5.5.1/values.yaml rename to stable/import-ics/5.7.1/values.yaml diff --git a/stable/impostor-server/8.5.1/CHANGELOG.md b/stable/impostor-server/8.5.1/CHANGELOG.md deleted file mode 100644 index 142e38ca187..00000000000 --- a/stable/impostor-server/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [impostor-server-8.5.1](https://github.com/truecharts/charts/compare/impostor-server-8.5.0...impostor-server-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [impostor-server-8.5.0](https://github.com/truecharts/charts/compare/impostor-server-8.4.1...impostor-server-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [impostor-server-8.4.1](https://github.com/truecharts/charts/compare/impostor-server-8.4.0...impostor-server-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [impostor-server-8.4.0](https://github.com/truecharts/charts/compare/impostor-server-8.3.0...impostor-server-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [impostor-server-8.3.0](https://github.com/truecharts/charts/compare/impostor-server-8.2.3...impostor-server-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [impostor-server-8.2.3](https://github.com/truecharts/charts/compare/impostor-server-8.2.2...impostor-server-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [impostor-server-8.2.2](https://github.com/truecharts/charts/compare/impostor-server-8.2.0...impostor-server-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [impostor-server-7.2.2](https://github.com/truecharts/charts/compare/impostor-server-7.2.1...impostor-server-7.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [impostor-server-7.2.1](https://github.com/truecharts/charts/compare/impostor-server-7.2.0...impostor-server-7.2.1) (2024-01-29) - -### Chore - - - -- update container image aeonlucid/impostor to nightly[@0b568b3](https://github.com/0b568b3) by renovate ([#17576](https://github.com/truecharts/charts/issues/17576)) diff --git a/stable/impostor-server/8.5.1/Chart.yaml b/stable/impostor-server/8.5.1/Chart.yaml deleted file mode 100644 index 776f4e216e0..00000000000 --- a/stable/impostor-server/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/impostor-server/8.5.1/charts/common-20.0.8.tgz b/stable/impostor-server/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/impostor-server/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ipfs/10.6.1/.helmignore b/stable/impostor-server/8.7.1/.helmignore similarity index 100% rename from stable/ipfs/10.6.1/.helmignore rename to stable/impostor-server/8.7.1/.helmignore diff --git a/stable/impostor-server/8.7.1/CHANGELOG.md b/stable/impostor-server/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f8339e08b0c --- /dev/null +++ b/stable/impostor-server/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [impostor-server-8.7.1](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/impostor-server/8.7.1/Chart.yaml new file mode 100644 index 00000000000..22ef301cb96 --- /dev/null +++ b/stable/impostor-server/8.7.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: 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.2 + 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.1 diff --git a/stable/impostor-server/8.5.1/README.md b/stable/impostor-server/8.7.1/README.md similarity index 100% rename from stable/impostor-server/8.5.1/README.md rename to stable/impostor-server/8.7.1/README.md diff --git a/stable/impostor-server/8.7.1/app-changelog.md b/stable/impostor-server/8.7.1/app-changelog.md new file mode 100644 index 00000000000..d872c93177a --- /dev/null +++ b/stable/impostor-server/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [impostor-server-8.7.1](https://github.com/truecharts/charts/compare/impostor-server-8.6.0...impostor-server-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/impostor-server/8.7.1/app-readme.md similarity index 100% rename from stable/impostor-server/8.5.1/app-readme.md rename to stable/impostor-server/8.7.1/app-readme.md diff --git a/stable/impostor-server/8.7.1/charts/common-20.2.2.tgz b/stable/impostor-server/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/impostor-server/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/impostor-server/8.5.1/ix_values.yaml b/stable/impostor-server/8.7.1/ix_values.yaml similarity index 100% rename from stable/impostor-server/8.5.1/ix_values.yaml rename to stable/impostor-server/8.7.1/ix_values.yaml diff --git a/stable/impostor-server/8.5.1/questions.yaml b/stable/impostor-server/8.7.1/questions.yaml similarity index 100% rename from stable/impostor-server/8.5.1/questions.yaml rename to stable/impostor-server/8.7.1/questions.yaml diff --git a/stable/iyuuplus/9.5.1/templates/NOTES.txt b/stable/impostor-server/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/iyuuplus/9.5.1/templates/NOTES.txt rename to stable/impostor-server/8.7.1/templates/NOTES.txt diff --git a/stable/ispy-agent-dvr/9.7.1/templates/common.yaml b/stable/impostor-server/8.7.1/templates/common.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/templates/common.yaml rename to stable/impostor-server/8.7.1/templates/common.yaml diff --git a/stable/ipfs/10.6.1/values.yaml b/stable/impostor-server/8.7.1/values.yaml similarity index 100% rename from stable/ipfs/10.6.1/values.yaml rename to stable/impostor-server/8.7.1/values.yaml diff --git a/stable/inkscape-desktop-g3/5.5.2/CHANGELOG.md b/stable/inkscape-desktop-g3/5.5.2/CHANGELOG.md deleted file mode 100644 index e8cfdb4a2b0..00000000000 --- a/stable/inkscape-desktop-g3/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [inkscape-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.5.1...inkscape-desktop-g3-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [inkscape-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.5.0...inkscape-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [inkscape-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.4.1...inkscape-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [inkscape-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.4.0...inkscape-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [inkscape-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.3.0...inkscape-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [inkscape-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.3...inkscape-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [inkscape-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.2...inkscape-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [inkscape-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.2.0...inkscape-desktop-g3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [inkscape-desktop-g3-4.1.12](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-4.1.11...inkscape-desktop-g3-4.1.12) (2024-02-12) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-inkscape-g3 to latest[@12d203a](https://github.com/12d203a) by renovate ([#18022](https://github.com/truecharts/charts/issues/18022)) diff --git a/stable/inkscape-desktop-g3/5.5.2/Chart.yaml b/stable/inkscape-desktop-g3/5.5.2/Chart.yaml deleted file mode 100644 index 1ec1778f392..00000000000 --- a/stable/inkscape-desktop-g3/5.5.2/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.0.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/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.5.2 diff --git a/stable/inkscape-desktop-g3/5.5.2/charts/common-20.0.9.tgz b/stable/inkscape-desktop-g3/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/inkscape-desktop-g3/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/inkscape-desktop-g3/5.5.2/ix_values.yaml b/stable/inkscape-desktop-g3/5.5.2/ix_values.yaml deleted file mode 100644 index dbaa7291404..00000000000 --- a/stable/inkscape-desktop-g3/5.5.2/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-inkscape-g3 - tag: latest@sha256:12d203aba22efdc9ed733085373ac7c181051391cbb7c499f94a28b9dca1640d -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/ipmi-tools/6.5.1/.helmignore b/stable/inkscape-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/ipmi-tools/6.5.1/.helmignore rename to stable/inkscape-desktop-g3/5.7.1/.helmignore diff --git a/stable/inkscape-desktop-g3/5.7.1/CHANGELOG.md b/stable/inkscape-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..18a235e11ae --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [inkscape-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/inkscape-desktop-g3/5.7.1/Chart.yaml b/stable/inkscape-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3c240eec046 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.1/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.2 + 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.1 diff --git a/stable/inkscape-desktop-g3/5.5.2/README.md b/stable/inkscape-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/README.md rename to stable/inkscape-desktop-g3/5.7.1/README.md diff --git a/stable/inkscape-desktop-g3/5.7.1/app-changelog.md b/stable/inkscape-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9863ca37d96 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [inkscape-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/inkscape-desktop-g3-5.6.0...inkscape-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/inkscape-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/app-readme.md rename to stable/inkscape-desktop-g3/5.7.1/app-readme.md diff --git a/stable/inkscape-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/inkscape-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/inkscape-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/inkscape-desktop-g3/5.7.1/ix_values.yaml b/stable/inkscape-desktop-g3/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..ed210e3b3e6 --- /dev/null +++ b/stable/inkscape-desktop-g3/5.7.1/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-inkscape-g3 + tag: latest@sha256:0e31e69b204bb5c867a68ddffe61e71240ac155771b91a2a644abff30c0209d3 +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/inkscape-desktop-g3/5.5.2/questions.yaml b/stable/inkscape-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/questions.yaml rename to stable/inkscape-desktop-g3/5.7.1/questions.yaml diff --git a/stable/inkscape-desktop-g3/5.5.2/templates/common.yaml b/stable/inkscape-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/inkscape-desktop-g3/5.5.2/templates/common.yaml rename to stable/inkscape-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/ipmi-tools/6.5.1/values.yaml b/stable/inkscape-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/ipmi-tools/6.5.1/values.yaml rename to stable/inkscape-desktop-g3/5.7.1/values.yaml diff --git a/stable/insurgencysandstorm/5.5.1/CHANGELOG.md b/stable/insurgencysandstorm/5.5.1/CHANGELOG.md deleted file mode 100644 index d1bb2ecca34..00000000000 --- a/stable/insurgencysandstorm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [insurgencysandstorm-5.5.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.5.0...insurgencysandstorm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [insurgencysandstorm-5.5.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.4.1...insurgencysandstorm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [insurgencysandstorm-5.4.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.4.0...insurgencysandstorm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [insurgencysandstorm-5.4.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.3.0...insurgencysandstorm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [insurgencysandstorm-5.3.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.3...insurgencysandstorm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [insurgencysandstorm-5.2.3](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.2...insurgencysandstorm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [insurgencysandstorm-5.2.2](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.2.0...insurgencysandstorm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [insurgencysandstorm-4.1.11](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.10...insurgencysandstorm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [insurgencysandstorm-4.1.10](https://github.com/truecharts/charts/compare/insurgencysandstorm-4.1.9...insurgencysandstorm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/insurgencysandstorm/5.5.1/Chart.yaml b/stable/insurgencysandstorm/5.5.1/Chart.yaml deleted file mode 100644 index ecc037577d0..00000000000 --- a/stable/insurgencysandstorm/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/insurgencysandstorm/5.5.1/charts/common-20.0.8.tgz b/stable/insurgencysandstorm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/insurgencysandstorm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ispy-agent-dvr/9.7.1/.helmignore b/stable/insurgencysandstorm/5.7.1/.helmignore similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/.helmignore rename to stable/insurgencysandstorm/5.7.1/.helmignore diff --git a/stable/insurgencysandstorm/5.7.1/CHANGELOG.md b/stable/insurgencysandstorm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3937b006011 --- /dev/null +++ b/stable/insurgencysandstorm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [insurgencysandstorm-5.7.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/insurgencysandstorm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ab94d246a5a --- /dev/null +++ b/stable/insurgencysandstorm/5.7.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: 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.2 + 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.1 diff --git a/stable/insurgencysandstorm/5.5.1/README.md b/stable/insurgencysandstorm/5.7.1/README.md similarity index 100% rename from stable/insurgencysandstorm/5.5.1/README.md rename to stable/insurgencysandstorm/5.7.1/README.md diff --git a/stable/insurgencysandstorm/5.7.1/app-changelog.md b/stable/insurgencysandstorm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f89596a4971 --- /dev/null +++ b/stable/insurgencysandstorm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [insurgencysandstorm-5.7.1](https://github.com/truecharts/charts/compare/insurgencysandstorm-5.6.0...insurgencysandstorm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/insurgencysandstorm/5.7.1/app-readme.md similarity index 100% rename from stable/insurgencysandstorm/5.5.1/app-readme.md rename to stable/insurgencysandstorm/5.7.1/app-readme.md diff --git a/stable/insurgencysandstorm/5.7.1/charts/common-20.2.2.tgz b/stable/insurgencysandstorm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/insurgencysandstorm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/insurgencysandstorm/5.5.1/ix_values.yaml b/stable/insurgencysandstorm/5.7.1/ix_values.yaml similarity index 100% rename from stable/insurgencysandstorm/5.5.1/ix_values.yaml rename to stable/insurgencysandstorm/5.7.1/ix_values.yaml diff --git a/stable/insurgencysandstorm/5.5.1/questions.yaml b/stable/insurgencysandstorm/5.7.1/questions.yaml similarity index 100% rename from stable/insurgencysandstorm/5.5.1/questions.yaml rename to stable/insurgencysandstorm/5.7.1/questions.yaml diff --git a/stable/insurgencysandstorm/5.5.1/templates/common.yaml b/stable/insurgencysandstorm/5.7.1/templates/common.yaml similarity index 100% rename from stable/insurgencysandstorm/5.5.1/templates/common.yaml rename to stable/insurgencysandstorm/5.7.1/templates/common.yaml diff --git a/stable/ispy-agent-dvr/9.7.1/values.yaml b/stable/insurgencysandstorm/5.7.1/values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/values.yaml rename to stable/insurgencysandstorm/5.7.1/values.yaml diff --git a/stable/invidious/9.5.1/CHANGELOG.md b/stable/invidious/9.5.1/CHANGELOG.md deleted file mode 100644 index 6ec5ce1b6c3..00000000000 --- a/stable/invidious/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [invidious-9.5.1](https://github.com/truecharts/charts/compare/invidious-9.5.0...invidious-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [invidious-9.5.0](https://github.com/truecharts/charts/compare/invidious-9.4.2...invidious-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [invidious-9.4.2](https://github.com/truecharts/charts/compare/invidious-9.4.1...invidious-9.4.2) (2024-03-11) - -### Chore - - - -- update container image quay.io/invidious/invidious to latest[@ed76a9c](https://github.com/ed76a9c) by renovate ([#19037](https://github.com/truecharts/charts/issues/19037)) - - -## [invidious-9.4.1](https://github.com/truecharts/charts/compare/invidious-9.4.0...invidious-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [invidious-9.4.0](https://github.com/truecharts/charts/compare/invidious-9.3.0...invidious-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [invidious-9.3.0](https://github.com/truecharts/charts/compare/invidious-9.2.3...invidious-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [invidious-9.2.3](https://github.com/truecharts/charts/compare/invidious-9.2.2...invidious-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [invidious-9.2.2](https://github.com/truecharts/charts/compare/invidious-9.2.0...invidious-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/invidious/9.5.1/Chart.yaml b/stable/invidious/9.5.1/Chart.yaml deleted file mode 100644 index 5ebe30aac0d..00000000000 --- a/stable/invidious/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/invidious/9.5.1/charts/common-20.0.8.tgz b/stable/invidious/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/invidious/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/it-tools/4.5.1/.helmignore b/stable/invidious/9.7.1/.helmignore similarity index 100% rename from stable/it-tools/4.5.1/.helmignore rename to stable/invidious/9.7.1/.helmignore diff --git a/stable/invidious/9.7.1/CHANGELOG.md b/stable/invidious/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c621e0037aa --- /dev/null +++ b/stable/invidious/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invidious-9.7.1](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/invidious/9.7.1/Chart.yaml new file mode 100644 index 00000000000..674bbbd8945 --- /dev/null +++ b/stable/invidious/9.7.1/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.2 + 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.1 diff --git a/stable/invidious/9.5.1/README.md b/stable/invidious/9.7.1/README.md similarity index 100% rename from stable/invidious/9.5.1/README.md rename to stable/invidious/9.7.1/README.md diff --git a/stable/invidious/9.7.1/app-changelog.md b/stable/invidious/9.7.1/app-changelog.md new file mode 100644 index 00000000000..746e978f825 --- /dev/null +++ b/stable/invidious/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [invidious-9.7.1](https://github.com/truecharts/charts/compare/invidious-9.6.0...invidious-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/invidious/9.7.1/app-readme.md similarity index 100% rename from stable/invidious/9.5.1/app-readme.md rename to stable/invidious/9.7.1/app-readme.md diff --git a/stable/invidious/9.7.1/charts/common-20.2.2.tgz b/stable/invidious/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/invidious/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/invidious/9.5.1/ix_values.yaml b/stable/invidious/9.7.1/ix_values.yaml similarity index 100% rename from stable/invidious/9.5.1/ix_values.yaml rename to stable/invidious/9.7.1/ix_values.yaml diff --git a/stable/invidious/9.5.1/questions.yaml b/stable/invidious/9.7.1/questions.yaml similarity index 100% rename from stable/invidious/9.5.1/questions.yaml rename to stable/invidious/9.7.1/questions.yaml diff --git a/stable/invidious/9.5.1/templates/_config.tpl b/stable/invidious/9.7.1/templates/_config.tpl similarity index 100% rename from stable/invidious/9.5.1/templates/_config.tpl rename to stable/invidious/9.7.1/templates/_config.tpl diff --git a/stable/invidious/9.5.1/templates/common.yaml b/stable/invidious/9.7.1/templates/common.yaml similarity index 100% rename from stable/invidious/9.5.1/templates/common.yaml rename to stable/invidious/9.7.1/templates/common.yaml diff --git a/stable/it-tools/4.5.1/values.yaml b/stable/invidious/9.7.1/values.yaml similarity index 100% rename from stable/it-tools/4.5.1/values.yaml rename to stable/invidious/9.7.1/values.yaml diff --git a/stable/invitarr/5.5.1/CHANGELOG.md b/stable/invitarr/5.5.1/CHANGELOG.md deleted file mode 100644 index afeea1149a0..00000000000 --- a/stable/invitarr/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [invitarr-5.5.1](https://github.com/truecharts/charts/compare/invitarr-5.5.0...invitarr-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [invitarr-5.5.0](https://github.com/truecharts/charts/compare/invitarr-5.4.1...invitarr-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [invitarr-5.4.1](https://github.com/truecharts/charts/compare/invitarr-5.4.0...invitarr-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [invitarr-5.4.0](https://github.com/truecharts/charts/compare/invitarr-5.3.0...invitarr-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [invitarr-5.3.0](https://github.com/truecharts/charts/compare/invitarr-5.2.3...invitarr-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [invitarr-5.2.3](https://github.com/truecharts/charts/compare/invitarr-5.2.2...invitarr-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [invitarr-5.2.2](https://github.com/truecharts/charts/compare/invitarr-5.2.0...invitarr-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [invitarr-4.1.12](https://github.com/truecharts/charts/compare/invitarr-4.1.11...invitarr-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [invitarr-4.1.11](https://github.com/truecharts/charts/compare/invitarr-4.1.10...invitarr-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/invitarr/5.5.1/Chart.yaml b/stable/invitarr/5.5.1/Chart.yaml deleted file mode 100644 index 9f361d1b37d..00000000000 --- a/stable/invitarr/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/invitarr/5.5.1/charts/common-20.0.8.tgz b/stable/invitarr/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/invitarr/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/iyuuplus/9.5.1/.helmignore b/stable/invitarr/5.7.1/.helmignore similarity index 100% rename from stable/iyuuplus/9.5.1/.helmignore rename to stable/invitarr/5.7.1/.helmignore diff --git a/stable/invitarr/5.7.1/CHANGELOG.md b/stable/invitarr/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..28c59cdced6 --- /dev/null +++ b/stable/invitarr/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [invitarr-5.7.1](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/invitarr/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3511090aa02 --- /dev/null +++ b/stable/invitarr/5.7.1/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.2 + 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.1 diff --git a/stable/invitarr/5.5.1/README.md b/stable/invitarr/5.7.1/README.md similarity index 100% rename from stable/invitarr/5.5.1/README.md rename to stable/invitarr/5.7.1/README.md diff --git a/stable/invitarr/5.7.1/app-changelog.md b/stable/invitarr/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3a1dc712bf2 --- /dev/null +++ b/stable/invitarr/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [invitarr-5.7.1](https://github.com/truecharts/charts/compare/invitarr-5.6.0...invitarr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/invitarr/5.7.1/app-readme.md similarity index 100% rename from stable/invitarr/5.5.1/app-readme.md rename to stable/invitarr/5.7.1/app-readme.md diff --git a/stable/invitarr/5.7.1/charts/common-20.2.2.tgz b/stable/invitarr/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/invitarr/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/invitarr/5.5.1/ix_values.yaml b/stable/invitarr/5.7.1/ix_values.yaml similarity index 100% rename from stable/invitarr/5.5.1/ix_values.yaml rename to stable/invitarr/5.7.1/ix_values.yaml diff --git a/stable/invitarr/5.5.1/questions.yaml b/stable/invitarr/5.7.1/questions.yaml similarity index 100% rename from stable/invitarr/5.5.1/questions.yaml rename to stable/invitarr/5.7.1/questions.yaml diff --git a/stable/invitarr/5.5.1/templates/common.yaml b/stable/invitarr/5.7.1/templates/common.yaml similarity index 100% rename from stable/invitarr/5.5.1/templates/common.yaml rename to stable/invitarr/5.7.1/templates/common.yaml diff --git a/stable/iyuuplus/9.5.1/values.yaml b/stable/invitarr/5.7.1/values.yaml similarity index 100% rename from stable/iyuuplus/9.5.1/values.yaml rename to stable/invitarr/5.7.1/values.yaml diff --git a/stable/ipfs/10.6.1/CHANGELOG.md b/stable/ipfs/10.6.1/CHANGELOG.md deleted file mode 100644 index 856f187f0d4..00000000000 --- a/stable/ipfs/10.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ipfs-10.6.1](https://github.com/truecharts/charts/compare/ipfs-10.6.0...ipfs-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ipfs-10.6.0](https://github.com/truecharts/charts/compare/ipfs-10.5.1...ipfs-10.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ipfs-10.5.1](https://github.com/truecharts/charts/compare/ipfs-10.5.0...ipfs-10.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ipfs-10.5.0](https://github.com/truecharts/charts/compare/ipfs-10.4.0...ipfs-10.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ipfs-10.4.0](https://github.com/truecharts/charts/compare/ipfs-10.3.3...ipfs-10.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ipfs-10.3.3](https://github.com/truecharts/charts/compare/ipfs-10.3.2...ipfs-10.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ipfs-10.3.2](https://github.com/truecharts/charts/compare/ipfs-10.3.0...ipfs-10.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [ipfs-9.2.2](https://github.com/truecharts/charts/compare/ipfs-9.2.1...ipfs-9.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ipfs-9.2.1](https://github.com/truecharts/charts/compare/ipfs-9.2.0...ipfs-9.2.1) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/ipfs/10.6.1/Chart.yaml b/stable/ipfs/10.6.1/Chart.yaml deleted file mode 100644 index a2322fda488..00000000000 --- a/stable/ipfs/10.6.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: 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.0.8 - 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.6.1 diff --git a/stable/ipfs/10.6.1/charts/common-20.0.8.tgz b/stable/ipfs/10.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ipfs/10.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jackett/19.5.1/.helmignore b/stable/ipfs/10.8.1/.helmignore similarity index 100% rename from stable/jackett/19.5.1/.helmignore rename to stable/ipfs/10.8.1/.helmignore diff --git a/stable/ipfs/10.8.1/CHANGELOG.md b/stable/ipfs/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..260f7fadd1d --- /dev/null +++ b/stable/ipfs/10.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipfs-10.8.1](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ipfs/10.8.1/Chart.yaml new file mode 100644 index 00000000000..fbe8952db5a --- /dev/null +++ b/stable/ipfs/10.8.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: 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.2 + 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.1 diff --git a/stable/ipfs/10.6.1/README.md b/stable/ipfs/10.8.1/README.md similarity index 100% rename from stable/ipfs/10.6.1/README.md rename to stable/ipfs/10.8.1/README.md diff --git a/stable/ipfs/10.8.1/app-changelog.md b/stable/ipfs/10.8.1/app-changelog.md new file mode 100644 index 00000000000..a971ec88974 --- /dev/null +++ b/stable/ipfs/10.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ipfs-10.8.1](https://github.com/truecharts/charts/compare/ipfs-10.7.0...ipfs-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/ipfs/10.8.1/app-readme.md similarity index 100% rename from stable/ipfs/10.6.1/app-readme.md rename to stable/ipfs/10.8.1/app-readme.md diff --git a/stable/ipfs/10.8.1/charts/common-20.2.2.tgz b/stable/ipfs/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ipfs/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/ipfs/10.6.1/ix_values.yaml b/stable/ipfs/10.8.1/ix_values.yaml similarity index 100% rename from stable/ipfs/10.6.1/ix_values.yaml rename to stable/ipfs/10.8.1/ix_values.yaml diff --git a/stable/ipfs/10.6.1/questions.yaml b/stable/ipfs/10.8.1/questions.yaml similarity index 100% rename from stable/ipfs/10.6.1/questions.yaml rename to stable/ipfs/10.8.1/questions.yaml diff --git a/stable/jackett/19.5.1/templates/NOTES.txt b/stable/ipfs/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/jackett/19.5.1/templates/NOTES.txt rename to stable/ipfs/10.8.1/templates/NOTES.txt diff --git a/stable/ipfs/10.6.1/templates/common.yaml b/stable/ipfs/10.8.1/templates/common.yaml similarity index 100% rename from stable/ipfs/10.6.1/templates/common.yaml rename to stable/ipfs/10.8.1/templates/common.yaml diff --git a/stable/jackett/19.5.1/values.yaml b/stable/ipfs/10.8.1/values.yaml similarity index 100% rename from stable/jackett/19.5.1/values.yaml rename to stable/ipfs/10.8.1/values.yaml diff --git a/stable/ipmi-tools/6.5.1/CHANGELOG.md b/stable/ipmi-tools/6.5.1/CHANGELOG.md deleted file mode 100644 index ebacac0ccb5..00000000000 --- a/stable/ipmi-tools/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ipmi-tools-6.5.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.5.0...ipmi-tools-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ipmi-tools-6.5.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.4.1...ipmi-tools-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ipmi-tools-6.4.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.4.0...ipmi-tools-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ipmi-tools-6.4.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.3.0...ipmi-tools-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ipmi-tools-6.3.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.3...ipmi-tools-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ipmi-tools-6.2.3](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.2...ipmi-tools-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ipmi-tools-6.2.2](https://github.com/truecharts/charts/compare/ipmi-tools-6.2.0...ipmi-tools-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ipmi-tools-5.1.11](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.10...ipmi-tools-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ipmi-tools-5.1.10](https://github.com/truecharts/charts/compare/ipmi-tools-5.1.9...ipmi-tools-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ipmi-tools/6.5.1/Chart.yaml b/stable/ipmi-tools/6.5.1/Chart.yaml deleted file mode 100644 index ab91a3820a5..00000000000 --- a/stable/ipmi-tools/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ipmi-tools/6.5.1/charts/common-20.0.8.tgz b/stable/ipmi-tools/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ipmi-tools/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jdownloader2/16.5.1/.helmignore b/stable/ipmi-tools/6.7.1/.helmignore similarity index 100% rename from stable/jdownloader2/16.5.1/.helmignore rename to stable/ipmi-tools/6.7.1/.helmignore diff --git a/stable/ipmi-tools/6.7.1/CHANGELOG.md b/stable/ipmi-tools/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..11073c80d98 --- /dev/null +++ b/stable/ipmi-tools/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ipmi-tools-6.7.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ipmi-tools/6.7.1/Chart.yaml new file mode 100644 index 00000000000..27e4a283e4c --- /dev/null +++ b/stable/ipmi-tools/6.7.1/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.2 + 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.1 diff --git a/stable/ipmi-tools/6.5.1/README.md b/stable/ipmi-tools/6.7.1/README.md similarity index 100% rename from stable/ipmi-tools/6.5.1/README.md rename to stable/ipmi-tools/6.7.1/README.md diff --git a/stable/ipmi-tools/6.7.1/app-changelog.md b/stable/ipmi-tools/6.7.1/app-changelog.md new file mode 100644 index 00000000000..ba268394bc3 --- /dev/null +++ b/stable/ipmi-tools/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ipmi-tools-6.7.1](https://github.com/truecharts/charts/compare/ipmi-tools-6.6.0...ipmi-tools-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ipmi-tools/6.7.1/app-readme.md similarity index 100% rename from stable/ipmi-tools/6.5.1/app-readme.md rename to stable/ipmi-tools/6.7.1/app-readme.md diff --git a/stable/ipmi-tools/6.7.1/charts/common-20.2.2.tgz b/stable/ipmi-tools/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ipmi-tools/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ipmi-tools/6.5.1/ix_values.yaml b/stable/ipmi-tools/6.7.1/ix_values.yaml similarity index 100% rename from stable/ipmi-tools/6.5.1/ix_values.yaml rename to stable/ipmi-tools/6.7.1/ix_values.yaml diff --git a/stable/ipmi-tools/6.5.1/questions.yaml b/stable/ipmi-tools/6.7.1/questions.yaml similarity index 100% rename from stable/ipmi-tools/6.5.1/questions.yaml rename to stable/ipmi-tools/6.7.1/questions.yaml diff --git a/stable/jdownloader2/16.5.1/templates/NOTES.txt b/stable/ipmi-tools/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/jdownloader2/16.5.1/templates/NOTES.txt rename to stable/ipmi-tools/6.7.1/templates/NOTES.txt diff --git a/stable/ipmi-tools/6.5.1/templates/common.yaml b/stable/ipmi-tools/6.7.1/templates/common.yaml similarity index 100% rename from stable/ipmi-tools/6.5.1/templates/common.yaml rename to stable/ipmi-tools/6.7.1/templates/common.yaml diff --git a/stable/jdownloader2/16.5.1/values.yaml b/stable/ipmi-tools/6.7.1/values.yaml similarity index 100% rename from stable/jdownloader2/16.5.1/values.yaml rename to stable/ipmi-tools/6.7.1/values.yaml diff --git a/stable/ispy-agent-dvr/9.7.1/CHANGELOG.md b/stable/ispy-agent-dvr/9.7.1/CHANGELOG.md deleted file mode 100644 index 473b7b608c6..00000000000 --- a/stable/ispy-agent-dvr/9.7.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ispy-agent-dvr-9.7.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.7.0...ispy-agent-dvr-9.7.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ispy-agent-dvr-9.7.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.6.0...ispy-agent-dvr-9.7.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ispy-agent-dvr-9.6.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.5.2...ispy-agent-dvr-9.6.0) (2024-03-11) - -### Fix - - - -- Add persistence for ffmpeg6 and fix scale q's ([#19149](https://github.com/truecharts/charts/issues/19149)) - - -## [ispy-agent-dvr-9.5.2](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.5.1...ispy-agent-dvr-9.5.2) (2024-03-11) - -### Chore - - - -- update container image doitandbedone/ispyagentdvr to v5.3.2.0[@65e629a](https://github.com/65e629a) by renovate ([#19059](https://github.com/truecharts/charts/issues/19059)) - - -## [ispy-agent-dvr-9.5.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.5.0...ispy-agent-dvr-9.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ispy-agent-dvr-9.5.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.4.0...ispy-agent-dvr-9.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ispy-agent-dvr-9.4.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.4...ispy-agent-dvr-9.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ispy-agent-dvr-9.3.4](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.3...ispy-agent-dvr-9.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ispy-agent-dvr-9.3.3](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.3.1...ispy-agent-dvr-9.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/ispy-agent-dvr/9.7.1/Chart.yaml b/stable/ispy-agent-dvr/9.7.1/Chart.yaml deleted file mode 100644 index a4a61a28c74..00000000000 --- a/stable/ispy-agent-dvr/9.7.1/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.2.0 -dependencies: - - name: common - version: 20.0.8 - 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.7.1 diff --git a/stable/ispy-agent-dvr/9.7.1/charts/common-20.0.8.tgz b/stable/ispy-agent-dvr/9.7.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ispy-agent-dvr/9.7.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jellyfin/18.5.2/.helmignore b/stable/ispy-agent-dvr/9.9.1/.helmignore similarity index 100% rename from stable/jellyfin/18.5.2/.helmignore rename to stable/ispy-agent-dvr/9.9.1/.helmignore diff --git a/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md b/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md new file mode 100644 index 00000000000..1b5fbdf978c --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ispy-agent-dvr/9.9.1/Chart.yaml new file mode 100644 index 00000000000..c16b3be4f01 --- /dev/null +++ b/stable/ispy-agent-dvr/9.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: security + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.2.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/ispy-agent-dvr/9.7.1/README.md b/stable/ispy-agent-dvr/9.9.1/README.md similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/README.md rename to stable/ispy-agent-dvr/9.9.1/README.md diff --git a/stable/ispy-agent-dvr/9.9.1/app-changelog.md b/stable/ispy-agent-dvr/9.9.1/app-changelog.md new file mode 100644 index 00000000000..0ad46e1bd70 --- /dev/null +++ b/stable/ispy-agent-dvr/9.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ispy-agent-dvr-9.9.1](https://github.com/truecharts/charts/compare/ispy-agent-dvr-9.8.0...ispy-agent-dvr-9.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.7.1/app-readme.md b/stable/ispy-agent-dvr/9.9.1/app-readme.md similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/app-readme.md rename to stable/ispy-agent-dvr/9.9.1/app-readme.md diff --git a/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz b/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ispy-agent-dvr/9.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/ispy-agent-dvr/9.7.1/ix_values.yaml b/stable/ispy-agent-dvr/9.9.1/ix_values.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/ix_values.yaml rename to stable/ispy-agent-dvr/9.9.1/ix_values.yaml diff --git a/stable/ispy-agent-dvr/9.7.1/questions.yaml b/stable/ispy-agent-dvr/9.9.1/questions.yaml similarity index 100% rename from stable/ispy-agent-dvr/9.7.1/questions.yaml rename to stable/ispy-agent-dvr/9.9.1/questions.yaml diff --git a/stable/jellyfin/18.5.2/templates/NOTES.txt b/stable/ispy-agent-dvr/9.9.1/templates/NOTES.txt similarity index 100% rename from stable/jellyfin/18.5.2/templates/NOTES.txt rename to stable/ispy-agent-dvr/9.9.1/templates/NOTES.txt diff --git a/stable/it-tools/4.5.1/templates/common.yaml b/stable/ispy-agent-dvr/9.9.1/templates/common.yaml similarity index 100% rename from stable/it-tools/4.5.1/templates/common.yaml rename to stable/ispy-agent-dvr/9.9.1/templates/common.yaml diff --git a/stable/jellyfin/18.5.2/values.yaml b/stable/ispy-agent-dvr/9.9.1/values.yaml similarity index 100% rename from stable/jellyfin/18.5.2/values.yaml rename to stable/ispy-agent-dvr/9.9.1/values.yaml diff --git a/stable/it-tools/4.5.1/CHANGELOG.md b/stable/it-tools/4.5.1/CHANGELOG.md deleted file mode 100644 index 280ef81835b..00000000000 --- a/stable/it-tools/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [it-tools-4.5.1](https://github.com/truecharts/charts/compare/it-tools-4.5.0...it-tools-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [it-tools-4.5.0](https://github.com/truecharts/charts/compare/it-tools-4.4.1...it-tools-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [it-tools-4.4.1](https://github.com/truecharts/charts/compare/it-tools-4.4.0...it-tools-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [it-tools-4.4.0](https://github.com/truecharts/charts/compare/it-tools-4.3.0...it-tools-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [it-tools-4.3.0](https://github.com/truecharts/charts/compare/it-tools-4.2.3...it-tools-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [it-tools-4.2.3](https://github.com/truecharts/charts/compare/it-tools-4.2.2...it-tools-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [it-tools-4.2.2](https://github.com/truecharts/charts/compare/it-tools-4.2.0...it-tools-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [it-tools-3.1.11](https://github.com/truecharts/charts/compare/it-tools-3.1.10...it-tools-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [it-tools-3.1.10](https://github.com/truecharts/charts/compare/it-tools-3.1.9...it-tools-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/it-tools/4.5.1/Chart.yaml b/stable/it-tools/4.5.1/Chart.yaml deleted file mode 100644 index 4e09c02982b..00000000000 --- a/stable/it-tools/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/it-tools/4.5.1/charts/common-20.0.8.tgz b/stable/it-tools/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/it-tools/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jellyseerr/9.5.1/.helmignore b/stable/it-tools/4.7.1/.helmignore similarity index 100% rename from stable/jellyseerr/9.5.1/.helmignore rename to stable/it-tools/4.7.1/.helmignore diff --git a/stable/it-tools/4.7.1/CHANGELOG.md b/stable/it-tools/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7d923ffea40 --- /dev/null +++ b/stable/it-tools/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [it-tools-4.7.1](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/it-tools/4.7.1/Chart.yaml new file mode 100644 index 00000000000..47ec1eac882 --- /dev/null +++ b/stable/it-tools/4.7.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: 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.2 + 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.1 diff --git a/stable/it-tools/4.5.1/README.md b/stable/it-tools/4.7.1/README.md similarity index 100% rename from stable/it-tools/4.5.1/README.md rename to stable/it-tools/4.7.1/README.md diff --git a/stable/it-tools/4.7.1/app-changelog.md b/stable/it-tools/4.7.1/app-changelog.md new file mode 100644 index 00000000000..0ed8f9e2eed --- /dev/null +++ b/stable/it-tools/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [it-tools-4.7.1](https://github.com/truecharts/charts/compare/it-tools-4.6.0...it-tools-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/it-tools/4.7.1/app-readme.md similarity index 100% rename from stable/it-tools/4.5.1/app-readme.md rename to stable/it-tools/4.7.1/app-readme.md diff --git a/stable/it-tools/4.7.1/charts/common-20.2.2.tgz b/stable/it-tools/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/it-tools/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/it-tools/4.5.1/ix_values.yaml b/stable/it-tools/4.7.1/ix_values.yaml similarity index 100% rename from stable/it-tools/4.5.1/ix_values.yaml rename to stable/it-tools/4.7.1/ix_values.yaml diff --git a/stable/it-tools/4.5.1/questions.yaml b/stable/it-tools/4.7.1/questions.yaml similarity index 100% rename from stable/it-tools/4.5.1/questions.yaml rename to stable/it-tools/4.7.1/questions.yaml diff --git a/stable/jellyseerr/9.5.1/templates/NOTES.txt b/stable/it-tools/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/jellyseerr/9.5.1/templates/NOTES.txt rename to stable/it-tools/4.7.1/templates/NOTES.txt diff --git a/stable/iyuuplus/9.5.1/templates/common.yaml b/stable/it-tools/4.7.1/templates/common.yaml similarity index 100% rename from stable/iyuuplus/9.5.1/templates/common.yaml rename to stable/it-tools/4.7.1/templates/common.yaml diff --git a/stable/jellyseerr/9.5.1/values.yaml b/stable/it-tools/4.7.1/values.yaml similarity index 100% rename from stable/jellyseerr/9.5.1/values.yaml rename to stable/it-tools/4.7.1/values.yaml diff --git a/stable/iyuuplus/9.5.1/CHANGELOG.md b/stable/iyuuplus/9.5.1/CHANGELOG.md deleted file mode 100644 index f5b17ac1e19..00000000000 --- a/stable/iyuuplus/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [iyuuplus-9.5.1](https://github.com/truecharts/charts/compare/iyuuplus-9.5.0...iyuuplus-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [iyuuplus-9.5.0](https://github.com/truecharts/charts/compare/iyuuplus-9.4.1...iyuuplus-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [iyuuplus-9.4.1](https://github.com/truecharts/charts/compare/iyuuplus-9.4.0...iyuuplus-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [iyuuplus-9.4.0](https://github.com/truecharts/charts/compare/iyuuplus-9.3.0...iyuuplus-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [iyuuplus-9.3.0](https://github.com/truecharts/charts/compare/iyuuplus-9.2.3...iyuuplus-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [iyuuplus-9.2.3](https://github.com/truecharts/charts/compare/iyuuplus-9.2.2...iyuuplus-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [iyuuplus-9.2.2](https://github.com/truecharts/charts/compare/iyuuplus-9.2.0...iyuuplus-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [iyuuplus-8.1.11](https://github.com/truecharts/charts/compare/iyuuplus-8.1.10...iyuuplus-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [iyuuplus-8.1.10](https://github.com/truecharts/charts/compare/iyuuplus-8.1.9...iyuuplus-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/iyuuplus/9.5.1/Chart.yaml b/stable/iyuuplus/9.5.1/Chart.yaml deleted file mode 100644 index cde13b188bb..00000000000 --- a/stable/iyuuplus/9.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/iyuuplus/9.5.1/charts/common-20.0.8.tgz b/stable/iyuuplus/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/iyuuplus/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jellystat/3.5.1/.helmignore b/stable/iyuuplus/9.7.1/.helmignore similarity index 100% rename from stable/jellystat/3.5.1/.helmignore rename to stable/iyuuplus/9.7.1/.helmignore diff --git a/stable/iyuuplus/9.7.1/CHANGELOG.md b/stable/iyuuplus/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..53f54f4fd68 --- /dev/null +++ b/stable/iyuuplus/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [iyuuplus-9.7.1](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/iyuuplus/9.7.1/Chart.yaml new file mode 100644 index 00000000000..a2e8f92e7b7 --- /dev/null +++ b/stable/iyuuplus/9.7.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: 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.2 + 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.1 diff --git a/stable/iyuuplus/9.5.1/README.md b/stable/iyuuplus/9.7.1/README.md similarity index 100% rename from stable/iyuuplus/9.5.1/README.md rename to stable/iyuuplus/9.7.1/README.md diff --git a/stable/iyuuplus/9.7.1/app-changelog.md b/stable/iyuuplus/9.7.1/app-changelog.md new file mode 100644 index 00000000000..58336a775c5 --- /dev/null +++ b/stable/iyuuplus/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [iyuuplus-9.7.1](https://github.com/truecharts/charts/compare/iyuuplus-9.6.0...iyuuplus-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/iyuuplus/9.7.1/app-readme.md similarity index 100% rename from stable/iyuuplus/9.5.1/app-readme.md rename to stable/iyuuplus/9.7.1/app-readme.md diff --git a/stable/iyuuplus/9.7.1/charts/common-20.2.2.tgz b/stable/iyuuplus/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/iyuuplus/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/iyuuplus/9.5.1/ix_values.yaml b/stable/iyuuplus/9.7.1/ix_values.yaml similarity index 100% rename from stable/iyuuplus/9.5.1/ix_values.yaml rename to stable/iyuuplus/9.7.1/ix_values.yaml diff --git a/stable/iyuuplus/9.5.1/questions.yaml b/stable/iyuuplus/9.7.1/questions.yaml similarity index 100% rename from stable/iyuuplus/9.5.1/questions.yaml rename to stable/iyuuplus/9.7.1/questions.yaml diff --git a/stable/jellystat/3.5.1/templates/NOTES.txt b/stable/iyuuplus/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/jellystat/3.5.1/templates/NOTES.txt rename to stable/iyuuplus/9.7.1/templates/NOTES.txt diff --git a/stable/jackett/19.5.1/templates/common.yaml b/stable/iyuuplus/9.7.1/templates/common.yaml similarity index 100% rename from stable/jackett/19.5.1/templates/common.yaml rename to stable/iyuuplus/9.7.1/templates/common.yaml diff --git a/stable/jellystat/3.5.1/values.yaml b/stable/iyuuplus/9.7.1/values.yaml similarity index 100% rename from stable/jellystat/3.5.1/values.yaml rename to stable/iyuuplus/9.7.1/values.yaml diff --git a/stable/jackett/19.5.1/CHANGELOG.md b/stable/jackett/19.5.1/CHANGELOG.md deleted file mode 100644 index fa2b1fb332e..00000000000 --- a/stable/jackett/19.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jackett-19.5.1](https://github.com/truecharts/charts/compare/jackett-19.5.0...jackett-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jackett-19.5.0](https://github.com/truecharts/charts/compare/jackett-19.4.1...jackett-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jackett-19.4.1](https://github.com/truecharts/charts/compare/jackett-19.4.0...jackett-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jackett-19.4.0](https://github.com/truecharts/charts/compare/jackett-19.3.0...jackett-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jackett-19.3.0](https://github.com/truecharts/charts/compare/jackett-19.2.3...jackett-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jackett-19.2.3](https://github.com/truecharts/charts/compare/jackett-19.2.2...jackett-19.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jackett-19.2.2](https://github.com/truecharts/charts/compare/jackett-19.2.0...jackett-19.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - -## [jackett-18.1.19](https://github.com/truecharts/charts/compare/jackett-18.1.18...jackett-18.1.19) (2024-02-07) - - -## [jackett-18.1.18](https://github.com/truecharts/charts/compare/jackett-18.1.17...jackett-18.1.18) (2024-02-07) - - -## [jackett-18.1.17](https://github.com/truecharts/charts/compare/jackett-18.1.16...jackett-18.1.17) (2024-02-07) - - -## [jackett-18.1.16](https://github.com/truecharts/charts/compare/jackett-18.1.15...jackett-18.1.16) (2024-02-07) - - -## [jackett-18.1.15](https://github.com/truecharts/charts/compare/jackett-18.1.14...jackett-18.1.15) (2024-02-07) \ No newline at end of file diff --git a/stable/jackett/19.5.1/Chart.yaml b/stable/jackett/19.5.1/Chart.yaml deleted file mode 100644 index 5b012271282..00000000000 --- a/stable/jackett/19.5.1/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.21.1155 -dependencies: - - name: common - version: 20.0.8 - 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/truecharts/charts/tree/master/charts/stable/jackett - - https://ghcr.io/linuxserver/jackett -type: application -version: 19.5.1 diff --git a/stable/jackett/19.5.1/charts/common-20.0.8.tgz b/stable/jackett/19.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jackett/19.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jelu/5.5.1/.helmignore b/stable/jackett/19.7.1/.helmignore similarity index 100% rename from stable/jelu/5.5.1/.helmignore rename to stable/jackett/19.7.1/.helmignore diff --git a/stable/jackett/19.7.1/CHANGELOG.md b/stable/jackett/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..df52dafd610 --- /dev/null +++ b/stable/jackett/19.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jackett-19.7.1](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [jackett-19.7.0](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jackett/19.7.1/Chart.yaml b/stable/jackett/19.7.1/Chart.yaml new file mode 100644 index 00000000000..e4e74c2f73d --- /dev/null +++ b/stable/jackett/19.7.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: media + 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.2 + 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/truecharts/charts/tree/master/charts/stable/jackett + - https://ghcr.io/linuxserver/jackett +type: application +version: 19.7.1 diff --git a/stable/jackett/19.5.1/README.md b/stable/jackett/19.7.1/README.md similarity index 100% rename from stable/jackett/19.5.1/README.md rename to stable/jackett/19.7.1/README.md diff --git a/stable/jackett/19.7.1/app-changelog.md b/stable/jackett/19.7.1/app-changelog.md new file mode 100644 index 00000000000..c622f93b120 --- /dev/null +++ b/stable/jackett/19.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jackett-19.7.1](https://github.com/truecharts/charts/compare/jackett-19.6.0...jackett-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/jackett/19.5.1/app-readme.md b/stable/jackett/19.7.1/app-readme.md similarity index 100% rename from stable/jackett/19.5.1/app-readme.md rename to stable/jackett/19.7.1/app-readme.md diff --git a/stable/jackett/19.7.1/charts/common-20.2.2.tgz b/stable/jackett/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jackett/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jackett/19.5.1/ix_values.yaml b/stable/jackett/19.7.1/ix_values.yaml similarity index 100% rename from stable/jackett/19.5.1/ix_values.yaml rename to stable/jackett/19.7.1/ix_values.yaml diff --git a/stable/jackett/19.5.1/questions.yaml b/stable/jackett/19.7.1/questions.yaml similarity index 100% rename from stable/jackett/19.5.1/questions.yaml rename to stable/jackett/19.7.1/questions.yaml diff --git a/stable/jenkins/7.8.2/templates/NOTES.txt b/stable/jackett/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/jenkins/7.8.2/templates/NOTES.txt rename to stable/jackett/19.7.1/templates/NOTES.txt diff --git a/stable/jdownloader2/16.5.1/templates/common.yaml b/stable/jackett/19.7.1/templates/common.yaml similarity index 100% rename from stable/jdownloader2/16.5.1/templates/common.yaml rename to stable/jackett/19.7.1/templates/common.yaml diff --git a/stable/jelu/5.5.1/values.yaml b/stable/jackett/19.7.1/values.yaml similarity index 100% rename from stable/jelu/5.5.1/values.yaml rename to stable/jackett/19.7.1/values.yaml diff --git a/stable/jdownloader2/16.5.1/CHANGELOG.md b/stable/jdownloader2/16.5.1/CHANGELOG.md deleted file mode 100644 index b5226d41b03..00000000000 --- a/stable/jdownloader2/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jdownloader2-16.5.1](https://github.com/truecharts/charts/compare/jdownloader2-16.5.0...jdownloader2-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jdownloader2-16.5.0](https://github.com/truecharts/charts/compare/jdownloader2-16.4.1...jdownloader2-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jdownloader2-16.4.1](https://github.com/truecharts/charts/compare/jdownloader2-16.4.0...jdownloader2-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jdownloader2-16.4.0](https://github.com/truecharts/charts/compare/jdownloader2-16.3.0...jdownloader2-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jdownloader2-16.3.0](https://github.com/truecharts/charts/compare/jdownloader2-16.2.3...jdownloader2-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jdownloader2-16.2.3](https://github.com/truecharts/charts/compare/jdownloader2-16.2.2...jdownloader2-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jdownloader2-16.2.2](https://github.com/truecharts/charts/compare/jdownloader2-16.2.0...jdownloader2-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [jdownloader2-15.0.1](https://github.com/truecharts/charts/compare/jdownloader2-15.0.0...jdownloader2-15.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jdownloader2-15.0.0](https://github.com/truecharts/charts/compare/jdownloader2-14.2.10...jdownloader2-15.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/jdownloader-2 to v24.01.1[@b020fd3](https://github.com/b020fd3) by renovate ([#17707](https://github.com/truecharts/charts/issues/17707)) diff --git a/stable/jdownloader2/16.5.1/Chart.yaml b/stable/jdownloader2/16.5.1/Chart.yaml deleted file mode 100644 index df5f122961f..00000000000 --- a/stable/jdownloader2/16.5.1/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.0.8 - 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.5.1 diff --git a/stable/jdownloader2/16.5.1/charts/common-20.0.8.tgz b/stable/jdownloader2/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jdownloader2/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jenkins/7.8.2/.helmignore b/stable/jdownloader2/16.7.1/.helmignore similarity index 100% rename from stable/jenkins/7.8.2/.helmignore rename to stable/jdownloader2/16.7.1/.helmignore diff --git a/stable/jdownloader2/16.7.1/CHANGELOG.md b/stable/jdownloader2/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6d95b501434 --- /dev/null +++ b/stable/jdownloader2/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jdownloader2-16.7.1](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jdownloader2/16.7.1/Chart.yaml new file mode 100644 index 00000000000..f268470225b --- /dev/null +++ b/stable/jdownloader2/16.7.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: 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.2 + 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.1 diff --git a/stable/jdownloader2/16.5.1/README.md b/stable/jdownloader2/16.7.1/README.md similarity index 100% rename from stable/jdownloader2/16.5.1/README.md rename to stable/jdownloader2/16.7.1/README.md diff --git a/stable/jdownloader2/16.7.1/app-changelog.md b/stable/jdownloader2/16.7.1/app-changelog.md new file mode 100644 index 00000000000..d30734123ba --- /dev/null +++ b/stable/jdownloader2/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jdownloader2-16.7.1](https://github.com/truecharts/charts/compare/jdownloader2-16.6.0...jdownloader2-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jdownloader2/16.7.1/app-readme.md similarity index 100% rename from stable/jdownloader2/16.5.1/app-readme.md rename to stable/jdownloader2/16.7.1/app-readme.md diff --git a/stable/jdownloader2/16.7.1/charts/common-20.2.2.tgz b/stable/jdownloader2/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jdownloader2/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jdownloader2/16.5.1/ix_values.yaml b/stable/jdownloader2/16.7.1/ix_values.yaml similarity index 100% rename from stable/jdownloader2/16.5.1/ix_values.yaml rename to stable/jdownloader2/16.7.1/ix_values.yaml diff --git a/stable/jdownloader2/16.5.1/questions.yaml b/stable/jdownloader2/16.7.1/questions.yaml similarity index 100% rename from stable/jdownloader2/16.5.1/questions.yaml rename to stable/jdownloader2/16.7.1/questions.yaml diff --git a/stable/jts3servermod/1.3.1/templates/NOTES.txt b/stable/jdownloader2/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/jts3servermod/1.3.1/templates/NOTES.txt rename to stable/jdownloader2/16.7.1/templates/NOTES.txt diff --git a/stable/jellyseerr/9.5.1/templates/common.yaml b/stable/jdownloader2/16.7.1/templates/common.yaml similarity index 100% rename from stable/jellyseerr/9.5.1/templates/common.yaml rename to stable/jdownloader2/16.7.1/templates/common.yaml diff --git a/stable/jenkins/7.8.2/values.yaml b/stable/jdownloader2/16.7.1/values.yaml similarity index 100% rename from stable/jenkins/7.8.2/values.yaml rename to stable/jdownloader2/16.7.1/values.yaml diff --git a/stable/jellyfin/18.5.2/CHANGELOG.md b/stable/jellyfin/18.5.2/CHANGELOG.md deleted file mode 100644 index db95e800b4a..00000000000 --- a/stable/jellyfin/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellyfin-18.5.2](https://github.com/truecharts/charts/compare/jellyfin-18.5.1...jellyfin-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [jellyfin-18.5.1](https://github.com/truecharts/charts/compare/jellyfin-18.5.0...jellyfin-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jellyfin-18.5.0](https://github.com/truecharts/charts/compare/jellyfin-18.4.2...jellyfin-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jellyfin-18.4.2](https://github.com/truecharts/charts/compare/jellyfin-18.4.1...jellyfin-18.4.2) (2024-03-11) - -### Chore - - - -- update container image docker.io/alpine/socat to 1.8.0.0[@db73221](https://github.com/db73221) by renovate ([#18977](https://github.com/truecharts/charts/issues/18977)) - - -## [jellyfin-18.4.1](https://github.com/truecharts/charts/compare/jellyfin-18.4.0...jellyfin-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jellyfin-18.4.0](https://github.com/truecharts/charts/compare/jellyfin-18.3.0...jellyfin-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jellyfin-18.3.0](https://github.com/truecharts/charts/compare/jellyfin-18.2.4...jellyfin-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jellyfin-18.2.4](https://github.com/truecharts/charts/compare/jellyfin-18.2.3...jellyfin-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jellyfin-18.2.3](https://github.com/truecharts/charts/compare/jellyfin-18.2.1...jellyfin-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/jellyfin/18.5.2/Chart.yaml b/stable/jellyfin/18.5.2/Chart.yaml deleted file mode 100644 index 9c340f0fd6a..00000000000 --- a/stable/jellyfin/18.5.2/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.0.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.5.2 diff --git a/stable/jellyfin/18.5.2/charts/common-20.0.9.tgz b/stable/jellyfin/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/jellyfin/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/jellyfin/18.5.2/ix_values.yaml b/stable/jellyfin/18.5.2/ix_values.yaml deleted file mode 100644 index 9a70ee5f4d1..00000000000 --- a/stable/jellyfin/18.5.2/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:db732210206ba672334dba60644261ad92c44860060222de65de55f33d0a2cdb -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/jmzhomeproxy/5.5.1/.helmignore b/stable/jellyfin/18.7.1/.helmignore similarity index 100% rename from stable/jmzhomeproxy/5.5.1/.helmignore rename to stable/jellyfin/18.7.1/.helmignore diff --git a/stable/jellyfin/18.7.1/CHANGELOG.md b/stable/jellyfin/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a8f719a9f78 --- /dev/null +++ b/stable/jellyfin/18.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyfin-18.7.1](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/jellyfin/18.7.1/Chart.yaml b/stable/jellyfin/18.7.1/Chart.yaml new file mode 100644 index 00000000000..3189b5b91ef --- /dev/null +++ b/stable/jellyfin/18.7.1/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.2 + 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/alpine/socat + - https://hub.docker.com/r/jellyfin/jellyfin +type: application +version: 18.7.1 diff --git a/stable/jellyfin/18.5.2/README.md b/stable/jellyfin/18.7.1/README.md similarity index 100% rename from stable/jellyfin/18.5.2/README.md rename to stable/jellyfin/18.7.1/README.md diff --git a/stable/jellyfin/18.7.1/app-changelog.md b/stable/jellyfin/18.7.1/app-changelog.md new file mode 100644 index 00000000000..1fc485aeba1 --- /dev/null +++ b/stable/jellyfin/18.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [jellyfin-18.7.1](https://github.com/truecharts/charts/compare/jellyfin-18.6.0...jellyfin-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/jellyfin/18.7.1/app-readme.md similarity index 100% rename from stable/jellyfin/18.5.2/app-readme.md rename to stable/jellyfin/18.7.1/app-readme.md diff --git a/stable/jellyfin/18.7.1/charts/common-20.2.2.tgz b/stable/jellyfin/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jellyfin/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jellyfin/18.7.1/ix_values.yaml b/stable/jellyfin/18.7.1/ix_values.yaml new file mode 100644 index 00000000000..a6db7444e18 --- /dev/null +++ b/stable/jellyfin/18.7.1/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:2e782d6294f302728ffd43de9d8e07d2e3f5112100f6640d9a209d30c003f057 +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.5.2/questions.yaml b/stable/jellyfin/18.7.1/questions.yaml similarity index 100% rename from stable/jellyfin/18.5.2/questions.yaml rename to stable/jellyfin/18.7.1/questions.yaml diff --git a/stable/jupyter/8.5.1/templates/NOTES.txt b/stable/jellyfin/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/jupyter/8.5.1/templates/NOTES.txt rename to stable/jellyfin/18.7.1/templates/NOTES.txt diff --git a/stable/jellyfin/18.5.2/templates/common.yaml b/stable/jellyfin/18.7.1/templates/common.yaml similarity index 100% rename from stable/jellyfin/18.5.2/templates/common.yaml rename to stable/jellyfin/18.7.1/templates/common.yaml diff --git a/stable/jmzhomeproxy/5.5.1/values.yaml b/stable/jellyfin/18.7.1/values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.5.1/values.yaml rename to stable/jellyfin/18.7.1/values.yaml diff --git a/stable/jellyseerr/9.5.1/CHANGELOG.md b/stable/jellyseerr/9.5.1/CHANGELOG.md deleted file mode 100644 index cd991d1b942..00000000000 --- a/stable/jellyseerr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellyseerr-9.5.1](https://github.com/truecharts/charts/compare/jellyseerr-9.5.0...jellyseerr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jellyseerr-9.5.0](https://github.com/truecharts/charts/compare/jellyseerr-9.4.1...jellyseerr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jellyseerr-9.4.1](https://github.com/truecharts/charts/compare/jellyseerr-9.4.0...jellyseerr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jellyseerr-9.4.0](https://github.com/truecharts/charts/compare/jellyseerr-9.3.0...jellyseerr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jellyseerr-9.3.0](https://github.com/truecharts/charts/compare/jellyseerr-9.2.3...jellyseerr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jellyseerr-9.2.3](https://github.com/truecharts/charts/compare/jellyseerr-9.2.2...jellyseerr-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jellyseerr-9.2.2](https://github.com/truecharts/charts/compare/jellyseerr-9.2.0...jellyseerr-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [jellyseerr-8.1.11](https://github.com/truecharts/charts/compare/jellyseerr-8.1.10...jellyseerr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jellyseerr-8.1.10](https://github.com/truecharts/charts/compare/jellyseerr-8.1.9...jellyseerr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/jellyseerr/9.5.1/Chart.yaml b/stable/jellyseerr/9.5.1/Chart.yaml deleted file mode 100644 index fead1dd9263..00000000000 --- a/stable/jellyseerr/9.5.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: 1.7.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/jellyseerr/9.5.1/charts/common-20.0.8.tgz b/stable/jellyseerr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jellyseerr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/joplin-server/17.5.1/.helmignore b/stable/jellyseerr/9.7.1/.helmignore similarity index 100% rename from stable/joplin-server/17.5.1/.helmignore rename to stable/jellyseerr/9.7.1/.helmignore diff --git a/stable/jellyseerr/9.7.1/CHANGELOG.md b/stable/jellyseerr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fa16485abb3 --- /dev/null +++ b/stable/jellyseerr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellyseerr-9.7.1](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jellyseerr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..e3dc026b756 --- /dev/null +++ b/stable/jellyseerr/9.7.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: 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.2 + 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.1 diff --git a/stable/jellyseerr/9.5.1/README.md b/stable/jellyseerr/9.7.1/README.md similarity index 100% rename from stable/jellyseerr/9.5.1/README.md rename to stable/jellyseerr/9.7.1/README.md diff --git a/stable/jellyseerr/9.7.1/app-changelog.md b/stable/jellyseerr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..7c49cb2233d --- /dev/null +++ b/stable/jellyseerr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jellyseerr-9.7.1](https://github.com/truecharts/charts/compare/jellyseerr-9.6.0...jellyseerr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jellyseerr/9.7.1/app-readme.md similarity index 100% rename from stable/jellyseerr/9.5.1/app-readme.md rename to stable/jellyseerr/9.7.1/app-readme.md diff --git a/stable/jellyseerr/9.7.1/charts/common-20.2.2.tgz b/stable/jellyseerr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jellyseerr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jellyseerr/9.5.1/ix_values.yaml b/stable/jellyseerr/9.7.1/ix_values.yaml similarity index 100% rename from stable/jellyseerr/9.5.1/ix_values.yaml rename to stable/jellyseerr/9.7.1/ix_values.yaml diff --git a/stable/jellyseerr/9.5.1/questions.yaml b/stable/jellyseerr/9.7.1/questions.yaml similarity index 100% rename from stable/jellyseerr/9.5.1/questions.yaml rename to stable/jellyseerr/9.7.1/questions.yaml diff --git a/stable/kanboard/16.5.1/templates/NOTES.txt b/stable/jellyseerr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/kanboard/16.5.1/templates/NOTES.txt rename to stable/jellyseerr/9.7.1/templates/NOTES.txt diff --git a/stable/jts3servermod/1.3.1/templates/common.yaml b/stable/jellyseerr/9.7.1/templates/common.yaml similarity index 100% rename from stable/jts3servermod/1.3.1/templates/common.yaml rename to stable/jellyseerr/9.7.1/templates/common.yaml diff --git a/stable/joplin-server/17.5.1/values.yaml b/stable/jellyseerr/9.7.1/values.yaml similarity index 100% rename from stable/joplin-server/17.5.1/values.yaml rename to stable/jellyseerr/9.7.1/values.yaml diff --git a/stable/jellystat/3.5.1/CHANGELOG.md b/stable/jellystat/3.5.1/CHANGELOG.md deleted file mode 100644 index 181496c3c48..00000000000 --- a/stable/jellystat/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jellystat-3.5.1](https://github.com/truecharts/charts/compare/jellystat-3.5.0...jellystat-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jellystat-3.5.0](https://github.com/truecharts/charts/compare/jellystat-3.4.1...jellystat-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jellystat-3.4.1](https://github.com/truecharts/charts/compare/jellystat-3.4.0...jellystat-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jellystat-3.4.0](https://github.com/truecharts/charts/compare/jellystat-3.3.0...jellystat-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jellystat-3.3.0](https://github.com/truecharts/charts/compare/jellystat-3.2.3...jellystat-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jellystat-3.2.3](https://github.com/truecharts/charts/compare/jellystat-3.2.2...jellystat-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jellystat-3.2.2](https://github.com/truecharts/charts/compare/jellystat-3.2.0...jellystat-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [jellystat-2.1.11](https://github.com/truecharts/charts/compare/jellystat-2.1.10...jellystat-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jellystat-2.1.10](https://github.com/truecharts/charts/compare/jellystat-2.1.9...jellystat-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/jellystat/3.5.1/Chart.yaml b/stable/jellystat/3.5.1/Chart.yaml deleted file mode 100644 index 4e134ba6d25..00000000000 --- a/stable/jellystat/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/jellystat/3.5.1/charts/common-20.0.8.tgz b/stable/jellystat/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jellystat/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jts3servermod/1.3.1/.helmignore b/stable/jellystat/3.7.1/.helmignore similarity index 100% rename from stable/jts3servermod/1.3.1/.helmignore rename to stable/jellystat/3.7.1/.helmignore diff --git a/stable/jellystat/3.7.1/CHANGELOG.md b/stable/jellystat/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e3869e2b108 --- /dev/null +++ b/stable/jellystat/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jellystat-3.7.1](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jellystat/3.7.1/Chart.yaml new file mode 100644 index 00000000000..aa4b8ed85c3 --- /dev/null +++ b/stable/jellystat/3.7.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: 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.2 + 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.1 diff --git a/stable/jellystat/3.5.1/README.md b/stable/jellystat/3.7.1/README.md similarity index 100% rename from stable/jellystat/3.5.1/README.md rename to stable/jellystat/3.7.1/README.md diff --git a/stable/jellystat/3.7.1/app-changelog.md b/stable/jellystat/3.7.1/app-changelog.md new file mode 100644 index 00000000000..66ac726fa6a --- /dev/null +++ b/stable/jellystat/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jellystat-3.7.1](https://github.com/truecharts/charts/compare/jellystat-3.6.0...jellystat-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jellystat/3.7.1/app-readme.md similarity index 100% rename from stable/jellystat/3.5.1/app-readme.md rename to stable/jellystat/3.7.1/app-readme.md diff --git a/stable/jellystat/3.7.1/charts/common-20.2.2.tgz b/stable/jellystat/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jellystat/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jellystat/3.5.1/ix_values.yaml b/stable/jellystat/3.7.1/ix_values.yaml similarity index 100% rename from stable/jellystat/3.5.1/ix_values.yaml rename to stable/jellystat/3.7.1/ix_values.yaml diff --git a/stable/jellystat/3.5.1/questions.yaml b/stable/jellystat/3.7.1/questions.yaml similarity index 100% rename from stable/jellystat/3.5.1/questions.yaml rename to stable/jellystat/3.7.1/questions.yaml diff --git a/stable/kasm/8.5.3/templates/NOTES.txt b/stable/jellystat/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/kasm/8.5.3/templates/NOTES.txt rename to stable/jellystat/3.7.1/templates/NOTES.txt diff --git a/stable/jellystat/3.5.1/templates/_secrets.tpl b/stable/jellystat/3.7.1/templates/_secrets.tpl similarity index 100% rename from stable/jellystat/3.5.1/templates/_secrets.tpl rename to stable/jellystat/3.7.1/templates/_secrets.tpl diff --git a/stable/jellystat/3.5.1/templates/common.yaml b/stable/jellystat/3.7.1/templates/common.yaml similarity index 100% rename from stable/jellystat/3.5.1/templates/common.yaml rename to stable/jellystat/3.7.1/templates/common.yaml diff --git a/stable/jts3servermod/1.3.1/values.yaml b/stable/jellystat/3.7.1/values.yaml similarity index 100% rename from stable/jts3servermod/1.3.1/values.yaml rename to stable/jellystat/3.7.1/values.yaml diff --git a/stable/jelu/5.5.1/CHANGELOG.md b/stable/jelu/5.5.1/CHANGELOG.md deleted file mode 100644 index b2e2e044b3a..00000000000 --- a/stable/jelu/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jelu-5.5.1](https://github.com/truecharts/charts/compare/jelu-5.5.0...jelu-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jelu-5.5.0](https://github.com/truecharts/charts/compare/jelu-5.4.1...jelu-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jelu-5.4.1](https://github.com/truecharts/charts/compare/jelu-5.4.0...jelu-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jelu-5.4.0](https://github.com/truecharts/charts/compare/jelu-5.3.0...jelu-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jelu-5.3.0](https://github.com/truecharts/charts/compare/jelu-5.2.4...jelu-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jelu-5.2.4](https://github.com/truecharts/charts/compare/jelu-5.2.3...jelu-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jelu-5.2.3](https://github.com/truecharts/charts/compare/jelu-5.2.1...jelu-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [jelu-4.1.15](https://github.com/truecharts/charts/compare/jelu-4.1.14...jelu-4.1.15) (2024-02-12) - -### Chore - - - -- update container image wabayang/jelu to latest[@168ffa0](https://github.com/168ffa0) by renovate ([#18113](https://github.com/truecharts/charts/issues/18113)) - - -## [jelu-4.1.14](https://github.com/truecharts/charts/compare/jelu-4.1.13...jelu-4.1.14) (2024-02-05) - -### Chore - - - -- update container image wabayang/jelu to latest[@8358e88](https://github.com/8358e88) by renovate ([#17897](https://github.com/truecharts/charts/issues/17897)) \ No newline at end of file diff --git a/stable/jelu/5.5.1/Chart.yaml b/stable/jelu/5.5.1/Chart.yaml deleted file mode 100644 index b2b90a33a04..00000000000 --- a/stable/jelu/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/jelu/5.5.1/charts/common-20.0.8.tgz b/stable/jelu/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jelu/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/jupyter/8.5.1/.helmignore b/stable/jelu/5.7.1/.helmignore similarity index 100% rename from stable/jupyter/8.5.1/.helmignore rename to stable/jelu/5.7.1/.helmignore diff --git a/stable/jelu/5.7.1/CHANGELOG.md b/stable/jelu/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bcba724ee9c --- /dev/null +++ b/stable/jelu/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jelu-5.7.1](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jelu/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3d1f716fb53 --- /dev/null +++ b/stable/jelu/5.7.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: 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.2 + 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.1 diff --git a/stable/jelu/5.5.1/README.md b/stable/jelu/5.7.1/README.md similarity index 100% rename from stable/jelu/5.5.1/README.md rename to stable/jelu/5.7.1/README.md diff --git a/stable/jelu/5.7.1/app-changelog.md b/stable/jelu/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7ccd7a4518c --- /dev/null +++ b/stable/jelu/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jelu-5.7.1](https://github.com/truecharts/charts/compare/jelu-5.6.0...jelu-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jelu/5.7.1/app-readme.md similarity index 100% rename from stable/jelu/5.5.1/app-readme.md rename to stable/jelu/5.7.1/app-readme.md diff --git a/stable/jelu/5.7.1/charts/common-20.2.2.tgz b/stable/jelu/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jelu/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jelu/5.5.1/ix_values.yaml b/stable/jelu/5.7.1/ix_values.yaml similarity index 100% rename from stable/jelu/5.5.1/ix_values.yaml rename to stable/jelu/5.7.1/ix_values.yaml diff --git a/stable/jelu/5.5.1/questions.yaml b/stable/jelu/5.7.1/questions.yaml similarity index 100% rename from stable/jelu/5.5.1/questions.yaml rename to stable/jelu/5.7.1/questions.yaml diff --git a/stable/jelu/5.5.1/templates/common.yaml b/stable/jelu/5.7.1/templates/common.yaml similarity index 100% rename from stable/jelu/5.5.1/templates/common.yaml rename to stable/jelu/5.7.1/templates/common.yaml diff --git a/stable/jupyter/8.5.1/values.yaml b/stable/jelu/5.7.1/values.yaml similarity index 100% rename from stable/jupyter/8.5.1/values.yaml rename to stable/jelu/5.7.1/values.yaml diff --git a/stable/kanboard/16.5.1/.helmignore b/stable/jenkins/7.11.1/.helmignore similarity index 100% rename from stable/kanboard/16.5.1/.helmignore rename to stable/jenkins/7.11.1/.helmignore diff --git a/stable/jenkins/7.11.1/CHANGELOG.md b/stable/jenkins/7.11.1/CHANGELOG.md new file mode 100644 index 00000000000..9da180184e6 --- /dev/null +++ b/stable/jenkins/7.11.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jenkins-7.11.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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.11.0](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/jenkins/7.11.1/Chart.yaml b/stable/jenkins/7.11.1/Chart.yaml new file mode 100644 index 00000000000..cb26ef71555 --- /dev/null +++ b/stable/jenkins/7.11.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.449.0 +dependencies: + - name: common + version: 20.2.2 + 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.11.1 diff --git a/stable/jenkins/7.8.2/README.md b/stable/jenkins/7.11.1/README.md similarity index 100% rename from stable/jenkins/7.8.2/README.md rename to stable/jenkins/7.11.1/README.md diff --git a/stable/jenkins/7.11.1/app-changelog.md b/stable/jenkins/7.11.1/app-changelog.md new file mode 100644 index 00000000000..61481b45612 --- /dev/null +++ b/stable/jenkins/7.11.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [jenkins-7.11.1](https://github.com/truecharts/charts/compare/jenkins-7.9.0...jenkins-7.11.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.2/app-readme.md b/stable/jenkins/7.11.1/app-readme.md similarity index 100% rename from stable/jenkins/7.8.2/app-readme.md rename to stable/jenkins/7.11.1/app-readme.md diff --git a/stable/jenkins/7.11.1/charts/common-20.2.2.tgz b/stable/jenkins/7.11.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jenkins/7.11.1/charts/common-20.2.2.tgz differ diff --git a/stable/jenkins/7.11.1/ix_values.yaml b/stable/jenkins/7.11.1/ix_values.yaml new file mode 100644 index 00000000000..1ff75e984f7 --- /dev/null +++ b/stable/jenkins/7.11.1/ix_values.yaml @@ -0,0 +1,54 @@ +image: + repository: jenkins/jenkins + pullPolicy: IfNotPresent + tag: 2.449-jdk17@sha256:38c1f367d769ec1f448bbc716e7e1a99212befdb15c1fd96a1cad5ad7842306b +security: + container: + runAsGroup: 1000 + runAsUser: 1000 + pod: + fsGroup: 1000 +# securityContext: +# readOnlyRootFilesystem: false +jenkins: + java_opts: [] + jenkins_opts: [] + jenkins_java_opts: [] + plugins_force_upgrade: false + upgrade_if_no_marker: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + path: /login + readiness: + type: http + path: /login + startup: + type: tcp + envFrom: + - secretRef: + name: "jenkins-secret" +service: + main: + ports: + main: + protocol: http + port: 10280 + agent: + enabled: true + ports: + agent: + enabled: true + port: 50000 +persistence: + data: + enabled: true + mountPath: /var/jenkins_home +portal: + open: + enabled: true diff --git a/stable/jenkins/7.8.2/questions.yaml b/stable/jenkins/7.11.1/questions.yaml similarity index 100% rename from stable/jenkins/7.8.2/questions.yaml rename to stable/jenkins/7.11.1/questions.yaml diff --git a/stable/kavita/9.5.1/templates/NOTES.txt b/stable/jenkins/7.11.1/templates/NOTES.txt similarity index 100% rename from stable/kavita/9.5.1/templates/NOTES.txt rename to stable/jenkins/7.11.1/templates/NOTES.txt diff --git a/stable/jenkins/7.8.2/templates/_secret.tpl b/stable/jenkins/7.11.1/templates/_secret.tpl similarity index 100% rename from stable/jenkins/7.8.2/templates/_secret.tpl rename to stable/jenkins/7.11.1/templates/_secret.tpl diff --git a/stable/jenkins/7.8.2/templates/common.yaml b/stable/jenkins/7.11.1/templates/common.yaml similarity index 100% rename from stable/jenkins/7.8.2/templates/common.yaml rename to stable/jenkins/7.11.1/templates/common.yaml diff --git a/stable/kanboard/16.5.1/values.yaml b/stable/jenkins/7.11.1/values.yaml similarity index 100% rename from stable/kanboard/16.5.1/values.yaml rename to stable/jenkins/7.11.1/values.yaml diff --git a/stable/jenkins/7.8.2/CHANGELOG.md b/stable/jenkins/7.8.2/CHANGELOG.md deleted file mode 100644 index 20dbfb2af3b..00000000000 --- a/stable/jenkins/7.8.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jenkins-7.8.2](https://github.com/truecharts/charts/compare/jenkins-7.8.1...jenkins-7.8.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [jenkins-7.8.1](https://github.com/truecharts/charts/compare/jenkins-7.8.0...jenkins-7.8.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jenkins-7.8.0](https://github.com/truecharts/charts/compare/jenkins-7.7.0...jenkins-7.8.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jenkins-7.7.0](https://github.com/truecharts/charts/compare/jenkins-7.6.1...jenkins-7.7.0) (2024-03-11) - -### Chore - - - -- update container image jenkins/jenkins to v2.448-jdk17[@6828224](https://github.com/6828224) by renovate ([#19118](https://github.com/truecharts/charts/issues/19118)) - - -## [jenkins-7.6.1](https://github.com/truecharts/charts/compare/jenkins-7.6.0...jenkins-7.6.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jenkins-7.6.0](https://github.com/truecharts/charts/compare/jenkins-7.5.0...jenkins-7.6.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jenkins-7.5.0](https://github.com/truecharts/charts/compare/jenkins-7.4.3...jenkins-7.5.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jenkins-7.4.3](https://github.com/truecharts/charts/compare/jenkins-7.4.2...jenkins-7.4.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jenkins-7.4.2](https://github.com/truecharts/charts/compare/jenkins-7.4.0...jenkins-7.4.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/jenkins/7.8.2/Chart.yaml b/stable/jenkins/7.8.2/Chart.yaml deleted file mode 100644 index 1b757fa5699..00000000000 --- a/stable/jenkins/7.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.448.0 -dependencies: - - name: common - version: 20.0.9 - 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.8.2 diff --git a/stable/jenkins/7.8.2/charts/common-20.0.9.tgz b/stable/jenkins/7.8.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/jenkins/7.8.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/jenkins/7.8.2/ix_values.yaml b/stable/jenkins/7.8.2/ix_values.yaml deleted file mode 100644 index ea2cbecaa79..00000000000 --- a/stable/jenkins/7.8.2/ix_values.yaml +++ /dev/null @@ -1,54 +0,0 @@ -image: - repository: jenkins/jenkins - pullPolicy: IfNotPresent - tag: 2.448-jdk17@sha256:682822419e36661f9ce2d21d262599ad5f694a113eaec7aa04223342c762d9dd -security: - container: - runAsGroup: 1000 - runAsUser: 1000 - pod: - fsGroup: 1000 -# securityContext: -# readOnlyRootFilesystem: false -jenkins: - java_opts: [] - jenkins_opts: [] - jenkins_java_opts: [] - plugins_force_upgrade: false - upgrade_if_no_marker: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - path: /login - readiness: - type: http - path: /login - startup: - type: tcp - envFrom: - - secretRef: - name: "jenkins-secret" -service: - main: - ports: - main: - protocol: http - port: 10280 - agent: - enabled: true - ports: - agent: - enabled: true - port: 50000 -persistence: - data: - enabled: true - mountPath: /var/jenkins_home -portal: - open: - enabled: true diff --git a/stable/jmzhomeproxy/5.5.1/CHANGELOG.md b/stable/jmzhomeproxy/5.5.1/CHANGELOG.md deleted file mode 100644 index d0debc8318c..00000000000 --- a/stable/jmzhomeproxy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jmzhomeproxy-5.5.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.5.0...jmzhomeproxy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jmzhomeproxy-5.5.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.4.1...jmzhomeproxy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jmzhomeproxy-5.4.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.4.0...jmzhomeproxy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jmzhomeproxy-5.4.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.3.0...jmzhomeproxy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jmzhomeproxy-5.3.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.3...jmzhomeproxy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jmzhomeproxy-5.2.3](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.2...jmzhomeproxy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jmzhomeproxy-5.2.2](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.2.0...jmzhomeproxy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [jmzhomeproxy-4.1.11](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.10...jmzhomeproxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jmzhomeproxy-4.1.10](https://github.com/truecharts/charts/compare/jmzhomeproxy-4.1.9...jmzhomeproxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/jmzhomeproxy/5.5.1/Chart.yaml b/stable/jmzhomeproxy/5.5.1/Chart.yaml deleted file mode 100644 index 45d390eab5a..00000000000 --- a/stable/jmzhomeproxy/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/jmzhomeproxy/5.5.1/charts/common-20.0.8.tgz b/stable/jmzhomeproxy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jmzhomeproxy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kasm/8.5.3/.helmignore b/stable/jmzhomeproxy/5.7.1/.helmignore similarity index 100% rename from stable/kasm/8.5.3/.helmignore rename to stable/jmzhomeproxy/5.7.1/.helmignore diff --git a/stable/jmzhomeproxy/5.7.1/CHANGELOG.md b/stable/jmzhomeproxy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a8f7182bab6 --- /dev/null +++ b/stable/jmzhomeproxy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jmzhomeproxy-5.7.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jmzhomeproxy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1087097712d --- /dev/null +++ b/stable/jmzhomeproxy/5.7.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: 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.2 + 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.1 diff --git a/stable/jmzhomeproxy/5.5.1/README.md b/stable/jmzhomeproxy/5.7.1/README.md similarity index 100% rename from stable/jmzhomeproxy/5.5.1/README.md rename to stable/jmzhomeproxy/5.7.1/README.md diff --git a/stable/jmzhomeproxy/5.7.1/app-changelog.md b/stable/jmzhomeproxy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9df31d9f0a2 --- /dev/null +++ b/stable/jmzhomeproxy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jmzhomeproxy-5.7.1](https://github.com/truecharts/charts/compare/jmzhomeproxy-5.6.0...jmzhomeproxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jmzhomeproxy/5.7.1/app-readme.md similarity index 100% rename from stable/jmzhomeproxy/5.5.1/app-readme.md rename to stable/jmzhomeproxy/5.7.1/app-readme.md diff --git a/stable/jmzhomeproxy/5.7.1/charts/common-20.2.2.tgz b/stable/jmzhomeproxy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jmzhomeproxy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jmzhomeproxy/5.5.1/ix_values.yaml b/stable/jmzhomeproxy/5.7.1/ix_values.yaml similarity index 100% rename from stable/jmzhomeproxy/5.5.1/ix_values.yaml rename to stable/jmzhomeproxy/5.7.1/ix_values.yaml diff --git a/stable/jmzhomeproxy/5.5.1/questions.yaml b/stable/jmzhomeproxy/5.7.1/questions.yaml similarity index 100% rename from stable/jmzhomeproxy/5.5.1/questions.yaml rename to stable/jmzhomeproxy/5.7.1/questions.yaml diff --git a/stable/jmzhomeproxy/5.5.1/templates/common.yaml b/stable/jmzhomeproxy/5.7.1/templates/common.yaml similarity index 100% rename from stable/jmzhomeproxy/5.5.1/templates/common.yaml rename to stable/jmzhomeproxy/5.7.1/templates/common.yaml diff --git a/stable/kasm/8.5.3/values.yaml b/stable/jmzhomeproxy/5.7.1/values.yaml similarity index 100% rename from stable/kasm/8.5.3/values.yaml rename to stable/jmzhomeproxy/5.7.1/values.yaml diff --git a/stable/joplin-server/17.5.1/CHANGELOG.md b/stable/joplin-server/17.5.1/CHANGELOG.md deleted file mode 100644 index 19e20281661..00000000000 --- a/stable/joplin-server/17.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [joplin-server-17.5.1](https://github.com/truecharts/charts/compare/joplin-server-17.5.0...joplin-server-17.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [joplin-server-17.5.0](https://github.com/truecharts/charts/compare/joplin-server-17.4.1...joplin-server-17.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [joplin-server-17.4.1](https://github.com/truecharts/charts/compare/joplin-server-17.4.0...joplin-server-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [joplin-server-17.4.0](https://github.com/truecharts/charts/compare/joplin-server-17.3.0...joplin-server-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [joplin-server-17.3.0](https://github.com/truecharts/charts/compare/joplin-server-17.2.3...joplin-server-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [joplin-server-17.2.3](https://github.com/truecharts/charts/compare/joplin-server-17.2.2...joplin-server-17.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [joplin-server-17.2.2](https://github.com/truecharts/charts/compare/joplin-server-17.2.0...joplin-server-17.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [joplin-server-16.2.8](https://github.com/truecharts/charts/compare/joplin-server-16.2.7...joplin-server-16.2.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [joplin-server-16.2.7](https://github.com/truecharts/charts/compare/joplin-server-16.2.6...joplin-server-16.2.7) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/joplin-server/17.5.1/Chart.yaml b/stable/joplin-server/17.5.1/Chart.yaml deleted file mode 100644 index e0ad34ede0e..00000000000 --- a/stable/joplin-server/17.5.1/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.0.8 - 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.5.1 diff --git a/stable/joplin-server/17.5.1/charts/common-20.0.8.tgz b/stable/joplin-server/17.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/joplin-server/17.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kavita/9.5.1/.helmignore b/stable/joplin-server/17.7.1/.helmignore similarity index 100% rename from stable/kavita/9.5.1/.helmignore rename to stable/joplin-server/17.7.1/.helmignore diff --git a/stable/joplin-server/17.7.1/CHANGELOG.md b/stable/joplin-server/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fcf86b417ae --- /dev/null +++ b/stable/joplin-server/17.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [joplin-server-17.7.1](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/joplin-server/17.7.1/Chart.yaml new file mode 100644 index 00000000000..298ef5a6929 --- /dev/null +++ b/stable/joplin-server/17.7.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: 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.2 + 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.1 diff --git a/stable/joplin-server/17.5.1/README.md b/stable/joplin-server/17.7.1/README.md similarity index 100% rename from stable/joplin-server/17.5.1/README.md rename to stable/joplin-server/17.7.1/README.md diff --git a/stable/joplin-server/17.7.1/app-changelog.md b/stable/joplin-server/17.7.1/app-changelog.md new file mode 100644 index 00000000000..3749da06b59 --- /dev/null +++ b/stable/joplin-server/17.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [joplin-server-17.7.1](https://github.com/truecharts/charts/compare/joplin-server-17.6.0...joplin-server-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/joplin-server/17.7.1/app-readme.md similarity index 100% rename from stable/joplin-server/17.5.1/app-readme.md rename to stable/joplin-server/17.7.1/app-readme.md diff --git a/stable/joplin-server/17.7.1/charts/common-20.2.2.tgz b/stable/joplin-server/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/joplin-server/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/joplin-server/17.5.1/ix_values.yaml b/stable/joplin-server/17.7.1/ix_values.yaml similarity index 100% rename from stable/joplin-server/17.5.1/ix_values.yaml rename to stable/joplin-server/17.7.1/ix_values.yaml diff --git a/stable/joplin-server/17.5.1/questions.yaml b/stable/joplin-server/17.7.1/questions.yaml similarity index 100% rename from stable/joplin-server/17.5.1/questions.yaml rename to stable/joplin-server/17.7.1/questions.yaml diff --git a/stable/joplin-server/17.5.1/templates/NOTES.txt b/stable/joplin-server/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/joplin-server/17.5.1/templates/NOTES.txt rename to stable/joplin-server/17.7.1/templates/NOTES.txt diff --git a/stable/joplin-server/17.5.1/templates/common.yaml b/stable/joplin-server/17.7.1/templates/common.yaml similarity index 100% rename from stable/joplin-server/17.5.1/templates/common.yaml rename to stable/joplin-server/17.7.1/templates/common.yaml diff --git a/stable/kavita/9.5.1/values.yaml b/stable/joplin-server/17.7.1/values.yaml similarity index 100% rename from stable/kavita/9.5.1/values.yaml rename to stable/joplin-server/17.7.1/values.yaml diff --git a/stable/jts3servermod/1.3.1/CHANGELOG.md b/stable/jts3servermod/1.3.1/CHANGELOG.md deleted file mode 100644 index b74122b1075..00000000000 --- a/stable/jts3servermod/1.3.1/CHANGELOG.md +++ /dev/null @@ -1,77 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jts3servermod-1.3.1](https://github.com/truecharts/charts/compare/jts3servermod-1.3.0...jts3servermod-1.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jts3servermod-1.3.0](https://github.com/truecharts/charts/compare/jts3servermod-1.2.1...jts3servermod-1.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jts3servermod-1.2.1](https://github.com/truecharts/charts/compare/jts3servermod-1.2.0...jts3servermod-1.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jts3servermod-1.2.0](https://github.com/truecharts/charts/compare/jts3servermod-1.1.0...jts3servermod-1.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jts3servermod-1.1.0](https://github.com/truecharts/charts/compare/jts3servermod-1.0.2...jts3servermod-1.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jts3servermod-1.0.2](https://github.com/truecharts/charts/compare/jts3servermod-1.0.1...jts3servermod-1.0.2) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jts3servermod-1.0.1](https://github.com/truecharts/charts/compare/jts3servermod-0.0.3...jts3servermod-1.0.1) (2024-03-05) - -### Chore - - - -- force rereleases - -### Feat - - - -- Move jts3servermod to stable & add Upstream Documentation Link ([#18941](https://github.com/truecharts/charts/issues/18941)) \ No newline at end of file diff --git a/stable/jts3servermod/1.3.1/Chart.yaml b/stable/jts3servermod/1.3.1/Chart.yaml deleted file mode 100644 index c8077928c0a..00000000000 --- a/stable/jts3servermod/1.3.1/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.0.8 - 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.3.1 diff --git a/stable/jts3servermod/1.3.1/charts/common-20.0.8.tgz b/stable/jts3servermod/1.3.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jts3servermod/1.3.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kdenlive-vnc/5.5.1/.helmignore b/stable/jts3servermod/1.5.1/.helmignore similarity index 100% rename from stable/kdenlive-vnc/5.5.1/.helmignore rename to stable/jts3servermod/1.5.1/.helmignore diff --git a/stable/jts3servermod/1.5.1/CHANGELOG.md b/stable/jts3servermod/1.5.1/CHANGELOG.md new file mode 100644 index 00000000000..2885606ff15 --- /dev/null +++ b/stable/jts3servermod/1.5.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jts3servermod-1.5.1](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jts3servermod/1.5.1/Chart.yaml new file mode 100644 index 00000000000..d6adda08bb4 --- /dev/null +++ b/stable/jts3servermod/1.5.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: 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.2 + 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.1 diff --git a/stable/jts3servermod/1.3.1/README.md b/stable/jts3servermod/1.5.1/README.md similarity index 100% rename from stable/jts3servermod/1.3.1/README.md rename to stable/jts3servermod/1.5.1/README.md diff --git a/stable/jts3servermod/1.5.1/app-changelog.md b/stable/jts3servermod/1.5.1/app-changelog.md new file mode 100644 index 00000000000..8f073c6ec80 --- /dev/null +++ b/stable/jts3servermod/1.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jts3servermod-1.5.1](https://github.com/truecharts/charts/compare/jts3servermod-1.4.0...jts3servermod-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.3.1/app-readme.md b/stable/jts3servermod/1.5.1/app-readme.md similarity index 100% rename from stable/jts3servermod/1.3.1/app-readme.md rename to stable/jts3servermod/1.5.1/app-readme.md diff --git a/stable/jts3servermod/1.5.1/charts/common-20.2.2.tgz b/stable/jts3servermod/1.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jts3servermod/1.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/jts3servermod/1.3.1/ix_values.yaml b/stable/jts3servermod/1.5.1/ix_values.yaml similarity index 100% rename from stable/jts3servermod/1.3.1/ix_values.yaml rename to stable/jts3servermod/1.5.1/ix_values.yaml diff --git a/stable/jts3servermod/1.3.1/questions.yaml b/stable/jts3servermod/1.5.1/questions.yaml similarity index 100% rename from stable/jts3servermod/1.3.1/questions.yaml rename to stable/jts3servermod/1.5.1/questions.yaml diff --git a/stable/kitchenowl/9.5.1/templates/NOTES.txt b/stable/jts3servermod/1.5.1/templates/NOTES.txt similarity index 100% rename from stable/kitchenowl/9.5.1/templates/NOTES.txt rename to stable/jts3servermod/1.5.1/templates/NOTES.txt diff --git a/stable/jupyter/8.5.1/templates/common.yaml b/stable/jts3servermod/1.5.1/templates/common.yaml similarity index 100% rename from stable/jupyter/8.5.1/templates/common.yaml rename to stable/jts3servermod/1.5.1/templates/common.yaml diff --git a/stable/kdenlive-vnc/5.5.1/values.yaml b/stable/jts3servermod/1.5.1/values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.5.1/values.yaml rename to stable/jts3servermod/1.5.1/values.yaml diff --git a/stable/jupyter/8.5.1/CHANGELOG.md b/stable/jupyter/8.5.1/CHANGELOG.md deleted file mode 100644 index 4b656f240f6..00000000000 --- a/stable/jupyter/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [jupyter-8.5.1](https://github.com/truecharts/charts/compare/jupyter-8.5.0...jupyter-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [jupyter-8.5.0](https://github.com/truecharts/charts/compare/jupyter-8.4.1...jupyter-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [jupyter-8.4.1](https://github.com/truecharts/charts/compare/jupyter-8.4.0...jupyter-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [jupyter-8.4.0](https://github.com/truecharts/charts/compare/jupyter-8.3.0...jupyter-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [jupyter-8.3.0](https://github.com/truecharts/charts/compare/jupyter-8.2.3...jupyter-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [jupyter-8.2.3](https://github.com/truecharts/charts/compare/jupyter-8.2.2...jupyter-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [jupyter-8.2.2](https://github.com/truecharts/charts/compare/jupyter-8.2.0...jupyter-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [jupyter-7.1.11](https://github.com/truecharts/charts/compare/jupyter-7.1.10...jupyter-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [jupyter-7.1.10](https://github.com/truecharts/charts/compare/jupyter-7.1.9...jupyter-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/jupyter/8.5.1/Chart.yaml b/stable/jupyter/8.5.1/Chart.yaml deleted file mode 100644 index 5c1fcaa7a45..00000000000 --- a/stable/jupyter/8.5.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: 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.0.8 - 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/all-spark-notebook - - https://hub.docker.com/r/jupyter/r-notebook - - https://hub.docker.com/r/jupyter/minimal-notebook - - https://hub.docker.com/r/jupyter/datascience-notebook - - https://hub.docker.com/r/jupyter/scipy-notebook - - https://hub.docker.com/r/jupyter/base-notebook - - https://hub.docker.com/r/jupyter/tensorflow-notebook - - https://hub.docker.com/r/jupyter/pyspark-notebook -type: application -version: 8.5.1 diff --git a/stable/jupyter/8.5.1/charts/common-20.0.8.tgz b/stable/jupyter/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/jupyter/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kdenlive/5.5.1/.helmignore b/stable/jupyter/8.7.1/.helmignore similarity index 100% rename from stable/kdenlive/5.5.1/.helmignore rename to stable/jupyter/8.7.1/.helmignore diff --git a/stable/jupyter/8.7.1/CHANGELOG.md b/stable/jupyter/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b8166d55d93 --- /dev/null +++ b/stable/jupyter/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [jupyter-8.7.1](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/jupyter/8.7.1/Chart.yaml new file mode 100644 index 00000000000..89c2b9eefbb --- /dev/null +++ b/stable/jupyter/8.7.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: 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.2 + 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/r-notebook + - https://hub.docker.com/r/jupyter/tensorflow-notebook + - https://hub.docker.com/r/jupyter/pyspark-notebook + - https://hub.docker.com/r/jupyter/minimal-notebook + - https://hub.docker.com/r/jupyter/all-spark-notebook + - https://hub.docker.com/r/jupyter/datascience-notebook + - https://hub.docker.com/r/jupyter/base-notebook +type: application +version: 8.7.1 diff --git a/stable/jupyter/8.5.1/README.md b/stable/jupyter/8.7.1/README.md similarity index 100% rename from stable/jupyter/8.5.1/README.md rename to stable/jupyter/8.7.1/README.md diff --git a/stable/jupyter/8.7.1/app-changelog.md b/stable/jupyter/8.7.1/app-changelog.md new file mode 100644 index 00000000000..a345c94a299 --- /dev/null +++ b/stable/jupyter/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [jupyter-8.7.1](https://github.com/truecharts/charts/compare/jupyter-8.6.0...jupyter-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/jupyter/8.7.1/app-readme.md similarity index 100% rename from stable/jupyter/8.5.1/app-readme.md rename to stable/jupyter/8.7.1/app-readme.md diff --git a/stable/jupyter/8.7.1/charts/common-20.2.2.tgz b/stable/jupyter/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/jupyter/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/jupyter/8.5.1/ix_values.yaml b/stable/jupyter/8.7.1/ix_values.yaml similarity index 100% rename from stable/jupyter/8.5.1/ix_values.yaml rename to stable/jupyter/8.7.1/ix_values.yaml diff --git a/stable/jupyter/8.5.1/questions.yaml b/stable/jupyter/8.7.1/questions.yaml similarity index 100% rename from stable/jupyter/8.5.1/questions.yaml rename to stable/jupyter/8.7.1/questions.yaml diff --git a/stable/kiwix-serve/8.5.2/templates/NOTES.txt b/stable/jupyter/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/kiwix-serve/8.5.2/templates/NOTES.txt rename to stable/jupyter/8.7.1/templates/NOTES.txt diff --git a/stable/kanboard/16.5.1/templates/common.yaml b/stable/jupyter/8.7.1/templates/common.yaml similarity index 100% rename from stable/kanboard/16.5.1/templates/common.yaml rename to stable/jupyter/8.7.1/templates/common.yaml diff --git a/stable/kdenlive/5.5.1/values.yaml b/stable/jupyter/8.7.1/values.yaml similarity index 100% rename from stable/kdenlive/5.5.1/values.yaml rename to stable/jupyter/8.7.1/values.yaml diff --git a/stable/kanboard/16.5.1/CHANGELOG.md b/stable/kanboard/16.5.1/CHANGELOG.md deleted file mode 100644 index 81e7e37c4a7..00000000000 --- a/stable/kanboard/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kanboard-16.5.1](https://github.com/truecharts/charts/compare/kanboard-16.5.0...kanboard-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kanboard-16.5.0](https://github.com/truecharts/charts/compare/kanboard-16.4.1...kanboard-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kanboard-16.4.1](https://github.com/truecharts/charts/compare/kanboard-16.4.0...kanboard-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kanboard-16.4.0](https://github.com/truecharts/charts/compare/kanboard-16.3.0...kanboard-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kanboard-16.3.0](https://github.com/truecharts/charts/compare/kanboard-16.2.3...kanboard-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kanboard-16.2.3](https://github.com/truecharts/charts/compare/kanboard-16.2.2...kanboard-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kanboard-16.2.2](https://github.com/truecharts/charts/compare/kanboard-16.2.0...kanboard-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kanboard-15.1.12](https://github.com/truecharts/charts/compare/kanboard-15.1.11...kanboard-15.1.12) (2024-02-05) - -### Chore - - - -- update container image kanboard/kanboard to v1.2.35[@987ab3d](https://github.com/987ab3d) by renovate ([#17922](https://github.com/truecharts/charts/issues/17922)) - - -## [kanboard-15.1.11](https://github.com/truecharts/charts/compare/kanboard-15.1.10...kanboard-15.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/kanboard/16.5.1/Chart.yaml b/stable/kanboard/16.5.1/Chart.yaml deleted file mode 100644 index 347680afce8..00000000000 --- a/stable/kanboard/16.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kanboard/16.5.1/charts/common-20.0.8.tgz b/stable/kanboard/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kanboard/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/keeweb/5.5.1/.helmignore b/stable/kanboard/16.7.1/.helmignore similarity index 100% rename from stable/keeweb/5.5.1/.helmignore rename to stable/kanboard/16.7.1/.helmignore diff --git a/stable/kanboard/16.7.1/CHANGELOG.md b/stable/kanboard/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1e0914ebba6 --- /dev/null +++ b/stable/kanboard/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kanboard-16.7.1](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kanboard/16.7.1/Chart.yaml new file mode 100644 index 00000000000..5bdad44c5f5 --- /dev/null +++ b/stable/kanboard/16.7.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.2.35 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/kanboard/16.5.1/README.md b/stable/kanboard/16.7.1/README.md similarity index 100% rename from stable/kanboard/16.5.1/README.md rename to stable/kanboard/16.7.1/README.md diff --git a/stable/kanboard/16.7.1/app-changelog.md b/stable/kanboard/16.7.1/app-changelog.md new file mode 100644 index 00000000000..d4f8d715ac9 --- /dev/null +++ b/stable/kanboard/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kanboard-16.7.1](https://github.com/truecharts/charts/compare/kanboard-16.6.0...kanboard-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kanboard/16.7.1/app-readme.md similarity index 100% rename from stable/kanboard/16.5.1/app-readme.md rename to stable/kanboard/16.7.1/app-readme.md diff --git a/stable/kanboard/16.7.1/charts/common-20.2.2.tgz b/stable/kanboard/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kanboard/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kanboard/16.5.1/ix_values.yaml b/stable/kanboard/16.7.1/ix_values.yaml similarity index 100% rename from stable/kanboard/16.5.1/ix_values.yaml rename to stable/kanboard/16.7.1/ix_values.yaml diff --git a/stable/kanboard/16.5.1/questions.yaml b/stable/kanboard/16.7.1/questions.yaml similarity index 100% rename from stable/kanboard/16.5.1/questions.yaml rename to stable/kanboard/16.7.1/questions.yaml diff --git a/stable/kms/18.5.1/templates/NOTES.txt b/stable/kanboard/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/kms/18.5.1/templates/NOTES.txt rename to stable/kanboard/16.7.1/templates/NOTES.txt diff --git a/stable/kavita/9.5.1/templates/common.yaml b/stable/kanboard/16.7.1/templates/common.yaml similarity index 100% rename from stable/kavita/9.5.1/templates/common.yaml rename to stable/kanboard/16.7.1/templates/common.yaml diff --git a/stable/keeweb/5.5.1/values.yaml b/stable/kanboard/16.7.1/values.yaml similarity index 100% rename from stable/keeweb/5.5.1/values.yaml rename to stable/kanboard/16.7.1/values.yaml diff --git a/stable/kasm/8.5.3/CHANGELOG.md b/stable/kasm/8.5.3/CHANGELOG.md deleted file mode 100644 index 5ec711443dd..00000000000 --- a/stable/kasm/8.5.3/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kasm-8.5.3](https://github.com/truecharts/charts/compare/kasm-8.5.2...kasm-8.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [kasm-8.5.2](https://github.com/truecharts/charts/compare/kasm-8.5.1...kasm-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kasm-8.5.1](https://github.com/truecharts/charts/compare/kasm-8.5.0...kasm-8.5.1) (2024-03-12) - -### Chore - - - -- update container image kasmweb/workspaces to v[@9aefcd2](https://github.com/9aefcd2) by renovate ([#19023](https://github.com/truecharts/charts/issues/19023)) - - -## [kasm-8.5.0](https://github.com/truecharts/charts/compare/kasm-8.4.1...kasm-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kasm-8.4.1](https://github.com/truecharts/charts/compare/kasm-8.4.0...kasm-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kasm-8.4.0](https://github.com/truecharts/charts/compare/kasm-8.3.0...kasm-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kasm-8.3.0](https://github.com/truecharts/charts/compare/kasm-8.2.3...kasm-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kasm-8.2.3](https://github.com/truecharts/charts/compare/kasm-8.2.2...kasm-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kasm-8.2.2](https://github.com/truecharts/charts/compare/kasm-8.2.0...kasm-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/kasm/8.5.3/Chart.yaml b/stable/kasm/8.5.3/Chart.yaml deleted file mode 100644 index c4eb51c6f32..00000000000 --- a/stable/kasm/8.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: Other - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.15.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.3 diff --git a/stable/kasm/8.5.3/charts/common-20.0.9.tgz b/stable/kasm/8.5.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/kasm/8.5.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/kasm/8.5.3/ix_values.yaml b/stable/kasm/8.5.3/ix_values.yaml deleted file mode 100644 index 596d8339306..00000000000 --- a/stable/kasm/8.5.3/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: kasmweb/workspaces - tag: 1.15.0@sha256:9aefcd28e9151a7a7a49b87a262d0ce6917a82583cfed648934e4db5dd82af6d -kasm: - mountUdev: false - mountInput: false -service: - main: - ports: - main: - port: 10350 - protocol: https - admin: - enabled: true - ports: - admin: - enabled: true - port: 10351 - protocol: https - targetPort: 3000 -persistence: - data: - enabled: true - mountPath: /opt - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - allowPrivilegeEscalation: true - privileged: true - runAsGroup: 0 - runAsUser: 0 - fsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: https - path: / - port: "{{ .Values.service.admin.ports.admin.targetPort }}" - readiness: - type: https - path: / - port: "{{ .Values.service.admin.ports.admin.targetPort }}" - startup: - type: https - path: / - port: "{{ .Values.service.admin.ports.admin.targetPort }}" - env: - KASM_PORT: "{{ .Values.service.main.ports.main.port }}" - DOCKER_HUB_PASSWORD: "" - DOCKER_HUB_USERNAME: "" diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/.helmignore b/stable/kasm/8.7.1/.helmignore similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/.helmignore rename to stable/kasm/8.7.1/.helmignore diff --git a/stable/kasm/8.7.1/CHANGELOG.md b/stable/kasm/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a21e55bba17 --- /dev/null +++ b/stable/kasm/8.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kasm-8.7.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/kasm/8.7.1/Chart.yaml b/stable/kasm/8.7.1/Chart.yaml new file mode 100644 index 00000000000..653ce3ff5e1 --- /dev/null +++ b/stable/kasm/8.7.1/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.2 + 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.1 diff --git a/stable/kasm/8.5.3/README.md b/stable/kasm/8.7.1/README.md similarity index 100% rename from stable/kasm/8.5.3/README.md rename to stable/kasm/8.7.1/README.md diff --git a/stable/kasm/8.7.1/app-changelog.md b/stable/kasm/8.7.1/app-changelog.md new file mode 100644 index 00000000000..fd4517cc7aa --- /dev/null +++ b/stable/kasm/8.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [kasm-8.7.1](https://github.com/truecharts/charts/compare/kasm-8.6.0...kasm-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.3/app-readme.md b/stable/kasm/8.7.1/app-readme.md similarity index 100% rename from stable/kasm/8.5.3/app-readme.md rename to stable/kasm/8.7.1/app-readme.md diff --git a/stable/kasm/8.7.1/charts/common-20.2.2.tgz b/stable/kasm/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kasm/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kasm/8.7.1/ix_values.yaml b/stable/kasm/8.7.1/ix_values.yaml new file mode 100644 index 00000000000..5dd1732e061 --- /dev/null +++ b/stable/kasm/8.7.1/ix_values.yaml @@ -0,0 +1,61 @@ +image: + pullPolicy: IfNotPresent + repository: kasmweb/workspaces + tag: 1.15.1@sha256:1b13b4fcb1c5db807a0f71bc1ee3949927e78a0b49412f69ef04284cf39ef5c0 +kasm: + mountUdev: false + mountInput: false +service: + main: + ports: + main: + port: 10350 + protocol: https + admin: + enabled: true + ports: + admin: + enabled: true + port: 10351 + protocol: https + targetPort: 3000 +persistence: + data: + enabled: true + mountPath: /opt + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + allowPrivilegeEscalation: true + privileged: true + runAsGroup: 0 + runAsUser: 0 + fsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: https + path: / + port: "{{ .Values.service.admin.ports.admin.targetPort }}" + readiness: + type: https + path: / + port: "{{ .Values.service.admin.ports.admin.targetPort }}" + startup: + type: https + path: / + port: "{{ .Values.service.admin.ports.admin.targetPort }}" + env: + KASM_PORT: "{{ .Values.service.main.ports.main.port }}" + DOCKER_HUB_PASSWORD: "" + DOCKER_HUB_USERNAME: "" diff --git a/stable/kasm/8.5.3/questions.yaml b/stable/kasm/8.7.1/questions.yaml similarity index 100% rename from stable/kasm/8.5.3/questions.yaml rename to stable/kasm/8.7.1/questions.yaml diff --git a/stable/kodi-headless/9.5.1/templates/NOTES.txt b/stable/kasm/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/kodi-headless/9.5.1/templates/NOTES.txt rename to stable/kasm/8.7.1/templates/NOTES.txt diff --git a/stable/kasm/8.5.3/templates/_hostPathMounts.tpl b/stable/kasm/8.7.1/templates/_hostPathMounts.tpl similarity index 100% rename from stable/kasm/8.5.3/templates/_hostPathMounts.tpl rename to stable/kasm/8.7.1/templates/_hostPathMounts.tpl diff --git a/stable/kasm/8.5.3/templates/common.yaml b/stable/kasm/8.7.1/templates/common.yaml similarity index 100% rename from stable/kasm/8.5.3/templates/common.yaml rename to stable/kasm/8.7.1/templates/common.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/values.yaml b/stable/kasm/8.7.1/values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/values.yaml rename to stable/kasm/8.7.1/values.yaml diff --git a/stable/kavita/9.5.1/CHANGELOG.md b/stable/kavita/9.5.1/CHANGELOG.md deleted file mode 100644 index a6bc3098afb..00000000000 --- a/stable/kavita/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kavita-9.5.1](https://github.com/truecharts/charts/compare/kavita-9.5.0...kavita-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kavita-9.5.0](https://github.com/truecharts/charts/compare/kavita-9.4.1...kavita-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kavita-9.4.1](https://github.com/truecharts/charts/compare/kavita-9.4.0...kavita-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kavita-9.4.0](https://github.com/truecharts/charts/compare/kavita-9.3.0...kavita-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kavita-9.3.0](https://github.com/truecharts/charts/compare/kavita-9.2.3...kavita-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kavita-9.2.3](https://github.com/truecharts/charts/compare/kavita-9.2.2...kavita-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kavita-9.2.2](https://github.com/truecharts/charts/compare/kavita-9.2.0...kavita-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kavita-8.1.14](https://github.com/truecharts/charts/compare/kavita-8.1.13...kavita-8.1.14) (2024-02-12) - -### Chore - - - -- update container image jvmilazz0/kavita to v0.7.14[@9cbe62e](https://github.com/9cbe62e) by renovate ([#18141](https://github.com/truecharts/charts/issues/18141)) - - -## [kavita-8.1.13](https://github.com/truecharts/charts/compare/kavita-8.1.12...kavita-8.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/kavita/9.5.1/Chart.yaml b/stable/kavita/9.5.1/Chart.yaml deleted file mode 100644 index a726d36da37..00000000000 --- a/stable/kavita/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kavita/9.5.1/charts/common-20.0.8.tgz b/stable/kavita/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kavita/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kerio-connect/5.5.1/.helmignore b/stable/kavita/9.7.1/.helmignore similarity index 100% rename from stable/kerio-connect/5.5.1/.helmignore rename to stable/kavita/9.7.1/.helmignore diff --git a/stable/kavita/9.7.1/CHANGELOG.md b/stable/kavita/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..06701c0abda --- /dev/null +++ b/stable/kavita/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kavita-9.7.1](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kavita/9.7.1/Chart.yaml new file mode 100644 index 00000000000..162fd4a2a50 --- /dev/null +++ b/stable/kavita/9.7.1/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.2 + 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.1 diff --git a/stable/kavita/9.5.1/README.md b/stable/kavita/9.7.1/README.md similarity index 100% rename from stable/kavita/9.5.1/README.md rename to stable/kavita/9.7.1/README.md diff --git a/stable/kavita/9.7.1/app-changelog.md b/stable/kavita/9.7.1/app-changelog.md new file mode 100644 index 00000000000..43dff01aa9f --- /dev/null +++ b/stable/kavita/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kavita-9.7.1](https://github.com/truecharts/charts/compare/kavita-9.6.0...kavita-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kavita/9.7.1/app-readme.md similarity index 100% rename from stable/kavita/9.5.1/app-readme.md rename to stable/kavita/9.7.1/app-readme.md diff --git a/stable/kavita/9.7.1/charts/common-20.2.2.tgz b/stable/kavita/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kavita/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kavita/9.5.1/ix_values.yaml b/stable/kavita/9.7.1/ix_values.yaml similarity index 100% rename from stable/kavita/9.5.1/ix_values.yaml rename to stable/kavita/9.7.1/ix_values.yaml diff --git a/stable/kavita/9.5.1/questions.yaml b/stable/kavita/9.7.1/questions.yaml similarity index 100% rename from stable/kavita/9.5.1/questions.yaml rename to stable/kavita/9.7.1/questions.yaml diff --git a/stable/komga/13.5.2/templates/NOTES.txt b/stable/kavita/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/komga/13.5.2/templates/NOTES.txt rename to stable/kavita/9.7.1/templates/NOTES.txt diff --git a/stable/kms/18.5.1/templates/common.yaml b/stable/kavita/9.7.1/templates/common.yaml similarity index 100% rename from stable/kms/18.5.1/templates/common.yaml rename to stable/kavita/9.7.1/templates/common.yaml diff --git a/stable/kerio-connect/5.5.1/values.yaml b/stable/kavita/9.7.1/values.yaml similarity index 100% rename from stable/kerio-connect/5.5.1/values.yaml rename to stable/kavita/9.7.1/values.yaml diff --git a/stable/kdenlive-vnc/5.5.1/CHANGELOG.md b/stable/kdenlive-vnc/5.5.1/CHANGELOG.md deleted file mode 100644 index ed702fa2e69..00000000000 --- a/stable/kdenlive-vnc/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kdenlive-vnc-5.5.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.5.0...kdenlive-vnc-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kdenlive-vnc-5.5.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.4.1...kdenlive-vnc-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kdenlive-vnc-5.4.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.4.0...kdenlive-vnc-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kdenlive-vnc-5.4.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.3.0...kdenlive-vnc-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kdenlive-vnc-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.3...kdenlive-vnc-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kdenlive-vnc-5.2.3](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.2...kdenlive-vnc-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kdenlive-vnc-5.2.2](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.2.0...kdenlive-vnc-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kdenlive-vnc-4.1.11](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.10...kdenlive-vnc-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kdenlive-vnc-4.1.10](https://github.com/truecharts/charts/compare/kdenlive-vnc-4.1.9...kdenlive-vnc-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kdenlive-vnc/5.5.1/Chart.yaml b/stable/kdenlive-vnc/5.5.1/Chart.yaml deleted file mode 100644 index 5d211491ff4..00000000000 --- a/stable/kdenlive-vnc/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/kdenlive-vnc/5.5.1/charts/common-20.0.8.tgz b/stable/kdenlive-vnc/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kdenlive-vnc/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kitana/5.5.1/.helmignore b/stable/kdenlive-vnc/5.7.1/.helmignore similarity index 100% rename from stable/kitana/5.5.1/.helmignore rename to stable/kdenlive-vnc/5.7.1/.helmignore diff --git a/stable/kdenlive-vnc/5.7.1/CHANGELOG.md b/stable/kdenlive-vnc/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..068eaf57adb --- /dev/null +++ b/stable/kdenlive-vnc/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-vnc-5.7.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kdenlive-vnc/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f6a51378c26 --- /dev/null +++ b/stable/kdenlive-vnc/5.7.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: 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.2 + 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.1 diff --git a/stable/kdenlive-vnc/5.5.1/README.md b/stable/kdenlive-vnc/5.7.1/README.md similarity index 100% rename from stable/kdenlive-vnc/5.5.1/README.md rename to stable/kdenlive-vnc/5.7.1/README.md diff --git a/stable/kdenlive-vnc/5.7.1/app-changelog.md b/stable/kdenlive-vnc/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e7989ab9562 --- /dev/null +++ b/stable/kdenlive-vnc/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kdenlive-vnc-5.7.1](https://github.com/truecharts/charts/compare/kdenlive-vnc-5.6.0...kdenlive-vnc-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kdenlive-vnc/5.7.1/app-readme.md similarity index 100% rename from stable/kdenlive-vnc/5.5.1/app-readme.md rename to stable/kdenlive-vnc/5.7.1/app-readme.md diff --git a/stable/kdenlive-vnc/5.7.1/charts/common-20.2.2.tgz b/stable/kdenlive-vnc/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kdenlive-vnc/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kdenlive-vnc/5.5.1/ix_values.yaml b/stable/kdenlive-vnc/5.7.1/ix_values.yaml similarity index 100% rename from stable/kdenlive-vnc/5.5.1/ix_values.yaml rename to stable/kdenlive-vnc/5.7.1/ix_values.yaml diff --git a/stable/kdenlive-vnc/5.5.1/questions.yaml b/stable/kdenlive-vnc/5.7.1/questions.yaml similarity index 100% rename from stable/kdenlive-vnc/5.5.1/questions.yaml rename to stable/kdenlive-vnc/5.7.1/questions.yaml diff --git a/stable/kdenlive-vnc/5.5.1/templates/common.yaml b/stable/kdenlive-vnc/5.7.1/templates/common.yaml similarity index 100% rename from stable/kdenlive-vnc/5.5.1/templates/common.yaml rename to stable/kdenlive-vnc/5.7.1/templates/common.yaml diff --git a/stable/kitana/5.5.1/values.yaml b/stable/kdenlive-vnc/5.7.1/values.yaml similarity index 100% rename from stable/kitana/5.5.1/values.yaml rename to stable/kdenlive-vnc/5.7.1/values.yaml diff --git a/stable/kdenlive/5.5.1/CHANGELOG.md b/stable/kdenlive/5.5.1/CHANGELOG.md deleted file mode 100644 index 0ca9dcf532a..00000000000 --- a/stable/kdenlive/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kdenlive-5.5.1](https://github.com/truecharts/charts/compare/kdenlive-5.5.0...kdenlive-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kdenlive-5.5.0](https://github.com/truecharts/charts/compare/kdenlive-5.4.2...kdenlive-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kdenlive-5.4.2](https://github.com/truecharts/charts/compare/kdenlive-5.4.1...kdenlive-5.4.2) (2024-03-11) - -### Chore - - - -- update container image lscr.io/linuxserver/kdenlive to latest[@9afa3a7](https://github.com/9afa3a7) by renovate ([#19156](https://github.com/truecharts/charts/issues/19156)) - - -## [kdenlive-5.4.1](https://github.com/truecharts/charts/compare/kdenlive-5.4.0...kdenlive-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kdenlive-5.4.0](https://github.com/truecharts/charts/compare/kdenlive-5.3.0...kdenlive-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kdenlive-5.3.0](https://github.com/truecharts/charts/compare/kdenlive-5.2.4...kdenlive-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kdenlive-5.2.4](https://github.com/truecharts/charts/compare/kdenlive-5.2.3...kdenlive-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kdenlive-5.2.3](https://github.com/truecharts/charts/compare/kdenlive-5.2.1...kdenlive-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [kdenlive-4.1.17](https://github.com/truecharts/charts/compare/kdenlive-4.1.16...kdenlive-4.1.17) (2024-02-12) - -### Chore - diff --git a/stable/kdenlive/5.5.1/Chart.yaml b/stable/kdenlive/5.5.1/Chart.yaml deleted file mode 100644 index 3ea7a247509..00000000000 --- a/stable/kdenlive/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kdenlive/5.5.1/charts/common-20.0.8.tgz b/stable/kdenlive/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kdenlive/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kitchenowl/9.5.1/.helmignore b/stable/kdenlive/5.7.1/.helmignore similarity index 100% rename from stable/kitchenowl/9.5.1/.helmignore rename to stable/kdenlive/5.7.1/.helmignore diff --git a/stable/kdenlive/5.7.1/CHANGELOG.md b/stable/kdenlive/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f8e86142139 --- /dev/null +++ b/stable/kdenlive/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kdenlive-5.7.1](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kdenlive/5.7.1/Chart.yaml new file mode 100644 index 00000000000..5bafbd8f4da --- /dev/null +++ b/stable/kdenlive/5.7.1/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.2 + 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.1 diff --git a/stable/kdenlive/5.5.1/README.md b/stable/kdenlive/5.7.1/README.md similarity index 100% rename from stable/kdenlive/5.5.1/README.md rename to stable/kdenlive/5.7.1/README.md diff --git a/stable/kdenlive/5.7.1/app-changelog.md b/stable/kdenlive/5.7.1/app-changelog.md new file mode 100644 index 00000000000..486582410af --- /dev/null +++ b/stable/kdenlive/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kdenlive-5.7.1](https://github.com/truecharts/charts/compare/kdenlive-5.6.0...kdenlive-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kdenlive/5.7.1/app-readme.md similarity index 100% rename from stable/kdenlive/5.5.1/app-readme.md rename to stable/kdenlive/5.7.1/app-readme.md diff --git a/stable/kdenlive/5.7.1/charts/common-20.2.2.tgz b/stable/kdenlive/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kdenlive/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kdenlive/5.5.1/ix_values.yaml b/stable/kdenlive/5.7.1/ix_values.yaml similarity index 100% rename from stable/kdenlive/5.5.1/ix_values.yaml rename to stable/kdenlive/5.7.1/ix_values.yaml diff --git a/stable/kdenlive/5.5.1/questions.yaml b/stable/kdenlive/5.7.1/questions.yaml similarity index 100% rename from stable/kdenlive/5.5.1/questions.yaml rename to stable/kdenlive/5.7.1/questions.yaml diff --git a/stable/kdenlive/5.5.1/templates/common.yaml b/stable/kdenlive/5.7.1/templates/common.yaml similarity index 100% rename from stable/kdenlive/5.5.1/templates/common.yaml rename to stable/kdenlive/5.7.1/templates/common.yaml diff --git a/stable/kitchenowl/9.5.1/values.yaml b/stable/kdenlive/5.7.1/values.yaml similarity index 100% rename from stable/kitchenowl/9.5.1/values.yaml rename to stable/kdenlive/5.7.1/values.yaml diff --git a/stable/keeweb/5.5.1/CHANGELOG.md b/stable/keeweb/5.5.1/CHANGELOG.md deleted file mode 100644 index 9be7c2135d9..00000000000 --- a/stable/keeweb/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [keeweb-5.5.1](https://github.com/truecharts/charts/compare/keeweb-5.5.0...keeweb-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [keeweb-5.5.0](https://github.com/truecharts/charts/compare/keeweb-5.4.1...keeweb-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [keeweb-5.4.1](https://github.com/truecharts/charts/compare/keeweb-5.4.0...keeweb-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [keeweb-5.4.0](https://github.com/truecharts/charts/compare/keeweb-5.3.0...keeweb-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [keeweb-5.3.0](https://github.com/truecharts/charts/compare/keeweb-5.2.3...keeweb-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [keeweb-5.2.3](https://github.com/truecharts/charts/compare/keeweb-5.2.2...keeweb-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [keeweb-5.2.2](https://github.com/truecharts/charts/compare/keeweb-5.2.0...keeweb-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [keeweb-4.1.11](https://github.com/truecharts/charts/compare/keeweb-4.1.10...keeweb-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [keeweb-4.1.10](https://github.com/truecharts/charts/compare/keeweb-4.1.9...keeweb-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/keeweb/5.5.1/Chart.yaml b/stable/keeweb/5.5.1/Chart.yaml deleted file mode 100644 index ebfa1e2a5f5..00000000000 --- a/stable/keeweb/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/keeweb/5.5.1/charts/common-20.0.8.tgz b/stable/keeweb/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/keeweb/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.5.2/.helmignore b/stable/keeweb/5.7.1/.helmignore similarity index 100% rename from stable/kiwix-serve/8.5.2/.helmignore rename to stable/keeweb/5.7.1/.helmignore diff --git a/stable/keeweb/5.7.1/CHANGELOG.md b/stable/keeweb/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..48a8e25469e --- /dev/null +++ b/stable/keeweb/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [keeweb-5.7.1](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/keeweb/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f1a8c746207 --- /dev/null +++ b/stable/keeweb/5.7.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: 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.2 + 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.1 diff --git a/stable/keeweb/5.5.1/README.md b/stable/keeweb/5.7.1/README.md similarity index 100% rename from stable/keeweb/5.5.1/README.md rename to stable/keeweb/5.7.1/README.md diff --git a/stable/keeweb/5.7.1/app-changelog.md b/stable/keeweb/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d6085ff6cc0 --- /dev/null +++ b/stable/keeweb/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [keeweb-5.7.1](https://github.com/truecharts/charts/compare/keeweb-5.6.0...keeweb-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/keeweb/5.7.1/app-readme.md similarity index 100% rename from stable/keeweb/5.5.1/app-readme.md rename to stable/keeweb/5.7.1/app-readme.md diff --git a/stable/keeweb/5.7.1/charts/common-20.2.2.tgz b/stable/keeweb/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/keeweb/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/keeweb/5.5.1/ix_values.yaml b/stable/keeweb/5.7.1/ix_values.yaml similarity index 100% rename from stable/keeweb/5.5.1/ix_values.yaml rename to stable/keeweb/5.7.1/ix_values.yaml diff --git a/stable/keeweb/5.5.1/questions.yaml b/stable/keeweb/5.7.1/questions.yaml similarity index 100% rename from stable/keeweb/5.5.1/questions.yaml rename to stable/keeweb/5.7.1/questions.yaml diff --git a/stable/keeweb/5.5.1/templates/common.yaml b/stable/keeweb/5.7.1/templates/common.yaml similarity index 100% rename from stable/keeweb/5.5.1/templates/common.yaml rename to stable/keeweb/5.7.1/templates/common.yaml diff --git a/stable/kiwix-serve/8.5.2/values.yaml b/stable/keeweb/5.7.1/values.yaml similarity index 100% rename from stable/kiwix-serve/8.5.2/values.yaml rename to stable/keeweb/5.7.1/values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.5.1/CHANGELOG.md deleted file mode 100644 index d5f814fc1c0..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kerbalspaceprogram-lmp-5.5.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.5.0...kerbalspaceprogram-lmp-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kerbalspaceprogram-lmp-5.5.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.4.1...kerbalspaceprogram-lmp-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kerbalspaceprogram-lmp-5.4.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.4.0...kerbalspaceprogram-lmp-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kerbalspaceprogram-lmp-5.4.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.3.0...kerbalspaceprogram-lmp-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kerbalspaceprogram-lmp-5.3.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.3...kerbalspaceprogram-lmp-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kerbalspaceprogram-lmp-5.2.3](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.2...kerbalspaceprogram-lmp-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kerbalspaceprogram-lmp-5.2.2](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.2.0...kerbalspaceprogram-lmp-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kerbalspaceprogram-lmp-4.1.11](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.10...kerbalspaceprogram-lmp-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kerbalspaceprogram-lmp-4.1.10](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-4.1.9...kerbalspaceprogram-lmp-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.5.1/Chart.yaml deleted file mode 100644 index 6fdc0d683e7..00000000000 --- a/stable/kerbalspaceprogram-lmp/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/charts/common-20.0.8.tgz b/stable/kerbalspaceprogram-lmp/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kerbalspaceprogram-lmp/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kms/18.5.1/.helmignore b/stable/kerbalspaceprogram-lmp/5.7.1/.helmignore similarity index 100% rename from stable/kms/18.5.1/.helmignore rename to stable/kerbalspaceprogram-lmp/5.7.1/.helmignore diff --git a/stable/kerbalspaceprogram-lmp/5.7.1/CHANGELOG.md b/stable/kerbalspaceprogram-lmp/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9f0b04c4f7b --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerbalspaceprogram-lmp-5.7.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kerbalspaceprogram-lmp/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b8d1e9c3a17 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.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: 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.2 + 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.1 diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/README.md b/stable/kerbalspaceprogram-lmp/5.7.1/README.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/README.md rename to stable/kerbalspaceprogram-lmp/5.7.1/README.md diff --git a/stable/kerbalspaceprogram-lmp/5.7.1/app-changelog.md b/stable/kerbalspaceprogram-lmp/5.7.1/app-changelog.md new file mode 100644 index 00000000000..538752516a9 --- /dev/null +++ b/stable/kerbalspaceprogram-lmp/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kerbalspaceprogram-lmp-5.7.1](https://github.com/truecharts/charts/compare/kerbalspaceprogram-lmp-5.6.0...kerbalspaceprogram-lmp-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kerbalspaceprogram-lmp/5.7.1/app-readme.md similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/app-readme.md rename to stable/kerbalspaceprogram-lmp/5.7.1/app-readme.md diff --git a/stable/kerbalspaceprogram-lmp/5.7.1/charts/common-20.2.2.tgz b/stable/kerbalspaceprogram-lmp/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kerbalspaceprogram-lmp/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/ix_values.yaml b/stable/kerbalspaceprogram-lmp/5.7.1/ix_values.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/ix_values.yaml rename to stable/kerbalspaceprogram-lmp/5.7.1/ix_values.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/questions.yaml b/stable/kerbalspaceprogram-lmp/5.7.1/questions.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/questions.yaml rename to stable/kerbalspaceprogram-lmp/5.7.1/questions.yaml diff --git a/stable/kerbalspaceprogram-lmp/5.5.1/templates/common.yaml b/stable/kerbalspaceprogram-lmp/5.7.1/templates/common.yaml similarity index 100% rename from stable/kerbalspaceprogram-lmp/5.5.1/templates/common.yaml rename to stable/kerbalspaceprogram-lmp/5.7.1/templates/common.yaml diff --git a/stable/kms/18.5.1/values.yaml b/stable/kerbalspaceprogram-lmp/5.7.1/values.yaml similarity index 100% rename from stable/kms/18.5.1/values.yaml rename to stable/kerbalspaceprogram-lmp/5.7.1/values.yaml diff --git a/stable/kerio-connect/5.5.1/CHANGELOG.md b/stable/kerio-connect/5.5.1/CHANGELOG.md deleted file mode 100644 index f5ded92db11..00000000000 --- a/stable/kerio-connect/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kerio-connect-5.5.1](https://github.com/truecharts/charts/compare/kerio-connect-5.5.0...kerio-connect-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kerio-connect-5.5.0](https://github.com/truecharts/charts/compare/kerio-connect-5.4.1...kerio-connect-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kerio-connect-5.4.1](https://github.com/truecharts/charts/compare/kerio-connect-5.4.0...kerio-connect-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kerio-connect-5.4.0](https://github.com/truecharts/charts/compare/kerio-connect-5.3.0...kerio-connect-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kerio-connect-5.3.0](https://github.com/truecharts/charts/compare/kerio-connect-5.2.3...kerio-connect-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kerio-connect-5.2.3](https://github.com/truecharts/charts/compare/kerio-connect-5.2.2...kerio-connect-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kerio-connect-5.2.2](https://github.com/truecharts/charts/compare/kerio-connect-5.2.0...kerio-connect-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kerio-connect-4.1.11](https://github.com/truecharts/charts/compare/kerio-connect-4.1.10...kerio-connect-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kerio-connect-4.1.10](https://github.com/truecharts/charts/compare/kerio-connect-4.1.9...kerio-connect-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kerio-connect/5.5.1/Chart.yaml b/stable/kerio-connect/5.5.1/Chart.yaml deleted file mode 100644 index c8860698229..00000000000 --- a/stable/kerio-connect/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kerio-connect/5.5.1/charts/common-20.0.8.tgz b/stable/kerio-connect/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kerio-connect/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kodi-headless/9.5.1/.helmignore b/stable/kerio-connect/5.7.1/.helmignore similarity index 100% rename from stable/kodi-headless/9.5.1/.helmignore rename to stable/kerio-connect/5.7.1/.helmignore diff --git a/stable/kerio-connect/5.7.1/CHANGELOG.md b/stable/kerio-connect/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1805ddd9159 --- /dev/null +++ b/stable/kerio-connect/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kerio-connect-5.7.1](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kerio-connect/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2c827039f33 --- /dev/null +++ b/stable/kerio-connect/5.7.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: 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.2 + 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.1 diff --git a/stable/kerio-connect/5.5.1/README.md b/stable/kerio-connect/5.7.1/README.md similarity index 100% rename from stable/kerio-connect/5.5.1/README.md rename to stable/kerio-connect/5.7.1/README.md diff --git a/stable/kerio-connect/5.7.1/app-changelog.md b/stable/kerio-connect/5.7.1/app-changelog.md new file mode 100644 index 00000000000..54af294c879 --- /dev/null +++ b/stable/kerio-connect/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kerio-connect-5.7.1](https://github.com/truecharts/charts/compare/kerio-connect-5.6.0...kerio-connect-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kerio-connect/5.7.1/app-readme.md similarity index 100% rename from stable/kerio-connect/5.5.1/app-readme.md rename to stable/kerio-connect/5.7.1/app-readme.md diff --git a/stable/kerio-connect/5.7.1/charts/common-20.2.2.tgz b/stable/kerio-connect/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kerio-connect/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kerio-connect/5.5.1/ix_values.yaml b/stable/kerio-connect/5.7.1/ix_values.yaml similarity index 100% rename from stable/kerio-connect/5.5.1/ix_values.yaml rename to stable/kerio-connect/5.7.1/ix_values.yaml diff --git a/stable/kerio-connect/5.5.1/questions.yaml b/stable/kerio-connect/5.7.1/questions.yaml similarity index 100% rename from stable/kerio-connect/5.5.1/questions.yaml rename to stable/kerio-connect/5.7.1/questions.yaml diff --git a/stable/kerio-connect/5.5.1/templates/common.yaml b/stable/kerio-connect/5.7.1/templates/common.yaml similarity index 100% rename from stable/kerio-connect/5.5.1/templates/common.yaml rename to stable/kerio-connect/5.7.1/templates/common.yaml diff --git a/stable/kodi-headless/9.5.1/values.yaml b/stable/kerio-connect/5.7.1/values.yaml similarity index 100% rename from stable/kodi-headless/9.5.1/values.yaml rename to stable/kerio-connect/5.7.1/values.yaml diff --git a/stable/kitana/5.5.1/CHANGELOG.md b/stable/kitana/5.5.1/CHANGELOG.md deleted file mode 100644 index 7dbbf8f37f7..00000000000 --- a/stable/kitana/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kitana-5.5.1](https://github.com/truecharts/charts/compare/kitana-5.5.0...kitana-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kitana-5.5.0](https://github.com/truecharts/charts/compare/kitana-5.4.1...kitana-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kitana-5.4.1](https://github.com/truecharts/charts/compare/kitana-5.4.0...kitana-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kitana-5.4.0](https://github.com/truecharts/charts/compare/kitana-5.3.0...kitana-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kitana-5.3.0](https://github.com/truecharts/charts/compare/kitana-5.2.3...kitana-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kitana-5.2.3](https://github.com/truecharts/charts/compare/kitana-5.2.2...kitana-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kitana-5.2.2](https://github.com/truecharts/charts/compare/kitana-5.2.0...kitana-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kitana-4.1.12](https://github.com/truecharts/charts/compare/kitana-4.1.11...kitana-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kitana-4.1.11](https://github.com/truecharts/charts/compare/kitana-4.1.10...kitana-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kitana/5.5.1/Chart.yaml b/stable/kitana/5.5.1/Chart.yaml deleted file mode 100644 index fc265d901ce..00000000000 --- a/stable/kitana/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kitana/5.5.1/charts/common-20.0.8.tgz b/stable/kitana/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kitana/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/komga/13.5.2/.helmignore b/stable/kitana/5.7.1/.helmignore similarity index 100% rename from stable/komga/13.5.2/.helmignore rename to stable/kitana/5.7.1/.helmignore diff --git a/stable/kitana/5.7.1/CHANGELOG.md b/stable/kitana/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c348d1e13a6 --- /dev/null +++ b/stable/kitana/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitana-5.7.1](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kitana/5.7.1/Chart.yaml new file mode 100644 index 00000000000..186fa1f7cc3 --- /dev/null +++ b/stable/kitana/5.7.1/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.2 + 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.1 diff --git a/stable/kitana/5.5.1/README.md b/stable/kitana/5.7.1/README.md similarity index 100% rename from stable/kitana/5.5.1/README.md rename to stable/kitana/5.7.1/README.md diff --git a/stable/kitana/5.7.1/app-changelog.md b/stable/kitana/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3345e71eda1 --- /dev/null +++ b/stable/kitana/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kitana-5.7.1](https://github.com/truecharts/charts/compare/kitana-5.6.0...kitana-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kitana/5.7.1/app-readme.md similarity index 100% rename from stable/kitana/5.5.1/app-readme.md rename to stable/kitana/5.7.1/app-readme.md diff --git a/stable/kitana/5.7.1/charts/common-20.2.2.tgz b/stable/kitana/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kitana/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kitana/5.5.1/ix_values.yaml b/stable/kitana/5.7.1/ix_values.yaml similarity index 100% rename from stable/kitana/5.5.1/ix_values.yaml rename to stable/kitana/5.7.1/ix_values.yaml diff --git a/stable/kitana/5.5.1/questions.yaml b/stable/kitana/5.7.1/questions.yaml similarity index 100% rename from stable/kitana/5.5.1/questions.yaml rename to stable/kitana/5.7.1/questions.yaml diff --git a/stable/kitana/5.5.1/templates/common.yaml b/stable/kitana/5.7.1/templates/common.yaml similarity index 100% rename from stable/kitana/5.5.1/templates/common.yaml rename to stable/kitana/5.7.1/templates/common.yaml diff --git a/stable/komga/13.5.2/values.yaml b/stable/kitana/5.7.1/values.yaml similarity index 100% rename from stable/komga/13.5.2/values.yaml rename to stable/kitana/5.7.1/values.yaml diff --git a/stable/kitchenowl/9.5.1/CHANGELOG.md b/stable/kitchenowl/9.5.1/CHANGELOG.md deleted file mode 100644 index 7ba7b99f5f6..00000000000 --- a/stable/kitchenowl/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kitchenowl-9.5.1](https://github.com/truecharts/charts/compare/kitchenowl-9.5.0...kitchenowl-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kitchenowl-9.5.0](https://github.com/truecharts/charts/compare/kitchenowl-9.4.1...kitchenowl-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kitchenowl-9.4.1](https://github.com/truecharts/charts/compare/kitchenowl-9.4.0...kitchenowl-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kitchenowl-9.4.0](https://github.com/truecharts/charts/compare/kitchenowl-9.3.0...kitchenowl-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kitchenowl-9.3.0](https://github.com/truecharts/charts/compare/kitchenowl-9.2.3...kitchenowl-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kitchenowl-9.2.3](https://github.com/truecharts/charts/compare/kitchenowl-9.2.2...kitchenowl-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kitchenowl-9.2.2](https://github.com/truecharts/charts/compare/kitchenowl-9.2.0...kitchenowl-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kitchenowl-8.3.5](https://github.com/truecharts/charts/compare/kitchenowl-8.3.4...kitchenowl-8.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kitchenowl-8.3.4](https://github.com/truecharts/charts/compare/kitchenowl-8.3.3...kitchenowl-8.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kitchenowl/9.5.1/Chart.yaml b/stable/kitchenowl/9.5.1/Chart.yaml deleted file mode 100644 index 187817ac1aa..00000000000 --- a/stable/kitchenowl/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kitchenowl/9.5.1/charts/common-20.0.8.tgz b/stable/kitchenowl/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kitchenowl/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/kopia/11.5.1/.helmignore b/stable/kitchenowl/9.7.1/.helmignore similarity index 100% rename from stable/kopia/11.5.1/.helmignore rename to stable/kitchenowl/9.7.1/.helmignore diff --git a/stable/kitchenowl/9.7.1/CHANGELOG.md b/stable/kitchenowl/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..14abcc45cfd --- /dev/null +++ b/stable/kitchenowl/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kitchenowl-9.7.1](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kitchenowl/9.7.1/Chart.yaml new file mode 100644 index 00000000000..75672e7eefe --- /dev/null +++ b/stable/kitchenowl/9.7.1/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.2 + 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.1 diff --git a/stable/kitchenowl/9.5.1/README.md b/stable/kitchenowl/9.7.1/README.md similarity index 100% rename from stable/kitchenowl/9.5.1/README.md rename to stable/kitchenowl/9.7.1/README.md diff --git a/stable/kitchenowl/9.7.1/app-changelog.md b/stable/kitchenowl/9.7.1/app-changelog.md new file mode 100644 index 00000000000..ac69bb999bf --- /dev/null +++ b/stable/kitchenowl/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kitchenowl-9.7.1](https://github.com/truecharts/charts/compare/kitchenowl-9.6.0...kitchenowl-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kitchenowl/9.7.1/app-readme.md similarity index 100% rename from stable/kitchenowl/9.5.1/app-readme.md rename to stable/kitchenowl/9.7.1/app-readme.md diff --git a/stable/kitchenowl/9.7.1/charts/common-20.2.2.tgz b/stable/kitchenowl/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kitchenowl/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kitchenowl/9.5.1/ix_values.yaml b/stable/kitchenowl/9.7.1/ix_values.yaml similarity index 100% rename from stable/kitchenowl/9.5.1/ix_values.yaml rename to stable/kitchenowl/9.7.1/ix_values.yaml diff --git a/stable/kitchenowl/9.5.1/questions.yaml b/stable/kitchenowl/9.7.1/questions.yaml similarity index 100% rename from stable/kitchenowl/9.5.1/questions.yaml rename to stable/kitchenowl/9.7.1/questions.yaml diff --git a/stable/kopia/11.5.1/templates/NOTES.txt b/stable/kitchenowl/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/kopia/11.5.1/templates/NOTES.txt rename to stable/kitchenowl/9.7.1/templates/NOTES.txt diff --git a/stable/kitchenowl/9.5.1/templates/_secrets.tpl b/stable/kitchenowl/9.7.1/templates/_secrets.tpl similarity index 100% rename from stable/kitchenowl/9.5.1/templates/_secrets.tpl rename to stable/kitchenowl/9.7.1/templates/_secrets.tpl diff --git a/stable/kitchenowl/9.5.1/templates/common.yaml b/stable/kitchenowl/9.7.1/templates/common.yaml similarity index 100% rename from stable/kitchenowl/9.5.1/templates/common.yaml rename to stable/kitchenowl/9.7.1/templates/common.yaml diff --git a/stable/kopia/11.5.1/values.yaml b/stable/kitchenowl/9.7.1/values.yaml similarity index 100% rename from stable/kopia/11.5.1/values.yaml rename to stable/kitchenowl/9.7.1/values.yaml diff --git a/stable/kiwix-serve/8.5.2/CHANGELOG.md b/stable/kiwix-serve/8.5.2/CHANGELOG.md deleted file mode 100644 index 0694519ffdd..00000000000 --- a/stable/kiwix-serve/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kiwix-serve-8.5.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.5.1...kiwix-serve-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [kiwix-serve-8.5.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.5.0...kiwix-serve-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kiwix-serve-8.5.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.4.1...kiwix-serve-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kiwix-serve-8.4.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.4.0...kiwix-serve-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kiwix-serve-8.4.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.3.0...kiwix-serve-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kiwix-serve-8.3.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.3...kiwix-serve-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kiwix-serve-8.2.3](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.2...kiwix-serve-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kiwix-serve-8.2.2](https://github.com/truecharts/charts/compare/kiwix-serve-8.2.0...kiwix-serve-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [kiwix-serve-7.1.12](https://github.com/truecharts/charts/compare/kiwix-serve-7.1.11...kiwix-serve-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/kiwix-serve/8.5.2/Chart.yaml b/stable/kiwix-serve/8.5.2/Chart.yaml deleted file mode 100644 index 170c25460e2..00000000000 --- a/stable/kiwix-serve/8.5.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: Productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.6.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/kiwix-serve/8.5.2/charts/common-20.0.9.tgz b/stable/kiwix-serve/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/kiwix-serve/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/kiwix-serve/8.5.2/ix_values.yaml b/stable/kiwix-serve/8.5.2/ix_values.yaml deleted file mode 100644 index e3319565a14..00000000000 --- a/stable/kiwix-serve/8.5.2/ix_values.yaml +++ /dev/null @@ -1,33 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/kiwix/kiwix-serve - tag: 3.6.0@sha256:36b61f3519ee9120a00715c4667f23bb9634374940074da5202a01a72a61788f -service: - main: - ports: - main: - port: 10323 - protocol: http -persistence: - data: - enabled: true - mountPath: /data -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsGroup: 0 - runAsUser: 0 -workload: - main: - podSpec: - containers: - main: - env: - DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim - PORT: "{{ .Values.service.main.ports.main.port }}" - args: - - "*.zim" diff --git a/stable/krusader/5.5.1/.helmignore b/stable/kiwix-serve/8.8.1/.helmignore similarity index 100% rename from stable/krusader/5.5.1/.helmignore rename to stable/kiwix-serve/8.8.1/.helmignore diff --git a/stable/kiwix-serve/8.8.1/CHANGELOG.md b/stable/kiwix-serve/8.8.1/CHANGELOG.md new file mode 100644 index 00000000000..09c5deb164d --- /dev/null +++ b/stable/kiwix-serve/8.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kiwix-serve-8.8.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/kiwix-serve/8.8.1/Chart.yaml b/stable/kiwix-serve/8.8.1/Chart.yaml new file mode 100644 index 00000000000..0a92d1848c2 --- /dev/null +++ b/stable/kiwix-serve/8.8.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: 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.2 + 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.1 diff --git a/stable/kiwix-serve/8.5.2/README.md b/stable/kiwix-serve/8.8.1/README.md similarity index 100% rename from stable/kiwix-serve/8.5.2/README.md rename to stable/kiwix-serve/8.8.1/README.md diff --git a/stable/kiwix-serve/8.8.1/app-changelog.md b/stable/kiwix-serve/8.8.1/app-changelog.md new file mode 100644 index 00000000000..b59cd236133 --- /dev/null +++ b/stable/kiwix-serve/8.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [kiwix-serve-8.8.1](https://github.com/truecharts/charts/compare/kiwix-serve-8.6.0...kiwix-serve-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/kiwix-serve/8.8.1/app-readme.md similarity index 100% rename from stable/kiwix-serve/8.5.2/app-readme.md rename to stable/kiwix-serve/8.8.1/app-readme.md diff --git a/stable/kiwix-serve/8.8.1/charts/common-20.2.2.tgz b/stable/kiwix-serve/8.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kiwix-serve/8.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/kiwix-serve/8.8.1/ix_values.yaml b/stable/kiwix-serve/8.8.1/ix_values.yaml new file mode 100644 index 00000000000..b68449b3cb2 --- /dev/null +++ b/stable/kiwix-serve/8.8.1/ix_values.yaml @@ -0,0 +1,33 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/kiwix/kiwix-serve + tag: 3.7.0@sha256:9b92d0ada7b6e0ad4b67f4e6e81e831f64933900ddccd2f54b2808aacb459376 +service: + main: + ports: + main: + port: 10323 + protocol: http +persistence: + data: + enabled: true + mountPath: /data +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsGroup: 0 + runAsUser: 0 +workload: + main: + podSpec: + containers: + main: + env: + DOWNLOAD: http://download.kiwix.org/zim/wikipedia_en_chemistry_nopic.zim + PORT: "{{ .Values.service.main.ports.main.port }}" + args: + - "*.zim" diff --git a/stable/kiwix-serve/8.5.2/questions.yaml b/stable/kiwix-serve/8.8.1/questions.yaml similarity index 100% rename from stable/kiwix-serve/8.5.2/questions.yaml rename to stable/kiwix-serve/8.8.1/questions.yaml diff --git a/stable/lama-cleaner/6.5.1/templates/NOTES.txt b/stable/kiwix-serve/8.8.1/templates/NOTES.txt similarity index 100% rename from stable/lama-cleaner/6.5.1/templates/NOTES.txt rename to stable/kiwix-serve/8.8.1/templates/NOTES.txt diff --git a/stable/kiwix-serve/8.5.2/templates/common.yaml b/stable/kiwix-serve/8.8.1/templates/common.yaml similarity index 100% rename from stable/kiwix-serve/8.5.2/templates/common.yaml rename to stable/kiwix-serve/8.8.1/templates/common.yaml diff --git a/stable/krusader/5.5.1/values.yaml b/stable/kiwix-serve/8.8.1/values.yaml similarity index 100% rename from stable/krusader/5.5.1/values.yaml rename to stable/kiwix-serve/8.8.1/values.yaml diff --git a/stable/kms/18.5.1/CHANGELOG.md b/stable/kms/18.5.1/CHANGELOG.md deleted file mode 100644 index b25c86850a1..00000000000 --- a/stable/kms/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kms-18.5.1](https://github.com/truecharts/charts/compare/kms-18.5.0...kms-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kms-18.5.0](https://github.com/truecharts/charts/compare/kms-18.4.1...kms-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kms-18.4.1](https://github.com/truecharts/charts/compare/kms-18.4.0...kms-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kms-18.4.0](https://github.com/truecharts/charts/compare/kms-18.3.0...kms-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kms-18.3.0](https://github.com/truecharts/charts/compare/kms-18.2.3...kms-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kms-18.2.3](https://github.com/truecharts/charts/compare/kms-18.2.2...kms-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kms-18.2.2](https://github.com/truecharts/charts/compare/kms-18.2.0...kms-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kms-17.1.11](https://github.com/truecharts/charts/compare/kms-17.1.10...kms-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kms-17.1.10](https://github.com/truecharts/charts/compare/kms-17.1.9...kms-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kms/18.5.1/Chart.yaml b/stable/kms/18.5.1/Chart.yaml deleted file mode 100644 index 170a479f425..00000000000 --- a/stable/kms/18.5.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: 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.0.8 - 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.5.1 diff --git a/stable/kms/18.5.1/charts/common-20.0.8.tgz b/stable/kms/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kms/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lama-cleaner/6.5.1/.helmignore b/stable/kms/18.7.1/.helmignore similarity index 100% rename from stable/lama-cleaner/6.5.1/.helmignore rename to stable/kms/18.7.1/.helmignore diff --git a/stable/kms/18.7.1/CHANGELOG.md b/stable/kms/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..98ea71eff55 --- /dev/null +++ b/stable/kms/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kms-18.7.1](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kms/18.7.1/Chart.yaml new file mode 100644 index 00000000000..bb83704a20c --- /dev/null +++ b/stable/kms/18.7.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: 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.2 + 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.1 diff --git a/stable/kms/18.5.1/README.md b/stable/kms/18.7.1/README.md similarity index 100% rename from stable/kms/18.5.1/README.md rename to stable/kms/18.7.1/README.md diff --git a/stable/kms/18.7.1/app-changelog.md b/stable/kms/18.7.1/app-changelog.md new file mode 100644 index 00000000000..cd1508e65a1 --- /dev/null +++ b/stable/kms/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kms-18.7.1](https://github.com/truecharts/charts/compare/kms-18.6.0...kms-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kms/18.7.1/app-readme.md similarity index 100% rename from stable/kms/18.5.1/app-readme.md rename to stable/kms/18.7.1/app-readme.md diff --git a/stable/kms/18.7.1/charts/common-20.2.2.tgz b/stable/kms/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kms/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kms/18.5.1/ix_values.yaml b/stable/kms/18.7.1/ix_values.yaml similarity index 100% rename from stable/kms/18.5.1/ix_values.yaml rename to stable/kms/18.7.1/ix_values.yaml diff --git a/stable/kms/18.5.1/questions.yaml b/stable/kms/18.7.1/questions.yaml similarity index 100% rename from stable/kms/18.5.1/questions.yaml rename to stable/kms/18.7.1/questions.yaml diff --git a/stable/lancache-dns/8.5.1/templates/NOTES.txt b/stable/kms/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/lancache-dns/8.5.1/templates/NOTES.txt rename to stable/kms/18.7.1/templates/NOTES.txt diff --git a/stable/kodi-headless/9.5.1/templates/common.yaml b/stable/kms/18.7.1/templates/common.yaml similarity index 100% rename from stable/kodi-headless/9.5.1/templates/common.yaml rename to stable/kms/18.7.1/templates/common.yaml diff --git a/stable/lama-cleaner/6.5.1/values.yaml b/stable/kms/18.7.1/values.yaml similarity index 100% rename from stable/lama-cleaner/6.5.1/values.yaml rename to stable/kms/18.7.1/values.yaml diff --git a/stable/kodi-headless/9.5.1/CHANGELOG.md b/stable/kodi-headless/9.5.1/CHANGELOG.md deleted file mode 100644 index fc43a4b8a07..00000000000 --- a/stable/kodi-headless/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kodi-headless-9.5.1](https://github.com/truecharts/charts/compare/kodi-headless-9.5.0...kodi-headless-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kodi-headless-9.5.0](https://github.com/truecharts/charts/compare/kodi-headless-9.4.1...kodi-headless-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kodi-headless-9.4.1](https://github.com/truecharts/charts/compare/kodi-headless-9.4.0...kodi-headless-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kodi-headless-9.4.0](https://github.com/truecharts/charts/compare/kodi-headless-9.3.0...kodi-headless-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kodi-headless-9.3.0](https://github.com/truecharts/charts/compare/kodi-headless-9.2.3...kodi-headless-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kodi-headless-9.2.3](https://github.com/truecharts/charts/compare/kodi-headless-9.2.2...kodi-headless-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kodi-headless-9.2.2](https://github.com/truecharts/charts/compare/kodi-headless-9.2.0...kodi-headless-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kodi-headless-8.1.11](https://github.com/truecharts/charts/compare/kodi-headless-8.1.10...kodi-headless-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kodi-headless-8.1.10](https://github.com/truecharts/charts/compare/kodi-headless-8.1.9...kodi-headless-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kodi-headless/9.5.1/Chart.yaml b/stable/kodi-headless/9.5.1/Chart.yaml deleted file mode 100644 index 4460a818098..00000000000 --- a/stable/kodi-headless/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/kodi-headless/9.5.1/charts/common-20.0.8.tgz b/stable/kodi-headless/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kodi-headless/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lancache-dns/8.5.1/.helmignore b/stable/kodi-headless/9.7.1/.helmignore similarity index 100% rename from stable/lancache-dns/8.5.1/.helmignore rename to stable/kodi-headless/9.7.1/.helmignore diff --git a/stable/kodi-headless/9.7.1/CHANGELOG.md b/stable/kodi-headless/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cc089354b8e --- /dev/null +++ b/stable/kodi-headless/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kodi-headless-9.7.1](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/kodi-headless/9.7.1/Chart.yaml new file mode 100644 index 00000000000..d7d99d31e30 --- /dev/null +++ b/stable/kodi-headless/9.7.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: 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.2 + 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.1 diff --git a/stable/kodi-headless/9.5.1/README.md b/stable/kodi-headless/9.7.1/README.md similarity index 100% rename from stable/kodi-headless/9.5.1/README.md rename to stable/kodi-headless/9.7.1/README.md diff --git a/stable/kodi-headless/9.7.1/app-changelog.md b/stable/kodi-headless/9.7.1/app-changelog.md new file mode 100644 index 00000000000..85ca80abc67 --- /dev/null +++ b/stable/kodi-headless/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kodi-headless-9.7.1](https://github.com/truecharts/charts/compare/kodi-headless-9.6.0...kodi-headless-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kodi-headless/9.7.1/app-readme.md similarity index 100% rename from stable/kodi-headless/9.5.1/app-readme.md rename to stable/kodi-headless/9.7.1/app-readme.md diff --git a/stable/kodi-headless/9.7.1/charts/common-20.2.2.tgz b/stable/kodi-headless/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kodi-headless/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kodi-headless/9.5.1/ix_values.yaml b/stable/kodi-headless/9.7.1/ix_values.yaml similarity index 100% rename from stable/kodi-headless/9.5.1/ix_values.yaml rename to stable/kodi-headless/9.7.1/ix_values.yaml diff --git a/stable/kodi-headless/9.5.1/questions.yaml b/stable/kodi-headless/9.7.1/questions.yaml similarity index 100% rename from stable/kodi-headless/9.5.1/questions.yaml rename to stable/kodi-headless/9.7.1/questions.yaml diff --git a/stable/lancache-monolithic/8.5.1/templates/NOTES.txt b/stable/kodi-headless/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/lancache-monolithic/8.5.1/templates/NOTES.txt rename to stable/kodi-headless/9.7.1/templates/NOTES.txt diff --git a/stable/komga/13.5.2/templates/common.yaml b/stable/kodi-headless/9.7.1/templates/common.yaml similarity index 100% rename from stable/komga/13.5.2/templates/common.yaml rename to stable/kodi-headless/9.7.1/templates/common.yaml diff --git a/stable/lancache-dns/8.5.1/values.yaml b/stable/kodi-headless/9.7.1/values.yaml similarity index 100% rename from stable/lancache-dns/8.5.1/values.yaml rename to stable/kodi-headless/9.7.1/values.yaml diff --git a/stable/komga/13.5.2/CHANGELOG.md b/stable/komga/13.5.2/CHANGELOG.md deleted file mode 100644 index d0d1d0dc3dc..00000000000 --- a/stable/komga/13.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [komga-13.5.2](https://github.com/truecharts/charts/compare/komga-13.5.1...komga-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [komga-13.5.1](https://github.com/truecharts/charts/compare/komga-13.5.0...komga-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [komga-13.5.0](https://github.com/truecharts/charts/compare/komga-13.4.1...komga-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [komga-13.4.1](https://github.com/truecharts/charts/compare/komga-13.4.0...komga-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [komga-13.4.0](https://github.com/truecharts/charts/compare/komga-13.3.0...komga-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [komga-13.3.0](https://github.com/truecharts/charts/compare/komga-13.2.3...komga-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [komga-13.2.3](https://github.com/truecharts/charts/compare/komga-13.2.2...komga-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [komga-13.2.2](https://github.com/truecharts/charts/compare/komga-13.2.0...komga-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [komga-12.2.9](https://github.com/truecharts/charts/compare/komga-12.2.8...komga-12.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/komga/13.5.2/Chart.yaml b/stable/komga/13.5.2/Chart.yaml deleted file mode 100644 index d42042242ae..00000000000 --- a/stable/komga/13.5.2/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.3 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/komga/13.5.2/charts/common-20.0.9.tgz b/stable/komga/13.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/komga/13.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/komga/13.5.2/ix_values.yaml b/stable/komga/13.5.2/ix_values.yaml deleted file mode 100644 index 95c21695f21..00000000000 --- a/stable/komga/13.5.2/ix_values.yaml +++ /dev/null @@ -1,36 +0,0 @@ -image: - repository: gotson/komga - tag: 1.10.3@sha256:d962b7a30246d2278de9587deba458fad0102f6b5b014fe0458b8ceddb099b00 - pullPolicy: IfNotPresent -workload: - main: - podSpec: - containers: - main: - env: - SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" - probes: - liveness: - port: "{{ .Values.service.main.ports.main.port }}" - path: /actuator/health - readiness: - port: "{{ .Values.service.main.ports.main.port }}" - path: /actuator/health - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" -service: - main: - ports: - main: - port: 10085 -persistence: - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true diff --git a/stable/lancache-monolithic/8.5.1/.helmignore b/stable/komga/13.7.1/.helmignore similarity index 100% rename from stable/lancache-monolithic/8.5.1/.helmignore rename to stable/komga/13.7.1/.helmignore diff --git a/stable/komga/13.7.1/CHANGELOG.md b/stable/komga/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5fb417b5fc9 --- /dev/null +++ b/stable/komga/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [komga-13.7.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/komga/13.7.1/Chart.yaml b/stable/komga/13.7.1/Chart.yaml new file mode 100644 index 00000000000..1225f85ce9d --- /dev/null +++ b/stable/komga/13.7.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.10.4 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/komga/13.5.2/README.md b/stable/komga/13.7.1/README.md similarity index 100% rename from stable/komga/13.5.2/README.md rename to stable/komga/13.7.1/README.md diff --git a/stable/komga/13.7.1/app-changelog.md b/stable/komga/13.7.1/app-changelog.md new file mode 100644 index 00000000000..e87e1d338c4 --- /dev/null +++ b/stable/komga/13.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [komga-13.7.1](https://github.com/truecharts/charts/compare/komga-13.6.0...komga-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/komga/13.7.1/app-readme.md similarity index 100% rename from stable/komga/13.5.2/app-readme.md rename to stable/komga/13.7.1/app-readme.md diff --git a/stable/komga/13.7.1/charts/common-20.2.2.tgz b/stable/komga/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/komga/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/komga/13.7.1/ix_values.yaml b/stable/komga/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..5eae50b0a63 --- /dev/null +++ b/stable/komga/13.7.1/ix_values.yaml @@ -0,0 +1,36 @@ +image: + repository: gotson/komga + tag: 1.10.4@sha256:5b4f581be33141f07abed7bb665077352fb046183f3614b0a647530588784735 + pullPolicy: IfNotPresent +workload: + main: + podSpec: + containers: + main: + env: + SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" + probes: + liveness: + port: "{{ .Values.service.main.ports.main.port }}" + path: /actuator/health + readiness: + port: "{{ .Values.service.main.ports.main.port }}" + path: /actuator/health + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" +service: + main: + ports: + main: + port: 10085 +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true diff --git a/stable/komga/13.5.2/questions.yaml b/stable/komga/13.7.1/questions.yaml similarity index 100% rename from stable/komga/13.5.2/questions.yaml rename to stable/komga/13.7.1/questions.yaml diff --git a/stable/lanraragi/9.5.1/templates/NOTES.txt b/stable/komga/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/lanraragi/9.5.1/templates/NOTES.txt rename to stable/komga/13.7.1/templates/NOTES.txt diff --git a/stable/lancache-dns/8.5.1/templates/common.yaml b/stable/komga/13.7.1/templates/common.yaml similarity index 100% rename from stable/lancache-dns/8.5.1/templates/common.yaml rename to stable/komga/13.7.1/templates/common.yaml diff --git a/stable/lancache-monolithic/8.5.1/values.yaml b/stable/komga/13.7.1/values.yaml similarity index 100% rename from stable/lancache-monolithic/8.5.1/values.yaml rename to stable/komga/13.7.1/values.yaml diff --git a/stable/kopia/11.5.1/CHANGELOG.md b/stable/kopia/11.5.1/CHANGELOG.md deleted file mode 100644 index bfd5c0e18dc..00000000000 --- a/stable/kopia/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kopia-11.5.1](https://github.com/truecharts/charts/compare/kopia-11.5.0...kopia-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [kopia-11.5.0](https://github.com/truecharts/charts/compare/kopia-11.4.1...kopia-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [kopia-11.4.1](https://github.com/truecharts/charts/compare/kopia-11.4.0...kopia-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [kopia-11.4.0](https://github.com/truecharts/charts/compare/kopia-11.3.0...kopia-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [kopia-11.3.0](https://github.com/truecharts/charts/compare/kopia-11.2.3...kopia-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [kopia-11.2.3](https://github.com/truecharts/charts/compare/kopia-11.2.2...kopia-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [kopia-11.2.2](https://github.com/truecharts/charts/compare/kopia-11.2.0...kopia-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [kopia-10.1.14](https://github.com/truecharts/charts/compare/kopia-10.1.13...kopia-10.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [kopia-10.1.13](https://github.com/truecharts/charts/compare/kopia-10.1.12...kopia-10.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/kopia/11.5.1/Chart.yaml b/stable/kopia/11.5.1/Chart.yaml deleted file mode 100644 index 1bd5b210f32..00000000000 --- a/stable/kopia/11.5.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: utility - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/kopia/11.5.1/charts/common-20.0.8.tgz b/stable/kopia/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/kopia/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lanraragi/9.5.1/.helmignore b/stable/kopia/11.7.1/.helmignore similarity index 100% rename from stable/lanraragi/9.5.1/.helmignore rename to stable/kopia/11.7.1/.helmignore diff --git a/stable/kopia/11.7.1/CHANGELOG.md b/stable/kopia/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c238e5cdfbf --- /dev/null +++ b/stable/kopia/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kopia-11.7.1](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/kopia/11.7.1/Chart.yaml new file mode 100644 index 00000000000..75ab1875b18 --- /dev/null +++ b/stable/kopia/11.7.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: utility + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/kopia/11.5.1/README.md b/stable/kopia/11.7.1/README.md similarity index 100% rename from stable/kopia/11.5.1/README.md rename to stable/kopia/11.7.1/README.md diff --git a/stable/kopia/11.7.1/app-changelog.md b/stable/kopia/11.7.1/app-changelog.md new file mode 100644 index 00000000000..955b605633a --- /dev/null +++ b/stable/kopia/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kopia-11.7.1](https://github.com/truecharts/charts/compare/kopia-11.6.0...kopia-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/kopia/11.7.1/app-readme.md similarity index 100% rename from stable/kopia/11.5.1/app-readme.md rename to stable/kopia/11.7.1/app-readme.md diff --git a/stable/kopia/11.7.1/charts/common-20.2.2.tgz b/stable/kopia/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/kopia/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/kopia/11.5.1/ix_values.yaml b/stable/kopia/11.7.1/ix_values.yaml similarity index 100% rename from stable/kopia/11.5.1/ix_values.yaml rename to stable/kopia/11.7.1/ix_values.yaml diff --git a/stable/kopia/11.5.1/questions.yaml b/stable/kopia/11.7.1/questions.yaml similarity index 100% rename from stable/kopia/11.5.1/questions.yaml rename to stable/kopia/11.7.1/questions.yaml diff --git a/stable/lazylibrarian/18.6.0/templates/NOTES.txt b/stable/kopia/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/lazylibrarian/18.6.0/templates/NOTES.txt rename to stable/kopia/11.7.1/templates/NOTES.txt diff --git a/stable/kopia/11.5.1/templates/_secrets.tpl b/stable/kopia/11.7.1/templates/_secrets.tpl similarity index 100% rename from stable/kopia/11.5.1/templates/_secrets.tpl rename to stable/kopia/11.7.1/templates/_secrets.tpl diff --git a/stable/kopia/11.5.1/templates/common.yaml b/stable/kopia/11.7.1/templates/common.yaml similarity index 100% rename from stable/kopia/11.5.1/templates/common.yaml rename to stable/kopia/11.7.1/templates/common.yaml diff --git a/stable/lanraragi/9.5.1/values.yaml b/stable/kopia/11.7.1/values.yaml similarity index 100% rename from stable/lanraragi/9.5.1/values.yaml rename to stable/kopia/11.7.1/values.yaml diff --git a/stable/krusader/5.5.1/CHANGELOG.md b/stable/krusader/5.5.1/CHANGELOG.md deleted file mode 100644 index a2a22fcf9e4..00000000000 --- a/stable/krusader/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [krusader-5.5.1](https://github.com/truecharts/charts/compare/krusader-5.5.0...krusader-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [krusader-5.5.0](https://github.com/truecharts/charts/compare/krusader-5.4.1...krusader-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [krusader-5.4.1](https://github.com/truecharts/charts/compare/krusader-5.4.0...krusader-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [krusader-5.4.0](https://github.com/truecharts/charts/compare/krusader-5.3.0...krusader-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [krusader-5.3.0](https://github.com/truecharts/charts/compare/krusader-5.2.3...krusader-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [krusader-5.2.3](https://github.com/truecharts/charts/compare/krusader-5.2.2...krusader-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [krusader-5.2.2](https://github.com/truecharts/charts/compare/krusader-5.2.0...krusader-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [krusader-4.1.12](https://github.com/truecharts/charts/compare/krusader-4.1.11...krusader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [krusader-4.1.11](https://github.com/truecharts/charts/compare/krusader-4.1.10...krusader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/krusader to latest[@1183d0e](https://github.com/1183d0e) by renovate ([#17634](https://github.com/truecharts/charts/issues/17634)) diff --git a/stable/krusader/5.5.1/Chart.yaml b/stable/krusader/5.5.1/Chart.yaml deleted file mode 100644 index 8083cdac99f..00000000000 --- a/stable/krusader/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/krusader/5.5.1/charts/common-20.0.8.tgz b/stable/krusader/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/krusader/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lastoasis/5.5.1/.helmignore b/stable/krusader/5.7.1/.helmignore similarity index 100% rename from stable/lastoasis/5.5.1/.helmignore rename to stable/krusader/5.7.1/.helmignore diff --git a/stable/krusader/5.7.1/CHANGELOG.md b/stable/krusader/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..31abe714c1a --- /dev/null +++ b/stable/krusader/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [krusader-5.7.1](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/krusader/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8328617c567 --- /dev/null +++ b/stable/krusader/5.7.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: 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.2 + 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.1 diff --git a/stable/krusader/5.5.1/README.md b/stable/krusader/5.7.1/README.md similarity index 100% rename from stable/krusader/5.5.1/README.md rename to stable/krusader/5.7.1/README.md diff --git a/stable/krusader/5.7.1/app-changelog.md b/stable/krusader/5.7.1/app-changelog.md new file mode 100644 index 00000000000..02b78bc41b8 --- /dev/null +++ b/stable/krusader/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [krusader-5.7.1](https://github.com/truecharts/charts/compare/krusader-5.6.0...krusader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/krusader/5.7.1/app-readme.md similarity index 100% rename from stable/krusader/5.5.1/app-readme.md rename to stable/krusader/5.7.1/app-readme.md diff --git a/stable/krusader/5.7.1/charts/common-20.2.2.tgz b/stable/krusader/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/krusader/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/krusader/5.5.1/ix_values.yaml b/stable/krusader/5.7.1/ix_values.yaml similarity index 100% rename from stable/krusader/5.5.1/ix_values.yaml rename to stable/krusader/5.7.1/ix_values.yaml diff --git a/stable/krusader/5.5.1/questions.yaml b/stable/krusader/5.7.1/questions.yaml similarity index 100% rename from stable/krusader/5.5.1/questions.yaml rename to stable/krusader/5.7.1/questions.yaml diff --git a/stable/krusader/5.5.1/templates/common.yaml b/stable/krusader/5.7.1/templates/common.yaml similarity index 100% rename from stable/krusader/5.5.1/templates/common.yaml rename to stable/krusader/5.7.1/templates/common.yaml diff --git a/stable/lastoasis/5.5.1/values.yaml b/stable/krusader/5.7.1/values.yaml similarity index 100% rename from stable/lastoasis/5.5.1/values.yaml rename to stable/krusader/5.7.1/values.yaml diff --git a/stable/lama-cleaner/6.5.1/CHANGELOG.md b/stable/lama-cleaner/6.5.1/CHANGELOG.md deleted file mode 100644 index 200d10da802..00000000000 --- a/stable/lama-cleaner/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lama-cleaner-6.5.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.5.0...lama-cleaner-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lama-cleaner-6.5.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.4.1...lama-cleaner-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lama-cleaner-6.4.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.4.0...lama-cleaner-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lama-cleaner-6.4.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.3.0...lama-cleaner-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lama-cleaner-6.3.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.3...lama-cleaner-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lama-cleaner-6.2.3](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.2...lama-cleaner-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lama-cleaner-6.2.2](https://github.com/truecharts/charts/compare/lama-cleaner-6.2.0...lama-cleaner-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lama-cleaner-5.1.11](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.10...lama-cleaner-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lama-cleaner-5.1.10](https://github.com/truecharts/charts/compare/lama-cleaner-5.1.9...lama-cleaner-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lama-cleaner/6.5.1/Chart.yaml b/stable/lama-cleaner/6.5.1/Chart.yaml deleted file mode 100644 index 1fe72d62552..00000000000 --- a/stable/lama-cleaner/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/lama-cleaner/6.5.1/charts/common-20.0.8.tgz b/stable/lama-cleaner/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lama-cleaner/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.6.0/.helmignore b/stable/lama-cleaner/6.7.1/.helmignore similarity index 100% rename from stable/lazylibrarian/18.6.0/.helmignore rename to stable/lama-cleaner/6.7.1/.helmignore diff --git a/stable/lama-cleaner/6.7.1/CHANGELOG.md b/stable/lama-cleaner/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e4ebd408456 --- /dev/null +++ b/stable/lama-cleaner/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lama-cleaner-6.7.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lama-cleaner/6.7.1/Chart.yaml new file mode 100644 index 00000000000..862784011ac --- /dev/null +++ b/stable/lama-cleaner/6.7.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: 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.2 + 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.1 diff --git a/stable/lama-cleaner/6.5.1/README.md b/stable/lama-cleaner/6.7.1/README.md similarity index 100% rename from stable/lama-cleaner/6.5.1/README.md rename to stable/lama-cleaner/6.7.1/README.md diff --git a/stable/lama-cleaner/6.7.1/app-changelog.md b/stable/lama-cleaner/6.7.1/app-changelog.md new file mode 100644 index 00000000000..168e8f6e7c2 --- /dev/null +++ b/stable/lama-cleaner/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lama-cleaner-6.7.1](https://github.com/truecharts/charts/compare/lama-cleaner-6.6.0...lama-cleaner-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lama-cleaner/6.7.1/app-readme.md similarity index 100% rename from stable/lama-cleaner/6.5.1/app-readme.md rename to stable/lama-cleaner/6.7.1/app-readme.md diff --git a/stable/lama-cleaner/6.7.1/charts/common-20.2.2.tgz b/stable/lama-cleaner/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lama-cleaner/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lama-cleaner/6.5.1/ix_values.yaml b/stable/lama-cleaner/6.7.1/ix_values.yaml similarity index 100% rename from stable/lama-cleaner/6.5.1/ix_values.yaml rename to stable/lama-cleaner/6.7.1/ix_values.yaml diff --git a/stable/lama-cleaner/6.5.1/questions.yaml b/stable/lama-cleaner/6.7.1/questions.yaml similarity index 100% rename from stable/lama-cleaner/6.5.1/questions.yaml rename to stable/lama-cleaner/6.7.1/questions.yaml diff --git a/stable/leaf2mqtt/11.5.1/templates/NOTES.txt b/stable/lama-cleaner/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/leaf2mqtt/11.5.1/templates/NOTES.txt rename to stable/lama-cleaner/6.7.1/templates/NOTES.txt diff --git a/stable/lama-cleaner/6.5.1/templates/_args.tpl b/stable/lama-cleaner/6.7.1/templates/_args.tpl similarity index 100% rename from stable/lama-cleaner/6.5.1/templates/_args.tpl rename to stable/lama-cleaner/6.7.1/templates/_args.tpl diff --git a/stable/lama-cleaner/6.5.1/templates/common.yaml b/stable/lama-cleaner/6.7.1/templates/common.yaml similarity index 100% rename from stable/lama-cleaner/6.5.1/templates/common.yaml rename to stable/lama-cleaner/6.7.1/templates/common.yaml diff --git a/stable/lazylibrarian/18.6.0/values.yaml b/stable/lama-cleaner/6.7.1/values.yaml similarity index 100% rename from stable/lazylibrarian/18.6.0/values.yaml rename to stable/lama-cleaner/6.7.1/values.yaml diff --git a/stable/lancache-dns/8.5.1/CHANGELOG.md b/stable/lancache-dns/8.5.1/CHANGELOG.md deleted file mode 100644 index 304c602b644..00000000000 --- a/stable/lancache-dns/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lancache-dns-8.5.1](https://github.com/truecharts/charts/compare/lancache-dns-8.5.0...lancache-dns-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lancache-dns-8.5.0](https://github.com/truecharts/charts/compare/lancache-dns-8.4.1...lancache-dns-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lancache-dns-8.4.1](https://github.com/truecharts/charts/compare/lancache-dns-8.4.0...lancache-dns-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lancache-dns-8.4.0](https://github.com/truecharts/charts/compare/lancache-dns-8.3.0...lancache-dns-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lancache-dns-8.3.0](https://github.com/truecharts/charts/compare/lancache-dns-8.2.3...lancache-dns-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lancache-dns-8.2.3](https://github.com/truecharts/charts/compare/lancache-dns-8.2.2...lancache-dns-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lancache-dns-8.2.2](https://github.com/truecharts/charts/compare/lancache-dns-8.2.0...lancache-dns-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lancache-dns-7.1.11](https://github.com/truecharts/charts/compare/lancache-dns-7.1.10...lancache-dns-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lancache-dns-7.1.10](https://github.com/truecharts/charts/compare/lancache-dns-7.1.9...lancache-dns-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lancache-dns/8.5.1/Chart.yaml b/stable/lancache-dns/8.5.1/Chart.yaml deleted file mode 100644 index bf9c2d51f32..00000000000 --- a/stable/lancache-dns/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/lancache-dns/8.5.1/charts/common-20.0.8.tgz b/stable/lancache-dns/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lancache-dns/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/leaf2mqtt/11.5.1/.helmignore b/stable/lancache-dns/8.7.1/.helmignore similarity index 100% rename from stable/leaf2mqtt/11.5.1/.helmignore rename to stable/lancache-dns/8.7.1/.helmignore diff --git a/stable/lancache-dns/8.7.1/CHANGELOG.md b/stable/lancache-dns/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..939d006f8bf --- /dev/null +++ b/stable/lancache-dns/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-dns-8.7.1](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lancache-dns/8.7.1/Chart.yaml new file mode 100644 index 00000000000..6cacf67a3b3 --- /dev/null +++ b/stable/lancache-dns/8.7.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: 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.2 + 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.1 diff --git a/stable/lancache-dns/8.5.1/README.md b/stable/lancache-dns/8.7.1/README.md similarity index 100% rename from stable/lancache-dns/8.5.1/README.md rename to stable/lancache-dns/8.7.1/README.md diff --git a/stable/lancache-dns/8.7.1/app-changelog.md b/stable/lancache-dns/8.7.1/app-changelog.md new file mode 100644 index 00000000000..dc8648a1bdf --- /dev/null +++ b/stable/lancache-dns/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lancache-dns-8.7.1](https://github.com/truecharts/charts/compare/lancache-dns-8.6.0...lancache-dns-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lancache-dns/8.7.1/app-readme.md similarity index 100% rename from stable/lancache-dns/8.5.1/app-readme.md rename to stable/lancache-dns/8.7.1/app-readme.md diff --git a/stable/lancache-dns/8.7.1/charts/common-20.2.2.tgz b/stable/lancache-dns/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lancache-dns/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lancache-dns/8.5.1/ix_values.yaml b/stable/lancache-dns/8.7.1/ix_values.yaml similarity index 100% rename from stable/lancache-dns/8.5.1/ix_values.yaml rename to stable/lancache-dns/8.7.1/ix_values.yaml diff --git a/stable/lancache-dns/8.5.1/questions.yaml b/stable/lancache-dns/8.7.1/questions.yaml similarity index 100% rename from stable/lancache-dns/8.5.1/questions.yaml rename to stable/lancache-dns/8.7.1/questions.yaml diff --git a/stable/libreddit/8.5.1/templates/NOTES.txt b/stable/lancache-dns/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/libreddit/8.5.1/templates/NOTES.txt rename to stable/lancache-dns/8.7.1/templates/NOTES.txt diff --git a/stable/lanraragi/9.5.1/templates/common.yaml b/stable/lancache-dns/8.7.1/templates/common.yaml similarity index 100% rename from stable/lanraragi/9.5.1/templates/common.yaml rename to stable/lancache-dns/8.7.1/templates/common.yaml diff --git a/stable/leaf2mqtt/11.5.1/values.yaml b/stable/lancache-dns/8.7.1/values.yaml similarity index 100% rename from stable/leaf2mqtt/11.5.1/values.yaml rename to stable/lancache-dns/8.7.1/values.yaml diff --git a/stable/lancache-monolithic/8.5.1/CHANGELOG.md b/stable/lancache-monolithic/8.5.1/CHANGELOG.md deleted file mode 100644 index 621d5038799..00000000000 --- a/stable/lancache-monolithic/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lancache-monolithic-8.5.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.5.0...lancache-monolithic-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lancache-monolithic-8.5.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.4.1...lancache-monolithic-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lancache-monolithic-8.4.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.4.0...lancache-monolithic-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lancache-monolithic-8.4.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.3.0...lancache-monolithic-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lancache-monolithic-8.3.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.3...lancache-monolithic-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lancache-monolithic-8.2.3](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.2...lancache-monolithic-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lancache-monolithic-8.2.2](https://github.com/truecharts/charts/compare/lancache-monolithic-8.2.0...lancache-monolithic-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lancache-monolithic-7.1.11](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.10...lancache-monolithic-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lancache-monolithic-7.1.10](https://github.com/truecharts/charts/compare/lancache-monolithic-7.1.9...lancache-monolithic-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lancache-monolithic/8.5.1/Chart.yaml b/stable/lancache-monolithic/8.5.1/Chart.yaml deleted file mode 100644 index 1d0fc3c3f22..00000000000 --- a/stable/lancache-monolithic/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/lancache-monolithic/8.5.1/charts/common-20.0.8.tgz b/stable/lancache-monolithic/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lancache-monolithic/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/left4dead/5.5.1/.helmignore b/stable/lancache-monolithic/8.7.1/.helmignore similarity index 100% rename from stable/left4dead/5.5.1/.helmignore rename to stable/lancache-monolithic/8.7.1/.helmignore diff --git a/stable/lancache-monolithic/8.7.1/CHANGELOG.md b/stable/lancache-monolithic/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..46ebceca404 --- /dev/null +++ b/stable/lancache-monolithic/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lancache-monolithic-8.7.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lancache-monolithic/8.7.1/Chart.yaml new file mode 100644 index 00000000000..8f0a9371b0d --- /dev/null +++ b/stable/lancache-monolithic/8.7.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: 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.2 + 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.1 diff --git a/stable/lancache-monolithic/8.5.1/README.md b/stable/lancache-monolithic/8.7.1/README.md similarity index 100% rename from stable/lancache-monolithic/8.5.1/README.md rename to stable/lancache-monolithic/8.7.1/README.md diff --git a/stable/lancache-monolithic/8.7.1/app-changelog.md b/stable/lancache-monolithic/8.7.1/app-changelog.md new file mode 100644 index 00000000000..7a8d363981b --- /dev/null +++ b/stable/lancache-monolithic/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lancache-monolithic-8.7.1](https://github.com/truecharts/charts/compare/lancache-monolithic-8.6.0...lancache-monolithic-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lancache-monolithic/8.7.1/app-readme.md similarity index 100% rename from stable/lancache-monolithic/8.5.1/app-readme.md rename to stable/lancache-monolithic/8.7.1/app-readme.md diff --git a/stable/lancache-monolithic/8.7.1/charts/common-20.2.2.tgz b/stable/lancache-monolithic/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lancache-monolithic/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lancache-monolithic/8.5.1/ix_values.yaml b/stable/lancache-monolithic/8.7.1/ix_values.yaml similarity index 100% rename from stable/lancache-monolithic/8.5.1/ix_values.yaml rename to stable/lancache-monolithic/8.7.1/ix_values.yaml diff --git a/stable/lancache-monolithic/8.5.1/questions.yaml b/stable/lancache-monolithic/8.7.1/questions.yaml similarity index 100% rename from stable/lancache-monolithic/8.5.1/questions.yaml rename to stable/lancache-monolithic/8.7.1/questions.yaml diff --git a/stable/librespeed/13.5.2/templates/NOTES.txt b/stable/lancache-monolithic/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/librespeed/13.5.2/templates/NOTES.txt rename to stable/lancache-monolithic/8.7.1/templates/NOTES.txt diff --git a/stable/lancache-monolithic/8.5.1/templates/common.yaml b/stable/lancache-monolithic/8.7.1/templates/common.yaml similarity index 100% rename from stable/lancache-monolithic/8.5.1/templates/common.yaml rename to stable/lancache-monolithic/8.7.1/templates/common.yaml diff --git a/stable/left4dead/5.5.1/values.yaml b/stable/lancache-monolithic/8.7.1/values.yaml similarity index 100% rename from stable/left4dead/5.5.1/values.yaml rename to stable/lancache-monolithic/8.7.1/values.yaml diff --git a/stable/lanraragi/9.5.1/CHANGELOG.md b/stable/lanraragi/9.5.1/CHANGELOG.md deleted file mode 100644 index 628fbafc4c5..00000000000 --- a/stable/lanraragi/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lanraragi-9.5.1](https://github.com/truecharts/charts/compare/lanraragi-9.5.0...lanraragi-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lanraragi-9.5.0](https://github.com/truecharts/charts/compare/lanraragi-9.4.1...lanraragi-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lanraragi-9.4.1](https://github.com/truecharts/charts/compare/lanraragi-9.4.0...lanraragi-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lanraragi-9.4.0](https://github.com/truecharts/charts/compare/lanraragi-9.3.0...lanraragi-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lanraragi-9.3.0](https://github.com/truecharts/charts/compare/lanraragi-9.2.3...lanraragi-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lanraragi-9.2.3](https://github.com/truecharts/charts/compare/lanraragi-9.2.2...lanraragi-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lanraragi-9.2.2](https://github.com/truecharts/charts/compare/lanraragi-9.2.0...lanraragi-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lanraragi-8.1.11](https://github.com/truecharts/charts/compare/lanraragi-8.1.10...lanraragi-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lanraragi-8.1.10](https://github.com/truecharts/charts/compare/lanraragi-8.1.9...lanraragi-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lanraragi/9.5.1/Chart.yaml b/stable/lanraragi/9.5.1/Chart.yaml deleted file mode 100644 index 35672c75b06..00000000000 --- a/stable/lanraragi/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/lanraragi/9.5.1/charts/common-20.0.8.tgz b/stable/lanraragi/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lanraragi/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lemur-cfssl/5.5.1/.helmignore b/stable/lanraragi/9.7.1/.helmignore similarity index 100% rename from stable/lemur-cfssl/5.5.1/.helmignore rename to stable/lanraragi/9.7.1/.helmignore diff --git a/stable/lanraragi/9.7.1/CHANGELOG.md b/stable/lanraragi/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..96a050057a5 --- /dev/null +++ b/stable/lanraragi/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lanraragi-9.7.1](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lanraragi/9.7.1/Chart.yaml new file mode 100644 index 00000000000..c4cb1e4c923 --- /dev/null +++ b/stable/lanraragi/9.7.1/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.2 + 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.1 diff --git a/stable/lanraragi/9.5.1/README.md b/stable/lanraragi/9.7.1/README.md similarity index 100% rename from stable/lanraragi/9.5.1/README.md rename to stable/lanraragi/9.7.1/README.md diff --git a/stable/lanraragi/9.7.1/app-changelog.md b/stable/lanraragi/9.7.1/app-changelog.md new file mode 100644 index 00000000000..953bcb3cde8 --- /dev/null +++ b/stable/lanraragi/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lanraragi-9.7.1](https://github.com/truecharts/charts/compare/lanraragi-9.6.0...lanraragi-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lanraragi/9.7.1/app-readme.md similarity index 100% rename from stable/lanraragi/9.5.1/app-readme.md rename to stable/lanraragi/9.7.1/app-readme.md diff --git a/stable/lanraragi/9.7.1/charts/common-20.2.2.tgz b/stable/lanraragi/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lanraragi/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lanraragi/9.5.1/ix_values.yaml b/stable/lanraragi/9.7.1/ix_values.yaml similarity index 100% rename from stable/lanraragi/9.5.1/ix_values.yaml rename to stable/lanraragi/9.7.1/ix_values.yaml diff --git a/stable/lanraragi/9.5.1/questions.yaml b/stable/lanraragi/9.7.1/questions.yaml similarity index 100% rename from stable/lanraragi/9.5.1/questions.yaml rename to stable/lanraragi/9.7.1/questions.yaml diff --git a/stable/lidarr/21.4.1/templates/NOTES.txt b/stable/lanraragi/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/lidarr/21.4.1/templates/NOTES.txt rename to stable/lanraragi/9.7.1/templates/NOTES.txt diff --git a/stable/lazylibrarian/18.6.0/templates/common.yaml b/stable/lanraragi/9.7.1/templates/common.yaml similarity index 100% rename from stable/lazylibrarian/18.6.0/templates/common.yaml rename to stable/lanraragi/9.7.1/templates/common.yaml diff --git a/stable/lemur-cfssl/5.5.1/values.yaml b/stable/lanraragi/9.7.1/values.yaml similarity index 100% rename from stable/lemur-cfssl/5.5.1/values.yaml rename to stable/lanraragi/9.7.1/values.yaml diff --git a/stable/lastoasis/5.5.1/CHANGELOG.md b/stable/lastoasis/5.5.1/CHANGELOG.md deleted file mode 100644 index 9449b2390f5..00000000000 --- a/stable/lastoasis/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lastoasis-5.5.1](https://github.com/truecharts/charts/compare/lastoasis-5.5.0...lastoasis-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lastoasis-5.5.0](https://github.com/truecharts/charts/compare/lastoasis-5.4.1...lastoasis-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lastoasis-5.4.1](https://github.com/truecharts/charts/compare/lastoasis-5.4.0...lastoasis-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lastoasis-5.4.0](https://github.com/truecharts/charts/compare/lastoasis-5.3.0...lastoasis-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lastoasis-5.3.0](https://github.com/truecharts/charts/compare/lastoasis-5.2.3...lastoasis-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lastoasis-5.2.3](https://github.com/truecharts/charts/compare/lastoasis-5.2.2...lastoasis-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lastoasis-5.2.2](https://github.com/truecharts/charts/compare/lastoasis-5.2.0...lastoasis-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lastoasis-4.1.12](https://github.com/truecharts/charts/compare/lastoasis-4.1.11...lastoasis-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lastoasis-4.1.11](https://github.com/truecharts/charts/compare/lastoasis-4.1.10...lastoasis-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lastoasis/5.5.1/Chart.yaml b/stable/lastoasis/5.5.1/Chart.yaml deleted file mode 100644 index 01785b01f42..00000000000 --- a/stable/lastoasis/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/lastoasis/5.5.1/charts/common-20.0.8.tgz b/stable/lastoasis/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lastoasis/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/libreddit/8.5.1/.helmignore b/stable/lastoasis/5.7.1/.helmignore similarity index 100% rename from stable/libreddit/8.5.1/.helmignore rename to stable/lastoasis/5.7.1/.helmignore diff --git a/stable/lastoasis/5.7.1/CHANGELOG.md b/stable/lastoasis/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fa69a371271 --- /dev/null +++ b/stable/lastoasis/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lastoasis-5.7.1](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lastoasis/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f00737d4e10 --- /dev/null +++ b/stable/lastoasis/5.7.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: 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.2 + 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.1 diff --git a/stable/lastoasis/5.5.1/README.md b/stable/lastoasis/5.7.1/README.md similarity index 100% rename from stable/lastoasis/5.5.1/README.md rename to stable/lastoasis/5.7.1/README.md diff --git a/stable/lastoasis/5.7.1/app-changelog.md b/stable/lastoasis/5.7.1/app-changelog.md new file mode 100644 index 00000000000..92413f3d0c8 --- /dev/null +++ b/stable/lastoasis/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lastoasis-5.7.1](https://github.com/truecharts/charts/compare/lastoasis-5.6.0...lastoasis-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lastoasis/5.7.1/app-readme.md similarity index 100% rename from stable/lastoasis/5.5.1/app-readme.md rename to stable/lastoasis/5.7.1/app-readme.md diff --git a/stable/lastoasis/5.7.1/charts/common-20.2.2.tgz b/stable/lastoasis/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lastoasis/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lastoasis/5.5.1/ix_values.yaml b/stable/lastoasis/5.7.1/ix_values.yaml similarity index 100% rename from stable/lastoasis/5.5.1/ix_values.yaml rename to stable/lastoasis/5.7.1/ix_values.yaml diff --git a/stable/lastoasis/5.5.1/questions.yaml b/stable/lastoasis/5.7.1/questions.yaml similarity index 100% rename from stable/lastoasis/5.5.1/questions.yaml rename to stable/lastoasis/5.7.1/questions.yaml diff --git a/stable/lastoasis/5.5.1/templates/common.yaml b/stable/lastoasis/5.7.1/templates/common.yaml similarity index 100% rename from stable/lastoasis/5.5.1/templates/common.yaml rename to stable/lastoasis/5.7.1/templates/common.yaml diff --git a/stable/libreddit/8.5.1/values.yaml b/stable/lastoasis/5.7.1/values.yaml similarity index 100% rename from stable/libreddit/8.5.1/values.yaml rename to stable/lastoasis/5.7.1/values.yaml diff --git a/stable/lazylibrarian/18.6.0/CHANGELOG.md b/stable/lazylibrarian/18.6.0/CHANGELOG.md deleted file mode 100644 index 8279a7c7014..00000000000 --- a/stable/lazylibrarian/18.6.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lazylibrarian-18.6.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.5.2...lazylibrarian-18.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [lazylibrarian-18.5.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.5.1...lazylibrarian-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [lazylibrarian-18.5.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.5.0...lazylibrarian-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lazylibrarian-18.5.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.4.2...lazylibrarian-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lazylibrarian-18.4.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.4.1...lazylibrarian-18.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/lazylibrarian to latest[@1e4dd75](https://github.com/1e4dd75) by renovate ([#19003](https://github.com/truecharts/charts/issues/19003)) - - -## [lazylibrarian-18.4.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.4.0...lazylibrarian-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lazylibrarian-18.4.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.3.0...lazylibrarian-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lazylibrarian-18.3.0](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.4...lazylibrarian-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lazylibrarian-18.2.4](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.3...lazylibrarian-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lazylibrarian-18.2.3](https://github.com/truecharts/charts/compare/lazylibrarian-18.2.1...lazylibrarian-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/lazylibrarian/18.6.0/Chart.yaml b/stable/lazylibrarian/18.6.0/Chart.yaml deleted file mode 100644 index 49d59bfb89d..00000000000 --- a/stable/lazylibrarian/18.6.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: 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.1.5 - 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.6.0 diff --git a/stable/lazylibrarian/18.6.0/charts/common-20.1.5.tgz b/stable/lazylibrarian/18.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/lazylibrarian/18.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/lazylibrarian/18.6.0/ix_values.yaml b/stable/lazylibrarian/18.6.0/ix_values.yaml deleted file mode 100644 index 094afd49dc0..00000000000 --- a/stable/lazylibrarian/18.6.0/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/lazylibrarian - pullPolicy: IfNotPresent - tag: latest@sha256:1e4dd75fbdf0349c0ca3eb3c204cd474d5e836ce2bf90914e203c4f559f7f342 -service: - main: - ports: - main: - port: 5299 - targetPort: 5299 -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/librespeed/13.5.2/.helmignore b/stable/lazylibrarian/18.7.3/.helmignore similarity index 100% rename from stable/librespeed/13.5.2/.helmignore rename to stable/lazylibrarian/18.7.3/.helmignore diff --git a/stable/lazylibrarian/18.7.3/CHANGELOG.md b/stable/lazylibrarian/18.7.3/CHANGELOG.md new file mode 100644 index 00000000000..a32a0d865aa --- /dev/null +++ b/stable/lazylibrarian/18.7.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lazylibrarian-18.7.3](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.3) (2024-03-17) + +### Chore + + + +- update container 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.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.2) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.1) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/lazylibrarian/18.7.3/Chart.yaml b/stable/lazylibrarian/18.7.3/Chart.yaml new file mode 100644 index 00000000000..615e6587dc9 --- /dev/null +++ b/stable/lazylibrarian/18.7.3/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.2 + 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.3 diff --git a/stable/lazylibrarian/18.6.0/README.md b/stable/lazylibrarian/18.7.3/README.md similarity index 100% rename from stable/lazylibrarian/18.6.0/README.md rename to stable/lazylibrarian/18.7.3/README.md diff --git a/stable/lazylibrarian/18.7.3/app-changelog.md b/stable/lazylibrarian/18.7.3/app-changelog.md new file mode 100644 index 00000000000..2b767d5df66 --- /dev/null +++ b/stable/lazylibrarian/18.7.3/app-changelog.md @@ -0,0 +1,15 @@ + + +## [lazylibrarian-18.7.3](https://github.com/truecharts/charts/compare/lazylibrarian-18.6.0...lazylibrarian-18.7.3) (2024-03-17) + +### Chore + + + +- update container 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.6.0/app-readme.md b/stable/lazylibrarian/18.7.3/app-readme.md similarity index 100% rename from stable/lazylibrarian/18.6.0/app-readme.md rename to stable/lazylibrarian/18.7.3/app-readme.md diff --git a/stable/lazylibrarian/18.7.3/charts/common-20.2.2.tgz b/stable/lazylibrarian/18.7.3/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lazylibrarian/18.7.3/charts/common-20.2.2.tgz differ diff --git a/stable/lazylibrarian/18.7.3/ix_values.yaml b/stable/lazylibrarian/18.7.3/ix_values.yaml new file mode 100644 index 00000000000..9040fc24f71 --- /dev/null +++ b/stable/lazylibrarian/18.7.3/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/lazylibrarian + pullPolicy: IfNotPresent + tag: latest@sha256:025a4c3c9a997d64a2f9e00179675838c5cddda6b7de49cafafe365e995ba075 +service: + main: + ports: + main: + port: 5299 + targetPort: 5299 +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/lazylibrarian/18.6.0/questions.yaml b/stable/lazylibrarian/18.7.3/questions.yaml similarity index 100% rename from stable/lazylibrarian/18.6.0/questions.yaml rename to stable/lazylibrarian/18.7.3/questions.yaml diff --git a/stable/linkding/9.5.2/templates/NOTES.txt b/stable/lazylibrarian/18.7.3/templates/NOTES.txt similarity index 100% rename from stable/linkding/9.5.2/templates/NOTES.txt rename to stable/lazylibrarian/18.7.3/templates/NOTES.txt diff --git a/stable/libreddit/8.5.1/templates/common.yaml b/stable/lazylibrarian/18.7.3/templates/common.yaml similarity index 100% rename from stable/libreddit/8.5.1/templates/common.yaml rename to stable/lazylibrarian/18.7.3/templates/common.yaml diff --git a/stable/librespeed/13.5.2/values.yaml b/stable/lazylibrarian/18.7.3/values.yaml similarity index 100% rename from stable/librespeed/13.5.2/values.yaml rename to stable/lazylibrarian/18.7.3/values.yaml diff --git a/stable/leaf2mqtt/11.5.1/CHANGELOG.md b/stable/leaf2mqtt/11.5.1/CHANGELOG.md deleted file mode 100644 index 6d1e6ac8b47..00000000000 --- a/stable/leaf2mqtt/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [leaf2mqtt-11.5.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.5.0...leaf2mqtt-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [leaf2mqtt-11.5.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.4.1...leaf2mqtt-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [leaf2mqtt-11.4.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.4.0...leaf2mqtt-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [leaf2mqtt-11.4.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.3.0...leaf2mqtt-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [leaf2mqtt-11.3.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.3...leaf2mqtt-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [leaf2mqtt-11.2.3](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.2...leaf2mqtt-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [leaf2mqtt-11.2.2](https://github.com/truecharts/charts/compare/leaf2mqtt-11.2.0...leaf2mqtt-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [leaf2mqtt-10.1.11](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.10...leaf2mqtt-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [leaf2mqtt-10.1.10](https://github.com/truecharts/charts/compare/leaf2mqtt-10.1.9...leaf2mqtt-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/leaf2mqtt/11.5.1/Chart.yaml b/stable/leaf2mqtt/11.5.1/Chart.yaml deleted file mode 100644 index e6808b25b84..00000000000 --- a/stable/leaf2mqtt/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/leaf2mqtt/11.5.1/charts/common-20.0.8.tgz b/stable/leaf2mqtt/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/leaf2mqtt/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lidarr/21.4.1/.helmignore b/stable/leaf2mqtt/11.7.1/.helmignore similarity index 100% rename from stable/lidarr/21.4.1/.helmignore rename to stable/leaf2mqtt/11.7.1/.helmignore diff --git a/stable/leaf2mqtt/11.7.1/CHANGELOG.md b/stable/leaf2mqtt/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e22e7a9d0f9 --- /dev/null +++ b/stable/leaf2mqtt/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [leaf2mqtt-11.7.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/leaf2mqtt/11.7.1/Chart.yaml new file mode 100644 index 00000000000..f437c5254b4 --- /dev/null +++ b/stable/leaf2mqtt/11.7.1/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.2 + 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.1 diff --git a/stable/leaf2mqtt/11.5.1/README.md b/stable/leaf2mqtt/11.7.1/README.md similarity index 100% rename from stable/leaf2mqtt/11.5.1/README.md rename to stable/leaf2mqtt/11.7.1/README.md diff --git a/stable/leaf2mqtt/11.7.1/app-changelog.md b/stable/leaf2mqtt/11.7.1/app-changelog.md new file mode 100644 index 00000000000..bf5a4ea3980 --- /dev/null +++ b/stable/leaf2mqtt/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [leaf2mqtt-11.7.1](https://github.com/truecharts/charts/compare/leaf2mqtt-11.6.0...leaf2mqtt-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/leaf2mqtt/11.7.1/app-readme.md similarity index 100% rename from stable/leaf2mqtt/11.5.1/app-readme.md rename to stable/leaf2mqtt/11.7.1/app-readme.md diff --git a/stable/leaf2mqtt/11.7.1/charts/common-20.2.2.tgz b/stable/leaf2mqtt/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/leaf2mqtt/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/leaf2mqtt/11.5.1/ix_values.yaml b/stable/leaf2mqtt/11.7.1/ix_values.yaml similarity index 100% rename from stable/leaf2mqtt/11.5.1/ix_values.yaml rename to stable/leaf2mqtt/11.7.1/ix_values.yaml diff --git a/stable/leaf2mqtt/11.5.1/questions.yaml b/stable/leaf2mqtt/11.7.1/questions.yaml similarity index 100% rename from stable/leaf2mqtt/11.5.1/questions.yaml rename to stable/leaf2mqtt/11.7.1/questions.yaml diff --git a/stable/linkwarden/4.6.1/templates/NOTES.txt b/stable/leaf2mqtt/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/linkwarden/4.6.1/templates/NOTES.txt rename to stable/leaf2mqtt/11.7.1/templates/NOTES.txt diff --git a/stable/leaf2mqtt/11.5.1/templates/common.yaml b/stable/leaf2mqtt/11.7.1/templates/common.yaml similarity index 100% rename from stable/leaf2mqtt/11.5.1/templates/common.yaml rename to stable/leaf2mqtt/11.7.1/templates/common.yaml diff --git a/stable/lidarr/21.4.1/values.yaml b/stable/leaf2mqtt/11.7.1/values.yaml similarity index 100% rename from stable/lidarr/21.4.1/values.yaml rename to stable/leaf2mqtt/11.7.1/values.yaml diff --git a/stable/left4dead/5.5.1/CHANGELOG.md b/stable/left4dead/5.5.1/CHANGELOG.md deleted file mode 100644 index 986c509d4b5..00000000000 --- a/stable/left4dead/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [left4dead-5.5.1](https://github.com/truecharts/charts/compare/left4dead-5.5.0...left4dead-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [left4dead-5.5.0](https://github.com/truecharts/charts/compare/left4dead-5.4.1...left4dead-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [left4dead-5.4.1](https://github.com/truecharts/charts/compare/left4dead-5.4.0...left4dead-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [left4dead-5.4.0](https://github.com/truecharts/charts/compare/left4dead-5.3.0...left4dead-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [left4dead-5.3.0](https://github.com/truecharts/charts/compare/left4dead-5.2.3...left4dead-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [left4dead-5.2.3](https://github.com/truecharts/charts/compare/left4dead-5.2.2...left4dead-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [left4dead-5.2.2](https://github.com/truecharts/charts/compare/left4dead-5.2.0...left4dead-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [left4dead-4.1.11](https://github.com/truecharts/charts/compare/left4dead-4.1.10...left4dead-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [left4dead-4.1.10](https://github.com/truecharts/charts/compare/left4dead-4.1.9...left4dead-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/left4dead/5.5.1/Chart.yaml b/stable/left4dead/5.5.1/Chart.yaml deleted file mode 100644 index f59e706a19b..00000000000 --- a/stable/left4dead/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/left4dead/5.5.1/charts/common-20.0.8.tgz b/stable/left4dead/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/left4dead/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lingva/5.5.1/.helmignore b/stable/left4dead/5.7.1/.helmignore similarity index 100% rename from stable/lingva/5.5.1/.helmignore rename to stable/left4dead/5.7.1/.helmignore diff --git a/stable/left4dead/5.7.1/CHANGELOG.md b/stable/left4dead/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cefe9d3d3d7 --- /dev/null +++ b/stable/left4dead/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [left4dead-5.7.1](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/left4dead/5.7.1/Chart.yaml new file mode 100644 index 00000000000..90a57d9abec --- /dev/null +++ b/stable/left4dead/5.7.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: 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.2 + 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.1 diff --git a/stable/left4dead/5.5.1/README.md b/stable/left4dead/5.7.1/README.md similarity index 100% rename from stable/left4dead/5.5.1/README.md rename to stable/left4dead/5.7.1/README.md diff --git a/stable/left4dead/5.7.1/app-changelog.md b/stable/left4dead/5.7.1/app-changelog.md new file mode 100644 index 00000000000..51c0edc2e48 --- /dev/null +++ b/stable/left4dead/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [left4dead-5.7.1](https://github.com/truecharts/charts/compare/left4dead-5.6.0...left4dead-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/left4dead/5.7.1/app-readme.md similarity index 100% rename from stable/left4dead/5.5.1/app-readme.md rename to stable/left4dead/5.7.1/app-readme.md diff --git a/stable/left4dead/5.7.1/charts/common-20.2.2.tgz b/stable/left4dead/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/left4dead/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/left4dead/5.5.1/ix_values.yaml b/stable/left4dead/5.7.1/ix_values.yaml similarity index 100% rename from stable/left4dead/5.5.1/ix_values.yaml rename to stable/left4dead/5.7.1/ix_values.yaml diff --git a/stable/left4dead/5.5.1/questions.yaml b/stable/left4dead/5.7.1/questions.yaml similarity index 100% rename from stable/left4dead/5.5.1/questions.yaml rename to stable/left4dead/5.7.1/questions.yaml diff --git a/stable/left4dead/5.5.1/templates/common.yaml b/stable/left4dead/5.7.1/templates/common.yaml similarity index 100% rename from stable/left4dead/5.5.1/templates/common.yaml rename to stable/left4dead/5.7.1/templates/common.yaml diff --git a/stable/lingva/5.5.1/values.yaml b/stable/left4dead/5.7.1/values.yaml similarity index 100% rename from stable/lingva/5.5.1/values.yaml rename to stable/left4dead/5.7.1/values.yaml diff --git a/stable/lemur-cfssl/5.5.1/CHANGELOG.md b/stable/lemur-cfssl/5.5.1/CHANGELOG.md deleted file mode 100644 index 9e553045212..00000000000 --- a/stable/lemur-cfssl/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lemur-cfssl-5.5.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.5.0...lemur-cfssl-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lemur-cfssl-5.5.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.4.1...lemur-cfssl-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lemur-cfssl-5.4.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.4.0...lemur-cfssl-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lemur-cfssl-5.4.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.3.0...lemur-cfssl-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lemur-cfssl-5.3.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.3...lemur-cfssl-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lemur-cfssl-5.2.3](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.2...lemur-cfssl-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lemur-cfssl-5.2.2](https://github.com/truecharts/charts/compare/lemur-cfssl-5.2.0...lemur-cfssl-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lemur-cfssl-4.1.11](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.10...lemur-cfssl-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lemur-cfssl-4.1.10](https://github.com/truecharts/charts/compare/lemur-cfssl-4.1.9...lemur-cfssl-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lemur-cfssl/5.5.1/Chart.yaml b/stable/lemur-cfssl/5.5.1/Chart.yaml deleted file mode 100644 index 453ec1c5be4..00000000000 --- a/stable/lemur-cfssl/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/lemur-cfssl/5.5.1/charts/common-20.0.8.tgz b/stable/lemur-cfssl/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lemur-cfssl/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/linkding/9.5.2/.helmignore b/stable/lemur-cfssl/5.7.1/.helmignore similarity index 100% rename from stable/linkding/9.5.2/.helmignore rename to stable/lemur-cfssl/5.7.1/.helmignore diff --git a/stable/lemur-cfssl/5.7.1/CHANGELOG.md b/stable/lemur-cfssl/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c894c9ea177 --- /dev/null +++ b/stable/lemur-cfssl/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lemur-cfssl-5.7.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lemur-cfssl/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6633efc7139 --- /dev/null +++ b/stable/lemur-cfssl/5.7.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: 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.2 + 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.1 diff --git a/stable/lemur-cfssl/5.5.1/README.md b/stable/lemur-cfssl/5.7.1/README.md similarity index 100% rename from stable/lemur-cfssl/5.5.1/README.md rename to stable/lemur-cfssl/5.7.1/README.md diff --git a/stable/lemur-cfssl/5.7.1/app-changelog.md b/stable/lemur-cfssl/5.7.1/app-changelog.md new file mode 100644 index 00000000000..05376e14ba7 --- /dev/null +++ b/stable/lemur-cfssl/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lemur-cfssl-5.7.1](https://github.com/truecharts/charts/compare/lemur-cfssl-5.6.0...lemur-cfssl-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lemur-cfssl/5.7.1/app-readme.md similarity index 100% rename from stable/lemur-cfssl/5.5.1/app-readme.md rename to stable/lemur-cfssl/5.7.1/app-readme.md diff --git a/stable/lemur-cfssl/5.7.1/charts/common-20.2.2.tgz b/stable/lemur-cfssl/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lemur-cfssl/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lemur-cfssl/5.5.1/ix_values.yaml b/stable/lemur-cfssl/5.7.1/ix_values.yaml similarity index 100% rename from stable/lemur-cfssl/5.5.1/ix_values.yaml rename to stable/lemur-cfssl/5.7.1/ix_values.yaml diff --git a/stable/lemur-cfssl/5.5.1/questions.yaml b/stable/lemur-cfssl/5.7.1/questions.yaml similarity index 100% rename from stable/lemur-cfssl/5.5.1/questions.yaml rename to stable/lemur-cfssl/5.7.1/questions.yaml diff --git a/stable/lemur-cfssl/5.5.1/templates/common.yaml b/stable/lemur-cfssl/5.7.1/templates/common.yaml similarity index 100% rename from stable/lemur-cfssl/5.5.1/templates/common.yaml rename to stable/lemur-cfssl/5.7.1/templates/common.yaml diff --git a/stable/linkding/9.5.2/values.yaml b/stable/lemur-cfssl/5.7.1/values.yaml similarity index 100% rename from stable/linkding/9.5.2/values.yaml rename to stable/lemur-cfssl/5.7.1/values.yaml diff --git a/stable/libreddit/8.5.1/CHANGELOG.md b/stable/libreddit/8.5.1/CHANGELOG.md deleted file mode 100644 index 3c327691d4b..00000000000 --- a/stable/libreddit/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [libreddit-8.5.1](https://github.com/truecharts/charts/compare/libreddit-8.5.0...libreddit-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [libreddit-8.5.0](https://github.com/truecharts/charts/compare/libreddit-8.4.2...libreddit-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [libreddit-8.4.2](https://github.com/truecharts/charts/compare/libreddit-8.4.1...libreddit-8.4.2) (2024-03-11) - -### Chore - - - -- update container image libreddit/libreddit to latest[@a62c62c](https://github.com/a62c62c) by renovate ([#19024](https://github.com/truecharts/charts/issues/19024)) - - -## [libreddit-8.4.1](https://github.com/truecharts/charts/compare/libreddit-8.4.0...libreddit-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [libreddit-8.4.0](https://github.com/truecharts/charts/compare/libreddit-8.3.0...libreddit-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [libreddit-8.3.0](https://github.com/truecharts/charts/compare/libreddit-8.2.3...libreddit-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [libreddit-8.2.3](https://github.com/truecharts/charts/compare/libreddit-8.2.2...libreddit-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [libreddit-8.2.2](https://github.com/truecharts/charts/compare/libreddit-8.2.0...libreddit-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [libreddit-7.1.11](https://github.com/truecharts/charts/compare/libreddit-7.1.10...libreddit-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/libreddit/8.5.1/Chart.yaml b/stable/libreddit/8.5.1/Chart.yaml deleted file mode 100644 index 86a7f36a75d..00000000000 --- a/stable/libreddit/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/libreddit/8.5.1/charts/common-20.0.8.tgz b/stable/libreddit/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/libreddit/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/linkwallet/5.5.1/.helmignore b/stable/libreddit/8.7.1/.helmignore similarity index 100% rename from stable/linkwallet/5.5.1/.helmignore rename to stable/libreddit/8.7.1/.helmignore diff --git a/stable/libreddit/8.7.1/CHANGELOG.md b/stable/libreddit/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..99739f5a0f4 --- /dev/null +++ b/stable/libreddit/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [libreddit-8.7.1](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/libreddit/8.7.1/Chart.yaml new file mode 100644 index 00000000000..ee3854f61e2 --- /dev/null +++ b/stable/libreddit/8.7.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: 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.2 + 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.1 diff --git a/stable/libreddit/8.5.1/README.md b/stable/libreddit/8.7.1/README.md similarity index 100% rename from stable/libreddit/8.5.1/README.md rename to stable/libreddit/8.7.1/README.md diff --git a/stable/libreddit/8.7.1/app-changelog.md b/stable/libreddit/8.7.1/app-changelog.md new file mode 100644 index 00000000000..a179cd471c6 --- /dev/null +++ b/stable/libreddit/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [libreddit-8.7.1](https://github.com/truecharts/charts/compare/libreddit-8.6.0...libreddit-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/libreddit/8.7.1/app-readme.md similarity index 100% rename from stable/libreddit/8.5.1/app-readme.md rename to stable/libreddit/8.7.1/app-readme.md diff --git a/stable/libreddit/8.7.1/charts/common-20.2.2.tgz b/stable/libreddit/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/libreddit/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/libreddit/8.5.1/ix_values.yaml b/stable/libreddit/8.7.1/ix_values.yaml similarity index 100% rename from stable/libreddit/8.5.1/ix_values.yaml rename to stable/libreddit/8.7.1/ix_values.yaml diff --git a/stable/libreddit/8.5.1/questions.yaml b/stable/libreddit/8.7.1/questions.yaml similarity index 100% rename from stable/libreddit/8.5.1/questions.yaml rename to stable/libreddit/8.7.1/questions.yaml diff --git a/stable/littlelink/13.5.1/templates/NOTES.txt b/stable/libreddit/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/littlelink/13.5.1/templates/NOTES.txt rename to stable/libreddit/8.7.1/templates/NOTES.txt diff --git a/stable/librespeed/13.5.2/templates/common.yaml b/stable/libreddit/8.7.1/templates/common.yaml similarity index 100% rename from stable/librespeed/13.5.2/templates/common.yaml rename to stable/libreddit/8.7.1/templates/common.yaml diff --git a/stable/linkwallet/5.5.1/values.yaml b/stable/libreddit/8.7.1/values.yaml similarity index 100% rename from stable/linkwallet/5.5.1/values.yaml rename to stable/libreddit/8.7.1/values.yaml diff --git a/stable/libremdb/7.7.5/CHANGELOG.md b/stable/libremdb/7.7.5/CHANGELOG.md index 4e865c8f22f..e3fe89f7909 100644 --- a/stable/libremdb/7.7.5/CHANGELOG.md +++ b/stable/libremdb/7.7.5/CHANGELOG.md @@ -14,6 +14,33 @@ title: Changelog +- update container 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)) + + +## [libremdb-7.7.5](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.7.5) (2024-03-17) + +### Chore + + + - 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)) @@ -70,31 +97,4 @@ title: Changelog - 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)) - - -## [libremdb-7.7.3](https://github.com/truecharts/charts/compare/libremdb-7.6.0...libremdb-7.7.3) (2024-03-17) - -### Chore - - - -- 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 +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) \ No newline at end of file diff --git a/stable/libremdb/7.7.5/Chart.yaml b/stable/libremdb/7.7.5/Chart.yaml index 518a70a08ae..5fb8aec2c6b 100644 --- a/stable/libremdb/7.7.5/Chart.yaml +++ b/stable/libremdb/7.7.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.2.0 + version: 20.2.2 repository: oci://tccr.io/truecharts condition: "" alias: "" diff --git a/stable/libremdb/7.7.5/app-changelog.md b/stable/libremdb/7.7.5/app-changelog.md index b7b140d3058..4e338a3c4a1 100644 --- a/stable/libremdb/7.7.5/app-changelog.md +++ b/stable/libremdb/7.7.5/app-changelog.md @@ -6,6 +6,8 @@ +- update container 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)) diff --git a/stable/libremdb/7.7.5/charts/common-20.2.0.tgz b/stable/libremdb/7.7.5/charts/common-20.2.0.tgz deleted file mode 100644 index 8bc207a92f0..00000000000 Binary files a/stable/libremdb/7.7.5/charts/common-20.2.0.tgz and /dev/null differ diff --git a/stable/libremdb/7.7.5/charts/common-20.2.2.tgz b/stable/libremdb/7.7.5/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/libremdb/7.7.5/charts/common-20.2.2.tgz differ diff --git a/stable/librespeed/13.5.2/CHANGELOG.md b/stable/librespeed/13.5.2/CHANGELOG.md deleted file mode 100644 index c2c8fd2df5a..00000000000 --- a/stable/librespeed/13.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [librespeed-13.5.2](https://github.com/truecharts/charts/compare/librespeed-13.5.1...librespeed-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [librespeed-13.5.1](https://github.com/truecharts/charts/compare/librespeed-13.5.0...librespeed-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [librespeed-13.5.0](https://github.com/truecharts/charts/compare/librespeed-13.4.1...librespeed-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [librespeed-13.4.1](https://github.com/truecharts/charts/compare/librespeed-13.4.0...librespeed-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [librespeed-13.4.0](https://github.com/truecharts/charts/compare/librespeed-13.3.0...librespeed-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [librespeed-13.3.0](https://github.com/truecharts/charts/compare/librespeed-13.2.4...librespeed-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [librespeed-13.2.4](https://github.com/truecharts/charts/compare/librespeed-13.2.3...librespeed-13.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [librespeed-13.2.3](https://github.com/truecharts/charts/compare/librespeed-13.2.1...librespeed-13.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/librespeed/13.5.2/Chart.yaml b/stable/librespeed/13.5.2/Chart.yaml deleted file mode 100644 index 09f7a4ab3ab..00000000000 --- a/stable/librespeed/13.5.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: 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.0.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.5.2 diff --git a/stable/librespeed/13.5.2/charts/common-20.0.9.tgz b/stable/librespeed/13.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/librespeed/13.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/librespeed/13.5.2/ix_values.yaml b/stable/librespeed/13.5.2/ix_values.yaml deleted file mode 100644 index 99ad02c556f..00000000000 --- a/stable/librespeed/13.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ghcr.io/linuxserver/librespeed - tag: 5.3.0@sha256:b89b2de9615ac78b042e22e595f775e49a8cf7cec162fe6ae5944e063530728d - 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/linkwarden/4.6.1/.helmignore b/stable/librespeed/13.7.2/.helmignore similarity index 100% rename from stable/linkwarden/4.6.1/.helmignore rename to stable/librespeed/13.7.2/.helmignore diff --git a/stable/librespeed/13.7.2/CHANGELOG.md b/stable/librespeed/13.7.2/CHANGELOG.md new file mode 100644 index 00000000000..987eeaf3ba2 --- /dev/null +++ b/stable/librespeed/13.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [librespeed-13.7.2](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.0) (2024-03-16) + +### Chore diff --git a/stable/librespeed/13.7.2/Chart.yaml b/stable/librespeed/13.7.2/Chart.yaml new file mode 100644 index 00000000000..7db2bde528c --- /dev/null +++ b/stable/librespeed/13.7.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: 5.3.0 +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/librespeed/13.5.2/README.md b/stable/librespeed/13.7.2/README.md similarity index 100% rename from stable/librespeed/13.5.2/README.md rename to stable/librespeed/13.7.2/README.md diff --git a/stable/librespeed/13.7.2/app-changelog.md b/stable/librespeed/13.7.2/app-changelog.md new file mode 100644 index 00000000000..24b73e49a1b --- /dev/null +++ b/stable/librespeed/13.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [librespeed-13.7.2](https://github.com/truecharts/charts/compare/librespeed-13.6.0...librespeed-13.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/librespeed/13.7.2/app-readme.md similarity index 100% rename from stable/librespeed/13.5.2/app-readme.md rename to stable/librespeed/13.7.2/app-readme.md diff --git a/stable/librespeed/13.7.2/charts/common-20.2.2.tgz b/stable/librespeed/13.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/librespeed/13.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/librespeed/13.7.2/ix_values.yaml b/stable/librespeed/13.7.2/ix_values.yaml new file mode 100644 index 00000000000..6430bbb803e --- /dev/null +++ b/stable/librespeed/13.7.2/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ghcr.io/linuxserver/librespeed + tag: 5.3.0@sha256:e8430ca472f2091a9c79a47f3dd3661b8140776ee6001e4a30e7d3c843a14798 + 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.5.2/questions.yaml b/stable/librespeed/13.7.2/questions.yaml similarity index 100% rename from stable/librespeed/13.5.2/questions.yaml rename to stable/librespeed/13.7.2/questions.yaml diff --git a/stable/lldap/5.5.1/NOTES.txt b/stable/librespeed/13.7.2/templates/NOTES.txt similarity index 100% rename from stable/lldap/5.5.1/NOTES.txt rename to stable/librespeed/13.7.2/templates/NOTES.txt diff --git a/stable/linkding/9.5.2/templates/common.yaml b/stable/librespeed/13.7.2/templates/common.yaml similarity index 100% rename from stable/linkding/9.5.2/templates/common.yaml rename to stable/librespeed/13.7.2/templates/common.yaml diff --git a/stable/linkwarden/4.6.1/values.yaml b/stable/librespeed/13.7.2/values.yaml similarity index 100% rename from stable/linkwarden/4.6.1/values.yaml rename to stable/librespeed/13.7.2/values.yaml diff --git a/stable/lidarr/21.4.1/CHANGELOG.md b/stable/lidarr/21.4.1/CHANGELOG.md deleted file mode 100644 index fa8712c11ad..00000000000 --- a/stable/lidarr/21.4.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lidarr-21.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.0](https://github.com/truecharts/charts/compare/lidarr-21.3.2...lidarr-21.4.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - diff --git a/stable/lidarr/21.4.1/Chart.yaml b/stable/lidarr/21.4.1/Chart.yaml deleted file mode 100644 index 55102c219db..00000000000 --- a/stable/lidarr/21.4.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: 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.4073 -dependencies: - - name: common - version: 20.1.5 - 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.4.1 diff --git a/stable/lidarr/21.4.1/app-changelog.md b/stable/lidarr/21.4.1/app-changelog.md deleted file mode 100644 index 0ca89e2cf70..00000000000 --- a/stable/lidarr/21.4.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [lidarr-21.4.1](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1/charts/common-20.1.5.tgz b/stable/lidarr/21.4.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/lidarr/21.4.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/lidarr/21.4.1/ix_values.yaml b/stable/lidarr/21.4.1/ix_values.yaml deleted file mode 100644 index 39d124f109d..00000000000 --- a/stable/lidarr/21.4.1/ix_values.yaml +++ /dev/null @@ -1,109 +0,0 @@ -image: - repository: ghcr.io/onedr0p/lidarr-develop - pullPolicy: IfNotPresent - tag: 2.2.1.4073@sha256:ae2b24d5406e32c70e604b10c515f2355bac33f14382e013973a758770e863e8 -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 8686 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 8687 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /ping - readiness: - enabled: true - type: http - path: /ping - startup: - enabled: true - type: http - path: /ping - env: - LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}" - LIDARR__AUTHENTICATION_METHOD: "" - exportarr: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - lidarr - 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 - CONFIG: "/config/config.xml" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -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/littlelink/13.5.1/.helmignore b/stable/lidarr/21.5.3/.helmignore similarity index 100% rename from stable/littlelink/13.5.1/.helmignore rename to stable/lidarr/21.5.3/.helmignore diff --git a/stable/lidarr/21.5.3/CHANGELOG.md b/stable/lidarr/21.5.3/CHANGELOG.md new file mode 100644 index 00000000000..575c27bee6c --- /dev/null +++ b/stable/lidarr/21.5.3/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lidarr-21.5.3](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.3) (2024-03-17) + +### Chore + + + +- update container 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.2](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.2) (2024-03-17) + +### Chore + + + +- 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.3/Chart.yaml b/stable/lidarr/21.5.3/Chart.yaml new file mode 100644 index 00000000000..b37a0d3854a --- /dev/null +++ b/stable/lidarr/21.5.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: 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.2 + 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.3 diff --git a/stable/lidarr/21.4.1/README.md b/stable/lidarr/21.5.3/README.md similarity index 100% rename from stable/lidarr/21.4.1/README.md rename to stable/lidarr/21.5.3/README.md diff --git a/stable/lidarr/21.5.3/app-changelog.md b/stable/lidarr/21.5.3/app-changelog.md new file mode 100644 index 00000000000..7fed4890162 --- /dev/null +++ b/stable/lidarr/21.5.3/app-changelog.md @@ -0,0 +1,17 @@ + + +## [lidarr-21.5.3](https://github.com/truecharts/charts/compare/lidarr-21.4.0...lidarr-21.5.3) (2024-03-17) + +### Chore + + + +- update container 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.4.1/app-readme.md b/stable/lidarr/21.5.3/app-readme.md similarity index 100% rename from stable/lidarr/21.4.1/app-readme.md rename to stable/lidarr/21.5.3/app-readme.md diff --git a/stable/lidarr/21.5.3/charts/common-20.2.2.tgz b/stable/lidarr/21.5.3/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lidarr/21.5.3/charts/common-20.2.2.tgz differ diff --git a/stable/lidarr/21.5.3/ix_values.yaml b/stable/lidarr/21.5.3/ix_values.yaml new file mode 100644 index 00000000000..e0a46c0c170 --- /dev/null +++ b/stable/lidarr/21.5.3/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/lidarr-develop + pullPolicy: IfNotPresent + tag: 2.2.3.4098@sha256:ddb5035c57005792761e60371ab7e2ca3e0804fa5ab6952266b0d5f797ed08c2 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 8686 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8687 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + LIDARR__PORT: "{{ .Values.service.main.ports.main.port }}" + LIDARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - lidarr + 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 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +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/lidarr/21.4.1/questions.yaml b/stable/lidarr/21.5.3/questions.yaml similarity index 100% rename from stable/lidarr/21.4.1/questions.yaml rename to stable/lidarr/21.5.3/questions.yaml diff --git a/stable/local-ai/9.12.0/templates/NOTES.txt b/stable/lidarr/21.5.3/templates/NOTES.txt similarity index 100% rename from stable/local-ai/9.12.0/templates/NOTES.txt rename to stable/lidarr/21.5.3/templates/NOTES.txt diff --git a/stable/lidarr/21.4.1/templates/common.yaml b/stable/lidarr/21.5.3/templates/common.yaml similarity index 100% rename from stable/lidarr/21.4.1/templates/common.yaml rename to stable/lidarr/21.5.3/templates/common.yaml diff --git a/stable/littlelink/13.5.1/values.yaml b/stable/lidarr/21.5.3/values.yaml similarity index 100% rename from stable/littlelink/13.5.1/values.yaml rename to stable/lidarr/21.5.3/values.yaml diff --git a/stable/lingva/5.5.1/CHANGELOG.md b/stable/lingva/5.5.1/CHANGELOG.md deleted file mode 100644 index e185948fbaf..00000000000 --- a/stable/lingva/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lingva-5.5.1](https://github.com/truecharts/charts/compare/lingva-5.5.0...lingva-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lingva-5.5.0](https://github.com/truecharts/charts/compare/lingva-5.4.1...lingva-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lingva-5.4.1](https://github.com/truecharts/charts/compare/lingva-5.4.0...lingva-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lingva-5.4.0](https://github.com/truecharts/charts/compare/lingva-5.3.0...lingva-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lingva-5.3.0](https://github.com/truecharts/charts/compare/lingva-5.2.3...lingva-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lingva-5.2.3](https://github.com/truecharts/charts/compare/lingva-5.2.2...lingva-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lingva-5.2.2](https://github.com/truecharts/charts/compare/lingva-5.2.0...lingva-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lingva-4.1.11](https://github.com/truecharts/charts/compare/lingva-4.1.10...lingva-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lingva-4.1.10](https://github.com/truecharts/charts/compare/lingva-4.1.9...lingva-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lingva/5.5.1/Chart.yaml b/stable/lingva/5.5.1/Chart.yaml deleted file mode 100644 index ea5e65d95c1..00000000000 --- a/stable/lingva/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/lingva/5.5.1/charts/common-20.0.8.tgz b/stable/lingva/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lingva/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/livestreamdvr/5.5.1/.helmignore b/stable/lingva/5.7.1/.helmignore similarity index 100% rename from stable/livestreamdvr/5.5.1/.helmignore rename to stable/lingva/5.7.1/.helmignore diff --git a/stable/lingva/5.7.1/CHANGELOG.md b/stable/lingva/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..29f6eb09c45 --- /dev/null +++ b/stable/lingva/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lingva-5.7.1](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lingva/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2c3dc675d21 --- /dev/null +++ b/stable/lingva/5.7.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: 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.2 + 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.1 diff --git a/stable/lingva/5.5.1/README.md b/stable/lingva/5.7.1/README.md similarity index 100% rename from stable/lingva/5.5.1/README.md rename to stable/lingva/5.7.1/README.md diff --git a/stable/lingva/5.7.1/app-changelog.md b/stable/lingva/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9d5d72e148c --- /dev/null +++ b/stable/lingva/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lingva-5.7.1](https://github.com/truecharts/charts/compare/lingva-5.6.0...lingva-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lingva/5.7.1/app-readme.md similarity index 100% rename from stable/lingva/5.5.1/app-readme.md rename to stable/lingva/5.7.1/app-readme.md diff --git a/stable/lingva/5.7.1/charts/common-20.2.2.tgz b/stable/lingva/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lingva/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lingva/5.5.1/ix_values.yaml b/stable/lingva/5.7.1/ix_values.yaml similarity index 100% rename from stable/lingva/5.5.1/ix_values.yaml rename to stable/lingva/5.7.1/ix_values.yaml diff --git a/stable/lingva/5.5.1/questions.yaml b/stable/lingva/5.7.1/questions.yaml similarity index 100% rename from stable/lingva/5.5.1/questions.yaml rename to stable/lingva/5.7.1/questions.yaml diff --git a/stable/lingva/5.5.1/templates/common.yaml b/stable/lingva/5.7.1/templates/common.yaml similarity index 100% rename from stable/lingva/5.5.1/templates/common.yaml rename to stable/lingva/5.7.1/templates/common.yaml diff --git a/stable/livestreamdvr/5.5.1/values.yaml b/stable/lingva/5.7.1/values.yaml similarity index 100% rename from stable/livestreamdvr/5.5.1/values.yaml rename to stable/lingva/5.7.1/values.yaml diff --git a/stable/linkding/9.5.2/CHANGELOG.md b/stable/linkding/9.5.2/CHANGELOG.md deleted file mode 100644 index 80e18ee4e22..00000000000 --- a/stable/linkding/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkding-9.5.2](https://github.com/truecharts/charts/compare/linkding-9.5.1...linkding-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [linkding-9.5.1](https://github.com/truecharts/charts/compare/linkding-9.5.0...linkding-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [linkding-9.5.0](https://github.com/truecharts/charts/compare/linkding-9.4.1...linkding-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [linkding-9.4.1](https://github.com/truecharts/charts/compare/linkding-9.4.0...linkding-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [linkding-9.4.0](https://github.com/truecharts/charts/compare/linkding-9.3.0...linkding-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [linkding-9.3.0](https://github.com/truecharts/charts/compare/linkding-9.2.3...linkding-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [linkding-9.2.3](https://github.com/truecharts/charts/compare/linkding-9.2.2...linkding-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [linkding-9.2.2](https://github.com/truecharts/charts/compare/linkding-9.2.0...linkding-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [linkding-8.2.1](https://github.com/truecharts/charts/compare/linkding-8.2.0...linkding-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/linkding/9.5.2/Chart.yaml b/stable/linkding/9.5.2/Chart.yaml deleted file mode 100644 index 14547093475..00000000000 --- a/stable/linkding/9.5.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.24.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/linkding/9.5.2/charts/common-20.0.9.tgz b/stable/linkding/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/linkding/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/linkding/9.5.2/ix_values.yaml b/stable/linkding/9.5.2/ix_values.yaml deleted file mode 100644 index 99205b4dbac..00000000000 --- a/stable/linkding/9.5.2/ix_values.yaml +++ /dev/null @@ -1,56 +0,0 @@ -image: - repository: sissbruecker/linkding - tag: 1.24.0@sha256:3efe1d01af43df5f2fba97a2e6a22e46aa69d8df726474073fad04b590e1a09f - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10210 -persistence: - data: - enabled: true - mountPath: "/etc/linkding/data" -lifecycle: - postStart: - exec: - command: - - "/bin/bash" - - "-c" - - | - if [ -f /etc/linkding/data/.superuser_exists ]; then - echo "Superuser has been created before. Skipping..."; - else - echo "Creating superuser..."; - export status=99; - until [ $status -eq 0 ]; - do - python manage.py createsuperuser --username=${DJANGO_SUPERUSER_USERNAME} --email=${DJANGO_SUPERUSER_EMAIL} --noinput; - status=$?; - sleep 3; - done; - echo "This file is to ensure that init script won't try to create a superuser again and fail because it already exsits" > /etc/linkding/data/.superuser_exists; - echo "Superuser Created!"; - fi; -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" - # User Defined - LD_REQUEST_TIMEOUT: 60 - LD_DISABLE_BACKGROUND_TASKS: false - LD_DISABLE_URL_VALIDATION: false - LD_SUPERUSER_NAME: "superuser" - LD_SUPERUSER_PASSWORD: "somesecret" diff --git a/stable/llalon-github-backup/5.5.1/.helmignore b/stable/linkding/9.7.1/.helmignore similarity index 100% rename from stable/llalon-github-backup/5.5.1/.helmignore rename to stable/linkding/9.7.1/.helmignore diff --git a/stable/linkding/9.7.1/CHANGELOG.md b/stable/linkding/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5a2e5736b00 --- /dev/null +++ b/stable/linkding/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkding-9.7.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/linkding/9.7.1/Chart.yaml b/stable/linkding/9.7.1/Chart.yaml new file mode 100644 index 00000000000..9fc81235ec6 --- /dev/null +++ b/stable/linkding/9.7.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: bookmarks + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.24.2 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/linkding/9.5.2/README.md b/stable/linkding/9.7.1/README.md similarity index 100% rename from stable/linkding/9.5.2/README.md rename to stable/linkding/9.7.1/README.md diff --git a/stable/linkding/9.7.1/app-changelog.md b/stable/linkding/9.7.1/app-changelog.md new file mode 100644 index 00000000000..0ef66e80ff4 --- /dev/null +++ b/stable/linkding/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [linkding-9.7.1](https://github.com/truecharts/charts/compare/linkding-9.6.0...linkding-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/linkding/9.7.1/app-readme.md similarity index 100% rename from stable/linkding/9.5.2/app-readme.md rename to stable/linkding/9.7.1/app-readme.md diff --git a/stable/linkding/9.7.1/charts/common-20.2.2.tgz b/stable/linkding/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/linkding/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/linkding/9.7.1/ix_values.yaml b/stable/linkding/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..7b94acc1b94 --- /dev/null +++ b/stable/linkding/9.7.1/ix_values.yaml @@ -0,0 +1,56 @@ +image: + repository: sissbruecker/linkding + tag: 1.24.2@sha256:b246499ac44b89be09075817a5eb8b78fd4358d265ad9ba4b2378acbe36ea432 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10210 +persistence: + data: + enabled: true + mountPath: "/etc/linkding/data" +lifecycle: + postStart: + exec: + command: + - "/bin/bash" + - "-c" + - | + if [ -f /etc/linkding/data/.superuser_exists ]; then + echo "Superuser has been created before. Skipping..."; + else + echo "Creating superuser..."; + export status=99; + until [ $status -eq 0 ]; + do + python manage.py createsuperuser --username=${DJANGO_SUPERUSER_USERNAME} --email=${DJANGO_SUPERUSER_EMAIL} --noinput; + status=$?; + sleep 3; + done; + echo "This file is to ensure that init script won't try to create a superuser again and fail because it already exsits" > /etc/linkding/data/.superuser_exists; + echo "Superuser Created!"; + fi; +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + LD_SERVER_PORT: "{{ .Values.service.main.ports.main.port }}" + # User Defined + LD_REQUEST_TIMEOUT: 60 + LD_DISABLE_BACKGROUND_TASKS: false + LD_DISABLE_URL_VALIDATION: false + LD_SUPERUSER_NAME: "superuser" + LD_SUPERUSER_PASSWORD: "somesecret" diff --git a/stable/linkding/9.5.2/questions.yaml b/stable/linkding/9.7.1/questions.yaml similarity index 100% rename from stable/linkding/9.5.2/questions.yaml rename to stable/linkding/9.7.1/questions.yaml diff --git a/stable/logitech-media-server/11.5.2/templates/NOTES.txt b/stable/linkding/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/logitech-media-server/11.5.2/templates/NOTES.txt rename to stable/linkding/9.7.1/templates/NOTES.txt diff --git a/stable/linkwallet/5.5.1/templates/common.yaml b/stable/linkding/9.7.1/templates/common.yaml similarity index 100% rename from stable/linkwallet/5.5.1/templates/common.yaml rename to stable/linkding/9.7.1/templates/common.yaml diff --git a/stable/llalon-github-backup/5.5.1/values.yaml b/stable/linkding/9.7.1/values.yaml similarity index 100% rename from stable/llalon-github-backup/5.5.1/values.yaml rename to stable/linkding/9.7.1/values.yaml diff --git a/stable/linkwallet/5.5.1/CHANGELOG.md b/stable/linkwallet/5.5.1/CHANGELOG.md deleted file mode 100644 index cc477084b56..00000000000 --- a/stable/linkwallet/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkwallet-5.5.1](https://github.com/truecharts/charts/compare/linkwallet-5.5.0...linkwallet-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [linkwallet-5.5.0](https://github.com/truecharts/charts/compare/linkwallet-5.4.1...linkwallet-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [linkwallet-5.4.1](https://github.com/truecharts/charts/compare/linkwallet-5.4.0...linkwallet-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [linkwallet-5.4.0](https://github.com/truecharts/charts/compare/linkwallet-5.3.0...linkwallet-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [linkwallet-5.3.0](https://github.com/truecharts/charts/compare/linkwallet-5.2.3...linkwallet-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [linkwallet-5.2.3](https://github.com/truecharts/charts/compare/linkwallet-5.2.2...linkwallet-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [linkwallet-5.2.2](https://github.com/truecharts/charts/compare/linkwallet-5.2.0...linkwallet-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [linkwallet-4.1.11](https://github.com/truecharts/charts/compare/linkwallet-4.1.10...linkwallet-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [linkwallet-4.1.10](https://github.com/truecharts/charts/compare/linkwallet-4.1.9...linkwallet-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/linkwallet/5.5.1/Chart.yaml b/stable/linkwallet/5.5.1/Chart.yaml deleted file mode 100644 index 4e0954e69a8..00000000000 --- a/stable/linkwallet/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/linkwallet/5.5.1/charts/common-20.0.8.tgz b/stable/linkwallet/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/linkwallet/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/lldap/5.5.1/.helmignore b/stable/linkwallet/5.7.1/.helmignore similarity index 100% rename from stable/lldap/5.5.1/.helmignore rename to stable/linkwallet/5.7.1/.helmignore diff --git a/stable/linkwallet/5.7.1/CHANGELOG.md b/stable/linkwallet/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0784b082a62 --- /dev/null +++ b/stable/linkwallet/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwallet-5.7.1](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/linkwallet/5.7.1/Chart.yaml new file mode 100644 index 00000000000..5209e6c4846 --- /dev/null +++ b/stable/linkwallet/5.7.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: 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.2 + 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.1 diff --git a/stable/linkwallet/5.5.1/README.md b/stable/linkwallet/5.7.1/README.md similarity index 100% rename from stable/linkwallet/5.5.1/README.md rename to stable/linkwallet/5.7.1/README.md diff --git a/stable/linkwallet/5.7.1/app-changelog.md b/stable/linkwallet/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b0792d3fad3 --- /dev/null +++ b/stable/linkwallet/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [linkwallet-5.7.1](https://github.com/truecharts/charts/compare/linkwallet-5.6.0...linkwallet-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/linkwallet/5.7.1/app-readme.md similarity index 100% rename from stable/linkwallet/5.5.1/app-readme.md rename to stable/linkwallet/5.7.1/app-readme.md diff --git a/stable/linkwallet/5.7.1/charts/common-20.2.2.tgz b/stable/linkwallet/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/linkwallet/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/linkwallet/5.5.1/ix_values.yaml b/stable/linkwallet/5.7.1/ix_values.yaml similarity index 100% rename from stable/linkwallet/5.5.1/ix_values.yaml rename to stable/linkwallet/5.7.1/ix_values.yaml diff --git a/stable/linkwallet/5.5.1/questions.yaml b/stable/linkwallet/5.7.1/questions.yaml similarity index 100% rename from stable/linkwallet/5.5.1/questions.yaml rename to stable/linkwallet/5.7.1/questions.yaml diff --git a/stable/local-ai/9.12.0/templates/common.yaml b/stable/linkwallet/5.7.1/templates/common.yaml similarity index 100% rename from stable/local-ai/9.12.0/templates/common.yaml rename to stable/linkwallet/5.7.1/templates/common.yaml diff --git a/stable/lldap/5.5.1/values.yaml b/stable/linkwallet/5.7.1/values.yaml similarity index 100% rename from stable/lldap/5.5.1/values.yaml rename to stable/linkwallet/5.7.1/values.yaml diff --git a/stable/linkwarden/4.6.1/CHANGELOG.md b/stable/linkwarden/4.6.1/CHANGELOG.md deleted file mode 100644 index 324e4ba434d..00000000000 --- a/stable/linkwarden/4.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [linkwarden-4.6.1](https://github.com/truecharts/charts/compare/linkwarden-4.6.0...linkwarden-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [linkwarden-4.6.0](https://github.com/truecharts/charts/compare/linkwarden-4.5.0...linkwarden-4.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [linkwarden-4.5.0](https://github.com/truecharts/charts/compare/linkwarden-4.4.1...linkwarden-4.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linkwarden/linkwarden to v2.5.1[@717150e](https://github.com/717150e) by renovate ([#19099](https://github.com/truecharts/charts/issues/19099)) - - -## [linkwarden-4.4.1](https://github.com/truecharts/charts/compare/linkwarden-4.4.0...linkwarden-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [linkwarden-4.4.0](https://github.com/truecharts/charts/compare/linkwarden-4.3.0...linkwarden-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [linkwarden-4.3.0](https://github.com/truecharts/charts/compare/linkwarden-4.2.3...linkwarden-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [linkwarden-4.2.3](https://github.com/truecharts/charts/compare/linkwarden-4.2.2...linkwarden-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [linkwarden-4.2.2](https://github.com/truecharts/charts/compare/linkwarden-4.2.0...linkwarden-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [linkwarden-3.2.14](https://github.com/truecharts/charts/compare/linkwarden-3.2.13...linkwarden-3.2.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/linkwarden/4.6.1/Chart.yaml b/stable/linkwarden/4.6.1/Chart.yaml deleted file mode 100644 index 51578e69d75..00000000000 --- a/stable/linkwarden/4.6.1/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.0.8 - 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.6.1 diff --git a/stable/linkwarden/4.6.1/charts/common-20.0.8.tgz b/stable/linkwarden/4.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/linkwarden/4.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/local-ai/9.12.0/.helmignore b/stable/linkwarden/4.8.1/.helmignore similarity index 100% rename from stable/local-ai/9.12.0/.helmignore rename to stable/linkwarden/4.8.1/.helmignore diff --git a/stable/linkwarden/4.8.1/CHANGELOG.md b/stable/linkwarden/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..518ded777fd --- /dev/null +++ b/stable/linkwarden/4.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [linkwarden-4.8.1](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/linkwarden/4.8.1/Chart.yaml new file mode 100644 index 00000000000..13d06dd630d --- /dev/null +++ b/stable/linkwarden/4.8.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: 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.2 + 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.1 diff --git a/stable/linkwarden/4.6.1/README.md b/stable/linkwarden/4.8.1/README.md similarity index 100% rename from stable/linkwarden/4.6.1/README.md rename to stable/linkwarden/4.8.1/README.md diff --git a/stable/linkwarden/4.8.1/app-changelog.md b/stable/linkwarden/4.8.1/app-changelog.md new file mode 100644 index 00000000000..15b5d27bb20 --- /dev/null +++ b/stable/linkwarden/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [linkwarden-4.8.1](https://github.com/truecharts/charts/compare/linkwarden-4.7.0...linkwarden-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/linkwarden/4.8.1/app-readme.md similarity index 100% rename from stable/linkwarden/4.6.1/app-readme.md rename to stable/linkwarden/4.8.1/app-readme.md diff --git a/stable/linkwarden/4.8.1/charts/common-20.2.2.tgz b/stable/linkwarden/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/linkwarden/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/linkwarden/4.6.1/ix_values.yaml b/stable/linkwarden/4.8.1/ix_values.yaml similarity index 100% rename from stable/linkwarden/4.6.1/ix_values.yaml rename to stable/linkwarden/4.8.1/ix_values.yaml diff --git a/stable/linkwarden/4.6.1/questions.yaml b/stable/linkwarden/4.8.1/questions.yaml similarity index 100% rename from stable/linkwarden/4.6.1/questions.yaml rename to stable/linkwarden/4.8.1/questions.yaml diff --git a/stable/maintainerr/2.5.1/templates/NOTES.txt b/stable/linkwarden/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/maintainerr/2.5.1/templates/NOTES.txt rename to stable/linkwarden/4.8.1/templates/NOTES.txt diff --git a/stable/linkwarden/4.6.1/templates/_secrets.tpl b/stable/linkwarden/4.8.1/templates/_secrets.tpl similarity index 100% rename from stable/linkwarden/4.6.1/templates/_secrets.tpl rename to stable/linkwarden/4.8.1/templates/_secrets.tpl diff --git a/stable/linkwarden/4.6.1/templates/common.yaml b/stable/linkwarden/4.8.1/templates/common.yaml similarity index 100% rename from stable/linkwarden/4.6.1/templates/common.yaml rename to stable/linkwarden/4.8.1/templates/common.yaml diff --git a/stable/local-ai/9.12.0/values.yaml b/stable/linkwarden/4.8.1/values.yaml similarity index 100% rename from stable/local-ai/9.12.0/values.yaml rename to stable/linkwarden/4.8.1/values.yaml diff --git a/stable/littlelink/13.5.1/CHANGELOG.md b/stable/littlelink/13.5.1/CHANGELOG.md deleted file mode 100644 index d6127ae216a..00000000000 --- a/stable/littlelink/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [littlelink-13.5.1](https://github.com/truecharts/charts/compare/littlelink-13.5.0...littlelink-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [littlelink-13.5.0](https://github.com/truecharts/charts/compare/littlelink-13.4.2...littlelink-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [littlelink-13.4.2](https://github.com/truecharts/charts/compare/littlelink-13.4.1...littlelink-13.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/techno-tim/littlelink-server to latest[@5613f4a](https://github.com/5613f4a) by renovate ([#19020](https://github.com/truecharts/charts/issues/19020)) - - -## [littlelink-13.4.1](https://github.com/truecharts/charts/compare/littlelink-13.4.0...littlelink-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [littlelink-13.4.0](https://github.com/truecharts/charts/compare/littlelink-13.3.0...littlelink-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [littlelink-13.3.0](https://github.com/truecharts/charts/compare/littlelink-13.2.4...littlelink-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [littlelink-13.2.4](https://github.com/truecharts/charts/compare/littlelink-13.2.3...littlelink-13.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [littlelink-13.2.3](https://github.com/truecharts/charts/compare/littlelink-13.2.1...littlelink-13.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/littlelink/13.5.1/Chart.yaml b/stable/littlelink/13.5.1/Chart.yaml deleted file mode 100644 index d02668d081b..00000000000 --- a/stable/littlelink/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/littlelink/13.5.1/charts/common-20.0.8.tgz b/stable/littlelink/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/littlelink/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.5.2/.helmignore b/stable/littlelink/13.7.1/.helmignore similarity index 100% rename from stable/logitech-media-server/11.5.2/.helmignore rename to stable/littlelink/13.7.1/.helmignore diff --git a/stable/littlelink/13.7.1/CHANGELOG.md b/stable/littlelink/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5dff9f6b60d --- /dev/null +++ b/stable/littlelink/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [littlelink-13.7.1](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/littlelink/13.7.1/Chart.yaml new file mode 100644 index 00000000000..47b7b32537e --- /dev/null +++ b/stable/littlelink/13.7.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: 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.2 + 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.1 diff --git a/stable/littlelink/13.5.1/README.md b/stable/littlelink/13.7.1/README.md similarity index 100% rename from stable/littlelink/13.5.1/README.md rename to stable/littlelink/13.7.1/README.md diff --git a/stable/littlelink/13.7.1/app-changelog.md b/stable/littlelink/13.7.1/app-changelog.md new file mode 100644 index 00000000000..d7f71dd56c0 --- /dev/null +++ b/stable/littlelink/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [littlelink-13.7.1](https://github.com/truecharts/charts/compare/littlelink-13.6.0...littlelink-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/littlelink/13.7.1/app-readme.md similarity index 100% rename from stable/littlelink/13.5.1/app-readme.md rename to stable/littlelink/13.7.1/app-readme.md diff --git a/stable/littlelink/13.7.1/charts/common-20.2.2.tgz b/stable/littlelink/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/littlelink/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/littlelink/13.5.1/ix_values.yaml b/stable/littlelink/13.7.1/ix_values.yaml similarity index 100% rename from stable/littlelink/13.5.1/ix_values.yaml rename to stable/littlelink/13.7.1/ix_values.yaml diff --git a/stable/littlelink/13.5.1/questions.yaml b/stable/littlelink/13.7.1/questions.yaml similarity index 100% rename from stable/littlelink/13.5.1/questions.yaml rename to stable/littlelink/13.7.1/questions.yaml diff --git a/stable/makemkv/10.5.1/templates/NOTES.txt b/stable/littlelink/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/makemkv/10.5.1/templates/NOTES.txt rename to stable/littlelink/13.7.1/templates/NOTES.txt diff --git a/stable/littlelink/13.5.1/templates/_configmap.tpl b/stable/littlelink/13.7.1/templates/_configmap.tpl similarity index 100% rename from stable/littlelink/13.5.1/templates/_configmap.tpl rename to stable/littlelink/13.7.1/templates/_configmap.tpl diff --git a/stable/littlelink/13.5.1/templates/common.yaml b/stable/littlelink/13.7.1/templates/common.yaml similarity index 100% rename from stable/littlelink/13.5.1/templates/common.yaml rename to stable/littlelink/13.7.1/templates/common.yaml diff --git a/stable/logitech-media-server/11.5.2/values.yaml b/stable/littlelink/13.7.1/values.yaml similarity index 100% rename from stable/logitech-media-server/11.5.2/values.yaml rename to stable/littlelink/13.7.1/values.yaml diff --git a/stable/livestreamdvr/5.5.1/CHANGELOG.md b/stable/livestreamdvr/5.5.1/CHANGELOG.md deleted file mode 100644 index 20c52db8aec..00000000000 --- a/stable/livestreamdvr/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [livestreamdvr-5.5.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.5.0...livestreamdvr-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [livestreamdvr-5.5.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.4.1...livestreamdvr-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [livestreamdvr-5.4.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.4.0...livestreamdvr-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [livestreamdvr-5.4.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.3.0...livestreamdvr-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [livestreamdvr-5.3.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.3...livestreamdvr-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [livestreamdvr-5.2.3](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.2...livestreamdvr-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [livestreamdvr-5.2.2](https://github.com/truecharts/charts/compare/livestreamdvr-5.2.0...livestreamdvr-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [livestreamdvr-4.1.14](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.13...livestreamdvr-4.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [livestreamdvr-4.1.13](https://github.com/truecharts/charts/compare/livestreamdvr-4.1.12...livestreamdvr-4.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/livestreamdvr/5.5.1/Chart.yaml b/stable/livestreamdvr/5.5.1/Chart.yaml deleted file mode 100644 index 239700d40d8..00000000000 --- a/stable/livestreamdvr/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/livestreamdvr/5.5.1/charts/common-20.0.8.tgz b/stable/livestreamdvr/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/livestreamdvr/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/longvinter/5.5.1/.helmignore b/stable/livestreamdvr/5.7.1/.helmignore similarity index 100% rename from stable/longvinter/5.5.1/.helmignore rename to stable/livestreamdvr/5.7.1/.helmignore diff --git a/stable/livestreamdvr/5.7.1/CHANGELOG.md b/stable/livestreamdvr/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d1ab1ec5b6b --- /dev/null +++ b/stable/livestreamdvr/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [livestreamdvr-5.7.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/livestreamdvr/5.7.1/Chart.yaml new file mode 100644 index 00000000000..66b919588b2 --- /dev/null +++ b/stable/livestreamdvr/5.7.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: 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.2 + 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.1 diff --git a/stable/livestreamdvr/5.5.1/README.md b/stable/livestreamdvr/5.7.1/README.md similarity index 100% rename from stable/livestreamdvr/5.5.1/README.md rename to stable/livestreamdvr/5.7.1/README.md diff --git a/stable/livestreamdvr/5.7.1/app-changelog.md b/stable/livestreamdvr/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7b409aced2a --- /dev/null +++ b/stable/livestreamdvr/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [livestreamdvr-5.7.1](https://github.com/truecharts/charts/compare/livestreamdvr-5.6.0...livestreamdvr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/livestreamdvr/5.7.1/app-readme.md similarity index 100% rename from stable/livestreamdvr/5.5.1/app-readme.md rename to stable/livestreamdvr/5.7.1/app-readme.md diff --git a/stable/livestreamdvr/5.7.1/charts/common-20.2.2.tgz b/stable/livestreamdvr/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/livestreamdvr/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/livestreamdvr/5.5.1/ix_values.yaml b/stable/livestreamdvr/5.7.1/ix_values.yaml similarity index 100% rename from stable/livestreamdvr/5.5.1/ix_values.yaml rename to stable/livestreamdvr/5.7.1/ix_values.yaml diff --git a/stable/livestreamdvr/5.5.1/questions.yaml b/stable/livestreamdvr/5.7.1/questions.yaml similarity index 100% rename from stable/livestreamdvr/5.5.1/questions.yaml rename to stable/livestreamdvr/5.7.1/questions.yaml diff --git a/stable/livestreamdvr/5.5.1/templates/common.yaml b/stable/livestreamdvr/5.7.1/templates/common.yaml similarity index 100% rename from stable/livestreamdvr/5.5.1/templates/common.yaml rename to stable/livestreamdvr/5.7.1/templates/common.yaml diff --git a/stable/longvinter/5.5.1/values.yaml b/stable/livestreamdvr/5.7.1/values.yaml similarity index 100% rename from stable/longvinter/5.5.1/values.yaml rename to stable/livestreamdvr/5.7.1/values.yaml diff --git a/stable/llalon-github-backup/5.5.1/CHANGELOG.md b/stable/llalon-github-backup/5.5.1/CHANGELOG.md deleted file mode 100644 index 1a4e5b79224..00000000000 --- a/stable/llalon-github-backup/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [llalon-github-backup-5.5.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.5.0...llalon-github-backup-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [llalon-github-backup-5.5.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.4.1...llalon-github-backup-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [llalon-github-backup-5.4.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.4.0...llalon-github-backup-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [llalon-github-backup-5.4.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.3.0...llalon-github-backup-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [llalon-github-backup-5.3.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.3...llalon-github-backup-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [llalon-github-backup-5.2.3](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.2...llalon-github-backup-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [llalon-github-backup-5.2.2](https://github.com/truecharts/charts/compare/llalon-github-backup-5.2.0...llalon-github-backup-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [llalon-github-backup-4.1.11](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.10...llalon-github-backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [llalon-github-backup-4.1.10](https://github.com/truecharts/charts/compare/llalon-github-backup-4.1.9...llalon-github-backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/llalon-github-backup/5.5.1/Chart.yaml b/stable/llalon-github-backup/5.5.1/Chart.yaml deleted file mode 100644 index 4fa9fcf240c..00000000000 --- a/stable/llalon-github-backup/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/llalon-github-backup/5.5.1/charts/common-20.0.8.tgz b/stable/llalon-github-backup/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/llalon-github-backup/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mailpile/5.5.1/.helmignore b/stable/llalon-github-backup/5.7.1/.helmignore similarity index 100% rename from stable/mailpile/5.5.1/.helmignore rename to stable/llalon-github-backup/5.7.1/.helmignore diff --git a/stable/llalon-github-backup/5.7.1/CHANGELOG.md b/stable/llalon-github-backup/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5a651fd2d13 --- /dev/null +++ b/stable/llalon-github-backup/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [llalon-github-backup-5.7.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/llalon-github-backup/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2ae13a286de --- /dev/null +++ b/stable/llalon-github-backup/5.7.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: 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.2 + 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.1 diff --git a/stable/llalon-github-backup/5.5.1/README.md b/stable/llalon-github-backup/5.7.1/README.md similarity index 100% rename from stable/llalon-github-backup/5.5.1/README.md rename to stable/llalon-github-backup/5.7.1/README.md diff --git a/stable/llalon-github-backup/5.7.1/app-changelog.md b/stable/llalon-github-backup/5.7.1/app-changelog.md new file mode 100644 index 00000000000..63ab12d2247 --- /dev/null +++ b/stable/llalon-github-backup/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [llalon-github-backup-5.7.1](https://github.com/truecharts/charts/compare/llalon-github-backup-5.6.0...llalon-github-backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/llalon-github-backup/5.7.1/app-readme.md similarity index 100% rename from stable/llalon-github-backup/5.5.1/app-readme.md rename to stable/llalon-github-backup/5.7.1/app-readme.md diff --git a/stable/llalon-github-backup/5.7.1/charts/common-20.2.2.tgz b/stable/llalon-github-backup/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/llalon-github-backup/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/llalon-github-backup/5.5.1/ix_values.yaml b/stable/llalon-github-backup/5.7.1/ix_values.yaml similarity index 100% rename from stable/llalon-github-backup/5.5.1/ix_values.yaml rename to stable/llalon-github-backup/5.7.1/ix_values.yaml diff --git a/stable/llalon-github-backup/5.5.1/questions.yaml b/stable/llalon-github-backup/5.7.1/questions.yaml similarity index 100% rename from stable/llalon-github-backup/5.5.1/questions.yaml rename to stable/llalon-github-backup/5.7.1/questions.yaml diff --git a/stable/llalon-github-backup/5.5.1/templates/common.yaml b/stable/llalon-github-backup/5.7.1/templates/common.yaml similarity index 100% rename from stable/llalon-github-backup/5.5.1/templates/common.yaml rename to stable/llalon-github-backup/5.7.1/templates/common.yaml diff --git a/stable/mailpile/5.5.1/values.yaml b/stable/llalon-github-backup/5.7.1/values.yaml similarity index 100% rename from stable/mailpile/5.5.1/values.yaml rename to stable/llalon-github-backup/5.7.1/values.yaml diff --git a/stable/lldap/5.5.1/CHANGELOG.md b/stable/lldap/5.5.1/CHANGELOG.md deleted file mode 100644 index c5083c72b86..00000000000 --- a/stable/lldap/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [lldap-5.5.1](https://github.com/truecharts/charts/compare/lldap-5.5.0...lldap-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [lldap-5.5.0](https://github.com/truecharts/charts/compare/lldap-5.4.1...lldap-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [lldap-5.4.1](https://github.com/truecharts/charts/compare/lldap-5.4.0...lldap-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [lldap-5.4.0](https://github.com/truecharts/charts/compare/lldap-5.3.0...lldap-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [lldap-5.3.0](https://github.com/truecharts/charts/compare/lldap-5.2.3...lldap-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [lldap-5.2.3](https://github.com/truecharts/charts/compare/lldap-5.2.2...lldap-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [lldap-5.2.2](https://github.com/truecharts/charts/compare/lldap-5.2.0...lldap-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [lldap-4.1.11](https://github.com/truecharts/charts/compare/lldap-4.1.10...lldap-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [lldap-4.1.10](https://github.com/truecharts/charts/compare/lldap-4.1.9...lldap-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/lldap/5.5.1/Chart.yaml b/stable/lldap/5.5.1/Chart.yaml deleted file mode 100644 index aa00bb5838e..00000000000 --- a/stable/lldap/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/lldap/5.5.1/charts/common-20.0.8.tgz b/stable/lldap/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/lldap/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/maintainerr/2.5.1/.helmignore b/stable/lldap/5.7.1/.helmignore similarity index 100% rename from stable/maintainerr/2.5.1/.helmignore rename to stable/lldap/5.7.1/.helmignore diff --git a/stable/lldap/5.7.1/CHANGELOG.md b/stable/lldap/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..660acb5ec18 --- /dev/null +++ b/stable/lldap/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [lldap-5.7.1](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/lldap/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d11672c8962 --- /dev/null +++ b/stable/lldap/5.7.1/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.2 + 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.1 diff --git a/stable/matomo/13.9.1/templates/NOTES.txt b/stable/lldap/5.7.1/NOTES.txt similarity index 100% rename from stable/matomo/13.9.1/templates/NOTES.txt rename to stable/lldap/5.7.1/NOTES.txt diff --git a/stable/lldap/5.5.1/README.md b/stable/lldap/5.7.1/README.md similarity index 100% rename from stable/lldap/5.5.1/README.md rename to stable/lldap/5.7.1/README.md diff --git a/stable/lldap/5.7.1/app-changelog.md b/stable/lldap/5.7.1/app-changelog.md new file mode 100644 index 00000000000..64ecb0bbba2 --- /dev/null +++ b/stable/lldap/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [lldap-5.7.1](https://github.com/truecharts/charts/compare/lldap-5.6.0...lldap-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/lldap/5.7.1/app-readme.md similarity index 100% rename from stable/lldap/5.5.1/app-readme.md rename to stable/lldap/5.7.1/app-readme.md diff --git a/stable/lldap/5.7.1/charts/common-20.2.2.tgz b/stable/lldap/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/lldap/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/lldap/5.5.1/ix_values.yaml b/stable/lldap/5.7.1/ix_values.yaml similarity index 100% rename from stable/lldap/5.5.1/ix_values.yaml rename to stable/lldap/5.7.1/ix_values.yaml diff --git a/stable/lldap/5.5.1/questions.yaml b/stable/lldap/5.7.1/questions.yaml similarity index 100% rename from stable/lldap/5.5.1/questions.yaml rename to stable/lldap/5.7.1/questions.yaml diff --git a/stable/lldap/5.5.1/templates/_secrets.tpl b/stable/lldap/5.7.1/templates/_secrets.tpl similarity index 100% rename from stable/lldap/5.5.1/templates/_secrets.tpl rename to stable/lldap/5.7.1/templates/_secrets.tpl diff --git a/stable/lldap/5.5.1/templates/common.yaml b/stable/lldap/5.7.1/templates/common.yaml similarity index 100% rename from stable/lldap/5.5.1/templates/common.yaml rename to stable/lldap/5.7.1/templates/common.yaml diff --git a/stable/maintainerr/2.5.1/values.yaml b/stable/lldap/5.7.1/values.yaml similarity index 100% rename from stable/maintainerr/2.5.1/values.yaml rename to stable/lldap/5.7.1/values.yaml diff --git a/stable/local-ai/9.12.0/CHANGELOG.md b/stable/local-ai/9.12.0/CHANGELOG.md deleted file mode 100644 index e9d25c9db6b..00000000000 --- a/stable/local-ai/9.12.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [local-ai-9.12.0](https://github.com/truecharts/charts/compare/local-ai-9.11.2...local-ai-9.12.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [local-ai-9.11.2](https://github.com/truecharts/charts/compare/local-ai-9.11.1...local-ai-9.11.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [local-ai-9.11.1](https://github.com/truecharts/charts/compare/local-ai-9.11.0...local-ai-9.11.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [local-ai-9.11.0](https://github.com/truecharts/charts/compare/local-ai-9.10.1...local-ai-9.11.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [local-ai-9.10.1](https://github.com/truecharts/charts/compare/local-ai-9.10.0...local-ai-9.10.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [local-ai-9.10.0](https://github.com/truecharts/charts/compare/local-ai-9.9.0...local-ai-9.10.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [local-ai-9.9.0](https://github.com/truecharts/charts/compare/local-ai-9.8.4...local-ai-9.9.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [local-ai-9.8.4](https://github.com/truecharts/charts/compare/local-ai-9.8.3...local-ai-9.8.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [local-ai-9.8.3](https://github.com/truecharts/charts/compare/local-ai-9.8.1...local-ai-9.8.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/local-ai/9.12.0/Chart.yaml b/stable/local-ai/9.12.0/Chart.yaml deleted file mode 100644 index 77648706cb0..00000000000 --- a/stable/local-ai/9.12.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.9.0 -dependencies: - - name: common - version: 20.1.5 - 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.12.0 diff --git a/stable/local-ai/9.12.0/charts/common-20.1.5.tgz b/stable/local-ai/9.12.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/local-ai/9.12.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/local-ai/9.12.0/ix_values.yaml b/stable/local-ai/9.12.0/ix_values.yaml deleted file mode 100644 index ffc6aaa1049..00000000000 --- a/stable/local-ai/9.12.0/ix_values.yaml +++ /dev/null @@ -1,89 +0,0 @@ -image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0@sha256:4a100a2bee97f447008cc452a506fc247ae9566360634068316eeb6c2770d110 -ffmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-ffmpeg-core@sha256:26750f6ed498c898658862b2c8e341f8871ac8130e3e0576313fa973a5068fbe -cublasCuda12Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda12-core@sha256:8416d0c1df61b33a387c1d879654461573a71813aac8eaaa65751fe7e11af22b -cublasCuda12FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda12-ffmpeg-core@sha256:f4d9d6c804b43ead0f38436c3a7757a9210d0ab56127f47ad111c6e22c509e76 -cublasCuda11Image: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda11-core@sha256:319d58c9ddfc806e9e81c58ed9d17186e41945b1fd72582fbff6403a848de05e -cublasCuda11FfmpegImage: - repository: docker.io/localai/localai - pullPolicy: IfNotPresent - tag: v2.9.0-cublas-cuda11-ffmpeg-core@sha256:35ea8f29265f20252b1284e2f813af7f630ff7fd3e2207d1296aaf38fe7d961b -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/makemkv/10.5.1/.helmignore b/stable/local-ai/9.19.1/.helmignore similarity index 100% rename from stable/makemkv/10.5.1/.helmignore rename to stable/local-ai/9.19.1/.helmignore diff --git a/stable/local-ai/9.19.1/CHANGELOG.md b/stable/local-ai/9.19.1/CHANGELOG.md new file mode 100644 index 00000000000..edaf7f3830e --- /dev/null +++ b/stable/local-ai/9.19.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [local-ai-9.19.1](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.1) (2024-03-17) + +### Chore + + + +- update container 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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.19.0](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/local-ai/9.19.1/Chart.yaml b/stable/local-ai/9.19.1/Chart.yaml new file mode 100644 index 00000000000..4ffad5cb3e5 --- /dev/null +++ b/stable/local-ai/9.19.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: ai + 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.2 + 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.19.1 diff --git a/stable/local-ai/9.12.0/README.md b/stable/local-ai/9.19.1/README.md similarity index 100% rename from stable/local-ai/9.12.0/README.md rename to stable/local-ai/9.19.1/README.md diff --git a/stable/local-ai/9.19.1/app-changelog.md b/stable/local-ai/9.19.1/app-changelog.md new file mode 100644 index 00000000000..229275cb9bd --- /dev/null +++ b/stable/local-ai/9.19.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [local-ai-9.19.1](https://github.com/truecharts/charts/compare/local-ai-9.12.0...local-ai-9.19.1) (2024-03-17) + +### Chore + + + +- update container 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.12.0/app-readme.md b/stable/local-ai/9.19.1/app-readme.md similarity index 100% rename from stable/local-ai/9.12.0/app-readme.md rename to stable/local-ai/9.19.1/app-readme.md diff --git a/stable/local-ai/9.19.1/charts/common-20.2.2.tgz b/stable/local-ai/9.19.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/local-ai/9.19.1/charts/common-20.2.2.tgz differ diff --git a/stable/local-ai/9.19.1/ix_values.yaml b/stable/local-ai/9.19.1/ix_values.yaml new file mode 100644 index 00000000000..837da2a6324 --- /dev/null +++ b/stable/local-ai/9.19.1/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0@sha256:5cd0285817ad4e785a20487a99be24a4d7c077a5adae699e975dc75b021458c2 +ffmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0-ffmpeg-core@sha256:74fb8e2c19733aa96abc5ddb851587e329cbd3286aead6e82f327f2363809860 +cublasCuda12Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0-cublas-cuda12-core@sha256:6b2a87df3112f24438d11b448573a4deca3d229539694d5416f20b13d0c57ddb +cublasCuda12FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0-cublas-cuda12-ffmpeg-core@sha256:b5398d86d4cbdee623d4c21f09a36a7a36714adfac4a9f3c2baed572443c28a2 +cublasCuda11Image: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0-cublas-cuda11-core@sha256:58083a229ae07aa13ed954e854f9026014597f244c5ac7889dd6aae5404b73cd +cublasCuda11FfmpegImage: + repository: docker.io/localai/localai + pullPolicy: IfNotPresent + tag: v2.10.0-cublas-cuda11-ffmpeg-core@sha256:428779deec77fd648f13c826bb4630b1f12d54b2542e6ee9d6b6f5ba865f9357 +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.12.0/questions.yaml b/stable/local-ai/9.19.1/questions.yaml similarity index 100% rename from stable/local-ai/9.12.0/questions.yaml rename to stable/local-ai/9.19.1/questions.yaml diff --git a/stable/mattermost/12.6.1/templates/NOTES.txt b/stable/local-ai/9.19.1/templates/NOTES.txt similarity index 100% rename from stable/mattermost/12.6.1/templates/NOTES.txt rename to stable/local-ai/9.19.1/templates/NOTES.txt diff --git a/stable/logitech-media-server/11.5.2/templates/common.yaml b/stable/local-ai/9.19.1/templates/common.yaml similarity index 100% rename from stable/logitech-media-server/11.5.2/templates/common.yaml rename to stable/local-ai/9.19.1/templates/common.yaml diff --git a/stable/makemkv/10.5.1/values.yaml b/stable/local-ai/9.19.1/values.yaml similarity index 100% rename from stable/makemkv/10.5.1/values.yaml rename to stable/local-ai/9.19.1/values.yaml diff --git a/stable/logitech-media-server/11.5.2/CHANGELOG.md b/stable/logitech-media-server/11.5.2/CHANGELOG.md deleted file mode 100644 index 5e1d2410ebc..00000000000 --- a/stable/logitech-media-server/11.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [logitech-media-server-11.5.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.5.1...logitech-media-server-11.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [logitech-media-server-11.5.1](https://github.com/truecharts/charts/compare/logitech-media-server-11.5.0...logitech-media-server-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [logitech-media-server-11.5.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.4.2...logitech-media-server-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [logitech-media-server-11.4.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.4.1...logitech-media-server-11.4.2) (2024-03-11) - -### Chore - - - -- update container image lmscommunity/logitechmediaserver to stable[@c930f09](https://github.com/c930f09) by renovate ([#19030](https://github.com/truecharts/charts/issues/19030)) - - -## [logitech-media-server-11.4.1](https://github.com/truecharts/charts/compare/logitech-media-server-11.4.0...logitech-media-server-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [logitech-media-server-11.4.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.3.0...logitech-media-server-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [logitech-media-server-11.3.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.3...logitech-media-server-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [logitech-media-server-11.2.3](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.2...logitech-media-server-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [logitech-media-server-11.2.2](https://github.com/truecharts/charts/compare/logitech-media-server-11.2.0...logitech-media-server-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/logitech-media-server/11.5.2/Chart.yaml b/stable/logitech-media-server/11.5.2/Chart.yaml deleted file mode 100644 index d69a03f6fe0..00000000000 --- a/stable/logitech-media-server/11.5.2/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.0.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.5.2 diff --git a/stable/logitech-media-server/11.5.2/charts/common-20.0.9.tgz b/stable/logitech-media-server/11.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/logitech-media-server/11.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/logitech-media-server/11.5.2/ix_values.yaml b/stable/logitech-media-server/11.5.2/ix_values.yaml deleted file mode 100644 index 78ef60abea2..00000000000 --- a/stable/logitech-media-server/11.5.2/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: lmscommunity/logitechmediaserver - pullPolicy: IfNotPresent - tag: stable@sha256:c930f0974757089766dea2badeb1a81f0f14bb6ee9663e05e1f65278b71f922e -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/maloja/5.5.1/.helmignore b/stable/logitech-media-server/11.7.1/.helmignore similarity index 100% rename from stable/maloja/5.5.1/.helmignore rename to stable/logitech-media-server/11.7.1/.helmignore diff --git a/stable/logitech-media-server/11.7.1/CHANGELOG.md b/stable/logitech-media-server/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4d02e70f2e6 --- /dev/null +++ b/stable/logitech-media-server/11.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [logitech-media-server-11.7.1](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/logitech-media-server/11.7.1/Chart.yaml b/stable/logitech-media-server/11.7.1/Chart.yaml new file mode 100644 index 00000000000..cab8590fd45 --- /dev/null +++ b/stable/logitech-media-server/11.7.1/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.2 + 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.1 diff --git a/stable/logitech-media-server/11.5.2/README.md b/stable/logitech-media-server/11.7.1/README.md similarity index 100% rename from stable/logitech-media-server/11.5.2/README.md rename to stable/logitech-media-server/11.7.1/README.md diff --git a/stable/logitech-media-server/11.7.1/app-changelog.md b/stable/logitech-media-server/11.7.1/app-changelog.md new file mode 100644 index 00000000000..2f4d6b33466 --- /dev/null +++ b/stable/logitech-media-server/11.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [logitech-media-server-11.7.1](https://github.com/truecharts/charts/compare/logitech-media-server-11.6.0...logitech-media-server-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/logitech-media-server/11.7.1/app-readme.md similarity index 100% rename from stable/logitech-media-server/11.5.2/app-readme.md rename to stable/logitech-media-server/11.7.1/app-readme.md diff --git a/stable/logitech-media-server/11.7.1/charts/common-20.2.2.tgz b/stable/logitech-media-server/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/logitech-media-server/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/logitech-media-server/11.7.1/ix_values.yaml b/stable/logitech-media-server/11.7.1/ix_values.yaml new file mode 100644 index 00000000000..596b89186ec --- /dev/null +++ b/stable/logitech-media-server/11.7.1/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: lmscommunity/logitechmediaserver + pullPolicy: IfNotPresent + tag: stable@sha256:63897503b59786b761f85e6ae044b07b4b0375bd0d86705d4b020f1dafb43bc9 +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.5.2/questions.yaml b/stable/logitech-media-server/11.7.1/questions.yaml similarity index 100% rename from stable/logitech-media-server/11.5.2/questions.yaml rename to stable/logitech-media-server/11.7.1/questions.yaml diff --git a/stable/mc-router/4.5.1/templates/NOTES.txt b/stable/logitech-media-server/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/mc-router/4.5.1/templates/NOTES.txt rename to stable/logitech-media-server/11.7.1/templates/NOTES.txt diff --git a/stable/maintainerr/2.5.1/templates/common.yaml b/stable/logitech-media-server/11.7.1/templates/common.yaml similarity index 100% rename from stable/maintainerr/2.5.1/templates/common.yaml rename to stable/logitech-media-server/11.7.1/templates/common.yaml diff --git a/stable/maloja/5.5.1/values.yaml b/stable/logitech-media-server/11.7.1/values.yaml similarity index 100% rename from stable/maloja/5.5.1/values.yaml rename to stable/logitech-media-server/11.7.1/values.yaml diff --git a/stable/longvinter/5.5.1/CHANGELOG.md b/stable/longvinter/5.5.1/CHANGELOG.md deleted file mode 100644 index ba27edd7b51..00000000000 --- a/stable/longvinter/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [longvinter-5.5.1](https://github.com/truecharts/charts/compare/longvinter-5.5.0...longvinter-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [longvinter-5.5.0](https://github.com/truecharts/charts/compare/longvinter-5.4.1...longvinter-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [longvinter-5.4.1](https://github.com/truecharts/charts/compare/longvinter-5.4.0...longvinter-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [longvinter-5.4.0](https://github.com/truecharts/charts/compare/longvinter-5.3.0...longvinter-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [longvinter-5.3.0](https://github.com/truecharts/charts/compare/longvinter-5.2.3...longvinter-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [longvinter-5.2.3](https://github.com/truecharts/charts/compare/longvinter-5.2.2...longvinter-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [longvinter-5.2.2](https://github.com/truecharts/charts/compare/longvinter-5.2.0...longvinter-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [longvinter-4.1.11](https://github.com/truecharts/charts/compare/longvinter-4.1.10...longvinter-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [longvinter-4.1.10](https://github.com/truecharts/charts/compare/longvinter-4.1.9...longvinter-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/longvinter/5.5.1/Chart.yaml b/stable/longvinter/5.5.1/Chart.yaml deleted file mode 100644 index a05a3a8f2fd..00000000000 --- a/stable/longvinter/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/longvinter/5.5.1/charts/common-20.0.8.tgz b/stable/longvinter/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/longvinter/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mango/5.5.1/.helmignore b/stable/longvinter/5.7.1/.helmignore similarity index 100% rename from stable/mango/5.5.1/.helmignore rename to stable/longvinter/5.7.1/.helmignore diff --git a/stable/longvinter/5.7.1/CHANGELOG.md b/stable/longvinter/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eb32dd537e9 --- /dev/null +++ b/stable/longvinter/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [longvinter-5.7.1](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/longvinter/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3175cb23c03 --- /dev/null +++ b/stable/longvinter/5.7.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: 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.2 + 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.1 diff --git a/stable/longvinter/5.5.1/README.md b/stable/longvinter/5.7.1/README.md similarity index 100% rename from stable/longvinter/5.5.1/README.md rename to stable/longvinter/5.7.1/README.md diff --git a/stable/longvinter/5.7.1/app-changelog.md b/stable/longvinter/5.7.1/app-changelog.md new file mode 100644 index 00000000000..998043be064 --- /dev/null +++ b/stable/longvinter/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [longvinter-5.7.1](https://github.com/truecharts/charts/compare/longvinter-5.6.0...longvinter-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/longvinter/5.7.1/app-readme.md similarity index 100% rename from stable/longvinter/5.5.1/app-readme.md rename to stable/longvinter/5.7.1/app-readme.md diff --git a/stable/longvinter/5.7.1/charts/common-20.2.2.tgz b/stable/longvinter/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/longvinter/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/longvinter/5.5.1/ix_values.yaml b/stable/longvinter/5.7.1/ix_values.yaml similarity index 100% rename from stable/longvinter/5.5.1/ix_values.yaml rename to stable/longvinter/5.7.1/ix_values.yaml diff --git a/stable/longvinter/5.5.1/questions.yaml b/stable/longvinter/5.7.1/questions.yaml similarity index 100% rename from stable/longvinter/5.5.1/questions.yaml rename to stable/longvinter/5.7.1/questions.yaml diff --git a/stable/longvinter/5.5.1/templates/common.yaml b/stable/longvinter/5.7.1/templates/common.yaml similarity index 100% rename from stable/longvinter/5.5.1/templates/common.yaml rename to stable/longvinter/5.7.1/templates/common.yaml diff --git a/stable/mango/5.5.1/values.yaml b/stable/longvinter/5.7.1/values.yaml similarity index 100% rename from stable/mango/5.5.1/values.yaml rename to stable/longvinter/5.7.1/values.yaml diff --git a/stable/mailpile/5.5.1/CHANGELOG.md b/stable/mailpile/5.5.1/CHANGELOG.md deleted file mode 100644 index 992cb525ebf..00000000000 --- a/stable/mailpile/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mailpile-5.5.1](https://github.com/truecharts/charts/compare/mailpile-5.5.0...mailpile-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mailpile-5.5.0](https://github.com/truecharts/charts/compare/mailpile-5.4.1...mailpile-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mailpile-5.4.1](https://github.com/truecharts/charts/compare/mailpile-5.4.0...mailpile-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mailpile-5.4.0](https://github.com/truecharts/charts/compare/mailpile-5.3.0...mailpile-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mailpile-5.3.0](https://github.com/truecharts/charts/compare/mailpile-5.2.3...mailpile-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mailpile-5.2.3](https://github.com/truecharts/charts/compare/mailpile-5.2.2...mailpile-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mailpile-5.2.2](https://github.com/truecharts/charts/compare/mailpile-5.2.0...mailpile-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mailpile-4.1.11](https://github.com/truecharts/charts/compare/mailpile-4.1.10...mailpile-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mailpile-4.1.10](https://github.com/truecharts/charts/compare/mailpile-4.1.9...mailpile-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mailpile/5.5.1/Chart.yaml b/stable/mailpile/5.5.1/Chart.yaml deleted file mode 100644 index c5ff99c4bf2..00000000000 --- a/stable/mailpile/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mailpile/5.5.1/charts/common-20.0.8.tgz b/stable/mailpile/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mailpile/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/matomo/13.9.1/.helmignore b/stable/mailpile/5.7.1/.helmignore similarity index 100% rename from stable/matomo/13.9.1/.helmignore rename to stable/mailpile/5.7.1/.helmignore diff --git a/stable/mailpile/5.7.1/CHANGELOG.md b/stable/mailpile/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bc1a96ca365 --- /dev/null +++ b/stable/mailpile/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mailpile-5.7.1](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mailpile/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f4423345689 --- /dev/null +++ b/stable/mailpile/5.7.1/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.2 + 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.1 diff --git a/stable/mailpile/5.5.1/README.md b/stable/mailpile/5.7.1/README.md similarity index 100% rename from stable/mailpile/5.5.1/README.md rename to stable/mailpile/5.7.1/README.md diff --git a/stable/mailpile/5.7.1/app-changelog.md b/stable/mailpile/5.7.1/app-changelog.md new file mode 100644 index 00000000000..40075370365 --- /dev/null +++ b/stable/mailpile/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mailpile-5.7.1](https://github.com/truecharts/charts/compare/mailpile-5.6.0...mailpile-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mailpile/5.7.1/app-readme.md similarity index 100% rename from stable/mailpile/5.5.1/app-readme.md rename to stable/mailpile/5.7.1/app-readme.md diff --git a/stable/mailpile/5.7.1/charts/common-20.2.2.tgz b/stable/mailpile/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mailpile/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mailpile/5.5.1/ix_values.yaml b/stable/mailpile/5.7.1/ix_values.yaml similarity index 100% rename from stable/mailpile/5.5.1/ix_values.yaml rename to stable/mailpile/5.7.1/ix_values.yaml diff --git a/stable/mailpile/5.5.1/questions.yaml b/stable/mailpile/5.7.1/questions.yaml similarity index 100% rename from stable/mailpile/5.5.1/questions.yaml rename to stable/mailpile/5.7.1/questions.yaml diff --git a/stable/mailpile/5.5.1/templates/common.yaml b/stable/mailpile/5.7.1/templates/common.yaml similarity index 100% rename from stable/mailpile/5.5.1/templates/common.yaml rename to stable/mailpile/5.7.1/templates/common.yaml diff --git a/stable/matomo/13.9.1/values.yaml b/stable/mailpile/5.7.1/values.yaml similarity index 100% rename from stable/matomo/13.9.1/values.yaml rename to stable/mailpile/5.7.1/values.yaml diff --git a/stable/maintainerr/2.5.1/CHANGELOG.md b/stable/maintainerr/2.5.1/CHANGELOG.md deleted file mode 100644 index 98844f6f21f..00000000000 --- a/stable/maintainerr/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,93 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [maintainerr-2.5.1](https://github.com/truecharts/charts/compare/maintainerr-2.5.0...maintainerr-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [maintainerr-2.5.0](https://github.com/truecharts/charts/compare/maintainerr-2.4.1...maintainerr-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [maintainerr-2.4.1](https://github.com/truecharts/charts/compare/maintainerr-2.4.0...maintainerr-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [maintainerr-2.4.0](https://github.com/truecharts/charts/compare/maintainerr-2.3.0...maintainerr-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [maintainerr-2.3.0](https://github.com/truecharts/charts/compare/maintainerr-2.2.3...maintainerr-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [maintainerr-2.2.3](https://github.com/truecharts/charts/compare/maintainerr-2.2.2...maintainerr-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [maintainerr-2.2.2](https://github.com/truecharts/charts/compare/maintainerr-2.2.0...maintainerr-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [maintainerr-1.0.1](https://github.com/truecharts/charts/compare/maintainerr-1.0.0...maintainerr-1.0.1) (2024-02-12) - -### Chore - - - -- update container image jorenn92/maintainerr to v2.0.2[@4e0f519](https://github.com/4e0f519) by renovate ([#18140](https://github.com/truecharts/charts/issues/18140)) - - -## [maintainerr-1.0.0](https://github.com/truecharts/charts/compare/maintainerr-0.0.3...maintainerr-1.0.0) (2024-02-07) \ No newline at end of file diff --git a/stable/maintainerr/2.5.1/Chart.yaml b/stable/maintainerr/2.5.1/Chart.yaml deleted file mode 100644 index ed60f9f6afe..00000000000 --- a/stable/maintainerr/2.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.0.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/maintainerr/2.5.1/charts/common-20.0.8.tgz b/stable/maintainerr/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/maintainerr/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mattermost/12.6.1/.helmignore b/stable/maintainerr/2.7.1/.helmignore similarity index 100% rename from stable/mattermost/12.6.1/.helmignore rename to stable/maintainerr/2.7.1/.helmignore diff --git a/stable/maintainerr/2.7.1/CHANGELOG.md b/stable/maintainerr/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0f6247c5779 --- /dev/null +++ b/stable/maintainerr/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maintainerr-2.7.1](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/maintainerr/2.7.1/Chart.yaml new file mode 100644 index 00000000000..f626f5fb054 --- /dev/null +++ b/stable/maintainerr/2.7.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: 2.0.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/maintainerr/2.5.1/README.md b/stable/maintainerr/2.7.1/README.md similarity index 100% rename from stable/maintainerr/2.5.1/README.md rename to stable/maintainerr/2.7.1/README.md diff --git a/stable/maintainerr/2.7.1/app-changelog.md b/stable/maintainerr/2.7.1/app-changelog.md new file mode 100644 index 00000000000..7e9a2e5caa6 --- /dev/null +++ b/stable/maintainerr/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [maintainerr-2.7.1](https://github.com/truecharts/charts/compare/maintainerr-2.6.0...maintainerr-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/maintainerr/2.7.1/app-readme.md similarity index 100% rename from stable/maintainerr/2.5.1/app-readme.md rename to stable/maintainerr/2.7.1/app-readme.md diff --git a/stable/maintainerr/2.7.1/charts/common-20.2.2.tgz b/stable/maintainerr/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/maintainerr/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/maintainerr/2.5.1/ix_values.yaml b/stable/maintainerr/2.7.1/ix_values.yaml similarity index 100% rename from stable/maintainerr/2.5.1/ix_values.yaml rename to stable/maintainerr/2.7.1/ix_values.yaml diff --git a/stable/maintainerr/2.5.1/questions.yaml b/stable/maintainerr/2.7.1/questions.yaml similarity index 100% rename from stable/maintainerr/2.5.1/questions.yaml rename to stable/maintainerr/2.7.1/questions.yaml diff --git a/stable/mealie/21.6.1/templates/NOTES.txt b/stable/maintainerr/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/mealie/21.6.1/templates/NOTES.txt rename to stable/maintainerr/2.7.1/templates/NOTES.txt diff --git a/stable/makemkv/10.5.1/templates/common.yaml b/stable/maintainerr/2.7.1/templates/common.yaml similarity index 100% rename from stable/makemkv/10.5.1/templates/common.yaml rename to stable/maintainerr/2.7.1/templates/common.yaml diff --git a/stable/mattermost/12.6.1/values.yaml b/stable/maintainerr/2.7.1/values.yaml similarity index 100% rename from stable/mattermost/12.6.1/values.yaml rename to stable/maintainerr/2.7.1/values.yaml diff --git a/stable/makemkv/10.5.1/CHANGELOG.md b/stable/makemkv/10.5.1/CHANGELOG.md deleted file mode 100644 index 92d17accef5..00000000000 --- a/stable/makemkv/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [makemkv-10.5.1](https://github.com/truecharts/charts/compare/makemkv-10.5.0...makemkv-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [makemkv-10.5.0](https://github.com/truecharts/charts/compare/makemkv-10.4.1...makemkv-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [makemkv-10.4.1](https://github.com/truecharts/charts/compare/makemkv-10.4.0...makemkv-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [makemkv-10.4.0](https://github.com/truecharts/charts/compare/makemkv-10.3.0...makemkv-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [makemkv-10.3.0](https://github.com/truecharts/charts/compare/makemkv-10.2.3...makemkv-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [makemkv-10.2.3](https://github.com/truecharts/charts/compare/makemkv-10.2.2...makemkv-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [makemkv-10.2.2](https://github.com/truecharts/charts/compare/makemkv-10.2.0...makemkv-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [makemkv-9.0.1](https://github.com/truecharts/charts/compare/makemkv-9.0.0...makemkv-9.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [makemkv-9.0.0](https://github.com/truecharts/charts/compare/makemkv-8.1.10...makemkv-9.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/makemkv to v24.01.1[@7e7e6a0](https://github.com/7e7e6a0) by renovate ([#17708](https://github.com/truecharts/charts/issues/17708)) diff --git a/stable/makemkv/10.5.1/Chart.yaml b/stable/makemkv/10.5.1/Chart.yaml deleted file mode 100644 index 3d33a9ffacf..00000000000 --- a/stable/makemkv/10.5.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.01.1 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/makemkv/10.5.1/charts/common-20.0.8.tgz b/stable/makemkv/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/makemkv/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mc-router/4.5.1/.helmignore b/stable/makemkv/10.7.1/.helmignore similarity index 100% rename from stable/mc-router/4.5.1/.helmignore rename to stable/makemkv/10.7.1/.helmignore diff --git a/stable/makemkv/10.7.1/CHANGELOG.md b/stable/makemkv/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f9298e970c7 --- /dev/null +++ b/stable/makemkv/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [makemkv-10.7.1](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/makemkv/10.7.1/Chart.yaml new file mode 100644 index 00000000000..0bb253020ee --- /dev/null +++ b/stable/makemkv/10.7.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: 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.2 + 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.1 diff --git a/stable/makemkv/10.5.1/README.md b/stable/makemkv/10.7.1/README.md similarity index 100% rename from stable/makemkv/10.5.1/README.md rename to stable/makemkv/10.7.1/README.md diff --git a/stable/makemkv/10.7.1/app-changelog.md b/stable/makemkv/10.7.1/app-changelog.md new file mode 100644 index 00000000000..cb8f4d71eec --- /dev/null +++ b/stable/makemkv/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [makemkv-10.7.1](https://github.com/truecharts/charts/compare/makemkv-10.6.0...makemkv-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/makemkv/10.7.1/app-readme.md similarity index 100% rename from stable/makemkv/10.5.1/app-readme.md rename to stable/makemkv/10.7.1/app-readme.md diff --git a/stable/makemkv/10.7.1/charts/common-20.2.2.tgz b/stable/makemkv/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/makemkv/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/makemkv/10.5.1/ix_values.yaml b/stable/makemkv/10.7.1/ix_values.yaml similarity index 100% rename from stable/makemkv/10.5.1/ix_values.yaml rename to stable/makemkv/10.7.1/ix_values.yaml diff --git a/stable/makemkv/10.5.1/questions.yaml b/stable/makemkv/10.7.1/questions.yaml similarity index 100% rename from stable/makemkv/10.5.1/questions.yaml rename to stable/makemkv/10.7.1/questions.yaml diff --git a/stable/mediainfo/9.5.1/templates/NOTES.txt b/stable/makemkv/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/mediainfo/9.5.1/templates/NOTES.txt rename to stable/makemkv/10.7.1/templates/NOTES.txt diff --git a/stable/matomo/13.9.1/templates/common.yaml b/stable/makemkv/10.7.1/templates/common.yaml similarity index 100% rename from stable/matomo/13.9.1/templates/common.yaml rename to stable/makemkv/10.7.1/templates/common.yaml diff --git a/stable/mc-router/4.5.1/values.yaml b/stable/makemkv/10.7.1/values.yaml similarity index 100% rename from stable/mc-router/4.5.1/values.yaml rename to stable/makemkv/10.7.1/values.yaml diff --git a/stable/maloja/5.5.1/CHANGELOG.md b/stable/maloja/5.5.1/CHANGELOG.md deleted file mode 100644 index 106af671f18..00000000000 --- a/stable/maloja/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [maloja-5.5.1](https://github.com/truecharts/charts/compare/maloja-5.5.0...maloja-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [maloja-5.5.0](https://github.com/truecharts/charts/compare/maloja-5.4.1...maloja-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [maloja-5.4.1](https://github.com/truecharts/charts/compare/maloja-5.4.0...maloja-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [maloja-5.4.0](https://github.com/truecharts/charts/compare/maloja-5.3.0...maloja-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [maloja-5.3.0](https://github.com/truecharts/charts/compare/maloja-5.2.3...maloja-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [maloja-5.2.3](https://github.com/truecharts/charts/compare/maloja-5.2.2...maloja-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [maloja-5.2.2](https://github.com/truecharts/charts/compare/maloja-5.2.0...maloja-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [maloja-4.1.11](https://github.com/truecharts/charts/compare/maloja-4.1.10...maloja-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [maloja-4.1.10](https://github.com/truecharts/charts/compare/maloja-4.1.9...maloja-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/maloja/5.5.1/Chart.yaml b/stable/maloja/5.5.1/Chart.yaml deleted file mode 100644 index d8547be7b7e..00000000000 --- a/stable/maloja/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/maloja/5.5.1/charts/common-20.0.8.tgz b/stable/maloja/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/maloja/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mealie/21.6.1/.helmignore b/stable/maloja/5.7.1/.helmignore similarity index 100% rename from stable/mealie/21.6.1/.helmignore rename to stable/maloja/5.7.1/.helmignore diff --git a/stable/maloja/5.7.1/CHANGELOG.md b/stable/maloja/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6b469a8e701 --- /dev/null +++ b/stable/maloja/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [maloja-5.7.1](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/maloja/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7abc4d63f41 --- /dev/null +++ b/stable/maloja/5.7.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: 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.2 + 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.1 diff --git a/stable/maloja/5.5.1/README.md b/stable/maloja/5.7.1/README.md similarity index 100% rename from stable/maloja/5.5.1/README.md rename to stable/maloja/5.7.1/README.md diff --git a/stable/maloja/5.7.1/app-changelog.md b/stable/maloja/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6eabba6a5bd --- /dev/null +++ b/stable/maloja/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [maloja-5.7.1](https://github.com/truecharts/charts/compare/maloja-5.6.0...maloja-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/maloja/5.7.1/app-readme.md similarity index 100% rename from stable/maloja/5.5.1/app-readme.md rename to stable/maloja/5.7.1/app-readme.md diff --git a/stable/maloja/5.7.1/charts/common-20.2.2.tgz b/stable/maloja/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/maloja/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/maloja/5.5.1/ix_values.yaml b/stable/maloja/5.7.1/ix_values.yaml similarity index 100% rename from stable/maloja/5.5.1/ix_values.yaml rename to stable/maloja/5.7.1/ix_values.yaml diff --git a/stable/maloja/5.5.1/questions.yaml b/stable/maloja/5.7.1/questions.yaml similarity index 100% rename from stable/maloja/5.5.1/questions.yaml rename to stable/maloja/5.7.1/questions.yaml diff --git a/stable/maloja/5.5.1/templates/common.yaml b/stable/maloja/5.7.1/templates/common.yaml similarity index 100% rename from stable/maloja/5.5.1/templates/common.yaml rename to stable/maloja/5.7.1/templates/common.yaml diff --git a/stable/mealie/21.6.1/values.yaml b/stable/maloja/5.7.1/values.yaml similarity index 100% rename from stable/mealie/21.6.1/values.yaml rename to stable/maloja/5.7.1/values.yaml diff --git a/stable/mango/5.5.1/CHANGELOG.md b/stable/mango/5.5.1/CHANGELOG.md deleted file mode 100644 index d86252f4db5..00000000000 --- a/stable/mango/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mango-5.5.1](https://github.com/truecharts/charts/compare/mango-5.5.0...mango-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mango-5.5.0](https://github.com/truecharts/charts/compare/mango-5.4.1...mango-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mango-5.4.1](https://github.com/truecharts/charts/compare/mango-5.4.0...mango-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mango-5.4.0](https://github.com/truecharts/charts/compare/mango-5.3.0...mango-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mango-5.3.0](https://github.com/truecharts/charts/compare/mango-5.2.3...mango-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mango-5.2.3](https://github.com/truecharts/charts/compare/mango-5.2.2...mango-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mango-5.2.2](https://github.com/truecharts/charts/compare/mango-5.2.0...mango-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mango-4.1.11](https://github.com/truecharts/charts/compare/mango-4.1.10...mango-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mango-4.1.10](https://github.com/truecharts/charts/compare/mango-4.1.9...mango-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mango/5.5.1/Chart.yaml b/stable/mango/5.5.1/Chart.yaml deleted file mode 100644 index 365644c36d7..00000000000 --- a/stable/mango/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/mango/5.5.1/charts/common-20.0.8.tgz b/stable/mango/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mango/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/media-roller/5.5.1/.helmignore b/stable/mango/5.7.1/.helmignore similarity index 100% rename from stable/media-roller/5.5.1/.helmignore rename to stable/mango/5.7.1/.helmignore diff --git a/stable/mango/5.7.1/CHANGELOG.md b/stable/mango/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a0245a61d01 --- /dev/null +++ b/stable/mango/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mango-5.7.1](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mango/5.7.1/Chart.yaml new file mode 100644 index 00000000000..cbc6149892b --- /dev/null +++ b/stable/mango/5.7.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: 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.2 + 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.1 diff --git a/stable/mango/5.5.1/README.md b/stable/mango/5.7.1/README.md similarity index 100% rename from stable/mango/5.5.1/README.md rename to stable/mango/5.7.1/README.md diff --git a/stable/mango/5.7.1/app-changelog.md b/stable/mango/5.7.1/app-changelog.md new file mode 100644 index 00000000000..32734a3f115 --- /dev/null +++ b/stable/mango/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mango-5.7.1](https://github.com/truecharts/charts/compare/mango-5.6.0...mango-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mango/5.7.1/app-readme.md similarity index 100% rename from stable/mango/5.5.1/app-readme.md rename to stable/mango/5.7.1/app-readme.md diff --git a/stable/mango/5.7.1/charts/common-20.2.2.tgz b/stable/mango/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mango/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mango/5.5.1/ix_values.yaml b/stable/mango/5.7.1/ix_values.yaml similarity index 100% rename from stable/mango/5.5.1/ix_values.yaml rename to stable/mango/5.7.1/ix_values.yaml diff --git a/stable/mango/5.5.1/questions.yaml b/stable/mango/5.7.1/questions.yaml similarity index 100% rename from stable/mango/5.5.1/questions.yaml rename to stable/mango/5.7.1/questions.yaml diff --git a/stable/mango/5.5.1/templates/common.yaml b/stable/mango/5.7.1/templates/common.yaml similarity index 100% rename from stable/mango/5.5.1/templates/common.yaml rename to stable/mango/5.7.1/templates/common.yaml diff --git a/stable/media-roller/5.5.1/values.yaml b/stable/mango/5.7.1/values.yaml similarity index 100% rename from stable/media-roller/5.5.1/values.yaml rename to stable/mango/5.7.1/values.yaml diff --git a/stable/mediaelch/5.5.1/.helmignore b/stable/mariadb/13.7.1/.helmignore similarity index 100% rename from stable/mediaelch/5.5.1/.helmignore rename to stable/mariadb/13.7.1/.helmignore diff --git a/stable/mariadb/13.7.1/CHANGELOG.md b/stable/mariadb/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0ef2eb86c2b --- /dev/null +++ b/stable/mariadb/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mariadb-13.7.1](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mariadb/13.7.1/Chart.yaml new file mode 100644 index 00000000000..22bd27d6e68 --- /dev/null +++ b/stable/mariadb/13.7.1/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.2 + 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.1 diff --git a/stable/mariadb/13.7.1/README.md b/stable/mariadb/13.7.1/README.md new file mode 100644 index 00000000000..46dbfc0ac13 --- /dev/null +++ b/stable/mariadb/13.7.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/mariadb) + +**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/mariadb/13.7.1/app-changelog.md b/stable/mariadb/13.7.1/app-changelog.md new file mode 100644 index 00000000000..f3c6ace6655 --- /dev/null +++ b/stable/mariadb/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mariadb-13.7.1](https://github.com/truecharts/charts/compare/mariadb-13.6.0...mariadb-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1/app-readme.md b/stable/mariadb/13.7.1/app-readme.md new file mode 100644 index 00000000000..8fe33919df3 --- /dev/null +++ b/stable/mariadb/13.7.1/app-readme.md @@ -0,0 +1,8 @@ +Fast, reliable, scalable, and easy to use open-source relational database system. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/mariadb](https://truecharts.org/charts/stable/mariadb) + +--- + +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/mariadb/13.7.1/charts/common-20.2.2.tgz b/stable/mariadb/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mariadb/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mariadb/13.7.1/ix_values.yaml b/stable/mariadb/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..7948bd7c95f --- /dev/null +++ b/stable/mariadb/13.7.1/ix_values.yaml @@ -0,0 +1,78 @@ +image: + repository: bitnami/mariadb + pullPolicy: IfNotPresent + tag: 11.2.3@sha256:0792f88e171df9d330333724c7511763b305110a8efe7ac2749bd0731a4a98c9 + +includeCommon: true +workload: + main: + podSpec: + containers: + main: + env: + MARIADB_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}' + key: "mariadb-password" + MARIADB_ROOT_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mariadbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mariadbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mariadbcreds" }}{{ end }}' + key: "mariadb-root-password" + MARIADB_USER: "{{ .Values.mariadbUsername }}" + MARIADB_DATABASE: "{{ .Values.mariadbDatabase }}" + probes: + liveness: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" + readiness: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" + startup: + enabled: true + type: exec + command: + - /bin/bash + - -ec + - "until /opt/bitnami/scripts/mariadb/healthcheck.sh; do sleep 2; done" +service: + main: + ports: + main: + port: 3306 + targetPort: 3306 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 +secret: + credentials: + enabled: true + data: + mariadb-password: '{{ ( .Values.mariadbPassword | default "empty" ) }}' + mariadb-root-password: '{{ ( .Values.mariadbRootPassword | default "empty" ) }}' +persistence: + data: + enabled: true + mountPath: "/bitnami/mariadb" +mariadbUsername: "test" +mariadbDatabase: "test" +mariadbRootPassword: "testroot" +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +mariadbPassword: "" +existingSecret: "" +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/stable/mariadb/13.7.1/questions.yaml b/stable/mariadb/13.7.1/questions.yaml new file mode 100755 index 00000000000..56ae57bfa75 --- /dev/null +++ b/stable/mariadb/13.7.1/questions.yaml @@ -0,0 +1,2329 @@ +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: 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: mariadbDatabase + group: "App Configuration" + label: "Database Name" + schema: + type: string + default: "mydatabase" + required: true + - variable: mariadbUsername + group: "App Configuration" + label: "Database User" + schema: + type: string + default: "mydatabaseuser" + required: true + - variable: mariadbPassword + group: "App Configuration" + label: "Database Password" + schema: + type: string + default: "" + required: true + - variable: mariadbRootPassword + 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) + + - 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: 3306 + 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: + + additional_attrs: true + type: dict + attrs: + - variable: data + 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 + - 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: 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: 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/medusa/10.5.2/templates/NOTES.txt b/stable/mariadb/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/medusa/10.5.2/templates/NOTES.txt rename to stable/mariadb/13.7.1/templates/NOTES.txt diff --git a/stable/mediainfo/9.5.1/templates/common.yaml b/stable/mariadb/13.7.1/templates/common.yaml similarity index 100% rename from stable/mediainfo/9.5.1/templates/common.yaml rename to stable/mariadb/13.7.1/templates/common.yaml diff --git a/stable/mediaelch/5.5.1/values.yaml b/stable/mariadb/13.7.1/values.yaml similarity index 100% rename from stable/mediaelch/5.5.1/values.yaml rename to stable/mariadb/13.7.1/values.yaml diff --git a/stable/mediagoblin/5.5.1/.helmignore b/stable/matomo/13.12.1/.helmignore similarity index 100% rename from stable/mediagoblin/5.5.1/.helmignore rename to stable/matomo/13.12.1/.helmignore diff --git a/stable/matomo/13.12.1/CHANGELOG.md b/stable/matomo/13.12.1/CHANGELOG.md new file mode 100644 index 00000000000..54b3925b521 --- /dev/null +++ b/stable/matomo/13.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [matomo-13.12.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/matomo/13.12.1/Chart.yaml b/stable/matomo/13.12.1/Chart.yaml new file mode 100644 index 00000000000..6372142276d --- /dev/null +++ b/stable/matomo/13.12.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/matomo/13.9.1/README.md b/stable/matomo/13.12.1/README.md similarity index 100% rename from stable/matomo/13.9.1/README.md rename to stable/matomo/13.12.1/README.md diff --git a/stable/matomo/13.12.1/app-changelog.md b/stable/matomo/13.12.1/app-changelog.md new file mode 100644 index 00000000000..7e2e7d7d0b3 --- /dev/null +++ b/stable/matomo/13.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [matomo-13.12.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/matomo/13.12.1/app-readme.md similarity index 100% rename from stable/matomo/13.9.1/app-readme.md rename to stable/matomo/13.12.1/app-readme.md diff --git a/stable/matomo/13.12.1/charts/common-20.2.2.tgz b/stable/matomo/13.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/matomo/13.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/matomo/13.12.1/charts/mariadb-13.7.0.tgz b/stable/matomo/13.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/matomo/13.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/matomo/13.9.1/ix_values.yaml b/stable/matomo/13.12.1/ix_values.yaml similarity index 100% rename from stable/matomo/13.9.1/ix_values.yaml rename to stable/matomo/13.12.1/ix_values.yaml diff --git a/stable/matomo/13.9.1/questions.yaml b/stable/matomo/13.12.1/questions.yaml similarity index 100% rename from stable/matomo/13.9.1/questions.yaml rename to stable/matomo/13.12.1/questions.yaml diff --git a/stable/megasync/6.5.1/templates/NOTES.txt b/stable/matomo/13.12.1/templates/NOTES.txt similarity index 100% rename from stable/megasync/6.5.1/templates/NOTES.txt rename to stable/matomo/13.12.1/templates/NOTES.txt diff --git a/stable/megasync/6.5.1/templates/common.yaml b/stable/matomo/13.12.1/templates/common.yaml similarity index 100% rename from stable/megasync/6.5.1/templates/common.yaml rename to stable/matomo/13.12.1/templates/common.yaml diff --git a/stable/mediagoblin/5.5.1/values.yaml b/stable/matomo/13.12.1/values.yaml similarity index 100% rename from stable/mediagoblin/5.5.1/values.yaml rename to stable/matomo/13.12.1/values.yaml diff --git a/stable/matomo/13.9.1/CHANGELOG.md b/stable/matomo/13.9.1/CHANGELOG.md deleted file mode 100644 index e4f0c1cc2bc..00000000000 --- a/stable/matomo/13.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [matomo-13.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/matomo-13.8.3...matomo-13.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [matomo-13.8.3](https://github.com/truecharts/charts/compare/matomo-13.8.2...matomo-13.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/matomo/13.9.1/Chart.yaml b/stable/matomo/13.9.1/Chart.yaml deleted file mode 100644 index 44440981d75..00000000000 --- a/stable/matomo/13.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/matomo/13.9.1/app-changelog.md b/stable/matomo/13.9.1/app-changelog.md deleted file mode 100644 index 5b66afa6b7a..00000000000 --- a/stable/matomo/13.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [matomo-13.9.1](https://github.com/truecharts/charts/compare/matomo-13.9.0...matomo-13.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/matomo/13.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/matomo/13.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/matomo/13.9.1/charts/mariadb-13.5.4.tgz b/stable/matomo/13.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/matomo/13.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/mattermost/12.6.1/CHANGELOG.md b/stable/mattermost/12.6.1/CHANGELOG.md deleted file mode 100644 index f46dc878625..00000000000 --- a/stable/mattermost/12.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mattermost-12.6.1](https://github.com/truecharts/charts/compare/mattermost-12.6.0...mattermost-12.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mattermost-12.6.0](https://github.com/truecharts/charts/compare/mattermost-12.5.1...mattermost-12.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mattermost-12.5.1](https://github.com/truecharts/charts/compare/mattermost-12.5.0...mattermost-12.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mattermost-12.5.0](https://github.com/truecharts/charts/compare/mattermost-12.4.0...mattermost-12.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mattermost-12.4.0](https://github.com/truecharts/charts/compare/mattermost-12.3.4...mattermost-12.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mattermost-12.3.4](https://github.com/truecharts/charts/compare/mattermost-12.3.3...mattermost-12.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mattermost-12.3.3](https://github.com/truecharts/charts/compare/mattermost-12.3.1...mattermost-12.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [mattermost-11.2.5](https://github.com/truecharts/charts/compare/mattermost-11.2.4...mattermost-11.2.5) (2024-02-12) - -### Chore - - - -- update container image mattermost/mattermost-enterprise-edition to release-9.5[@a6f732c](https://github.com/a6f732c) by renovate ([#18095](https://github.com/truecharts/charts/issues/18095)) - - -## [mattermost-11.2.4](https://github.com/truecharts/charts/compare/mattermost-11.2.3...mattermost-11.2.4) (2024-02-05) - -### Chore - diff --git a/stable/mattermost/12.6.1/Chart.yaml b/stable/mattermost/12.6.1/Chart.yaml deleted file mode 100644 index 959e8a259b1..00000000000 --- a/stable/mattermost/12.6.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: 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.0.8 - 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.6.1 diff --git a/stable/mattermost/12.6.1/charts/common-20.0.8.tgz b/stable/mattermost/12.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mattermost/12.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mediainfo/9.5.1/.helmignore b/stable/mattermost/12.8.1/.helmignore similarity index 100% rename from stable/mediainfo/9.5.1/.helmignore rename to stable/mattermost/12.8.1/.helmignore diff --git a/stable/mattermost/12.8.1/CHANGELOG.md b/stable/mattermost/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..0a80731ac75 --- /dev/null +++ b/stable/mattermost/12.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mattermost-12.8.1](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mattermost/12.8.1/Chart.yaml new file mode 100644 index 00000000000..dfe3239940f --- /dev/null +++ b/stable/mattermost/12.8.1/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.2 + 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.1 diff --git a/stable/mattermost/12.6.1/README.md b/stable/mattermost/12.8.1/README.md similarity index 100% rename from stable/mattermost/12.6.1/README.md rename to stable/mattermost/12.8.1/README.md diff --git a/stable/mattermost/12.8.1/app-changelog.md b/stable/mattermost/12.8.1/app-changelog.md new file mode 100644 index 00000000000..35147e3dd17 --- /dev/null +++ b/stable/mattermost/12.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mattermost-12.8.1](https://github.com/truecharts/charts/compare/mattermost-12.7.0...mattermost-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/mattermost/12.8.1/app-readme.md similarity index 100% rename from stable/mattermost/12.6.1/app-readme.md rename to stable/mattermost/12.8.1/app-readme.md diff --git a/stable/mattermost/12.8.1/charts/common-20.2.2.tgz b/stable/mattermost/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mattermost/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/mattermost/12.6.1/ix_values.yaml b/stable/mattermost/12.8.1/ix_values.yaml similarity index 100% rename from stable/mattermost/12.6.1/ix_values.yaml rename to stable/mattermost/12.8.1/ix_values.yaml diff --git a/stable/mattermost/12.6.1/questions.yaml b/stable/mattermost/12.8.1/questions.yaml similarity index 100% rename from stable/mattermost/12.6.1/questions.yaml rename to stable/mattermost/12.8.1/questions.yaml diff --git a/stable/meshroom/9.5.1/templates/NOTES.txt b/stable/mattermost/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/meshroom/9.5.1/templates/NOTES.txt rename to stable/mattermost/12.8.1/templates/NOTES.txt diff --git a/stable/mattermost/12.6.1/templates/common.yaml b/stable/mattermost/12.8.1/templates/common.yaml similarity index 100% rename from stable/mattermost/12.6.1/templates/common.yaml rename to stable/mattermost/12.8.1/templates/common.yaml diff --git a/stable/mediainfo/9.5.1/values.yaml b/stable/mattermost/12.8.1/values.yaml similarity index 100% rename from stable/mediainfo/9.5.1/values.yaml rename to stable/mattermost/12.8.1/values.yaml diff --git a/stable/mc-router/4.5.1/CHANGELOG.md b/stable/mc-router/4.5.1/CHANGELOG.md deleted file mode 100644 index d6efab6298a..00000000000 --- a/stable/mc-router/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mc-router-4.5.1](https://github.com/truecharts/charts/compare/mc-router-4.5.0...mc-router-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mc-router-4.5.0](https://github.com/truecharts/charts/compare/mc-router-4.4.1...mc-router-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mc-router-4.4.1](https://github.com/truecharts/charts/compare/mc-router-4.4.0...mc-router-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mc-router-4.4.0](https://github.com/truecharts/charts/compare/mc-router-4.3.0...mc-router-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mc-router-4.3.0](https://github.com/truecharts/charts/compare/mc-router-4.2.3...mc-router-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mc-router-4.2.3](https://github.com/truecharts/charts/compare/mc-router-4.2.2...mc-router-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mc-router-4.2.2](https://github.com/truecharts/charts/compare/mc-router-4.2.0...mc-router-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mc-router-3.1.12](https://github.com/truecharts/charts/compare/mc-router-3.1.11...mc-router-3.1.12) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-router to v1.20.1[@035141c](https://github.com/035141c) by renovate ([#17919](https://github.com/truecharts/charts/issues/17919)) - - -## [mc-router-3.1.11](https://github.com/truecharts/charts/compare/mc-router-3.1.10...mc-router-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/mc-router/4.5.1/Chart.yaml b/stable/mc-router/4.5.1/Chart.yaml deleted file mode 100644 index c0525b27f42..00000000000 --- a/stable/mc-router/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mc-router/4.5.1/charts/common-20.0.8.tgz b/stable/mc-router/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mc-router/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/medusa/10.5.2/.helmignore b/stable/mc-router/4.7.1/.helmignore similarity index 100% rename from stable/medusa/10.5.2/.helmignore rename to stable/mc-router/4.7.1/.helmignore diff --git a/stable/mc-router/4.7.1/CHANGELOG.md b/stable/mc-router/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a411c2600f2 --- /dev/null +++ b/stable/mc-router/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mc-router-4.7.1](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mc-router/4.7.1/Chart.yaml new file mode 100644 index 00000000000..ad08f57e56e --- /dev/null +++ b/stable/mc-router/4.7.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: 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.2 + 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.1 diff --git a/stable/mc-router/4.5.1/README.md b/stable/mc-router/4.7.1/README.md similarity index 100% rename from stable/mc-router/4.5.1/README.md rename to stable/mc-router/4.7.1/README.md diff --git a/stable/mc-router/4.7.1/app-changelog.md b/stable/mc-router/4.7.1/app-changelog.md new file mode 100644 index 00000000000..47e8e8a0965 --- /dev/null +++ b/stable/mc-router/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mc-router-4.7.1](https://github.com/truecharts/charts/compare/mc-router-4.6.0...mc-router-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mc-router/4.7.1/app-readme.md similarity index 100% rename from stable/mc-router/4.5.1/app-readme.md rename to stable/mc-router/4.7.1/app-readme.md diff --git a/stable/mc-router/4.7.1/charts/common-20.2.2.tgz b/stable/mc-router/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mc-router/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mc-router/4.5.1/ix_values.yaml b/stable/mc-router/4.7.1/ix_values.yaml similarity index 100% rename from stable/mc-router/4.5.1/ix_values.yaml rename to stable/mc-router/4.7.1/ix_values.yaml diff --git a/stable/mc-router/4.5.1/questions.yaml b/stable/mc-router/4.7.1/questions.yaml similarity index 100% rename from stable/mc-router/4.5.1/questions.yaml rename to stable/mc-router/4.7.1/questions.yaml diff --git a/stable/metabase/3.5.2/templates/NOTES.txt b/stable/mc-router/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/metabase/3.5.2/templates/NOTES.txt rename to stable/mc-router/4.7.1/templates/NOTES.txt diff --git a/stable/mc-router/4.5.1/templates/_secrets.tpl b/stable/mc-router/4.7.1/templates/_secrets.tpl similarity index 100% rename from stable/mc-router/4.5.1/templates/_secrets.tpl rename to stable/mc-router/4.7.1/templates/_secrets.tpl diff --git a/stable/mc-router/4.5.1/templates/common.yaml b/stable/mc-router/4.7.1/templates/common.yaml similarity index 100% rename from stable/mc-router/4.5.1/templates/common.yaml rename to stable/mc-router/4.7.1/templates/common.yaml diff --git a/stable/medusa/10.5.2/values.yaml b/stable/mc-router/4.7.1/values.yaml similarity index 100% rename from stable/medusa/10.5.2/values.yaml rename to stable/mc-router/4.7.1/values.yaml diff --git a/stable/mealie/21.6.1/CHANGELOG.md b/stable/mealie/21.6.1/CHANGELOG.md deleted file mode 100644 index 6e5f903c8b3..00000000000 --- a/stable/mealie/21.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mealie-21.6.1](https://github.com/truecharts/charts/compare/mealie-21.6.0...mealie-21.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mealie-21.6.0](https://github.com/truecharts/charts/compare/mealie-21.5.0...mealie-21.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mealie-21.5.0](https://github.com/truecharts/charts/compare/mealie-21.4.1...mealie-21.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/mealie-recipes/mealie to v1.3.2[@3b503b0](https://github.com/3b503b0) by renovate ([#19101](https://github.com/truecharts/charts/issues/19101)) - - -## [mealie-21.4.1](https://github.com/truecharts/charts/compare/mealie-21.4.0...mealie-21.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mealie-21.4.0](https://github.com/truecharts/charts/compare/mealie-21.3.0...mealie-21.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mealie-21.3.0](https://github.com/truecharts/charts/compare/mealie-21.2.3...mealie-21.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mealie-21.2.3](https://github.com/truecharts/charts/compare/mealie-21.2.2...mealie-21.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mealie-21.2.2](https://github.com/truecharts/charts/compare/mealie-21.2.0...mealie-21.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mealie-20.4.0](https://github.com/truecharts/charts/compare/mealie-20.3.2...mealie-20.4.0) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/mealie-recipes/mealie to v1.2.0[@c3d5fda](https://github.com/c3d5fda) by renovate ([#18187](https://github.com/truecharts/charts/issues/18187)) diff --git a/stable/mealie/21.6.1/Chart.yaml b/stable/mealie/21.6.1/Chart.yaml deleted file mode 100644 index c0967ada124..00000000000 --- a/stable/mealie/21.6.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: 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.0.8 - 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.6.1 diff --git a/stable/mealie/21.6.1/charts/common-20.0.8.tgz b/stable/mealie/21.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mealie/21.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/megasync/6.5.1/.helmignore b/stable/mealie/21.8.1/.helmignore similarity index 100% rename from stable/megasync/6.5.1/.helmignore rename to stable/mealie/21.8.1/.helmignore diff --git a/stable/mealie/21.8.1/CHANGELOG.md b/stable/mealie/21.8.1/CHANGELOG.md new file mode 100644 index 00000000000..4a1c844858f --- /dev/null +++ b/stable/mealie/21.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mealie-21.8.1](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mealie/21.8.1/Chart.yaml new file mode 100644 index 00000000000..f558a06c77c --- /dev/null +++ b/stable/mealie/21.8.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: 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.2 + 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.1 diff --git a/stable/mealie/21.6.1/README.md b/stable/mealie/21.8.1/README.md similarity index 100% rename from stable/mealie/21.6.1/README.md rename to stable/mealie/21.8.1/README.md diff --git a/stable/mealie/21.8.1/app-changelog.md b/stable/mealie/21.8.1/app-changelog.md new file mode 100644 index 00000000000..1a467172816 --- /dev/null +++ b/stable/mealie/21.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mealie-21.8.1](https://github.com/truecharts/charts/compare/mealie-21.7.0...mealie-21.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/mealie/21.8.1/app-readme.md similarity index 100% rename from stable/mealie/21.6.1/app-readme.md rename to stable/mealie/21.8.1/app-readme.md diff --git a/stable/mealie/21.8.1/charts/common-20.2.2.tgz b/stable/mealie/21.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mealie/21.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/mealie/21.6.1/ix_values.yaml b/stable/mealie/21.8.1/ix_values.yaml similarity index 100% rename from stable/mealie/21.6.1/ix_values.yaml rename to stable/mealie/21.8.1/ix_values.yaml diff --git a/stable/mealie/21.6.1/questions.yaml b/stable/mealie/21.8.1/questions.yaml similarity index 100% rename from stable/mealie/21.6.1/questions.yaml rename to stable/mealie/21.8.1/questions.yaml diff --git a/stable/metube/12.6.1/templates/NOTES.txt b/stable/mealie/21.8.1/templates/NOTES.txt similarity index 100% rename from stable/metube/12.6.1/templates/NOTES.txt rename to stable/mealie/21.8.1/templates/NOTES.txt diff --git a/stable/mealie/21.6.1/templates/_secrets.tpl b/stable/mealie/21.8.1/templates/_secrets.tpl similarity index 100% rename from stable/mealie/21.6.1/templates/_secrets.tpl rename to stable/mealie/21.8.1/templates/_secrets.tpl diff --git a/stable/mealie/21.6.1/templates/common.yaml b/stable/mealie/21.8.1/templates/common.yaml similarity index 100% rename from stable/mealie/21.6.1/templates/common.yaml rename to stable/mealie/21.8.1/templates/common.yaml diff --git a/stable/megasync/6.5.1/values.yaml b/stable/mealie/21.8.1/values.yaml similarity index 100% rename from stable/megasync/6.5.1/values.yaml rename to stable/mealie/21.8.1/values.yaml diff --git a/stable/media-roller/5.5.1/CHANGELOG.md b/stable/media-roller/5.5.1/CHANGELOG.md deleted file mode 100644 index a1850149bb9..00000000000 --- a/stable/media-roller/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [media-roller-5.5.1](https://github.com/truecharts/charts/compare/media-roller-5.5.0...media-roller-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [media-roller-5.5.0](https://github.com/truecharts/charts/compare/media-roller-5.4.1...media-roller-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [media-roller-5.4.1](https://github.com/truecharts/charts/compare/media-roller-5.4.0...media-roller-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [media-roller-5.4.0](https://github.com/truecharts/charts/compare/media-roller-5.3.0...media-roller-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [media-roller-5.3.0](https://github.com/truecharts/charts/compare/media-roller-5.2.3...media-roller-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [media-roller-5.2.3](https://github.com/truecharts/charts/compare/media-roller-5.2.2...media-roller-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [media-roller-5.2.2](https://github.com/truecharts/charts/compare/media-roller-5.2.0...media-roller-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [media-roller-4.1.11](https://github.com/truecharts/charts/compare/media-roller-4.1.10...media-roller-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [media-roller-4.1.10](https://github.com/truecharts/charts/compare/media-roller-4.1.9...media-roller-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/media-roller/5.5.1/Chart.yaml b/stable/media-roller/5.5.1/Chart.yaml deleted file mode 100644 index 3080ebd8f0e..00000000000 --- a/stable/media-roller/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/media-roller/5.5.1/charts/common-20.0.8.tgz b/stable/media-roller/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/media-roller/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/memories-of-mars/5.5.1/.helmignore b/stable/media-roller/5.7.1/.helmignore similarity index 100% rename from stable/memories-of-mars/5.5.1/.helmignore rename to stable/media-roller/5.7.1/.helmignore diff --git a/stable/media-roller/5.7.1/CHANGELOG.md b/stable/media-roller/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..581cac2c15e --- /dev/null +++ b/stable/media-roller/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [media-roller-5.7.1](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/media-roller/5.7.1/Chart.yaml new file mode 100644 index 00000000000..981baabe175 --- /dev/null +++ b/stable/media-roller/5.7.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: 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.2 + 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.1 diff --git a/stable/media-roller/5.5.1/README.md b/stable/media-roller/5.7.1/README.md similarity index 100% rename from stable/media-roller/5.5.1/README.md rename to stable/media-roller/5.7.1/README.md diff --git a/stable/media-roller/5.7.1/app-changelog.md b/stable/media-roller/5.7.1/app-changelog.md new file mode 100644 index 00000000000..84f6305b960 --- /dev/null +++ b/stable/media-roller/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [media-roller-5.7.1](https://github.com/truecharts/charts/compare/media-roller-5.6.0...media-roller-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/media-roller/5.7.1/app-readme.md similarity index 100% rename from stable/media-roller/5.5.1/app-readme.md rename to stable/media-roller/5.7.1/app-readme.md diff --git a/stable/media-roller/5.7.1/charts/common-20.2.2.tgz b/stable/media-roller/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/media-roller/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/media-roller/5.5.1/ix_values.yaml b/stable/media-roller/5.7.1/ix_values.yaml similarity index 100% rename from stable/media-roller/5.5.1/ix_values.yaml rename to stable/media-roller/5.7.1/ix_values.yaml diff --git a/stable/media-roller/5.5.1/questions.yaml b/stable/media-roller/5.7.1/questions.yaml similarity index 100% rename from stable/media-roller/5.5.1/questions.yaml rename to stable/media-roller/5.7.1/questions.yaml diff --git a/stable/media-roller/5.5.1/templates/common.yaml b/stable/media-roller/5.7.1/templates/common.yaml similarity index 100% rename from stable/media-roller/5.5.1/templates/common.yaml rename to stable/media-roller/5.7.1/templates/common.yaml diff --git a/stable/memories-of-mars/5.5.1/values.yaml b/stable/media-roller/5.7.1/values.yaml similarity index 100% rename from stable/memories-of-mars/5.5.1/values.yaml rename to stable/media-roller/5.7.1/values.yaml diff --git a/stable/mediaelch/5.5.1/CHANGELOG.md b/stable/mediaelch/5.5.1/CHANGELOG.md deleted file mode 100644 index 780b688eb9f..00000000000 --- a/stable/mediaelch/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediaelch-5.5.1](https://github.com/truecharts/charts/compare/mediaelch-5.5.0...mediaelch-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mediaelch-5.5.0](https://github.com/truecharts/charts/compare/mediaelch-5.4.1...mediaelch-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mediaelch-5.4.1](https://github.com/truecharts/charts/compare/mediaelch-5.4.0...mediaelch-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mediaelch-5.4.0](https://github.com/truecharts/charts/compare/mediaelch-5.3.0...mediaelch-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mediaelch-5.3.0](https://github.com/truecharts/charts/compare/mediaelch-5.2.3...mediaelch-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mediaelch-5.2.3](https://github.com/truecharts/charts/compare/mediaelch-5.2.2...mediaelch-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mediaelch-5.2.2](https://github.com/truecharts/charts/compare/mediaelch-5.2.0...mediaelch-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mediaelch-4.1.11](https://github.com/truecharts/charts/compare/mediaelch-4.1.10...mediaelch-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mediaelch-4.1.10](https://github.com/truecharts/charts/compare/mediaelch-4.1.9...mediaelch-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mediaelch/5.5.1/Chart.yaml b/stable/mediaelch/5.5.1/Chart.yaml deleted file mode 100644 index 47a53600dae..00000000000 --- a/stable/mediaelch/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/mediaelch/5.5.1/charts/common-20.0.8.tgz b/stable/mediaelch/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mediaelch/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/meshcentral/15.5.1/.helmignore b/stable/mediaelch/5.7.1/.helmignore similarity index 100% rename from stable/meshcentral/15.5.1/.helmignore rename to stable/mediaelch/5.7.1/.helmignore diff --git a/stable/mediaelch/5.7.1/CHANGELOG.md b/stable/mediaelch/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9892790aa37 --- /dev/null +++ b/stable/mediaelch/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediaelch-5.7.1](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mediaelch/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a5ac71dc903 --- /dev/null +++ b/stable/mediaelch/5.7.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: 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.2 + 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.1 diff --git a/stable/mediaelch/5.5.1/README.md b/stable/mediaelch/5.7.1/README.md similarity index 100% rename from stable/mediaelch/5.5.1/README.md rename to stable/mediaelch/5.7.1/README.md diff --git a/stable/mediaelch/5.7.1/app-changelog.md b/stable/mediaelch/5.7.1/app-changelog.md new file mode 100644 index 00000000000..4be9937b674 --- /dev/null +++ b/stable/mediaelch/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mediaelch-5.7.1](https://github.com/truecharts/charts/compare/mediaelch-5.6.0...mediaelch-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mediaelch/5.7.1/app-readme.md similarity index 100% rename from stable/mediaelch/5.5.1/app-readme.md rename to stable/mediaelch/5.7.1/app-readme.md diff --git a/stable/mediaelch/5.7.1/charts/common-20.2.2.tgz b/stable/mediaelch/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mediaelch/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mediaelch/5.5.1/ix_values.yaml b/stable/mediaelch/5.7.1/ix_values.yaml similarity index 100% rename from stable/mediaelch/5.5.1/ix_values.yaml rename to stable/mediaelch/5.7.1/ix_values.yaml diff --git a/stable/mediaelch/5.5.1/questions.yaml b/stable/mediaelch/5.7.1/questions.yaml similarity index 100% rename from stable/mediaelch/5.5.1/questions.yaml rename to stable/mediaelch/5.7.1/questions.yaml diff --git a/stable/mediaelch/5.5.1/templates/common.yaml b/stable/mediaelch/5.7.1/templates/common.yaml similarity index 100% rename from stable/mediaelch/5.5.1/templates/common.yaml rename to stable/mediaelch/5.7.1/templates/common.yaml diff --git a/stable/meshcentral/15.5.1/values.yaml b/stable/mediaelch/5.7.1/values.yaml similarity index 100% rename from stable/meshcentral/15.5.1/values.yaml rename to stable/mediaelch/5.7.1/values.yaml diff --git a/stable/mediagoblin/5.5.1/CHANGELOG.md b/stable/mediagoblin/5.5.1/CHANGELOG.md deleted file mode 100644 index f0b65ec656a..00000000000 --- a/stable/mediagoblin/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediagoblin-5.5.1](https://github.com/truecharts/charts/compare/mediagoblin-5.5.0...mediagoblin-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mediagoblin-5.5.0](https://github.com/truecharts/charts/compare/mediagoblin-5.4.1...mediagoblin-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mediagoblin-5.4.1](https://github.com/truecharts/charts/compare/mediagoblin-5.4.0...mediagoblin-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mediagoblin-5.4.0](https://github.com/truecharts/charts/compare/mediagoblin-5.3.0...mediagoblin-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mediagoblin-5.3.0](https://github.com/truecharts/charts/compare/mediagoblin-5.2.3...mediagoblin-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mediagoblin-5.2.3](https://github.com/truecharts/charts/compare/mediagoblin-5.2.2...mediagoblin-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mediagoblin-5.2.2](https://github.com/truecharts/charts/compare/mediagoblin-5.2.0...mediagoblin-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mediagoblin-4.1.11](https://github.com/truecharts/charts/compare/mediagoblin-4.1.10...mediagoblin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mediagoblin-4.1.10](https://github.com/truecharts/charts/compare/mediagoblin-4.1.9...mediagoblin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mediagoblin/5.5.1/Chart.yaml b/stable/mediagoblin/5.5.1/Chart.yaml deleted file mode 100644 index 818ec6c437c..00000000000 --- a/stable/mediagoblin/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mediagoblin/5.5.1/charts/common-20.0.8.tgz b/stable/mediagoblin/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mediagoblin/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/meshroom/9.5.1/.helmignore b/stable/mediagoblin/5.7.1/.helmignore similarity index 100% rename from stable/meshroom/9.5.1/.helmignore rename to stable/mediagoblin/5.7.1/.helmignore diff --git a/stable/mediagoblin/5.7.1/CHANGELOG.md b/stable/mediagoblin/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ffd1e3ecbbe --- /dev/null +++ b/stable/mediagoblin/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediagoblin-5.7.1](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mediagoblin/5.7.1/Chart.yaml new file mode 100644 index 00000000000..60d6087d1ad --- /dev/null +++ b/stable/mediagoblin/5.7.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: 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.2 + 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.1 diff --git a/stable/mediagoblin/5.5.1/README.md b/stable/mediagoblin/5.7.1/README.md similarity index 100% rename from stable/mediagoblin/5.5.1/README.md rename to stable/mediagoblin/5.7.1/README.md diff --git a/stable/mediagoblin/5.7.1/app-changelog.md b/stable/mediagoblin/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b864beb9275 --- /dev/null +++ b/stable/mediagoblin/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mediagoblin-5.7.1](https://github.com/truecharts/charts/compare/mediagoblin-5.6.0...mediagoblin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mediagoblin/5.7.1/app-readme.md similarity index 100% rename from stable/mediagoblin/5.5.1/app-readme.md rename to stable/mediagoblin/5.7.1/app-readme.md diff --git a/stable/mediagoblin/5.7.1/charts/common-20.2.2.tgz b/stable/mediagoblin/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mediagoblin/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mediagoblin/5.5.1/ix_values.yaml b/stable/mediagoblin/5.7.1/ix_values.yaml similarity index 100% rename from stable/mediagoblin/5.5.1/ix_values.yaml rename to stable/mediagoblin/5.7.1/ix_values.yaml diff --git a/stable/mediagoblin/5.5.1/questions.yaml b/stable/mediagoblin/5.7.1/questions.yaml similarity index 100% rename from stable/mediagoblin/5.5.1/questions.yaml rename to stable/mediagoblin/5.7.1/questions.yaml diff --git a/stable/mediagoblin/5.5.1/templates/common.yaml b/stable/mediagoblin/5.7.1/templates/common.yaml similarity index 100% rename from stable/mediagoblin/5.5.1/templates/common.yaml rename to stable/mediagoblin/5.7.1/templates/common.yaml diff --git a/stable/meshroom/9.5.1/values.yaml b/stable/mediagoblin/5.7.1/values.yaml similarity index 100% rename from stable/meshroom/9.5.1/values.yaml rename to stable/mediagoblin/5.7.1/values.yaml diff --git a/stable/mediainfo/9.5.1/CHANGELOG.md b/stable/mediainfo/9.5.1/CHANGELOG.md deleted file mode 100644 index d494e17ff7d..00000000000 --- a/stable/mediainfo/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mediainfo-9.5.1](https://github.com/truecharts/charts/compare/mediainfo-9.5.0...mediainfo-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mediainfo-9.5.0](https://github.com/truecharts/charts/compare/mediainfo-9.4.1...mediainfo-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mediainfo-9.4.1](https://github.com/truecharts/charts/compare/mediainfo-9.4.0...mediainfo-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mediainfo-9.4.0](https://github.com/truecharts/charts/compare/mediainfo-9.3.0...mediainfo-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mediainfo-9.3.0](https://github.com/truecharts/charts/compare/mediainfo-9.2.3...mediainfo-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mediainfo-9.2.3](https://github.com/truecharts/charts/compare/mediainfo-9.2.2...mediainfo-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mediainfo-9.2.2](https://github.com/truecharts/charts/compare/mediainfo-9.2.0...mediainfo-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mediainfo-8.1.0](https://github.com/truecharts/charts/compare/mediainfo-8.0.1...mediainfo-8.1.0) (2024-02-05) - -### Chore - - - -- update container image jlesage/mediainfo to v24.02.1[@d73bce3](https://github.com/d73bce3) by renovate ([#17944](https://github.com/truecharts/charts/issues/17944)) - - -## [mediainfo-8.0.1](https://github.com/truecharts/charts/compare/mediainfo-8.0.0...mediainfo-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/mediainfo/9.5.1/Chart.yaml b/stable/mediainfo/9.5.1/Chart.yaml deleted file mode 100644 index 6eab4f75a12..00000000000 --- a/stable/mediainfo/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mediainfo/9.5.1/charts/common-20.0.8.tgz b/stable/mediainfo/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mediainfo/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/metabase/3.5.2/.helmignore b/stable/mediainfo/9.7.1/.helmignore similarity index 100% rename from stable/metabase/3.5.2/.helmignore rename to stable/mediainfo/9.7.1/.helmignore diff --git a/stable/mediainfo/9.7.1/CHANGELOG.md b/stable/mediainfo/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d03ab976f4d --- /dev/null +++ b/stable/mediainfo/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mediainfo-9.7.1](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mediainfo/9.7.1/Chart.yaml new file mode 100644 index 00000000000..5abd11c5928 --- /dev/null +++ b/stable/mediainfo/9.7.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: 24.02.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/mediainfo/9.5.1/README.md b/stable/mediainfo/9.7.1/README.md similarity index 100% rename from stable/mediainfo/9.5.1/README.md rename to stable/mediainfo/9.7.1/README.md diff --git a/stable/mediainfo/9.7.1/app-changelog.md b/stable/mediainfo/9.7.1/app-changelog.md new file mode 100644 index 00000000000..08e9d2743dc --- /dev/null +++ b/stable/mediainfo/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mediainfo-9.7.1](https://github.com/truecharts/charts/compare/mediainfo-9.6.0...mediainfo-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mediainfo/9.7.1/app-readme.md similarity index 100% rename from stable/mediainfo/9.5.1/app-readme.md rename to stable/mediainfo/9.7.1/app-readme.md diff --git a/stable/mediainfo/9.7.1/charts/common-20.2.2.tgz b/stable/mediainfo/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mediainfo/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mediainfo/9.5.1/ix_values.yaml b/stable/mediainfo/9.7.1/ix_values.yaml similarity index 100% rename from stable/mediainfo/9.5.1/ix_values.yaml rename to stable/mediainfo/9.7.1/ix_values.yaml diff --git a/stable/mediainfo/9.5.1/questions.yaml b/stable/mediainfo/9.7.1/questions.yaml similarity index 100% rename from stable/mediainfo/9.5.1/questions.yaml rename to stable/mediainfo/9.7.1/questions.yaml diff --git a/stable/minecraft-bedrock/8.5.1/templates/NOTES.txt b/stable/mediainfo/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bedrock/8.5.1/templates/NOTES.txt rename to stable/mediainfo/9.7.1/templates/NOTES.txt diff --git a/stable/meshroom/9.5.1/templates/common.yaml b/stable/mediainfo/9.7.1/templates/common.yaml similarity index 100% rename from stable/meshroom/9.5.1/templates/common.yaml rename to stable/mediainfo/9.7.1/templates/common.yaml diff --git a/stable/metabase/3.5.2/values.yaml b/stable/mediainfo/9.7.1/values.yaml similarity index 100% rename from stable/metabase/3.5.2/values.yaml rename to stable/mediainfo/9.7.1/values.yaml diff --git a/stable/medusa/10.5.2/CHANGELOG.md b/stable/medusa/10.5.2/CHANGELOG.md deleted file mode 100644 index 13e1fe4f601..00000000000 --- a/stable/medusa/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [medusa-10.5.2](https://github.com/truecharts/charts/compare/medusa-10.5.1...medusa-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [medusa-10.5.1](https://github.com/truecharts/charts/compare/medusa-10.5.0...medusa-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [medusa-10.5.0](https://github.com/truecharts/charts/compare/medusa-10.4.2...medusa-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [medusa-10.4.2](https://github.com/truecharts/charts/compare/medusa-10.4.1...medusa-10.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/medusa to 1.0.19[@a815353](https://github.com/a815353) by renovate ([#19004](https://github.com/truecharts/charts/issues/19004)) - - -## [medusa-10.4.1](https://github.com/truecharts/charts/compare/medusa-10.4.0...medusa-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [medusa-10.4.0](https://github.com/truecharts/charts/compare/medusa-10.3.0...medusa-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [medusa-10.3.0](https://github.com/truecharts/charts/compare/medusa-10.2.4...medusa-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [medusa-10.2.4](https://github.com/truecharts/charts/compare/medusa-10.2.3...medusa-10.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [medusa-10.2.3](https://github.com/truecharts/charts/compare/medusa-10.2.1...medusa-10.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/medusa/10.5.2/Chart.yaml b/stable/medusa/10.5.2/Chart.yaml deleted file mode 100644 index 4464f90dbb8..00000000000 --- a/stable/medusa/10.5.2/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.0.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.5.2 diff --git a/stable/medusa/10.5.2/charts/common-20.0.9.tgz b/stable/medusa/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/medusa/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/medusa/10.5.2/ix_values.yaml b/stable/medusa/10.5.2/ix_values.yaml deleted file mode 100644 index 36c4867b975..00000000000 --- a/stable/medusa/10.5.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/medusa - pullPolicy: IfNotPresent - tag: 1.0.19@sha256:a815353e1cb912ad00b0c4f0548e7a34ede41eec41ad607bbaa3439819e94fc4 -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/metatube/5.5.1/.helmignore b/stable/medusa/10.7.1/.helmignore similarity index 100% rename from stable/metatube/5.5.1/.helmignore rename to stable/medusa/10.7.1/.helmignore diff --git a/stable/medusa/10.7.1/CHANGELOG.md b/stable/medusa/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..43e8a8bf6c3 --- /dev/null +++ b/stable/medusa/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [medusa-10.7.1](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/medusa/10.7.1/Chart.yaml b/stable/medusa/10.7.1/Chart.yaml new file mode 100644 index 00000000000..c7c4e14be84 --- /dev/null +++ b/stable/medusa/10.7.1/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.19 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/medusa/10.5.2/README.md b/stable/medusa/10.7.1/README.md similarity index 100% rename from stable/medusa/10.5.2/README.md rename to stable/medusa/10.7.1/README.md diff --git a/stable/medusa/10.7.1/app-changelog.md b/stable/medusa/10.7.1/app-changelog.md new file mode 100644 index 00000000000..830b853c182 --- /dev/null +++ b/stable/medusa/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [medusa-10.7.1](https://github.com/truecharts/charts/compare/medusa-10.6.0...medusa-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/medusa/10.7.1/app-readme.md similarity index 100% rename from stable/medusa/10.5.2/app-readme.md rename to stable/medusa/10.7.1/app-readme.md diff --git a/stable/medusa/10.7.1/charts/common-20.2.2.tgz b/stable/medusa/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/medusa/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/medusa/10.7.1/ix_values.yaml b/stable/medusa/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..27a98abbeb7 --- /dev/null +++ b/stable/medusa/10.7.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/medusa + pullPolicy: IfNotPresent + tag: 1.0.19@sha256:dbaa681cf4cc2d468c5d412246a60e0f66831a28100cb5598ecf3b4cb8668f74 +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.5.2/questions.yaml b/stable/medusa/10.7.1/questions.yaml similarity index 100% rename from stable/medusa/10.5.2/questions.yaml rename to stable/medusa/10.7.1/questions.yaml diff --git a/stable/minecraft-bungeecord/8.5.1/templates/NOTES.txt b/stable/medusa/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/templates/NOTES.txt rename to stable/medusa/10.7.1/templates/NOTES.txt diff --git a/stable/medusa/10.5.2/templates/common.yaml b/stable/medusa/10.7.1/templates/common.yaml similarity index 100% rename from stable/medusa/10.5.2/templates/common.yaml rename to stable/medusa/10.7.1/templates/common.yaml diff --git a/stable/metatube/5.5.1/values.yaml b/stable/medusa/10.7.1/values.yaml similarity index 100% rename from stable/metatube/5.5.1/values.yaml rename to stable/medusa/10.7.1/values.yaml diff --git a/stable/megasync/6.5.1/CHANGELOG.md b/stable/megasync/6.5.1/CHANGELOG.md deleted file mode 100644 index 8d771836f55..00000000000 --- a/stable/megasync/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [megasync-6.5.1](https://github.com/truecharts/charts/compare/megasync-6.5.0...megasync-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [megasync-6.5.0](https://github.com/truecharts/charts/compare/megasync-6.4.1...megasync-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [megasync-6.4.1](https://github.com/truecharts/charts/compare/megasync-6.4.0...megasync-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [megasync-6.4.0](https://github.com/truecharts/charts/compare/megasync-6.3.0...megasync-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [megasync-6.3.0](https://github.com/truecharts/charts/compare/megasync-6.2.3...megasync-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [megasync-6.2.3](https://github.com/truecharts/charts/compare/megasync-6.2.2...megasync-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [megasync-6.2.2](https://github.com/truecharts/charts/compare/megasync-6.2.0...megasync-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [megasync-5.1.15](https://github.com/truecharts/charts/compare/megasync-5.1.14...megasync-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [megasync-5.1.14](https://github.com/truecharts/charts/compare/megasync-5.1.13...megasync-5.1.14) (2024-01-29) - -### Chore - - - -- update container image ich777/megasync to latest[@c56d21b](https://github.com/c56d21b) by renovate ([#17635](https://github.com/truecharts/charts/issues/17635)) diff --git a/stable/megasync/6.5.1/Chart.yaml b/stable/megasync/6.5.1/Chart.yaml deleted file mode 100644 index 531f32af521..00000000000 --- a/stable/megasync/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/megasync/6.5.1/charts/common-20.0.8.tgz b/stable/megasync/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/megasync/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/metube/12.6.1/.helmignore b/stable/megasync/6.7.1/.helmignore similarity index 100% rename from stable/metube/12.6.1/.helmignore rename to stable/megasync/6.7.1/.helmignore diff --git a/stable/megasync/6.7.1/CHANGELOG.md b/stable/megasync/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4d0bcdce67d --- /dev/null +++ b/stable/megasync/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [megasync-6.7.1](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/megasync/6.7.1/Chart.yaml new file mode 100644 index 00000000000..6d388c2216a --- /dev/null +++ b/stable/megasync/6.7.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: 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.2 + 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.1 diff --git a/stable/megasync/6.5.1/README.md b/stable/megasync/6.7.1/README.md similarity index 100% rename from stable/megasync/6.5.1/README.md rename to stable/megasync/6.7.1/README.md diff --git a/stable/megasync/6.7.1/app-changelog.md b/stable/megasync/6.7.1/app-changelog.md new file mode 100644 index 00000000000..e84cc9d1f33 --- /dev/null +++ b/stable/megasync/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [megasync-6.7.1](https://github.com/truecharts/charts/compare/megasync-6.6.0...megasync-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/megasync/6.7.1/app-readme.md similarity index 100% rename from stable/megasync/6.5.1/app-readme.md rename to stable/megasync/6.7.1/app-readme.md diff --git a/stable/megasync/6.7.1/charts/common-20.2.2.tgz b/stable/megasync/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/megasync/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/megasync/6.5.1/ix_values.yaml b/stable/megasync/6.7.1/ix_values.yaml similarity index 100% rename from stable/megasync/6.5.1/ix_values.yaml rename to stable/megasync/6.7.1/ix_values.yaml diff --git a/stable/megasync/6.5.1/questions.yaml b/stable/megasync/6.7.1/questions.yaml similarity index 100% rename from stable/megasync/6.5.1/questions.yaml rename to stable/megasync/6.7.1/questions.yaml diff --git a/stable/minecraft-java/8.5.1/templates/NOTES.txt b/stable/megasync/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/minecraft-java/8.5.1/templates/NOTES.txt rename to stable/megasync/6.7.1/templates/NOTES.txt diff --git a/stable/metabase/3.5.2/templates/common.yaml b/stable/megasync/6.7.1/templates/common.yaml similarity index 100% rename from stable/metabase/3.5.2/templates/common.yaml rename to stable/megasync/6.7.1/templates/common.yaml diff --git a/stable/metube/12.6.1/values.yaml b/stable/megasync/6.7.1/values.yaml similarity index 100% rename from stable/metube/12.6.1/values.yaml rename to stable/megasync/6.7.1/values.yaml diff --git a/stable/mindustry/5.5.1/.helmignore b/stable/memcached/12.8.1/.helmignore similarity index 100% rename from stable/mindustry/5.5.1/.helmignore rename to stable/memcached/12.8.1/.helmignore diff --git a/stable/memcached/12.8.1/CHANGELOG.md b/stable/memcached/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..48a1b3b792e --- /dev/null +++ b/stable/memcached/12.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memcached-12.8.1](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/memcached/12.8.1/Chart.yaml new file mode 100644 index 00000000000..6271ae81029 --- /dev/null +++ b/stable/memcached/12.8.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: 1.6.24 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/memcached/12.8.1/README.md b/stable/memcached/12.8.1/README.md new file mode 100644 index 00000000000..3ac336f3020 --- /dev/null +++ b/stable/memcached/12.8.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/memcached) + +**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/memcached/12.8.1/app-changelog.md b/stable/memcached/12.8.1/app-changelog.md new file mode 100644 index 00000000000..0c3f0086601 --- /dev/null +++ b/stable/memcached/12.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [memcached-12.8.1](https://github.com/truecharts/charts/compare/memcached-12.7.0...memcached-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1/app-readme.md b/stable/memcached/12.8.1/app-readme.md new file mode 100644 index 00000000000..7a23f3f2102 --- /dev/null +++ b/stable/memcached/12.8.1/app-readme.md @@ -0,0 +1,8 @@ +Memcached is a memory-backed database caching solution + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/memcached](https://truecharts.org/charts/stable/memcached) + +--- + +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/memcached/12.8.1/charts/common-20.2.2.tgz b/stable/memcached/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/memcached/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/memcached/12.8.1/dashboard.json b/stable/memcached/12.8.1/dashboard.json new file mode 100644 index 00000000000..3b5a20c46b7 --- /dev/null +++ b/stable/memcached/12.8.1/dashboard.json @@ -0,0 +1,1285 @@ +{ + "annotations": { + "list": [] + }, + "editable": true, + "gnetId": null, + "graphTooltip": 0, + "hideControls": false, + "links": [], + "refresh": "10s", + "rows": [ + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 1, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\", command=\"get\", status=\"hit\"}[$__rate_interval])) / sum(rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", command=\"get\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "Hit Rate", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Hit Rate", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 2, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 6, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "topk(20,\n max by (cluster, job, instance) (\n memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"} / memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}\n))\n", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{ cluster }} / {{ job }} / {{ instance }}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Top 20 Highest Connection Usage", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "percentunit", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Hits", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 3, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(command, status) (rate(memcached_commands_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{command}} {{status}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Commands", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 4, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_items_evicted_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Evictions", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 5, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_items_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Stored", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Ops", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 6, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by (instance) (\n rate(memcached_process_user_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]) +\n rate(memcached_process_system_cpu_seconds_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval])\n)\n", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "CPU", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 7, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_bytes{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memory", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "bytes", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 10, + "id": 8, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 0, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 4, + "stack": true, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_items{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Items", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Resources", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 9, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (memcached_current_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + }, + { + "expr": "min(memcached_max_connections{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "Max Connections (min setting across all instances)", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Current Connections", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 10, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_connections_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Connections / sec", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 11, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_read_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Bytes received", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + }, + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 12, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 3, + "stack": false, + "steppedLine": false, + "targets": [ + { + "expr": "sum by(instance) (rate(memcached_written_bytes_total{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"}[$__rate_interval]))", + "format": "time_series", + "intervalFactor": 2, + "legendFormat": "{{instance}}", + "legendLink": null + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Bytes transmitted", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "type": "graph", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "Bps", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Network", + "titleSize": "h6" + }, + { + "collapse": false, + "height": "250px", + "panels": [ + { + "aliasColors": {}, + "bars": false, + "dashLength": 10, + "dashes": false, + "datasource": "$datasource", + "fill": 1, + "id": 13, + "legend": { + "avg": false, + "current": false, + "max": false, + "min": false, + "show": true, + "total": false, + "values": false + }, + "lines": true, + "linewidth": 1, + "links": [], + "nullPointMode": "null as zero", + "percentage": false, + "pointradius": 5, + "points": false, + "renderer": "flot", + "seriesOverrides": [], + "spaceLength": 10, + "span": 12, + "stack": false, + "steppedLine": false, + "styles": [ + { + "alias": "Time", + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "pattern": "Time", + "type": "hidden" + }, + { + "alias": "Count", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #A", + "thresholds": [], + "type": "hidden", + "unit": "short" + }, + { + "alias": "Uptime", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "Value #B", + "thresholds": [], + "type": "number", + "unit": "dtdurations" + }, + { + "alias": "Instance", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "instance", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Job", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "job", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "Version", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "link": false, + "linkTargetBlank": false, + "linkTooltip": "Drill down", + "linkUrl": "", + "pattern": "version", + "thresholds": [], + "type": "number", + "unit": "short" + }, + { + "alias": "", + "colorMode": null, + "colors": [], + "dateFormat": "YYYY-MM-DD HH:mm:ss", + "decimals": 2, + "pattern": "/.*/", + "thresholds": [], + "type": "string", + "unit": "short" + } + ], + "targets": [ + { + "expr": "count by (job, instance, version) (memcached_version{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "A" + }, + { + "expr": "max by (job, instance) (memcached_uptime_seconds{cluster=~\"$cluster\", job=~\"$job\", instance=~\"$instance\"})", + "format": "table", + "instant": true, + "intervalFactor": 2, + "legendFormat": "", + "refId": "B" + } + ], + "thresholds": [], + "timeFrom": null, + "timeShift": null, + "title": "Memcached Info", + "tooltip": { + "shared": true, + "sort": 2, + "value_type": "individual" + }, + "transform": "table", + "type": "table", + "xaxis": { + "buckets": null, + "mode": "time", + "name": null, + "show": true, + "values": [] + }, + "yaxes": [ + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": 0, + "show": true + }, + { + "format": "short", + "label": null, + "logBase": 1, + "max": null, + "min": null, + "show": false + } + ] + } + ], + "repeat": null, + "repeatIteration": null, + "repeatRowId": null, + "showTitle": true, + "title": "Memcached Info", + "titleSize": "h6" + } + ], + "schemaVersion": 14, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "text": "default", + "value": "default" + }, + "hide": 0, + "label": "Data Source", + "name": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "type": "datasource" + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "cluster", + "multi": true, + "name": "cluster", + "options": [], + "query": "label_values(memcached_commands_total, cluster)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "job", + "multi": true, + "name": "job", + "options": [], + "query": "label_values(memcached_commands_total{cluster=~\"$cluster\"}, job)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + }, + { + "allValue": ".+", + "current": { + "selected": true, + "text": "All", + "value": "$__all" + }, + "datasource": "$datasource", + "hide": 0, + "includeAll": true, + "label": "instance", + "multi": true, + "name": "instance", + "options": [], + "query": "label_values(memcached_commands_total{cluster=~\"$cluster\",job=~\"$job\"}, instance)", + "refresh": 1, + "regex": "", + "sort": 2, + "tagValuesQuery": "", + "tags": [], + "tagsQuery": "", + "type": "query", + "useTags": false + } + ] + }, + "time": { + "from": "now-1h", + "to": "now" + }, + "timepicker": { + "refresh_intervals": [ + "5s", + "10s", + "30s", + "1m", + "5m", + "15m", + "30m", + "1h", + "2h", + "1d" + ], + "time_options": [ + "5m", + "15m", + "1h", + "6h", + "12h", + "24h", + "2d", + "7d", + "30d" + ] + }, + "timezone": "utc", + "title": "Memcached Overview", + "uid": "124d5222454213f748dbfaf69b77ec48", + "version": 0 +} diff --git a/stable/memcached/12.8.1/ix_values.yaml b/stable/memcached/12.8.1/ix_values.yaml new file mode 100644 index 00000000000..fce168d3b1d --- /dev/null +++ b/stable/memcached/12.8.1/ix_values.yaml @@ -0,0 +1,28 @@ +image: + repository: bitnami/memcached + pullPolicy: IfNotPresent + tag: 1.6.24@sha256:2b43c4b3060ef93a364aee7f9632aeb3fb81e64e4e06d71d6dd2fc813abe81a1 + +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.1/questions.yaml b/stable/memcached/12.8.1/questions.yaml new file mode 100755 index 00000000000..4f3146a4767 --- /dev/null +++ b/stable/memcached/12.8.1/questions.yaml @@ -0,0 +1,2015 @@ +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: 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: 11211 + 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: 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/minetest/8.5.2/templates/NOTES.txt b/stable/memcached/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/minetest/8.5.2/templates/NOTES.txt rename to stable/memcached/12.8.1/templates/NOTES.txt diff --git a/stable/mstream/10.5.2/templates/common.yaml b/stable/memcached/12.8.1/templates/common.yaml similarity index 100% rename from stable/mstream/10.5.2/templates/common.yaml rename to stable/memcached/12.8.1/templates/common.yaml diff --git a/stable/mindustry/5.5.1/values.yaml b/stable/memcached/12.8.1/values.yaml similarity index 100% rename from stable/mindustry/5.5.1/values.yaml rename to stable/memcached/12.8.1/values.yaml diff --git a/stable/memories-of-mars/5.5.1/CHANGELOG.md b/stable/memories-of-mars/5.5.1/CHANGELOG.md deleted file mode 100644 index 3694aa11338..00000000000 --- a/stable/memories-of-mars/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [memories-of-mars-5.5.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.5.0...memories-of-mars-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [memories-of-mars-5.5.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.4.1...memories-of-mars-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [memories-of-mars-5.4.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.4.0...memories-of-mars-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [memories-of-mars-5.4.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.3.0...memories-of-mars-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [memories-of-mars-5.3.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.3...memories-of-mars-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [memories-of-mars-5.2.3](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.2...memories-of-mars-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [memories-of-mars-5.2.2](https://github.com/truecharts/charts/compare/memories-of-mars-5.2.0...memories-of-mars-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [memories-of-mars-4.1.11](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.10...memories-of-mars-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [memories-of-mars-4.1.10](https://github.com/truecharts/charts/compare/memories-of-mars-4.1.9...memories-of-mars-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/memories-of-mars/5.5.1/Chart.yaml b/stable/memories-of-mars/5.5.1/Chart.yaml deleted file mode 100644 index ec064aa6c81..00000000000 --- a/stable/memories-of-mars/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/memories-of-mars/5.5.1/charts/common-20.0.8.tgz b/stable/memories-of-mars/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/memories-of-mars/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minecraft-bedrock/8.5.1/.helmignore b/stable/memories-of-mars/5.7.1/.helmignore similarity index 100% rename from stable/minecraft-bedrock/8.5.1/.helmignore rename to stable/memories-of-mars/5.7.1/.helmignore diff --git a/stable/memories-of-mars/5.7.1/CHANGELOG.md b/stable/memories-of-mars/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bba5a8faaaa --- /dev/null +++ b/stable/memories-of-mars/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [memories-of-mars-5.7.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/memories-of-mars/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e0290f7758f --- /dev/null +++ b/stable/memories-of-mars/5.7.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: 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.2 + 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.1 diff --git a/stable/memories-of-mars/5.5.1/README.md b/stable/memories-of-mars/5.7.1/README.md similarity index 100% rename from stable/memories-of-mars/5.5.1/README.md rename to stable/memories-of-mars/5.7.1/README.md diff --git a/stable/memories-of-mars/5.7.1/app-changelog.md b/stable/memories-of-mars/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c54bbe3653c --- /dev/null +++ b/stable/memories-of-mars/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [memories-of-mars-5.7.1](https://github.com/truecharts/charts/compare/memories-of-mars-5.6.0...memories-of-mars-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/memories-of-mars/5.7.1/app-readme.md similarity index 100% rename from stable/memories-of-mars/5.5.1/app-readme.md rename to stable/memories-of-mars/5.7.1/app-readme.md diff --git a/stable/memories-of-mars/5.7.1/charts/common-20.2.2.tgz b/stable/memories-of-mars/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/memories-of-mars/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/memories-of-mars/5.5.1/ix_values.yaml b/stable/memories-of-mars/5.7.1/ix_values.yaml similarity index 100% rename from stable/memories-of-mars/5.5.1/ix_values.yaml rename to stable/memories-of-mars/5.7.1/ix_values.yaml diff --git a/stable/memories-of-mars/5.5.1/questions.yaml b/stable/memories-of-mars/5.7.1/questions.yaml similarity index 100% rename from stable/memories-of-mars/5.5.1/questions.yaml rename to stable/memories-of-mars/5.7.1/questions.yaml diff --git a/stable/memories-of-mars/5.5.1/templates/common.yaml b/stable/memories-of-mars/5.7.1/templates/common.yaml similarity index 100% rename from stable/memories-of-mars/5.5.1/templates/common.yaml rename to stable/memories-of-mars/5.7.1/templates/common.yaml diff --git a/stable/minecraft-bedrock/8.5.1/values.yaml b/stable/memories-of-mars/5.7.1/values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.5.1/values.yaml rename to stable/memories-of-mars/5.7.1/values.yaml diff --git a/stable/meshcentral/15.5.1/CHANGELOG.md b/stable/meshcentral/15.5.1/CHANGELOG.md deleted file mode 100644 index 800f7f806ef..00000000000 --- a/stable/meshcentral/15.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [meshcentral-15.5.1](https://github.com/truecharts/charts/compare/meshcentral-15.5.0...meshcentral-15.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [meshcentral-15.5.0](https://github.com/truecharts/charts/compare/meshcentral-15.4.1...meshcentral-15.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [meshcentral-15.4.1](https://github.com/truecharts/charts/compare/meshcentral-15.4.0...meshcentral-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [meshcentral-15.4.0](https://github.com/truecharts/charts/compare/meshcentral-15.3.0...meshcentral-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [meshcentral-15.3.0](https://github.com/truecharts/charts/compare/meshcentral-15.2.3...meshcentral-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [meshcentral-15.2.3](https://github.com/truecharts/charts/compare/meshcentral-15.2.2...meshcentral-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [meshcentral-15.2.2](https://github.com/truecharts/charts/compare/meshcentral-15.2.0...meshcentral-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - -## [meshcentral-14.1.14](https://github.com/truecharts/charts/compare/meshcentral-14.1.13...meshcentral-14.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [meshcentral-14.1.13](https://github.com/truecharts/charts/compare/meshcentral-14.1.12...meshcentral-14.1.13) (2024-01-29) diff --git a/stable/meshcentral/15.5.1/Chart.yaml b/stable/meshcentral/15.5.1/Chart.yaml deleted file mode 100644 index 03ed141637a..00000000000 --- a/stable/meshcentral/15.5.1/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.21 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/meshcentral/15.5.1/charts/common-20.0.8.tgz b/stable/meshcentral/15.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/meshcentral/15.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minecraft-bungeecord/8.5.1/.helmignore b/stable/meshcentral/15.7.1/.helmignore similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/.helmignore rename to stable/meshcentral/15.7.1/.helmignore diff --git a/stable/meshcentral/15.7.1/CHANGELOG.md b/stable/meshcentral/15.7.1/CHANGELOG.md new file mode 100644 index 00000000000..703de0d2768 --- /dev/null +++ b/stable/meshcentral/15.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshcentral-15.7.1](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/meshcentral/15.7.1/Chart.yaml new file mode 100644 index 00000000000..3b6de21abaa --- /dev/null +++ b/stable/meshcentral/15.7.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: cloud + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.1.21 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/meshcentral/15.5.1/README.md b/stable/meshcentral/15.7.1/README.md similarity index 100% rename from stable/meshcentral/15.5.1/README.md rename to stable/meshcentral/15.7.1/README.md diff --git a/stable/meshcentral/15.7.1/app-changelog.md b/stable/meshcentral/15.7.1/app-changelog.md new file mode 100644 index 00000000000..7f180edd91d --- /dev/null +++ b/stable/meshcentral/15.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [meshcentral-15.7.1](https://github.com/truecharts/charts/compare/meshcentral-15.6.0...meshcentral-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/meshcentral/15.7.1/app-readme.md similarity index 100% rename from stable/meshcentral/15.5.1/app-readme.md rename to stable/meshcentral/15.7.1/app-readme.md diff --git a/stable/meshcentral/15.7.1/charts/common-20.2.2.tgz b/stable/meshcentral/15.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/meshcentral/15.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/meshcentral/15.5.1/ix_values.yaml b/stable/meshcentral/15.7.1/ix_values.yaml similarity index 100% rename from stable/meshcentral/15.5.1/ix_values.yaml rename to stable/meshcentral/15.7.1/ix_values.yaml diff --git a/stable/meshcentral/15.5.1/questions.yaml b/stable/meshcentral/15.7.1/questions.yaml similarity index 100% rename from stable/meshcentral/15.5.1/questions.yaml rename to stable/meshcentral/15.7.1/questions.yaml diff --git a/stable/meshcentral/15.5.1/templates/_secret.tpl b/stable/meshcentral/15.7.1/templates/_secret.tpl similarity index 100% rename from stable/meshcentral/15.5.1/templates/_secret.tpl rename to stable/meshcentral/15.7.1/templates/_secret.tpl diff --git a/stable/meshcentral/15.5.1/templates/common.yaml b/stable/meshcentral/15.7.1/templates/common.yaml similarity index 100% rename from stable/meshcentral/15.5.1/templates/common.yaml rename to stable/meshcentral/15.7.1/templates/common.yaml diff --git a/stable/minecraft-bungeecord/8.5.1/values.yaml b/stable/meshcentral/15.7.1/values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/values.yaml rename to stable/meshcentral/15.7.1/values.yaml diff --git a/stable/meshroom/9.5.1/CHANGELOG.md b/stable/meshroom/9.5.1/CHANGELOG.md deleted file mode 100644 index 16bdf35777f..00000000000 --- a/stable/meshroom/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [meshroom-9.5.1](https://github.com/truecharts/charts/compare/meshroom-9.5.0...meshroom-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [meshroom-9.5.0](https://github.com/truecharts/charts/compare/meshroom-9.4.1...meshroom-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [meshroom-9.4.1](https://github.com/truecharts/charts/compare/meshroom-9.4.0...meshroom-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [meshroom-9.4.0](https://github.com/truecharts/charts/compare/meshroom-9.3.0...meshroom-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [meshroom-9.3.0](https://github.com/truecharts/charts/compare/meshroom-9.2.3...meshroom-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [meshroom-9.2.3](https://github.com/truecharts/charts/compare/meshroom-9.2.2...meshroom-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [meshroom-9.2.2](https://github.com/truecharts/charts/compare/meshroom-9.2.0...meshroom-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [meshroom-8.1.11](https://github.com/truecharts/charts/compare/meshroom-8.1.10...meshroom-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [meshroom-8.1.10](https://github.com/truecharts/charts/compare/meshroom-8.1.9...meshroom-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/meshroom/9.5.1/Chart.yaml b/stable/meshroom/9.5.1/Chart.yaml deleted file mode 100644 index 085a7160e30..00000000000 --- a/stable/meshroom/9.5.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: 2021.1.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/meshroom/9.5.1/charts/common-20.0.8.tgz b/stable/meshroom/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/meshroom/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minecraft-java/8.5.1/.helmignore b/stable/meshroom/9.7.1/.helmignore similarity index 100% rename from stable/minecraft-java/8.5.1/.helmignore rename to stable/meshroom/9.7.1/.helmignore diff --git a/stable/meshroom/9.7.1/CHANGELOG.md b/stable/meshroom/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a7627df8dfd --- /dev/null +++ b/stable/meshroom/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [meshroom-9.7.1](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/meshroom/9.7.1/Chart.yaml new file mode 100644 index 00000000000..390b8c1dfdd --- /dev/null +++ b/stable/meshroom/9.7.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: 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.2 + 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.1 diff --git a/stable/meshroom/9.5.1/README.md b/stable/meshroom/9.7.1/README.md similarity index 100% rename from stable/meshroom/9.5.1/README.md rename to stable/meshroom/9.7.1/README.md diff --git a/stable/meshroom/9.7.1/app-changelog.md b/stable/meshroom/9.7.1/app-changelog.md new file mode 100644 index 00000000000..6fa39cb8139 --- /dev/null +++ b/stable/meshroom/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [meshroom-9.7.1](https://github.com/truecharts/charts/compare/meshroom-9.6.0...meshroom-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/meshroom/9.7.1/app-readme.md similarity index 100% rename from stable/meshroom/9.5.1/app-readme.md rename to stable/meshroom/9.7.1/app-readme.md diff --git a/stable/meshroom/9.7.1/charts/common-20.2.2.tgz b/stable/meshroom/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/meshroom/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/meshroom/9.5.1/ix_values.yaml b/stable/meshroom/9.7.1/ix_values.yaml similarity index 100% rename from stable/meshroom/9.5.1/ix_values.yaml rename to stable/meshroom/9.7.1/ix_values.yaml diff --git a/stable/meshroom/9.5.1/questions.yaml b/stable/meshroom/9.7.1/questions.yaml similarity index 100% rename from stable/meshroom/9.5.1/questions.yaml rename to stable/meshroom/9.7.1/questions.yaml diff --git a/stable/minio-console/10.5.1/templates/NOTES.txt b/stable/meshroom/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/minio-console/10.5.1/templates/NOTES.txt rename to stable/meshroom/9.7.1/templates/NOTES.txt diff --git a/stable/metube/12.6.1/templates/common.yaml b/stable/meshroom/9.7.1/templates/common.yaml similarity index 100% rename from stable/metube/12.6.1/templates/common.yaml rename to stable/meshroom/9.7.1/templates/common.yaml diff --git a/stable/minecraft-java/8.5.1/values.yaml b/stable/meshroom/9.7.1/values.yaml similarity index 100% rename from stable/minecraft-java/8.5.1/values.yaml rename to stable/meshroom/9.7.1/values.yaml diff --git a/stable/metabase/3.5.2/CHANGELOG.md b/stable/metabase/3.5.2/CHANGELOG.md deleted file mode 100644 index bd65839e4e1..00000000000 --- a/stable/metabase/3.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metabase-3.5.2](https://github.com/truecharts/charts/compare/metabase-3.5.1...metabase-3.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [metabase-3.5.1](https://github.com/truecharts/charts/compare/metabase-3.5.0...metabase-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [metabase-3.5.0](https://github.com/truecharts/charts/compare/metabase-3.4.2...metabase-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [metabase-3.4.2](https://github.com/truecharts/charts/compare/metabase-3.4.1...metabase-3.4.2) (2024-03-11) - -### Chore - - - -- update container image metabase/metabase to v0.48.8[@2087df5](https://github.com/2087df5) by renovate ([#19078](https://github.com/truecharts/charts/issues/19078)) - - -## [metabase-3.4.1](https://github.com/truecharts/charts/compare/metabase-3.4.0...metabase-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [metabase-3.4.0](https://github.com/truecharts/charts/compare/metabase-3.3.0...metabase-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [metabase-3.3.0](https://github.com/truecharts/charts/compare/metabase-3.2.3...metabase-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [metabase-3.2.3](https://github.com/truecharts/charts/compare/metabase-3.2.2...metabase-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [metabase-3.2.2](https://github.com/truecharts/charts/compare/metabase-3.2.0...metabase-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/metabase/3.5.2/Chart.yaml b/stable/metabase/3.5.2/Chart.yaml deleted file mode 100644 index 5b7790369d8..00000000000 --- a/stable/metabase/3.5.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: reporting - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.48.8 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/metabase/3.5.2/charts/common-20.0.9.tgz b/stable/metabase/3.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/metabase/3.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/metabase/3.5.2/ix_values.yaml b/stable/metabase/3.5.2/ix_values.yaml deleted file mode 100644 index c850014c6fb..00000000000 --- a/stable/metabase/3.5.2/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - repository: metabase/metabase - pullPolicy: IfNotPresent - tag: v0.48.8@sha256:2087df52e153a4f81245ed466e1757e3328e0ee7b09e3f53d928fcaa26d192e8 -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/minetest/8.5.2/.helmignore b/stable/metabase/3.8.1/.helmignore similarity index 100% rename from stable/minetest/8.5.2/.helmignore rename to stable/metabase/3.8.1/.helmignore diff --git a/stable/metabase/3.8.1/CHANGELOG.md b/stable/metabase/3.8.1/CHANGELOG.md new file mode 100644 index 00000000000..44aca1f6155 --- /dev/null +++ b/stable/metabase/3.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metabase-3.8.1](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/metabase/3.8.1/Chart.yaml b/stable/metabase/3.8.1/Chart.yaml new file mode 100644 index 00000000000..a84582ea3b6 --- /dev/null +++ b/stable/metabase/3.8.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: reporting + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.49.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/metabase/3.5.2/README.md b/stable/metabase/3.8.1/README.md similarity index 100% rename from stable/metabase/3.5.2/README.md rename to stable/metabase/3.8.1/README.md diff --git a/stable/metabase/3.8.1/app-changelog.md b/stable/metabase/3.8.1/app-changelog.md new file mode 100644 index 00000000000..0099cd64d57 --- /dev/null +++ b/stable/metabase/3.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [metabase-3.8.1](https://github.com/truecharts/charts/compare/metabase-3.6.0...metabase-3.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/metabase/3.8.1/app-readme.md similarity index 100% rename from stable/metabase/3.5.2/app-readme.md rename to stable/metabase/3.8.1/app-readme.md diff --git a/stable/metabase/3.8.1/charts/common-20.2.2.tgz b/stable/metabase/3.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/metabase/3.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/metabase/3.8.1/ix_values.yaml b/stable/metabase/3.8.1/ix_values.yaml new file mode 100644 index 00000000000..e4e8c9dcd6c --- /dev/null +++ b/stable/metabase/3.8.1/ix_values.yaml @@ -0,0 +1,43 @@ +image: + repository: metabase/metabase + pullPolicy: IfNotPresent + tag: v0.49.0@sha256:102b6a4f40b2e122136ff77b4a98719a6263f1cf134999bf5866a86304788b79 +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.5.2/questions.yaml b/stable/metabase/3.8.1/questions.yaml similarity index 100% rename from stable/metabase/3.5.2/questions.yaml rename to stable/metabase/3.8.1/questions.yaml diff --git a/stable/minio/11.6.1/templates/NOTES.txt b/stable/metabase/3.8.1/templates/NOTES.txt similarity index 100% rename from stable/minio/11.6.1/templates/NOTES.txt rename to stable/metabase/3.8.1/templates/NOTES.txt diff --git a/stable/minecraft-bedrock/8.5.1/templates/common.yaml b/stable/metabase/3.8.1/templates/common.yaml similarity index 100% rename from stable/minecraft-bedrock/8.5.1/templates/common.yaml rename to stable/metabase/3.8.1/templates/common.yaml diff --git a/stable/minetest/8.5.2/values.yaml b/stable/metabase/3.8.1/values.yaml similarity index 100% rename from stable/minetest/8.5.2/values.yaml rename to stable/metabase/3.8.1/values.yaml diff --git a/stable/metatube/5.5.1/CHANGELOG.md b/stable/metatube/5.5.1/CHANGELOG.md deleted file mode 100644 index bae7ca30fd1..00000000000 --- a/stable/metatube/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metatube-5.5.1](https://github.com/truecharts/charts/compare/metatube-5.5.0...metatube-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [metatube-5.5.0](https://github.com/truecharts/charts/compare/metatube-5.4.1...metatube-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [metatube-5.4.1](https://github.com/truecharts/charts/compare/metatube-5.4.0...metatube-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [metatube-5.4.0](https://github.com/truecharts/charts/compare/metatube-5.3.0...metatube-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [metatube-5.3.0](https://github.com/truecharts/charts/compare/metatube-5.2.3...metatube-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [metatube-5.2.3](https://github.com/truecharts/charts/compare/metatube-5.2.2...metatube-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [metatube-5.2.2](https://github.com/truecharts/charts/compare/metatube-5.2.0...metatube-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [metatube-4.1.14](https://github.com/truecharts/charts/compare/metatube-4.1.13...metatube-4.1.14) (2024-02-05) - -### Chore - - - -- update container image jvt038/metatube to latest[@ea605c5](https://github.com/ea605c5) by renovate ([#17877](https://github.com/truecharts/charts/issues/17877)) - - -## [metatube-4.1.13](https://github.com/truecharts/charts/compare/metatube-4.1.12...metatube-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/metatube/5.5.1/Chart.yaml b/stable/metatube/5.5.1/Chart.yaml deleted file mode 100644 index d05791a11b5..00000000000 --- a/stable/metatube/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/metatube/5.5.1/charts/common-20.0.8.tgz b/stable/metatube/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/metatube/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/miniflux/14.5.1/.helmignore b/stable/metatube/5.7.1/.helmignore similarity index 100% rename from stable/miniflux/14.5.1/.helmignore rename to stable/metatube/5.7.1/.helmignore diff --git a/stable/metatube/5.7.1/CHANGELOG.md b/stable/metatube/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..61f2dd8477e --- /dev/null +++ b/stable/metatube/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metatube-5.7.1](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/metatube/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ed0dcef7574 --- /dev/null +++ b/stable/metatube/5.7.1/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.2 + 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.1 diff --git a/stable/metatube/5.5.1/README.md b/stable/metatube/5.7.1/README.md similarity index 100% rename from stable/metatube/5.5.1/README.md rename to stable/metatube/5.7.1/README.md diff --git a/stable/metatube/5.7.1/app-changelog.md b/stable/metatube/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ff03a3c1950 --- /dev/null +++ b/stable/metatube/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [metatube-5.7.1](https://github.com/truecharts/charts/compare/metatube-5.6.0...metatube-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/metatube/5.7.1/app-readme.md similarity index 100% rename from stable/metatube/5.5.1/app-readme.md rename to stable/metatube/5.7.1/app-readme.md diff --git a/stable/metatube/5.7.1/charts/common-20.2.2.tgz b/stable/metatube/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/metatube/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/metatube/5.5.1/ix_values.yaml b/stable/metatube/5.7.1/ix_values.yaml similarity index 100% rename from stable/metatube/5.5.1/ix_values.yaml rename to stable/metatube/5.7.1/ix_values.yaml diff --git a/stable/metatube/5.5.1/questions.yaml b/stable/metatube/5.7.1/questions.yaml similarity index 100% rename from stable/metatube/5.5.1/questions.yaml rename to stable/metatube/5.7.1/questions.yaml diff --git a/stable/metatube/5.5.1/templates/common.yaml b/stable/metatube/5.7.1/templates/common.yaml similarity index 100% rename from stable/metatube/5.5.1/templates/common.yaml rename to stable/metatube/5.7.1/templates/common.yaml diff --git a/stable/miniflux/14.5.1/values.yaml b/stable/metatube/5.7.1/values.yaml similarity index 100% rename from stable/miniflux/14.5.1/values.yaml rename to stable/metatube/5.7.1/values.yaml diff --git a/stable/metube/12.6.1/CHANGELOG.md b/stable/metube/12.6.1/CHANGELOG.md deleted file mode 100644 index 52f8c3552f1..00000000000 --- a/stable/metube/12.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [metube-12.6.1](https://github.com/truecharts/charts/compare/metube-12.6.0...metube-12.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [metube-12.6.0](https://github.com/truecharts/charts/compare/metube-12.5.0...metube-12.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [metube-12.5.0](https://github.com/truecharts/charts/compare/metube-12.4.1...metube-12.5.0) (2024-03-11) - -### Chore - - - -- update container image alexta69/metube to v2024-03-11[@7482342](https://github.com/7482342) by renovate ([#19113](https://github.com/truecharts/charts/issues/19113)) - - -## [metube-12.4.1](https://github.com/truecharts/charts/compare/metube-12.4.0...metube-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [metube-12.4.0](https://github.com/truecharts/charts/compare/metube-12.3.0...metube-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [metube-12.3.0](https://github.com/truecharts/charts/compare/metube-12.2.3...metube-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [metube-12.2.3](https://github.com/truecharts/charts/compare/metube-12.2.2...metube-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [metube-12.2.2](https://github.com/truecharts/charts/compare/metube-12.2.0...metube-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [metube-11.0.8](https://github.com/truecharts/charts/compare/metube-11.0.7...metube-11.0.8) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/metube/12.6.1/Chart.yaml b/stable/metube/12.6.1/Chart.yaml deleted file mode 100644 index d8a1839e395..00000000000 --- a/stable/metube/12.6.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: 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.0.8 - 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.6.1 diff --git a/stable/metube/12.6.1/charts/common-20.0.8.tgz b/stable/metube/12.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/metube/12.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mininote/5.5.1/.helmignore b/stable/metube/12.8.1/.helmignore similarity index 100% rename from stable/mininote/5.5.1/.helmignore rename to stable/metube/12.8.1/.helmignore diff --git a/stable/metube/12.8.1/CHANGELOG.md b/stable/metube/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..bc084372097 --- /dev/null +++ b/stable/metube/12.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metube-12.8.1](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/metube/12.8.1/Chart.yaml new file mode 100644 index 00000000000..2fdc17c308c --- /dev/null +++ b/stable/metube/12.8.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: 2024.3.11 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/metube/12.6.1/README.md b/stable/metube/12.8.1/README.md similarity index 100% rename from stable/metube/12.6.1/README.md rename to stable/metube/12.8.1/README.md diff --git a/stable/metube/12.8.1/app-changelog.md b/stable/metube/12.8.1/app-changelog.md new file mode 100644 index 00000000000..427cf78d6bb --- /dev/null +++ b/stable/metube/12.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [metube-12.8.1](https://github.com/truecharts/charts/compare/metube-12.7.0...metube-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/metube/12.8.1/app-readme.md similarity index 100% rename from stable/metube/12.6.1/app-readme.md rename to stable/metube/12.8.1/app-readme.md diff --git a/stable/metube/12.8.1/charts/common-20.2.2.tgz b/stable/metube/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/metube/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/metube/12.6.1/ix_values.yaml b/stable/metube/12.8.1/ix_values.yaml similarity index 100% rename from stable/metube/12.6.1/ix_values.yaml rename to stable/metube/12.8.1/ix_values.yaml diff --git a/stable/metube/12.6.1/questions.yaml b/stable/metube/12.8.1/questions.yaml similarity index 100% rename from stable/metube/12.6.1/questions.yaml rename to stable/metube/12.8.1/questions.yaml diff --git a/stable/minisatip/9.5.1/templates/NOTES.txt b/stable/metube/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/minisatip/9.5.1/templates/NOTES.txt rename to stable/metube/12.8.1/templates/NOTES.txt diff --git a/stable/minecraft-bungeecord/8.5.1/templates/common.yaml b/stable/metube/12.8.1/templates/common.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/templates/common.yaml rename to stable/metube/12.8.1/templates/common.yaml diff --git a/stable/mininote/5.5.1/values.yaml b/stable/metube/12.8.1/values.yaml similarity index 100% rename from stable/mininote/5.5.1/values.yaml rename to stable/metube/12.8.1/values.yaml diff --git a/stable/mindustry/5.5.1/CHANGELOG.md b/stable/mindustry/5.5.1/CHANGELOG.md deleted file mode 100644 index e8a79269f9b..00000000000 --- a/stable/mindustry/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mindustry-5.5.1](https://github.com/truecharts/charts/compare/mindustry-5.5.0...mindustry-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mindustry-5.5.0](https://github.com/truecharts/charts/compare/mindustry-5.4.1...mindustry-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mindustry-5.4.1](https://github.com/truecharts/charts/compare/mindustry-5.4.0...mindustry-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mindustry-5.4.0](https://github.com/truecharts/charts/compare/mindustry-5.3.0...mindustry-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mindustry-5.3.0](https://github.com/truecharts/charts/compare/mindustry-5.2.3...mindustry-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mindustry-5.2.3](https://github.com/truecharts/charts/compare/mindustry-5.2.2...mindustry-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mindustry-5.2.2](https://github.com/truecharts/charts/compare/mindustry-5.2.0...mindustry-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mindustry-4.1.11](https://github.com/truecharts/charts/compare/mindustry-4.1.10...mindustry-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mindustry-4.1.10](https://github.com/truecharts/charts/compare/mindustry-4.1.9...mindustry-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mindustry/5.5.1/Chart.yaml b/stable/mindustry/5.5.1/Chart.yaml deleted file mode 100644 index c9739ec6782..00000000000 --- a/stable/mindustry/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mindustry/5.5.1/charts/common-20.0.8.tgz b/stable/mindustry/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mindustry/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minio-console/10.5.1/.helmignore b/stable/mindustry/5.7.1/.helmignore similarity index 100% rename from stable/minio-console/10.5.1/.helmignore rename to stable/mindustry/5.7.1/.helmignore diff --git a/stable/mindustry/5.7.1/CHANGELOG.md b/stable/mindustry/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..79521a19ee5 --- /dev/null +++ b/stable/mindustry/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mindustry-5.7.1](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mindustry/5.7.1/Chart.yaml new file mode 100644 index 00000000000..26966b2013e --- /dev/null +++ b/stable/mindustry/5.7.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: 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.2 + 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.1 diff --git a/stable/mindustry/5.5.1/README.md b/stable/mindustry/5.7.1/README.md similarity index 100% rename from stable/mindustry/5.5.1/README.md rename to stable/mindustry/5.7.1/README.md diff --git a/stable/mindustry/5.7.1/app-changelog.md b/stable/mindustry/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7fcd862e365 --- /dev/null +++ b/stable/mindustry/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mindustry-5.7.1](https://github.com/truecharts/charts/compare/mindustry-5.6.0...mindustry-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mindustry/5.7.1/app-readme.md similarity index 100% rename from stable/mindustry/5.5.1/app-readme.md rename to stable/mindustry/5.7.1/app-readme.md diff --git a/stable/mindustry/5.7.1/charts/common-20.2.2.tgz b/stable/mindustry/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mindustry/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mindustry/5.5.1/ix_values.yaml b/stable/mindustry/5.7.1/ix_values.yaml similarity index 100% rename from stable/mindustry/5.5.1/ix_values.yaml rename to stable/mindustry/5.7.1/ix_values.yaml diff --git a/stable/mindustry/5.5.1/questions.yaml b/stable/mindustry/5.7.1/questions.yaml similarity index 100% rename from stable/mindustry/5.5.1/questions.yaml rename to stable/mindustry/5.7.1/questions.yaml diff --git a/stable/mindustry/5.5.1/templates/common.yaml b/stable/mindustry/5.7.1/templates/common.yaml similarity index 100% rename from stable/mindustry/5.5.1/templates/common.yaml rename to stable/mindustry/5.7.1/templates/common.yaml diff --git a/stable/minio-console/10.5.1/values.yaml b/stable/mindustry/5.7.1/values.yaml similarity index 100% rename from stable/minio-console/10.5.1/values.yaml rename to stable/mindustry/5.7.1/values.yaml diff --git a/stable/minecraft-bedrock/8.5.1/CHANGELOG.md b/stable/minecraft-bedrock/8.5.1/CHANGELOG.md deleted file mode 100644 index 53bd9203d98..00000000000 --- a/stable/minecraft-bedrock/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-bedrock-8.5.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.5.0...minecraft-bedrock-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minecraft-bedrock-8.5.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.4.1...minecraft-bedrock-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minecraft-bedrock-8.4.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.4.0...minecraft-bedrock-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minecraft-bedrock-8.4.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.3.0...minecraft-bedrock-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minecraft-bedrock-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.4...minecraft-bedrock-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minecraft-bedrock-8.2.4](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.3...minecraft-bedrock-8.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minecraft-bedrock-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.2.1...minecraft-bedrock-8.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [minecraft-bedrock-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.10...minecraft-bedrock-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-bedrock-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bedrock-7.1.9...minecraft-bedrock-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/minecraft-bedrock/8.5.1/Chart.yaml b/stable/minecraft-bedrock/8.5.1/Chart.yaml deleted file mode 100644 index 25327098b97..00000000000 --- a/stable/minecraft-bedrock/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/minecraft-bedrock/8.5.1/charts/common-20.0.8.tgz b/stable/minecraft-bedrock/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minecraft-bedrock/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minio/11.6.1/.helmignore b/stable/minecraft-bedrock/8.7.1/.helmignore similarity index 100% rename from stable/minio/11.6.1/.helmignore rename to stable/minecraft-bedrock/8.7.1/.helmignore diff --git a/stable/minecraft-bedrock/8.7.1/CHANGELOG.md b/stable/minecraft-bedrock/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6113b6be3f0 --- /dev/null +++ b/stable/minecraft-bedrock/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bedrock-8.7.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minecraft-bedrock/8.7.1/Chart.yaml new file mode 100644 index 00000000000..bb3c2b248e5 --- /dev/null +++ b/stable/minecraft-bedrock/8.7.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: 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.2 + 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.1 diff --git a/stable/minecraft-bedrock/8.5.1/README.md b/stable/minecraft-bedrock/8.7.1/README.md similarity index 100% rename from stable/minecraft-bedrock/8.5.1/README.md rename to stable/minecraft-bedrock/8.7.1/README.md diff --git a/stable/minecraft-bedrock/8.7.1/app-changelog.md b/stable/minecraft-bedrock/8.7.1/app-changelog.md new file mode 100644 index 00000000000..3a96f8706e5 --- /dev/null +++ b/stable/minecraft-bedrock/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minecraft-bedrock-8.7.1](https://github.com/truecharts/charts/compare/minecraft-bedrock-8.6.0...minecraft-bedrock-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/minecraft-bedrock/8.7.1/app-readme.md similarity index 100% rename from stable/minecraft-bedrock/8.5.1/app-readme.md rename to stable/minecraft-bedrock/8.7.1/app-readme.md diff --git a/stable/minecraft-bedrock/8.7.1/charts/common-20.2.2.tgz b/stable/minecraft-bedrock/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minecraft-bedrock/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minecraft-bedrock/8.5.1/ix_values.yaml b/stable/minecraft-bedrock/8.7.1/ix_values.yaml similarity index 100% rename from stable/minecraft-bedrock/8.5.1/ix_values.yaml rename to stable/minecraft-bedrock/8.7.1/ix_values.yaml diff --git a/stable/minecraft-bedrock/8.5.1/questions.yaml b/stable/minecraft-bedrock/8.7.1/questions.yaml similarity index 100% rename from stable/minecraft-bedrock/8.5.1/questions.yaml rename to stable/minecraft-bedrock/8.7.1/questions.yaml diff --git a/stable/misskey/8.6.4/templates/NOTES.txt b/stable/minecraft-bedrock/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/misskey/8.6.4/templates/NOTES.txt rename to stable/minecraft-bedrock/8.7.1/templates/NOTES.txt diff --git a/stable/minetest/8.5.2/templates/common.yaml b/stable/minecraft-bedrock/8.7.1/templates/common.yaml similarity index 100% rename from stable/minetest/8.5.2/templates/common.yaml rename to stable/minecraft-bedrock/8.7.1/templates/common.yaml diff --git a/stable/minio/11.6.1/values.yaml b/stable/minecraft-bedrock/8.7.1/values.yaml similarity index 100% rename from stable/minio/11.6.1/values.yaml rename to stable/minecraft-bedrock/8.7.1/values.yaml diff --git a/stable/minecraft-bungeecord/8.5.1/CHANGELOG.md b/stable/minecraft-bungeecord/8.5.1/CHANGELOG.md deleted file mode 100644 index 7f4de05c9c5..00000000000 --- a/stable/minecraft-bungeecord/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-bungeecord-8.5.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.5.0...minecraft-bungeecord-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minecraft-bungeecord-8.5.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.4.1...minecraft-bungeecord-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minecraft-bungeecord-8.4.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.4.0...minecraft-bungeecord-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minecraft-bungeecord-8.4.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.3.0...minecraft-bungeecord-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minecraft-bungeecord-8.3.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.3...minecraft-bungeecord-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minecraft-bungeecord-8.2.3](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.2...minecraft-bungeecord-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minecraft-bungeecord-8.2.2](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.2.0...minecraft-bungeecord-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [minecraft-bungeecord-7.1.11](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.10...minecraft-bungeecord-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minecraft-bungeecord-7.1.10](https://github.com/truecharts/charts/compare/minecraft-bungeecord-7.1.9...minecraft-bungeecord-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/minecraft-bungeecord/8.5.1/Chart.yaml b/stable/minecraft-bungeecord/8.5.1/Chart.yaml deleted file mode 100644 index e71191b9702..00000000000 --- a/stable/minecraft-bungeecord/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/minecraft-bungeecord/8.5.1/charts/common-20.0.8.tgz b/stable/minecraft-bungeecord/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minecraft-bungeecord/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/minisatip/9.5.1/.helmignore b/stable/minecraft-bungeecord/8.7.1/.helmignore similarity index 100% rename from stable/minisatip/9.5.1/.helmignore rename to stable/minecraft-bungeecord/8.7.1/.helmignore diff --git a/stable/minecraft-bungeecord/8.7.1/CHANGELOG.md b/stable/minecraft-bungeecord/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..102df15a6f5 --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-bungeecord-8.7.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minecraft-bungeecord/8.7.1/Chart.yaml new file mode 100644 index 00000000000..b01ba5f6d81 --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.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: 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.2 + 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.1 diff --git a/stable/minecraft-bungeecord/8.5.1/README.md b/stable/minecraft-bungeecord/8.7.1/README.md similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/README.md rename to stable/minecraft-bungeecord/8.7.1/README.md diff --git a/stable/minecraft-bungeecord/8.7.1/app-changelog.md b/stable/minecraft-bungeecord/8.7.1/app-changelog.md new file mode 100644 index 00000000000..7d150accf3c --- /dev/null +++ b/stable/minecraft-bungeecord/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minecraft-bungeecord-8.7.1](https://github.com/truecharts/charts/compare/minecraft-bungeecord-8.6.0...minecraft-bungeecord-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/minecraft-bungeecord/8.7.1/app-readme.md similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/app-readme.md rename to stable/minecraft-bungeecord/8.7.1/app-readme.md diff --git a/stable/minecraft-bungeecord/8.7.1/charts/common-20.2.2.tgz b/stable/minecraft-bungeecord/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minecraft-bungeecord/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minecraft-bungeecord/8.5.1/ix_values.yaml b/stable/minecraft-bungeecord/8.7.1/ix_values.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/ix_values.yaml rename to stable/minecraft-bungeecord/8.7.1/ix_values.yaml diff --git a/stable/minecraft-bungeecord/8.5.1/questions.yaml b/stable/minecraft-bungeecord/8.7.1/questions.yaml similarity index 100% rename from stable/minecraft-bungeecord/8.5.1/questions.yaml rename to stable/minecraft-bungeecord/8.7.1/questions.yaml diff --git a/stable/mkvcleaver/9.5.1/templates/NOTES.txt b/stable/minecraft-bungeecord/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/mkvcleaver/9.5.1/templates/NOTES.txt rename to stable/minecraft-bungeecord/8.7.1/templates/NOTES.txt diff --git a/stable/miniflux/14.5.1/templates/common.yaml b/stable/minecraft-bungeecord/8.7.1/templates/common.yaml similarity index 100% rename from stable/miniflux/14.5.1/templates/common.yaml rename to stable/minecraft-bungeecord/8.7.1/templates/common.yaml diff --git a/stable/minisatip/9.5.1/values.yaml b/stable/minecraft-bungeecord/8.7.1/values.yaml similarity index 100% rename from stable/minisatip/9.5.1/values.yaml rename to stable/minecraft-bungeecord/8.7.1/values.yaml diff --git a/stable/minecraft-java/8.5.1/CHANGELOG.md b/stable/minecraft-java/8.5.1/CHANGELOG.md deleted file mode 100644 index 2d6e8fcc873..00000000000 --- a/stable/minecraft-java/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minecraft-java-8.5.1](https://github.com/truecharts/charts/compare/minecraft-java-8.5.0...minecraft-java-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minecraft-java-8.5.0](https://github.com/truecharts/charts/compare/minecraft-java-8.4.1...minecraft-java-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minecraft-java-8.4.1](https://github.com/truecharts/charts/compare/minecraft-java-8.4.0...minecraft-java-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minecraft-java-8.4.0](https://github.com/truecharts/charts/compare/minecraft-java-8.3.0...minecraft-java-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minecraft-java-8.3.0](https://github.com/truecharts/charts/compare/minecraft-java-8.2.3...minecraft-java-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minecraft-java-8.2.3](https://github.com/truecharts/charts/compare/minecraft-java-8.2.2...minecraft-java-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minecraft-java-8.2.2](https://github.com/truecharts/charts/compare/minecraft-java-8.2.0...minecraft-java-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - -## [minecraft-java-7.1.14](https://github.com/truecharts/charts/compare/minecraft-java-7.1.13...minecraft-java-7.1.14) (2024-02-05) - -### Chore - - - -- update container image itzg/mc-backup to latest[@bd0854f](https://github.com/bd0854f) by renovate ([#17979](https://github.com/truecharts/charts/issues/17979)) - - -## [minecraft-java-7.1.13](https://github.com/truecharts/charts/compare/minecraft-java-7.1.12...minecraft-java-7.1.13) (2024-02-03) - -### Chore diff --git a/stable/minecraft-java/8.5.1/Chart.yaml b/stable/minecraft-java/8.5.1/Chart.yaml deleted file mode 100644 index a8803e35fa9..00000000000 --- a/stable/minecraft-java/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/minecraft-java/8.5.1/charts/common-20.0.8.tgz b/stable/minecraft-java/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minecraft-java/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/misskey/8.6.4/.helmignore b/stable/minecraft-java/8.7.1/.helmignore similarity index 100% rename from stable/misskey/8.6.4/.helmignore rename to stable/minecraft-java/8.7.1/.helmignore diff --git a/stable/minecraft-java/8.7.1/CHANGELOG.md b/stable/minecraft-java/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3d3a6b35c93 --- /dev/null +++ b/stable/minecraft-java/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minecraft-java-8.7.1](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minecraft-java/8.7.1/Chart.yaml new file mode 100644 index 00000000000..be625862ffc --- /dev/null +++ b/stable/minecraft-java/8.7.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: 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.2 + 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.1 diff --git a/stable/minecraft-java/8.5.1/README.md b/stable/minecraft-java/8.7.1/README.md similarity index 100% rename from stable/minecraft-java/8.5.1/README.md rename to stable/minecraft-java/8.7.1/README.md diff --git a/stable/minecraft-java/8.7.1/app-changelog.md b/stable/minecraft-java/8.7.1/app-changelog.md new file mode 100644 index 00000000000..5b90384520d --- /dev/null +++ b/stable/minecraft-java/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minecraft-java-8.7.1](https://github.com/truecharts/charts/compare/minecraft-java-8.6.0...minecraft-java-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/minecraft-java/8.7.1/app-readme.md similarity index 100% rename from stable/minecraft-java/8.5.1/app-readme.md rename to stable/minecraft-java/8.7.1/app-readme.md diff --git a/stable/minecraft-java/8.7.1/charts/common-20.2.2.tgz b/stable/minecraft-java/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minecraft-java/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minecraft-java/8.5.1/ix_values.yaml b/stable/minecraft-java/8.7.1/ix_values.yaml similarity index 100% rename from stable/minecraft-java/8.5.1/ix_values.yaml rename to stable/minecraft-java/8.7.1/ix_values.yaml diff --git a/stable/minecraft-java/8.5.1/questions.yaml b/stable/minecraft-java/8.7.1/questions.yaml similarity index 100% rename from stable/minecraft-java/8.5.1/questions.yaml rename to stable/minecraft-java/8.7.1/questions.yaml diff --git a/stable/mkvtoolnix/10.5.1/templates/NOTES.txt b/stable/minecraft-java/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/mkvtoolnix/10.5.1/templates/NOTES.txt rename to stable/minecraft-java/8.7.1/templates/NOTES.txt diff --git a/stable/minecraft-java/8.5.1/templates/common.yaml b/stable/minecraft-java/8.7.1/templates/common.yaml similarity index 100% rename from stable/minecraft-java/8.5.1/templates/common.yaml rename to stable/minecraft-java/8.7.1/templates/common.yaml diff --git a/stable/misskey/8.6.4/values.yaml b/stable/minecraft-java/8.7.1/values.yaml similarity index 100% rename from stable/misskey/8.6.4/values.yaml rename to stable/minecraft-java/8.7.1/values.yaml diff --git a/stable/minetest/8.5.2/CHANGELOG.md b/stable/minetest/8.5.2/CHANGELOG.md deleted file mode 100644 index a6309cc814a..00000000000 --- a/stable/minetest/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minetest-8.5.2](https://github.com/truecharts/charts/compare/minetest-8.5.1...minetest-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [minetest-8.5.1](https://github.com/truecharts/charts/compare/minetest-8.5.0...minetest-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minetest-8.5.0](https://github.com/truecharts/charts/compare/minetest-8.4.2...minetest-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minetest-8.4.2](https://github.com/truecharts/charts/compare/minetest-8.4.1...minetest-8.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/minetest to 5.8.0[@65ac902](https://github.com/65ac902) by renovate ([#19005](https://github.com/truecharts/charts/issues/19005)) - - -## [minetest-8.4.1](https://github.com/truecharts/charts/compare/minetest-8.4.0...minetest-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minetest-8.4.0](https://github.com/truecharts/charts/compare/minetest-8.3.0...minetest-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minetest-8.3.0](https://github.com/truecharts/charts/compare/minetest-8.2.3...minetest-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minetest-8.2.3](https://github.com/truecharts/charts/compare/minetest-8.2.2...minetest-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minetest-8.2.2](https://github.com/truecharts/charts/compare/minetest-8.2.0...minetest-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/minetest/8.5.2/Chart.yaml b/stable/minetest/8.5.2/Chart.yaml deleted file mode 100644 index b6e04fd2e9d..00000000000 --- a/stable/minetest/8.5.2/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.0.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.5.2 diff --git a/stable/minetest/8.5.2/charts/common-20.0.9.tgz b/stable/minetest/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/minetest/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/minetest/8.5.2/ix_values.yaml b/stable/minetest/8.5.2/ix_values.yaml deleted file mode 100644 index df7fae39fe2..00000000000 --- a/stable/minetest/8.5.2/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - repository: ghcr.io/linuxserver/minetest - pullPolicy: IfNotPresent - tag: 5.8.0@sha256:65ac9023806f726703fac9b41343f6d4399e18eb211166fd89b9cc739865c522 -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/mkvcleaver/9.5.1/.helmignore b/stable/minetest/8.7.1/.helmignore similarity index 100% rename from stable/mkvcleaver/9.5.1/.helmignore rename to stable/minetest/8.7.1/.helmignore diff --git a/stable/minetest/8.7.1/CHANGELOG.md b/stable/minetest/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7a84bb71236 --- /dev/null +++ b/stable/minetest/8.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minetest-8.7.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/minetest/8.7.1/Chart.yaml b/stable/minetest/8.7.1/Chart.yaml new file mode 100644 index 00000000000..da7abbabe59 --- /dev/null +++ b/stable/minetest/8.7.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: 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.2 + 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.1 diff --git a/stable/minetest/8.5.2/README.md b/stable/minetest/8.7.1/README.md similarity index 100% rename from stable/minetest/8.5.2/README.md rename to stable/minetest/8.7.1/README.md diff --git a/stable/minetest/8.7.1/app-changelog.md b/stable/minetest/8.7.1/app-changelog.md new file mode 100644 index 00000000000..2d77faa9a21 --- /dev/null +++ b/stable/minetest/8.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [minetest-8.7.1](https://github.com/truecharts/charts/compare/minetest-8.6.0...minetest-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/minetest/8.7.1/app-readme.md similarity index 100% rename from stable/minetest/8.5.2/app-readme.md rename to stable/minetest/8.7.1/app-readme.md diff --git a/stable/minetest/8.7.1/charts/common-20.2.2.tgz b/stable/minetest/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minetest/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minetest/8.7.1/ix_values.yaml b/stable/minetest/8.7.1/ix_values.yaml new file mode 100644 index 00000000000..29bdc5f7b18 --- /dev/null +++ b/stable/minetest/8.7.1/ix_values.yaml @@ -0,0 +1,38 @@ +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/minetest/8.5.2/questions.yaml b/stable/minetest/8.7.1/questions.yaml similarity index 100% rename from stable/minetest/8.5.2/questions.yaml rename to stable/minetest/8.7.1/questions.yaml diff --git a/stable/modsecurity-crs/3.5.1/templates/NOTES.txt b/stable/minetest/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/modsecurity-crs/3.5.1/templates/NOTES.txt rename to stable/minetest/8.7.1/templates/NOTES.txt diff --git a/stable/minio-console/10.5.1/templates/common.yaml b/stable/minetest/8.7.1/templates/common.yaml similarity index 100% rename from stable/minio-console/10.5.1/templates/common.yaml rename to stable/minetest/8.7.1/templates/common.yaml diff --git a/stable/mkvcleaver/9.5.1/values.yaml b/stable/minetest/8.7.1/values.yaml similarity index 100% rename from stable/mkvcleaver/9.5.1/values.yaml rename to stable/minetest/8.7.1/values.yaml diff --git a/stable/miniflux/14.5.1/CHANGELOG.md b/stable/miniflux/14.5.1/CHANGELOG.md deleted file mode 100644 index 4519964f346..00000000000 --- a/stable/miniflux/14.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [miniflux-14.5.1](https://github.com/truecharts/charts/compare/miniflux-14.5.0...miniflux-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [miniflux-14.5.0](https://github.com/truecharts/charts/compare/miniflux-14.4.2...miniflux-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [miniflux-14.4.2](https://github.com/truecharts/charts/compare/miniflux-14.4.1...miniflux-14.4.2) (2024-03-11) - -### Chore - - - -- update container image miniflux/miniflux to v2.1.1[@762b201](https://github.com/762b201) by renovate ([#19079](https://github.com/truecharts/charts/issues/19079)) - - -## [miniflux-14.4.1](https://github.com/truecharts/charts/compare/miniflux-14.4.0...miniflux-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [miniflux-14.4.0](https://github.com/truecharts/charts/compare/miniflux-14.3.0...miniflux-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [miniflux-14.3.0](https://github.com/truecharts/charts/compare/miniflux-14.2.3...miniflux-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [miniflux-14.2.3](https://github.com/truecharts/charts/compare/miniflux-14.2.2...miniflux-14.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [miniflux-14.2.2](https://github.com/truecharts/charts/compare/miniflux-14.2.0...miniflux-14.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [miniflux-13.1.11](https://github.com/truecharts/charts/compare/miniflux-13.1.10...miniflux-13.1.11) (2024-02-03) - -### Chore - diff --git a/stable/miniflux/14.5.1/Chart.yaml b/stable/miniflux/14.5.1/Chart.yaml deleted file mode 100644 index 1c3d793a434..00000000000 --- a/stable/miniflux/14.5.1/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.0.8 - 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.5.1 diff --git a/stable/miniflux/14.5.1/charts/common-20.0.8.tgz b/stable/miniflux/14.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/miniflux/14.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mkvtoolnix/10.5.1/.helmignore b/stable/miniflux/14.7.1/.helmignore similarity index 100% rename from stable/mkvtoolnix/10.5.1/.helmignore rename to stable/miniflux/14.7.1/.helmignore diff --git a/stable/miniflux/14.7.1/CHANGELOG.md b/stable/miniflux/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9354ba1254f --- /dev/null +++ b/stable/miniflux/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [miniflux-14.7.1](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/miniflux/14.7.1/Chart.yaml new file mode 100644 index 00000000000..20fceb39210 --- /dev/null +++ b/stable/miniflux/14.7.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: 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.2 + 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.1 diff --git a/stable/miniflux/14.5.1/README.md b/stable/miniflux/14.7.1/README.md similarity index 100% rename from stable/miniflux/14.5.1/README.md rename to stable/miniflux/14.7.1/README.md diff --git a/stable/miniflux/14.7.1/app-changelog.md b/stable/miniflux/14.7.1/app-changelog.md new file mode 100644 index 00000000000..6a5de1dc8ff --- /dev/null +++ b/stable/miniflux/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [miniflux-14.7.1](https://github.com/truecharts/charts/compare/miniflux-14.6.0...miniflux-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/miniflux/14.7.1/app-readme.md similarity index 100% rename from stable/miniflux/14.5.1/app-readme.md rename to stable/miniflux/14.7.1/app-readme.md diff --git a/stable/miniflux/14.7.1/charts/common-20.2.2.tgz b/stable/miniflux/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/miniflux/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/miniflux/14.5.1/ix_values.yaml b/stable/miniflux/14.7.1/ix_values.yaml similarity index 100% rename from stable/miniflux/14.5.1/ix_values.yaml rename to stable/miniflux/14.7.1/ix_values.yaml diff --git a/stable/miniflux/14.5.1/questions.yaml b/stable/miniflux/14.7.1/questions.yaml similarity index 100% rename from stable/miniflux/14.5.1/questions.yaml rename to stable/miniflux/14.7.1/questions.yaml diff --git a/stable/minio/11.6.1/templates/common.yaml b/stable/miniflux/14.7.1/templates/common.yaml similarity index 100% rename from stable/minio/11.6.1/templates/common.yaml rename to stable/miniflux/14.7.1/templates/common.yaml diff --git a/stable/mkvtoolnix/10.5.1/values.yaml b/stable/miniflux/14.7.1/values.yaml similarity index 100% rename from stable/mkvtoolnix/10.5.1/values.yaml rename to stable/miniflux/14.7.1/values.yaml diff --git a/stable/mininote/5.5.1/CHANGELOG.md b/stable/mininote/5.5.1/CHANGELOG.md deleted file mode 100644 index eaf2ca47542..00000000000 --- a/stable/mininote/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mininote-5.5.1](https://github.com/truecharts/charts/compare/mininote-5.5.0...mininote-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mininote-5.5.0](https://github.com/truecharts/charts/compare/mininote-5.4.1...mininote-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mininote-5.4.1](https://github.com/truecharts/charts/compare/mininote-5.4.0...mininote-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mininote-5.4.0](https://github.com/truecharts/charts/compare/mininote-5.3.0...mininote-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mininote-5.3.0](https://github.com/truecharts/charts/compare/mininote-5.2.3...mininote-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mininote-5.2.3](https://github.com/truecharts/charts/compare/mininote-5.2.2...mininote-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mininote-5.2.2](https://github.com/truecharts/charts/compare/mininote-5.2.0...mininote-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mininote-4.1.11](https://github.com/truecharts/charts/compare/mininote-4.1.10...mininote-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mininote-4.1.10](https://github.com/truecharts/charts/compare/mininote-4.1.9...mininote-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mininote/5.5.1/Chart.yaml b/stable/mininote/5.5.1/Chart.yaml deleted file mode 100644 index 942f9936e78..00000000000 --- a/stable/mininote/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/mininote/5.5.1/charts/common-20.0.8.tgz b/stable/mininote/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mininote/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/modsecurity-crs/3.5.1/.helmignore b/stable/mininote/5.7.1/.helmignore similarity index 100% rename from stable/modsecurity-crs/3.5.1/.helmignore rename to stable/mininote/5.7.1/.helmignore diff --git a/stable/mininote/5.7.1/CHANGELOG.md b/stable/mininote/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6e976c42341 --- /dev/null +++ b/stable/mininote/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mininote-5.7.1](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mininote/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fba660f5f61 --- /dev/null +++ b/stable/mininote/5.7.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: 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.2 + 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.1 diff --git a/stable/mininote/5.5.1/README.md b/stable/mininote/5.7.1/README.md similarity index 100% rename from stable/mininote/5.5.1/README.md rename to stable/mininote/5.7.1/README.md diff --git a/stable/mininote/5.7.1/app-changelog.md b/stable/mininote/5.7.1/app-changelog.md new file mode 100644 index 00000000000..aa90503b907 --- /dev/null +++ b/stable/mininote/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mininote-5.7.1](https://github.com/truecharts/charts/compare/mininote-5.6.0...mininote-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mininote/5.7.1/app-readme.md similarity index 100% rename from stable/mininote/5.5.1/app-readme.md rename to stable/mininote/5.7.1/app-readme.md diff --git a/stable/mininote/5.7.1/charts/common-20.2.2.tgz b/stable/mininote/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mininote/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mininote/5.5.1/ix_values.yaml b/stable/mininote/5.7.1/ix_values.yaml similarity index 100% rename from stable/mininote/5.5.1/ix_values.yaml rename to stable/mininote/5.7.1/ix_values.yaml diff --git a/stable/mininote/5.5.1/questions.yaml b/stable/mininote/5.7.1/questions.yaml similarity index 100% rename from stable/mininote/5.5.1/questions.yaml rename to stable/mininote/5.7.1/questions.yaml diff --git a/stable/mininote/5.5.1/templates/common.yaml b/stable/mininote/5.7.1/templates/common.yaml similarity index 100% rename from stable/mininote/5.5.1/templates/common.yaml rename to stable/mininote/5.7.1/templates/common.yaml diff --git a/stable/modsecurity-crs/3.5.1/values.yaml b/stable/mininote/5.7.1/values.yaml similarity index 100% rename from stable/modsecurity-crs/3.5.1/values.yaml rename to stable/mininote/5.7.1/values.yaml diff --git a/stable/minio-console/10.5.1/CHANGELOG.md b/stable/minio-console/10.5.1/CHANGELOG.md deleted file mode 100644 index 021e1711c4f..00000000000 --- a/stable/minio-console/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minio-console-10.5.1](https://github.com/truecharts/charts/compare/minio-console-10.5.0...minio-console-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minio-console-10.5.0](https://github.com/truecharts/charts/compare/minio-console-10.4.1...minio-console-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minio-console-10.4.1](https://github.com/truecharts/charts/compare/minio-console-10.4.0...minio-console-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minio-console-10.4.0](https://github.com/truecharts/charts/compare/minio-console-10.3.0...minio-console-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minio-console-10.3.0](https://github.com/truecharts/charts/compare/minio-console-10.2.3...minio-console-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minio-console-10.2.3](https://github.com/truecharts/charts/compare/minio-console-10.2.2...minio-console-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minio-console-10.2.2](https://github.com/truecharts/charts/compare/minio-console-10.2.0...minio-console-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [minio-console-9.1.11](https://github.com/truecharts/charts/compare/minio-console-9.1.10...minio-console-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minio-console-9.1.10](https://github.com/truecharts/charts/compare/minio-console-9.1.9...minio-console-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/minio-console/10.5.1/Chart.yaml b/stable/minio-console/10.5.1/Chart.yaml deleted file mode 100644 index e68a75cf684..00000000000 --- a/stable/minio-console/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/minio-console/10.5.1/charts/common-20.0.8.tgz b/stable/minio-console/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minio-console/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mojopaste/5.5.1/.helmignore b/stable/minio-console/10.7.1/.helmignore similarity index 100% rename from stable/mojopaste/5.5.1/.helmignore rename to stable/minio-console/10.7.1/.helmignore diff --git a/stable/minio-console/10.7.1/CHANGELOG.md b/stable/minio-console/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5a54b4037e7 --- /dev/null +++ b/stable/minio-console/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-console-10.7.1](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minio-console/10.7.1/Chart.yaml new file mode 100644 index 00000000000..d4c8df2d066 --- /dev/null +++ b/stable/minio-console/10.7.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: 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.2 + 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.1 diff --git a/stable/minio-console/10.5.1/README.md b/stable/minio-console/10.7.1/README.md similarity index 100% rename from stable/minio-console/10.5.1/README.md rename to stable/minio-console/10.7.1/README.md diff --git a/stable/minio-console/10.7.1/app-changelog.md b/stable/minio-console/10.7.1/app-changelog.md new file mode 100644 index 00000000000..07592eafb76 --- /dev/null +++ b/stable/minio-console/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minio-console-10.7.1](https://github.com/truecharts/charts/compare/minio-console-10.6.0...minio-console-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/minio-console/10.7.1/app-readme.md similarity index 100% rename from stable/minio-console/10.5.1/app-readme.md rename to stable/minio-console/10.7.1/app-readme.md diff --git a/stable/minio-console/10.7.1/charts/common-20.2.2.tgz b/stable/minio-console/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minio-console/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minio-console/10.5.1/ix_values.yaml b/stable/minio-console/10.7.1/ix_values.yaml similarity index 100% rename from stable/minio-console/10.5.1/ix_values.yaml rename to stable/minio-console/10.7.1/ix_values.yaml diff --git a/stable/minio-console/10.5.1/questions.yaml b/stable/minio-console/10.7.1/questions.yaml similarity index 100% rename from stable/minio-console/10.5.1/questions.yaml rename to stable/minio-console/10.7.1/questions.yaml diff --git a/stable/mongo-express/6.6.3/templates/NOTES.txt b/stable/minio-console/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/mongo-express/6.6.3/templates/NOTES.txt rename to stable/minio-console/10.7.1/templates/NOTES.txt diff --git a/stable/minisatip/9.5.1/templates/common.yaml b/stable/minio-console/10.7.1/templates/common.yaml similarity index 100% rename from stable/minisatip/9.5.1/templates/common.yaml rename to stable/minio-console/10.7.1/templates/common.yaml diff --git a/stable/mojopaste/5.5.1/values.yaml b/stable/minio-console/10.7.1/values.yaml similarity index 100% rename from stable/mojopaste/5.5.1/values.yaml rename to stable/minio-console/10.7.1/values.yaml diff --git a/stable/minio/11.6.1/CHANGELOG.md b/stable/minio/11.6.1/CHANGELOG.md deleted file mode 100644 index 997585ed6ea..00000000000 --- a/stable/minio/11.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minio-11.6.1](https://github.com/truecharts/charts/compare/minio-11.6.0...minio-11.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minio-11.6.0](https://github.com/truecharts/charts/compare/minio-11.5.2...minio-11.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minio-11.5.2](https://github.com/truecharts/charts/compare/minio-11.5.1...minio-11.5.2) (2024-03-11) - -### Chore - - - -- update container image minio/minio to vrelease.2024-03-10t02-53-48z[@b9e644d](https://github.com/b9e644d) by renovate ([#19080](https://github.com/truecharts/charts/issues/19080)) - - -## [minio-11.5.1](https://github.com/truecharts/charts/compare/minio-11.5.0...minio-11.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minio-11.5.0](https://github.com/truecharts/charts/compare/minio-11.4.0...minio-11.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minio-11.4.0](https://github.com/truecharts/charts/compare/minio-11.3.3...minio-11.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minio-11.3.3](https://github.com/truecharts/charts/compare/minio-11.3.2...minio-11.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minio-11.3.2](https://github.com/truecharts/charts/compare/minio-11.3.0...minio-11.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [minio-10.1.1](https://github.com/truecharts/charts/compare/minio-10.1.0...minio-10.1.1) (2024-02-12) - -### Chore - - diff --git a/stable/minio/11.6.1/Chart.yaml b/stable/minio/11.6.1/Chart.yaml deleted file mode 100644 index dac1225b183..00000000000 --- a/stable/minio/11.6.1/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.0.8 - 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.6.1 diff --git a/stable/minio/11.6.1/charts/common-20.0.8.tgz b/stable/minio/11.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minio/11.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/monero-node/6.4.2/.helmignore b/stable/minio/11.8.1/.helmignore similarity index 100% rename from stable/monero-node/6.4.2/.helmignore rename to stable/minio/11.8.1/.helmignore diff --git a/stable/minio/11.8.1/CHANGELOG.md b/stable/minio/11.8.1/CHANGELOG.md new file mode 100644 index 00000000000..e2f591897e7 --- /dev/null +++ b/stable/minio/11.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minio-11.8.1](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minio/11.8.1/Chart.yaml new file mode 100644 index 00000000000..ee8622b98e0 --- /dev/null +++ b/stable/minio/11.8.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: 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.2 + 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.1 diff --git a/stable/minio/11.6.1/README.md b/stable/minio/11.8.1/README.md similarity index 100% rename from stable/minio/11.6.1/README.md rename to stable/minio/11.8.1/README.md diff --git a/stable/minio/11.8.1/app-changelog.md b/stable/minio/11.8.1/app-changelog.md new file mode 100644 index 00000000000..8f34f96062a --- /dev/null +++ b/stable/minio/11.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minio-11.8.1](https://github.com/truecharts/charts/compare/minio-11.7.0...minio-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/minio/11.8.1/app-readme.md similarity index 100% rename from stable/minio/11.6.1/app-readme.md rename to stable/minio/11.8.1/app-readme.md diff --git a/stable/minio/11.8.1/charts/common-20.2.2.tgz b/stable/minio/11.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minio/11.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/minio/11.6.1/ix_values.yaml b/stable/minio/11.8.1/ix_values.yaml similarity index 100% rename from stable/minio/11.6.1/ix_values.yaml rename to stable/minio/11.8.1/ix_values.yaml diff --git a/stable/minio/11.6.1/questions.yaml b/stable/minio/11.8.1/questions.yaml similarity index 100% rename from stable/minio/11.6.1/questions.yaml rename to stable/minio/11.8.1/questions.yaml diff --git a/stable/monica/12.9.1/templates/NOTES.txt b/stable/minio/11.8.1/templates/NOTES.txt similarity index 100% rename from stable/monica/12.9.1/templates/NOTES.txt rename to stable/minio/11.8.1/templates/NOTES.txt diff --git a/stable/mkvcleaver/9.5.1/templates/common.yaml b/stable/minio/11.8.1/templates/common.yaml similarity index 100% rename from stable/mkvcleaver/9.5.1/templates/common.yaml rename to stable/minio/11.8.1/templates/common.yaml diff --git a/stable/monero-node/6.4.2/values.yaml b/stable/minio/11.8.1/values.yaml similarity index 100% rename from stable/monero-node/6.4.2/values.yaml rename to stable/minio/11.8.1/values.yaml diff --git a/stable/minisatip/9.5.1/CHANGELOG.md b/stable/minisatip/9.5.1/CHANGELOG.md deleted file mode 100644 index 045ad5c9c65..00000000000 --- a/stable/minisatip/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [minisatip-9.5.1](https://github.com/truecharts/charts/compare/minisatip-9.5.0...minisatip-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [minisatip-9.5.0](https://github.com/truecharts/charts/compare/minisatip-9.4.1...minisatip-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [minisatip-9.4.1](https://github.com/truecharts/charts/compare/minisatip-9.4.0...minisatip-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [minisatip-9.4.0](https://github.com/truecharts/charts/compare/minisatip-9.3.0...minisatip-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [minisatip-9.3.0](https://github.com/truecharts/charts/compare/minisatip-9.2.3...minisatip-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [minisatip-9.2.3](https://github.com/truecharts/charts/compare/minisatip-9.2.2...minisatip-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [minisatip-9.2.2](https://github.com/truecharts/charts/compare/minisatip-9.2.0...minisatip-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [minisatip-8.1.11](https://github.com/truecharts/charts/compare/minisatip-8.1.10...minisatip-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [minisatip-8.1.10](https://github.com/truecharts/charts/compare/minisatip-8.1.9...minisatip-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/minisatip/9.5.1/Chart.yaml b/stable/minisatip/9.5.1/Chart.yaml deleted file mode 100644 index 25b1df18703..00000000000 --- a/stable/minisatip/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/minisatip/9.5.1/charts/common-20.0.8.tgz b/stable/minisatip/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/minisatip/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mongo-express/6.6.3/.helmignore b/stable/minisatip/9.7.1/.helmignore similarity index 100% rename from stable/mongo-express/6.6.3/.helmignore rename to stable/minisatip/9.7.1/.helmignore diff --git a/stable/minisatip/9.7.1/CHANGELOG.md b/stable/minisatip/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4cb6f9342a1 --- /dev/null +++ b/stable/minisatip/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [minisatip-9.7.1](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/minisatip/9.7.1/Chart.yaml new file mode 100644 index 00000000000..4c68e90e6e3 --- /dev/null +++ b/stable/minisatip/9.7.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: 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.2 + 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.1 diff --git a/stable/minisatip/9.5.1/README.md b/stable/minisatip/9.7.1/README.md similarity index 100% rename from stable/minisatip/9.5.1/README.md rename to stable/minisatip/9.7.1/README.md diff --git a/stable/minisatip/9.7.1/app-changelog.md b/stable/minisatip/9.7.1/app-changelog.md new file mode 100644 index 00000000000..fd377bee0ec --- /dev/null +++ b/stable/minisatip/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [minisatip-9.7.1](https://github.com/truecharts/charts/compare/minisatip-9.6.0...minisatip-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/minisatip/9.7.1/app-readme.md similarity index 100% rename from stable/minisatip/9.5.1/app-readme.md rename to stable/minisatip/9.7.1/app-readme.md diff --git a/stable/minisatip/9.7.1/charts/common-20.2.2.tgz b/stable/minisatip/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/minisatip/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/minisatip/9.5.1/ix_values.yaml b/stable/minisatip/9.7.1/ix_values.yaml similarity index 100% rename from stable/minisatip/9.5.1/ix_values.yaml rename to stable/minisatip/9.7.1/ix_values.yaml diff --git a/stable/minisatip/9.5.1/questions.yaml b/stable/minisatip/9.7.1/questions.yaml similarity index 100% rename from stable/minisatip/9.5.1/questions.yaml rename to stable/minisatip/9.7.1/questions.yaml diff --git a/stable/mosdns/9.5.1/templates/NOTES.txt b/stable/minisatip/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/mosdns/9.5.1/templates/NOTES.txt rename to stable/minisatip/9.7.1/templates/NOTES.txt diff --git a/stable/mkvtoolnix/10.5.1/templates/common.yaml b/stable/minisatip/9.7.1/templates/common.yaml similarity index 100% rename from stable/mkvtoolnix/10.5.1/templates/common.yaml rename to stable/minisatip/9.7.1/templates/common.yaml diff --git a/stable/mongo-express/6.6.3/values.yaml b/stable/minisatip/9.7.1/values.yaml similarity index 100% rename from stable/mongo-express/6.6.3/values.yaml rename to stable/minisatip/9.7.1/values.yaml diff --git a/stable/misskey/8.6.4/CHANGELOG.md b/stable/misskey/8.6.4/CHANGELOG.md deleted file mode 100644 index 40099223dc5..00000000000 --- a/stable/misskey/8.6.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [misskey-8.6.4](https://github.com/truecharts/charts/compare/misskey-8.6.3...misskey-8.6.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [misskey-8.6.3](https://github.com/truecharts/charts/compare/misskey-8.6.2...misskey-8.6.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [misskey-8.6.2](https://github.com/truecharts/charts/compare/misskey-8.6.1...misskey-8.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [misskey-8.6.1](https://github.com/truecharts/charts/compare/misskey-8.6.0...misskey-8.6.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [misskey-8.6.0](https://github.com/truecharts/charts/compare/misskey-8.5.1...misskey-8.6.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [misskey-8.5.1](https://github.com/truecharts/charts/compare/misskey-8.5.0...misskey-8.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [misskey-8.5.0](https://github.com/truecharts/charts/compare/misskey-8.4.0...misskey-8.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [misskey-8.4.0](https://github.com/truecharts/charts/compare/misskey-8.3.3...misskey-8.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [misskey-8.3.3](https://github.com/truecharts/charts/compare/misskey-8.3.2...misskey-8.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [misskey-8.3.2](https://github.com/truecharts/charts/compare/misskey-8.3.0...misskey-8.3.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/misskey/8.6.4/Chart.yaml b/stable/misskey/8.6.4/Chart.yaml deleted file mode 100644 index 27c5acc833c..00000000000 --- a/stable/misskey/8.6.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.6.4 diff --git a/stable/misskey/8.6.4/charts/common-20.0.9.tgz b/stable/misskey/8.6.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/misskey/8.6.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/misskey/8.6.4/charts/redis-13.0.3.tgz b/stable/misskey/8.6.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/misskey/8.6.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/monica/12.9.1/.helmignore b/stable/misskey/8.8.1/.helmignore similarity index 100% rename from stable/monica/12.9.1/.helmignore rename to stable/misskey/8.8.1/.helmignore diff --git a/stable/misskey/8.8.1/CHANGELOG.md b/stable/misskey/8.8.1/CHANGELOG.md new file mode 100644 index 00000000000..6a033a0ee57 --- /dev/null +++ b/stable/misskey/8.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [misskey-8.8.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.0) (2024-03-16) + +### Chore + + + +- update container 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/misskey/8.8.1/Chart.yaml b/stable/misskey/8.8.1/Chart.yaml new file mode 100644 index 00000000000..bf4701567af --- /dev/null +++ b/stable/misskey/8.8.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.8.1 diff --git a/stable/misskey/8.6.4/README.md b/stable/misskey/8.8.1/README.md similarity index 100% rename from stable/misskey/8.6.4/README.md rename to stable/misskey/8.8.1/README.md diff --git a/stable/misskey/8.8.1/app-changelog.md b/stable/misskey/8.8.1/app-changelog.md new file mode 100644 index 00000000000..873e94406b6 --- /dev/null +++ b/stable/misskey/8.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [misskey-8.8.1](https://github.com/truecharts/charts/compare/misskey-8.7.0...misskey-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.4/app-readme.md b/stable/misskey/8.8.1/app-readme.md similarity index 100% rename from stable/misskey/8.6.4/app-readme.md rename to stable/misskey/8.8.1/app-readme.md diff --git a/stable/misskey/8.8.1/charts/common-20.2.2.tgz b/stable/misskey/8.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/misskey/8.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/misskey/8.8.1/charts/redis-13.0.5.tgz b/stable/misskey/8.8.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/misskey/8.8.1/charts/redis-13.0.5.tgz differ diff --git a/stable/misskey/8.6.4/ix_values.yaml b/stable/misskey/8.8.1/ix_values.yaml similarity index 100% rename from stable/misskey/8.6.4/ix_values.yaml rename to stable/misskey/8.8.1/ix_values.yaml diff --git a/stable/misskey/8.6.4/questions.yaml b/stable/misskey/8.8.1/questions.yaml similarity index 100% rename from stable/misskey/8.6.4/questions.yaml rename to stable/misskey/8.8.1/questions.yaml diff --git a/stable/mosquitto/14.5.1/templates/NOTES.txt b/stable/misskey/8.8.1/templates/NOTES.txt similarity index 100% rename from stable/mosquitto/14.5.1/templates/NOTES.txt rename to stable/misskey/8.8.1/templates/NOTES.txt diff --git a/stable/misskey/8.6.4/templates/_configmap.tpl b/stable/misskey/8.8.1/templates/_configmap.tpl similarity index 100% rename from stable/misskey/8.6.4/templates/_configmap.tpl rename to stable/misskey/8.8.1/templates/_configmap.tpl diff --git a/stable/misskey/8.6.4/templates/common.yaml b/stable/misskey/8.8.1/templates/common.yaml similarity index 100% rename from stable/misskey/8.6.4/templates/common.yaml rename to stable/misskey/8.8.1/templates/common.yaml diff --git a/stable/monica/12.9.1/values.yaml b/stable/misskey/8.8.1/values.yaml similarity index 100% rename from stable/monica/12.9.1/values.yaml rename to stable/misskey/8.8.1/values.yaml diff --git a/stable/mkvcleaver/9.5.1/CHANGELOG.md b/stable/mkvcleaver/9.5.1/CHANGELOG.md deleted file mode 100644 index 5b65eaf62a1..00000000000 --- a/stable/mkvcleaver/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mkvcleaver-9.5.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.5.0...mkvcleaver-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mkvcleaver-9.5.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.4.1...mkvcleaver-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mkvcleaver-9.4.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.4.0...mkvcleaver-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mkvcleaver-9.4.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.3.0...mkvcleaver-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mkvcleaver-9.3.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.3...mkvcleaver-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mkvcleaver-9.2.3](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.2...mkvcleaver-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mkvcleaver-9.2.2](https://github.com/truecharts/charts/compare/mkvcleaver-9.2.0...mkvcleaver-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [mkvcleaver-7.1.11](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.10...mkvcleaver-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mkvcleaver-7.1.10](https://github.com/truecharts/charts/compare/mkvcleaver-7.1.9...mkvcleaver-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/mkvcleaver/9.5.1/Chart.yaml b/stable/mkvcleaver/9.5.1/Chart.yaml deleted file mode 100644 index f730d64a243..00000000000 --- a/stable/mkvcleaver/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mkvcleaver/9.5.1/charts/common-20.0.8.tgz b/stable/mkvcleaver/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mkvcleaver/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mordhau/5.5.1/.helmignore b/stable/mkvcleaver/9.7.1/.helmignore similarity index 100% rename from stable/mordhau/5.5.1/.helmignore rename to stable/mkvcleaver/9.7.1/.helmignore diff --git a/stable/mkvcleaver/9.7.1/CHANGELOG.md b/stable/mkvcleaver/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e6687899f6 --- /dev/null +++ b/stable/mkvcleaver/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvcleaver-9.7.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mkvcleaver/9.7.1/Chart.yaml new file mode 100644 index 00000000000..5e3cd6020dc --- /dev/null +++ b/stable/mkvcleaver/9.7.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: 24.02.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/mkvcleaver/9.5.1/README.md b/stable/mkvcleaver/9.7.1/README.md similarity index 100% rename from stable/mkvcleaver/9.5.1/README.md rename to stable/mkvcleaver/9.7.1/README.md diff --git a/stable/mkvcleaver/9.7.1/app-changelog.md b/stable/mkvcleaver/9.7.1/app-changelog.md new file mode 100644 index 00000000000..84be67ee1f3 --- /dev/null +++ b/stable/mkvcleaver/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mkvcleaver-9.7.1](https://github.com/truecharts/charts/compare/mkvcleaver-9.6.0...mkvcleaver-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mkvcleaver/9.7.1/app-readme.md similarity index 100% rename from stable/mkvcleaver/9.5.1/app-readme.md rename to stable/mkvcleaver/9.7.1/app-readme.md diff --git a/stable/mkvcleaver/9.7.1/charts/common-20.2.2.tgz b/stable/mkvcleaver/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mkvcleaver/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mkvcleaver/9.5.1/ix_values.yaml b/stable/mkvcleaver/9.7.1/ix_values.yaml similarity index 100% rename from stable/mkvcleaver/9.5.1/ix_values.yaml rename to stable/mkvcleaver/9.7.1/ix_values.yaml diff --git a/stable/mkvcleaver/9.5.1/questions.yaml b/stable/mkvcleaver/9.7.1/questions.yaml similarity index 100% rename from stable/mkvcleaver/9.5.1/questions.yaml rename to stable/mkvcleaver/9.7.1/questions.yaml diff --git a/stable/mstream/10.5.2/templates/NOTES.txt b/stable/mkvcleaver/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/mstream/10.5.2/templates/NOTES.txt rename to stable/mkvcleaver/9.7.1/templates/NOTES.txt diff --git a/stable/modsecurity-crs/3.5.1/templates/common.yaml b/stable/mkvcleaver/9.7.1/templates/common.yaml similarity index 100% rename from stable/modsecurity-crs/3.5.1/templates/common.yaml rename to stable/mkvcleaver/9.7.1/templates/common.yaml diff --git a/stable/mordhau/5.5.1/values.yaml b/stable/mkvcleaver/9.7.1/values.yaml similarity index 100% rename from stable/mordhau/5.5.1/values.yaml rename to stable/mkvcleaver/9.7.1/values.yaml diff --git a/stable/mkvtoolnix/10.5.1/CHANGELOG.md b/stable/mkvtoolnix/10.5.1/CHANGELOG.md deleted file mode 100644 index d3a53e80b5d..00000000000 --- a/stable/mkvtoolnix/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mkvtoolnix-10.5.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.5.0...mkvtoolnix-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mkvtoolnix-10.5.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.4.1...mkvtoolnix-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mkvtoolnix-10.4.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.4.0...mkvtoolnix-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mkvtoolnix-10.4.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.3.0...mkvtoolnix-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mkvtoolnix-10.3.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.3...mkvtoolnix-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mkvtoolnix-10.2.3](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.2...mkvtoolnix-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mkvtoolnix-10.2.2](https://github.com/truecharts/charts/compare/mkvtoolnix-10.2.0...mkvtoolnix-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mkvtoolnix-9.0.0](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.11...mkvtoolnix-9.0.0) (2024-02-10) - -### Chore - - - -- update container image jlesage/mkvtoolnix to v24.02.1[@f90aca5](https://github.com/f90aca5) by renovate ([#17965](https://github.com/truecharts/charts/issues/17965)) - - -## [mkvtoolnix-8.1.11](https://github.com/truecharts/charts/compare/mkvtoolnix-8.1.10...mkvtoolnix-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/mkvtoolnix/10.5.1/Chart.yaml b/stable/mkvtoolnix/10.5.1/Chart.yaml deleted file mode 100644 index 5e052b9876c..00000000000 --- a/stable/mkvtoolnix/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mkvtoolnix/10.5.1/charts/common-20.0.8.tgz b/stable/mkvtoolnix/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mkvtoolnix/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mosdns/9.5.1/.helmignore b/stable/mkvtoolnix/10.7.1/.helmignore similarity index 100% rename from stable/mosdns/9.5.1/.helmignore rename to stable/mkvtoolnix/10.7.1/.helmignore diff --git a/stable/mkvtoolnix/10.7.1/CHANGELOG.md b/stable/mkvtoolnix/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4cbe437c682 --- /dev/null +++ b/stable/mkvtoolnix/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mkvtoolnix-10.7.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mkvtoolnix/10.7.1/Chart.yaml new file mode 100644 index 00000000000..7a7012f9b8c --- /dev/null +++ b/stable/mkvtoolnix/10.7.1/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.2 + 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.1 diff --git a/stable/mkvtoolnix/10.5.1/README.md b/stable/mkvtoolnix/10.7.1/README.md similarity index 100% rename from stable/mkvtoolnix/10.5.1/README.md rename to stable/mkvtoolnix/10.7.1/README.md diff --git a/stable/mkvtoolnix/10.7.1/app-changelog.md b/stable/mkvtoolnix/10.7.1/app-changelog.md new file mode 100644 index 00000000000..0c58b255dad --- /dev/null +++ b/stable/mkvtoolnix/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mkvtoolnix-10.7.1](https://github.com/truecharts/charts/compare/mkvtoolnix-10.6.0...mkvtoolnix-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mkvtoolnix/10.7.1/app-readme.md similarity index 100% rename from stable/mkvtoolnix/10.5.1/app-readme.md rename to stable/mkvtoolnix/10.7.1/app-readme.md diff --git a/stable/mkvtoolnix/10.7.1/charts/common-20.2.2.tgz b/stable/mkvtoolnix/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mkvtoolnix/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mkvtoolnix/10.5.1/ix_values.yaml b/stable/mkvtoolnix/10.7.1/ix_values.yaml similarity index 100% rename from stable/mkvtoolnix/10.5.1/ix_values.yaml rename to stable/mkvtoolnix/10.7.1/ix_values.yaml diff --git a/stable/mkvtoolnix/10.5.1/questions.yaml b/stable/mkvtoolnix/10.7.1/questions.yaml similarity index 100% rename from stable/mkvtoolnix/10.5.1/questions.yaml rename to stable/mkvtoolnix/10.7.1/questions.yaml diff --git a/stable/multi-scrobbler/6.5.1/templates/NOTES.txt b/stable/mkvtoolnix/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/multi-scrobbler/6.5.1/templates/NOTES.txt rename to stable/mkvtoolnix/10.7.1/templates/NOTES.txt diff --git a/stable/mongo-express/6.6.3/templates/common.yaml b/stable/mkvtoolnix/10.7.1/templates/common.yaml similarity index 100% rename from stable/mongo-express/6.6.3/templates/common.yaml rename to stable/mkvtoolnix/10.7.1/templates/common.yaml diff --git a/stable/mosdns/9.5.1/values.yaml b/stable/mkvtoolnix/10.7.1/values.yaml similarity index 100% rename from stable/mosdns/9.5.1/values.yaml rename to stable/mkvtoolnix/10.7.1/values.yaml diff --git a/stable/modsecurity-crs/3.5.1/CHANGELOG.md b/stable/modsecurity-crs/3.5.1/CHANGELOG.md deleted file mode 100644 index 14d04e9b502..00000000000 --- a/stable/modsecurity-crs/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [modsecurity-crs-3.5.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.5.0...modsecurity-crs-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [modsecurity-crs-3.5.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.4.1...modsecurity-crs-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [modsecurity-crs-3.4.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.4.0...modsecurity-crs-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [modsecurity-crs-3.4.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.3.0...modsecurity-crs-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [modsecurity-crs-3.3.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.3...modsecurity-crs-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [modsecurity-crs-3.2.3](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.2...modsecurity-crs-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [modsecurity-crs-3.2.2](https://github.com/truecharts/charts/compare/modsecurity-crs-3.2.0...modsecurity-crs-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [modsecurity-crs-2.1.11](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.10...modsecurity-crs-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [modsecurity-crs-2.1.10](https://github.com/truecharts/charts/compare/modsecurity-crs-2.1.9...modsecurity-crs-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/modsecurity-crs/3.5.1/Chart.yaml b/stable/modsecurity-crs/3.5.1/Chart.yaml deleted file mode 100644 index b682ea15bd9..00000000000 --- a/stable/modsecurity-crs/3.5.1/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.0.8 - 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.5.1 diff --git a/stable/modsecurity-crs/3.5.1/charts/common-20.0.8.tgz b/stable/modsecurity-crs/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/modsecurity-crs/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mosquitto/14.5.1/.helmignore b/stable/modsecurity-crs/3.7.1/.helmignore similarity index 100% rename from stable/mosquitto/14.5.1/.helmignore rename to stable/modsecurity-crs/3.7.1/.helmignore diff --git a/stable/modsecurity-crs/3.7.1/CHANGELOG.md b/stable/modsecurity-crs/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8adad0011e1 --- /dev/null +++ b/stable/modsecurity-crs/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [modsecurity-crs-3.7.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/modsecurity-crs/3.7.1/Chart.yaml new file mode 100644 index 00000000000..e65b84e514b --- /dev/null +++ b/stable/modsecurity-crs/3.7.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: 3.3.4 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/modsecurity-crs/3.5.1/README.md b/stable/modsecurity-crs/3.7.1/README.md similarity index 100% rename from stable/modsecurity-crs/3.5.1/README.md rename to stable/modsecurity-crs/3.7.1/README.md diff --git a/stable/modsecurity-crs/3.7.1/app-changelog.md b/stable/modsecurity-crs/3.7.1/app-changelog.md new file mode 100644 index 00000000000..257d0ec37fb --- /dev/null +++ b/stable/modsecurity-crs/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [modsecurity-crs-3.7.1](https://github.com/truecharts/charts/compare/modsecurity-crs-3.6.0...modsecurity-crs-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/modsecurity-crs/3.7.1/app-readme.md similarity index 100% rename from stable/modsecurity-crs/3.5.1/app-readme.md rename to stable/modsecurity-crs/3.7.1/app-readme.md diff --git a/stable/modsecurity-crs/3.7.1/charts/common-20.2.2.tgz b/stable/modsecurity-crs/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/modsecurity-crs/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/modsecurity-crs/3.5.1/ix_values.yaml b/stable/modsecurity-crs/3.7.1/ix_values.yaml similarity index 100% rename from stable/modsecurity-crs/3.5.1/ix_values.yaml rename to stable/modsecurity-crs/3.7.1/ix_values.yaml diff --git a/stable/modsecurity-crs/3.5.1/questions.yaml b/stable/modsecurity-crs/3.7.1/questions.yaml similarity index 100% rename from stable/modsecurity-crs/3.5.1/questions.yaml rename to stable/modsecurity-crs/3.7.1/questions.yaml diff --git a/stable/muximux/10.5.1/templates/NOTES.txt b/stable/modsecurity-crs/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/muximux/10.5.1/templates/NOTES.txt rename to stable/modsecurity-crs/3.7.1/templates/NOTES.txt diff --git a/stable/mosdns/9.5.1/templates/common.yaml b/stable/modsecurity-crs/3.7.1/templates/common.yaml similarity index 100% rename from stable/mosdns/9.5.1/templates/common.yaml rename to stable/modsecurity-crs/3.7.1/templates/common.yaml diff --git a/stable/mosquitto/14.5.1/values.yaml b/stable/modsecurity-crs/3.7.1/values.yaml similarity index 100% rename from stable/mosquitto/14.5.1/values.yaml rename to stable/modsecurity-crs/3.7.1/values.yaml diff --git a/stable/mojopaste/5.5.1/CHANGELOG.md b/stable/mojopaste/5.5.1/CHANGELOG.md deleted file mode 100644 index 678b9c5369e..00000000000 --- a/stable/mojopaste/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mojopaste-5.5.1](https://github.com/truecharts/charts/compare/mojopaste-5.5.0...mojopaste-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mojopaste-5.5.0](https://github.com/truecharts/charts/compare/mojopaste-5.4.1...mojopaste-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mojopaste-5.4.1](https://github.com/truecharts/charts/compare/mojopaste-5.4.0...mojopaste-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mojopaste-5.4.0](https://github.com/truecharts/charts/compare/mojopaste-5.3.0...mojopaste-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mojopaste-5.3.0](https://github.com/truecharts/charts/compare/mojopaste-5.2.3...mojopaste-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mojopaste-5.2.3](https://github.com/truecharts/charts/compare/mojopaste-5.2.2...mojopaste-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mojopaste-5.2.2](https://github.com/truecharts/charts/compare/mojopaste-5.2.0...mojopaste-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mojopaste-4.1.11](https://github.com/truecharts/charts/compare/mojopaste-4.1.10...mojopaste-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mojopaste-4.1.10](https://github.com/truecharts/charts/compare/mojopaste-4.1.9...mojopaste-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mojopaste/5.5.1/Chart.yaml b/stable/mojopaste/5.5.1/Chart.yaml deleted file mode 100644 index 9576a6b61df..00000000000 --- a/stable/mojopaste/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/mojopaste/5.5.1/charts/common-20.0.8.tgz b/stable/mojopaste/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mojopaste/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mstream/10.5.2/.helmignore b/stable/mojopaste/5.7.1/.helmignore similarity index 100% rename from stable/mstream/10.5.2/.helmignore rename to stable/mojopaste/5.7.1/.helmignore diff --git a/stable/mojopaste/5.7.1/CHANGELOG.md b/stable/mojopaste/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5125996e4af --- /dev/null +++ b/stable/mojopaste/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mojopaste-5.7.1](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mojopaste/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b9b17799cea --- /dev/null +++ b/stable/mojopaste/5.7.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: 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.2 + 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.1 diff --git a/stable/mojopaste/5.5.1/README.md b/stable/mojopaste/5.7.1/README.md similarity index 100% rename from stable/mojopaste/5.5.1/README.md rename to stable/mojopaste/5.7.1/README.md diff --git a/stable/mojopaste/5.7.1/app-changelog.md b/stable/mojopaste/5.7.1/app-changelog.md new file mode 100644 index 00000000000..7a133ef9774 --- /dev/null +++ b/stable/mojopaste/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mojopaste-5.7.1](https://github.com/truecharts/charts/compare/mojopaste-5.6.0...mojopaste-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mojopaste/5.7.1/app-readme.md similarity index 100% rename from stable/mojopaste/5.5.1/app-readme.md rename to stable/mojopaste/5.7.1/app-readme.md diff --git a/stable/mojopaste/5.7.1/charts/common-20.2.2.tgz b/stable/mojopaste/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mojopaste/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mojopaste/5.5.1/ix_values.yaml b/stable/mojopaste/5.7.1/ix_values.yaml similarity index 100% rename from stable/mojopaste/5.5.1/ix_values.yaml rename to stable/mojopaste/5.7.1/ix_values.yaml diff --git a/stable/mojopaste/5.5.1/questions.yaml b/stable/mojopaste/5.7.1/questions.yaml similarity index 100% rename from stable/mojopaste/5.5.1/questions.yaml rename to stable/mojopaste/5.7.1/questions.yaml diff --git a/stable/mojopaste/5.5.1/templates/common.yaml b/stable/mojopaste/5.7.1/templates/common.yaml similarity index 100% rename from stable/mojopaste/5.5.1/templates/common.yaml rename to stable/mojopaste/5.7.1/templates/common.yaml diff --git a/stable/mstream/10.5.2/values.yaml b/stable/mojopaste/5.7.1/values.yaml similarity index 100% rename from stable/mstream/10.5.2/values.yaml rename to stable/mojopaste/5.7.1/values.yaml diff --git a/stable/monero-node/6.4.2/CHANGELOG.md b/stable/monero-node/6.4.2/CHANGELOG.md deleted file mode 100644 index 98120cbe16b..00000000000 --- a/stable/monero-node/6.4.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [monero-node-6.4.2](https://github.com/truecharts/charts/compare/monero-node-6.4.1...monero-node-6.4.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [monero-node-6.4.1](https://github.com/truecharts/charts/compare/monero-node-6.4.0...monero-node-6.4.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - - - -## [monero-node-6.4.0](https://github.com/truecharts/charts/compare/monero-node-6.3.3...monero-node-6.4.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [monero-node-6.3.3](https://github.com/truecharts/charts/compare/monero-node-6.3.2...monero-node-6.3.3) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2[@f674823](https://github.com/f674823) by renovate ([#19154](https://github.com/truecharts/charts/issues/19154)) - - -## [monero-node-6.3.2](https://github.com/truecharts/charts/compare/monero-node-6.3.1...monero-node-6.3.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/sethforprivacy/simple-monerod to v0.18.3.2[@57ea2ee](https://github.com/57ea2ee) by renovate ([#19071](https://github.com/truecharts/charts/issues/19071)) - - -## [monero-node-6.3.1](https://github.com/truecharts/charts/compare/monero-node-6.3.0...monero-node-6.3.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [monero-node-6.3.0](https://github.com/truecharts/charts/compare/monero-node-6.2.0...monero-node-6.3.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [monero-node-6.2.0](https://github.com/truecharts/charts/compare/monero-node-6.1.4...monero-node-6.2.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [monero-node-6.1.4](https://github.com/truecharts/charts/compare/monero-node-6.1.3...monero-node-6.1.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [monero-node-6.1.3](https://github.com/truecharts/charts/compare/monero-node-6.1.1...monero-node-6.1.3) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/monero-node/6.4.2/Chart.yaml b/stable/monero-node/6.4.2/Chart.yaml deleted file mode 100644 index c8f3c3502f9..00000000000 --- a/stable/monero-node/6.4.2/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.2 -dependencies: - - name: common - version: 20.0.9 - 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.4.2 diff --git a/stable/monero-node/6.4.2/charts/common-20.0.9.tgz b/stable/monero-node/6.4.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/monero-node/6.4.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/monero-node/6.4.2/ix_values.yaml b/stable/monero-node/6.4.2/ix_values.yaml deleted file mode 100644 index 91002dfaefa..00000000000 --- a/stable/monero-node/6.4.2/ix_values.yaml +++ /dev/null @@ -1,43 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/sethforprivacy/simple-monerod - tag: v0.18.3.2@sha256:f674823f85b1ec6244a02f8fccfb32e7bbb8c3d804c648b55833ad2220cd5a05 - -monero: - rpcbindip: "0.0.0.0" - rpcbindport: "18089" - publicnode: true - noigd: true - enablednsblocklist: true - pruneblockchain: true - -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 - -service: - main: - ports: - main: - port: 18080 - protocol: tcp - targetPort: 18080 - rpc: - enabled: true - ports: - rpc: - enabled: true - port: 18089 - protocol: tcp - targetPort: 18089 - -persistence: - blockchainstorage: - enabled: true - mountPath: /home/monero/.bitmonero - -portal: - open: - enabled: true diff --git a/stable/multi-scrobbler/6.5.1/.helmignore b/stable/monero-node/6.6.1/.helmignore similarity index 100% rename from stable/multi-scrobbler/6.5.1/.helmignore rename to stable/monero-node/6.6.1/.helmignore diff --git a/stable/monero-node/6.6.1/CHANGELOG.md b/stable/monero-node/6.6.1/CHANGELOG.md new file mode 100644 index 00000000000..6d0996bb1b3 --- /dev/null +++ b/stable/monero-node/6.6.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/monero-node/6.6.1/Chart.yaml b/stable/monero-node/6.6.1/Chart.yaml new file mode 100644 index 00000000000..51cce0194dd --- /dev/null +++ b/stable/monero-node/6.6.1/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.2 + 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.1 diff --git a/stable/monero-node/6.4.2/README.md b/stable/monero-node/6.6.1/README.md similarity index 100% rename from stable/monero-node/6.4.2/README.md rename to stable/monero-node/6.6.1/README.md diff --git a/stable/monero-node/6.6.1/app-changelog.md b/stable/monero-node/6.6.1/app-changelog.md new file mode 100644 index 00000000000..47ae2edc106 --- /dev/null +++ b/stable/monero-node/6.6.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [monero-node-6.6.1](https://github.com/truecharts/charts/compare/monero-node-6.5.0...monero-node-6.6.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.4.2/app-readme.md b/stable/monero-node/6.6.1/app-readme.md similarity index 100% rename from stable/monero-node/6.4.2/app-readme.md rename to stable/monero-node/6.6.1/app-readme.md diff --git a/stable/monero-node/6.6.1/charts/common-20.2.2.tgz b/stable/monero-node/6.6.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/monero-node/6.6.1/charts/common-20.2.2.tgz differ diff --git a/stable/monero-node/6.6.1/ix_values.yaml b/stable/monero-node/6.6.1/ix_values.yaml new file mode 100644 index 00000000000..fa6cdb666d6 --- /dev/null +++ b/stable/monero-node/6.6.1/ix_values.yaml @@ -0,0 +1,43 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/sethforprivacy/simple-monerod + tag: v0.18.3.3@sha256:1d6fa540fde4ec86b438ef2234f95dc60049737689f6ed45796f9dcec1493fa4 + +monero: + rpcbindip: "0.0.0.0" + rpcbindport: "18089" + publicnode: true + noigd: true + enablednsblocklist: true + pruneblockchain: true + +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 + +service: + main: + ports: + main: + port: 18080 + protocol: tcp + targetPort: 18080 + rpc: + enabled: true + ports: + rpc: + enabled: true + port: 18089 + protocol: tcp + targetPort: 18089 + +persistence: + blockchainstorage: + enabled: true + mountPath: /home/monero/.bitmonero + +portal: + open: + enabled: true diff --git a/stable/monero-node/6.4.2/questions.yaml b/stable/monero-node/6.6.1/questions.yaml similarity index 100% rename from stable/monero-node/6.4.2/questions.yaml rename to stable/monero-node/6.6.1/questions.yaml diff --git a/stable/monero-node/6.4.2/templates/_args.tpl b/stable/monero-node/6.6.1/templates/_args.tpl similarity index 100% rename from stable/monero-node/6.4.2/templates/_args.tpl rename to stable/monero-node/6.6.1/templates/_args.tpl diff --git a/stable/monero-node/6.4.2/templates/common.yaml b/stable/monero-node/6.6.1/templates/common.yaml similarity index 100% rename from stable/monero-node/6.4.2/templates/common.yaml rename to stable/monero-node/6.6.1/templates/common.yaml diff --git a/stable/multi-scrobbler/6.5.1/values.yaml b/stable/monero-node/6.6.1/values.yaml similarity index 100% rename from stable/multi-scrobbler/6.5.1/values.yaml rename to stable/monero-node/6.6.1/values.yaml diff --git a/stable/mongo-express/6.6.3/CHANGELOG.md b/stable/mongo-express/6.6.3/CHANGELOG.md deleted file mode 100644 index d8d2d7ae075..00000000000 --- a/stable/mongo-express/6.6.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mongo-express-6.6.3](https://github.com/truecharts/charts/compare/mongo-express-6.6.2...mongo-express-6.6.3) (2024-03-13) - -### Chore - - - -- update container image mongodb to v12.5.2[@ce0371b](https://github.com/ce0371b) by renovate ([#19184](https://github.com/truecharts/charts/issues/19184)) - - -## [mongo-express-6.6.2](https://github.com/truecharts/charts/compare/mongo-express-6.6.1...mongo-express-6.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [mongo-express-6.6.1](https://github.com/truecharts/charts/compare/mongo-express-6.6.0...mongo-express-6.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mongo-express-6.6.0](https://github.com/truecharts/charts/compare/mongo-express-6.5.0...mongo-express-6.6.0) (2024-03-12) - -### Chore - - - -- update container image mongodb to v12.5.0[@1acb095](https://github.com/1acb095) by renovate ([#18519](https://github.com/truecharts/charts/issues/18519)) - - -## [mongo-express-6.5.0](https://github.com/truecharts/charts/compare/mongo-express-6.4.1...mongo-express-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mongo-express-6.4.1](https://github.com/truecharts/charts/compare/mongo-express-6.4.0...mongo-express-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mongo-express-6.4.0](https://github.com/truecharts/charts/compare/mongo-express-6.3.0...mongo-express-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mongo-express-6.3.0](https://github.com/truecharts/charts/compare/mongo-express-6.2.3...mongo-express-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mongo-express-6.2.3](https://github.com/truecharts/charts/compare/mongo-express-6.2.2...mongo-express-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mongo-express-6.2.2](https://github.com/truecharts/charts/compare/mongo-express-6.2.0...mongo-express-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/mongo-express/6.6.3/Chart.yaml b/stable/mongo-express/6.6.3/Chart.yaml deleted file mode 100644 index 8e47d588ae1..00000000000 --- a/stable/mongo-express/6.6.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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 12.5.2 - 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.6.3 diff --git a/stable/mongo-express/6.6.3/charts/common-20.0.9.tgz b/stable/mongo-express/6.6.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/mongo-express/6.6.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/mongo-express/6.6.3/charts/mongodb-12.5.2.tgz b/stable/mongo-express/6.6.3/charts/mongodb-12.5.2.tgz deleted file mode 100644 index e8b45a00583..00000000000 Binary files a/stable/mongo-express/6.6.3/charts/mongodb-12.5.2.tgz and /dev/null differ diff --git a/stable/muse/5.6.2/.helmignore b/stable/mongo-express/6.8.1/.helmignore similarity index 100% rename from stable/muse/5.6.2/.helmignore rename to stable/mongo-express/6.8.1/.helmignore diff --git a/stable/mongo-express/6.8.1/CHANGELOG.md b/stable/mongo-express/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..982354be457 --- /dev/null +++ b/stable/mongo-express/6.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongo-express-6.8.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.0) (2024-03-16) + +### Chore + + + +- update container 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)) + diff --git a/stable/mongo-express/6.8.1/Chart.yaml b/stable/mongo-express/6.8.1/Chart.yaml new file mode 100644 index 00000000000..cb73cc51fa2 --- /dev/null +++ b/stable/mongo-express/6.8.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: 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.2 + 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.1 diff --git a/stable/mongo-express/6.6.3/README.md b/stable/mongo-express/6.8.1/README.md similarity index 100% rename from stable/mongo-express/6.6.3/README.md rename to stable/mongo-express/6.8.1/README.md diff --git a/stable/mongo-express/6.8.1/app-changelog.md b/stable/mongo-express/6.8.1/app-changelog.md new file mode 100644 index 00000000000..aa2d9b9a27e --- /dev/null +++ b/stable/mongo-express/6.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [mongo-express-6.8.1](https://github.com/truecharts/charts/compare/mongo-express-6.7.0...mongo-express-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.3/app-readme.md b/stable/mongo-express/6.8.1/app-readme.md similarity index 100% rename from stable/mongo-express/6.6.3/app-readme.md rename to stable/mongo-express/6.8.1/app-readme.md diff --git a/stable/mongo-express/6.8.1/charts/common-20.2.2.tgz b/stable/mongo-express/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mongo-express/6.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/wekan/14.11.0/charts/mongodb-12.5.4.tgz b/stable/mongo-express/6.8.1/charts/mongodb-12.5.4.tgz similarity index 100% rename from stable/wekan/14.11.0/charts/mongodb-12.5.4.tgz rename to stable/mongo-express/6.8.1/charts/mongodb-12.5.4.tgz diff --git a/stable/mongo-express/6.6.3/ix_values.yaml b/stable/mongo-express/6.8.1/ix_values.yaml similarity index 100% rename from stable/mongo-express/6.6.3/ix_values.yaml rename to stable/mongo-express/6.8.1/ix_values.yaml diff --git a/stable/mongo-express/6.6.3/questions.yaml b/stable/mongo-express/6.8.1/questions.yaml similarity index 100% rename from stable/mongo-express/6.6.3/questions.yaml rename to stable/mongo-express/6.8.1/questions.yaml diff --git a/stable/mylar/13.5.2/templates/NOTES.txt b/stable/mongo-express/6.8.1/templates/NOTES.txt similarity index 100% rename from stable/mylar/13.5.2/templates/NOTES.txt rename to stable/mongo-express/6.8.1/templates/NOTES.txt diff --git a/stable/muse/5.6.2/templates/common.yaml b/stable/mongo-express/6.8.1/templates/common.yaml similarity index 100% rename from stable/muse/5.6.2/templates/common.yaml rename to stable/mongo-express/6.8.1/templates/common.yaml diff --git a/stable/muse/5.6.2/values.yaml b/stable/mongo-express/6.8.1/values.yaml similarity index 100% rename from stable/muse/5.6.2/values.yaml rename to stable/mongo-express/6.8.1/values.yaml diff --git a/stable/muximux/10.5.1/.helmignore b/stable/mongodb/12.7.1/.helmignore similarity index 100% rename from stable/muximux/10.5.1/.helmignore rename to stable/mongodb/12.7.1/.helmignore diff --git a/stable/mongodb/12.7.1/CHANGELOG.md b/stable/mongodb/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9cd03f3bc35 --- /dev/null +++ b/stable/mongodb/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mongodb-12.7.1](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mongodb/12.7.1/Chart.yaml new file mode 100644 index 00000000000..545e2ecc1d1 --- /dev/null +++ b/stable/mongodb/12.7.1/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.6 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/mongodb/12.7.1/README.md b/stable/mongodb/12.7.1/README.md new file mode 100644 index 00000000000..6147f573619 --- /dev/null +++ b/stable/mongodb/12.7.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/mongodb) + +**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/mongodb/12.7.1/app-changelog.md b/stable/mongodb/12.7.1/app-changelog.md new file mode 100644 index 00000000000..775a12b2bbf --- /dev/null +++ b/stable/mongodb/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mongodb-12.7.1](https://github.com/truecharts/charts/compare/mongodb-12.6.0...mongodb-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1/app-readme.md b/stable/mongodb/12.7.1/app-readme.md new file mode 100644 index 00000000000..822a2186884 --- /dev/null +++ b/stable/mongodb/12.7.1/app-readme.md @@ -0,0 +1,8 @@ +Fast, reliable, scalable, and easy to use open-source no-sql database system. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/mongodb](https://truecharts.org/charts/stable/mongodb) + +--- + +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/mongodb/12.7.1/charts/common-20.2.2.tgz b/stable/mongodb/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mongodb/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mongodb/12.7.1/ix_values.yaml b/stable/mongodb/12.7.1/ix_values.yaml new file mode 100644 index 00000000000..f18bfca6df1 --- /dev/null +++ b/stable/mongodb/12.7.1/ix_values.yaml @@ -0,0 +1,108 @@ +image: + repository: bitnami/mongodb + pullPolicy: IfNotPresent + tag: 7.0.6@sha256:046f45d6fe3889b05907571be5c68af76f2bea8bdee63879ebe0f4bf478e6bee + +includeCommon: true +workload: + main: + replicas: 1 + podSpec: + containers: + main: + env: + MONGODB_USERNAME: "{{ .Values.mongodbUsername }}" + MONGODB_DATABASE: "{{ .Values.mongodbDatabase }}" + MONGODB_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' + key: "mongodb-password" + MONGODB_ROOT_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.mongodbPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.mongodbPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "mongodbcreds" }}{{ end }}' + key: "mongodb-root-password" + # -- 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: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet + # -- 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: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet + # -- 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: + - /bin/bash + - -ec + - echo "db.runCommand(\"ping\")" | mongosh --host localhost --port 27017 ${MONGODB_DATABASE} --quiet +service: + main: + ports: + main: + port: 27017 + targetPort: 27017 +securityContext: + container: + runAsGroup: 0 + readOnlyRootFilesystem: false +persistence: + data: + enabled: true + mountPath: "/bitnami/mongodb" +mongodbUsername: "test" +mongodbDatabase: "test" +mongodbRootPassword: "testroot" +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +mongodbPassword: "" +existingSecret: "" +secret: + credentials: + enabled: true + data: + mongodb-password: '{{ ( .Values.mongodbPassword | default "empty" ) }}' + mongodb-root-password: '{{ ( .Values.mongodbRootPassword | default "empty" ) }}' +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/stable/mongodb/12.7.1/questions.yaml b/stable/mongodb/12.7.1/questions.yaml new file mode 100755 index 00000000000..5677e093c21 --- /dev/null +++ b/stable/mongodb/12.7.1/questions.yaml @@ -0,0 +1,2329 @@ +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: 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: mongodbDatabase + group: "App Configuration" + label: "Database Name" + schema: + type: string + default: "mydatabase" + required: true + - variable: mongodbUsername + group: "App Configuration" + label: "Database User" + schema: + type: string + default: "mydatabaseuser" + required: true + - variable: mongodbPassword + group: "App Configuration" + label: "Database Password" + schema: + type: string + default: "" + required: true + - variable: mongodbRootPassword + 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) + + - 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: 27017 + 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: + + additional_attrs: true + type: dict + attrs: + - variable: data + 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 + - 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: 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: 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/mymediaforalexa/8.5.1/templates/NOTES.txt b/stable/mongodb/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/mymediaforalexa/8.5.1/templates/NOTES.txt rename to stable/mongodb/12.7.1/templates/NOTES.txt diff --git a/stable/picoshare/9.5.1/templates/common.yaml b/stable/mongodb/12.7.1/templates/common.yaml similarity index 100% rename from stable/picoshare/9.5.1/templates/common.yaml rename to stable/mongodb/12.7.1/templates/common.yaml diff --git a/stable/muximux/10.5.1/values.yaml b/stable/mongodb/12.7.1/values.yaml similarity index 100% rename from stable/muximux/10.5.1/values.yaml rename to stable/mongodb/12.7.1/values.yaml diff --git a/stable/mylar/13.5.2/.helmignore b/stable/monica/12.12.1/.helmignore similarity index 100% rename from stable/mylar/13.5.2/.helmignore rename to stable/monica/12.12.1/.helmignore diff --git a/stable/monica/12.12.1/CHANGELOG.md b/stable/monica/12.12.1/CHANGELOG.md new file mode 100644 index 00000000000..df05d9135ef --- /dev/null +++ b/stable/monica/12.12.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [monica-12.12.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/monica/12.12.1/Chart.yaml b/stable/monica/12.12.1/Chart.yaml new file mode 100644 index 00000000000..83bb5e7991f --- /dev/null +++ b/stable/monica/12.12.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/monica/12.9.1/README.md b/stable/monica/12.12.1/README.md similarity index 100% rename from stable/monica/12.9.1/README.md rename to stable/monica/12.12.1/README.md diff --git a/stable/monica/12.12.1/app-changelog.md b/stable/monica/12.12.1/app-changelog.md new file mode 100644 index 00000000000..db46e678328 --- /dev/null +++ b/stable/monica/12.12.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [monica-12.12.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/monica/12.12.1/app-readme.md similarity index 100% rename from stable/monica/12.9.1/app-readme.md rename to stable/monica/12.12.1/app-readme.md diff --git a/stable/monica/12.12.1/charts/common-20.2.2.tgz b/stable/monica/12.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/monica/12.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/monica/12.12.1/charts/mariadb-13.7.0.tgz b/stable/monica/12.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/monica/12.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/monica/12.9.1/ix_values.yaml b/stable/monica/12.12.1/ix_values.yaml similarity index 100% rename from stable/monica/12.9.1/ix_values.yaml rename to stable/monica/12.12.1/ix_values.yaml diff --git a/stable/monica/12.9.1/questions.yaml b/stable/monica/12.12.1/questions.yaml similarity index 100% rename from stable/monica/12.9.1/questions.yaml rename to stable/monica/12.12.1/questions.yaml diff --git a/stable/mysql-workbench/9.5.2/templates/NOTES.txt b/stable/monica/12.12.1/templates/NOTES.txt similarity index 100% rename from stable/mysql-workbench/9.5.2/templates/NOTES.txt rename to stable/monica/12.12.1/templates/NOTES.txt diff --git a/stable/monica/12.9.1/templates/_appkey.tpl b/stable/monica/12.12.1/templates/_appkey.tpl similarity index 100% rename from stable/monica/12.9.1/templates/_appkey.tpl rename to stable/monica/12.12.1/templates/_appkey.tpl diff --git a/stable/monica/12.9.1/templates/common.yaml b/stable/monica/12.12.1/templates/common.yaml similarity index 100% rename from stable/monica/12.9.1/templates/common.yaml rename to stable/monica/12.12.1/templates/common.yaml diff --git a/stable/mylar/13.5.2/values.yaml b/stable/monica/12.12.1/values.yaml similarity index 100% rename from stable/mylar/13.5.2/values.yaml rename to stable/monica/12.12.1/values.yaml diff --git a/stable/monica/12.9.1/CHANGELOG.md b/stable/monica/12.9.1/CHANGELOG.md deleted file mode 100644 index 3a911fd5a46..00000000000 --- a/stable/monica/12.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [monica-12.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) diff --git a/stable/monica/12.9.1/Chart.yaml b/stable/monica/12.9.1/Chart.yaml deleted file mode 100644 index dfcfaa154f0..00000000000 --- a/stable/monica/12.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/monica/12.9.1/app-changelog.md b/stable/monica/12.9.1/app-changelog.md deleted file mode 100644 index a05fa891124..00000000000 --- a/stable/monica/12.9.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [monica-12.9.1](https://github.com/truecharts/charts/compare/monica-12.9.0...monica-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/monica/12.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/monica/12.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/monica/12.9.1/charts/mariadb-13.5.4.tgz b/stable/monica/12.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/monica/12.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/mordhau/5.5.1/CHANGELOG.md b/stable/mordhau/5.5.1/CHANGELOG.md deleted file mode 100644 index 4ff42be02a7..00000000000 --- a/stable/mordhau/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mordhau-5.5.1](https://github.com/truecharts/charts/compare/mordhau-5.5.0...mordhau-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mordhau-5.5.0](https://github.com/truecharts/charts/compare/mordhau-5.4.1...mordhau-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mordhau-5.4.1](https://github.com/truecharts/charts/compare/mordhau-5.4.0...mordhau-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mordhau-5.4.0](https://github.com/truecharts/charts/compare/mordhau-5.3.0...mordhau-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mordhau-5.3.0](https://github.com/truecharts/charts/compare/mordhau-5.2.3...mordhau-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mordhau-5.2.3](https://github.com/truecharts/charts/compare/mordhau-5.2.2...mordhau-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mordhau-5.2.2](https://github.com/truecharts/charts/compare/mordhau-5.2.0...mordhau-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mordhau-4.1.11](https://github.com/truecharts/charts/compare/mordhau-4.1.10...mordhau-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mordhau-4.1.10](https://github.com/truecharts/charts/compare/mordhau-4.1.9...mordhau-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mordhau/5.5.1/Chart.yaml b/stable/mordhau/5.5.1/Chart.yaml deleted file mode 100644 index 2a17f4caf2b..00000000000 --- a/stable/mordhau/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mordhau/5.5.1/charts/common-20.0.8.tgz b/stable/mordhau/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mordhau/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mymediaforalexa/8.5.1/.helmignore b/stable/mordhau/5.7.1/.helmignore similarity index 100% rename from stable/mymediaforalexa/8.5.1/.helmignore rename to stable/mordhau/5.7.1/.helmignore diff --git a/stable/mordhau/5.7.1/CHANGELOG.md b/stable/mordhau/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b1b40349fec --- /dev/null +++ b/stable/mordhau/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mordhau-5.7.1](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mordhau/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c2649158ff5 --- /dev/null +++ b/stable/mordhau/5.7.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: 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.2 + 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.1 diff --git a/stable/mordhau/5.5.1/README.md b/stable/mordhau/5.7.1/README.md similarity index 100% rename from stable/mordhau/5.5.1/README.md rename to stable/mordhau/5.7.1/README.md diff --git a/stable/mordhau/5.7.1/app-changelog.md b/stable/mordhau/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e39a4415e03 --- /dev/null +++ b/stable/mordhau/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mordhau-5.7.1](https://github.com/truecharts/charts/compare/mordhau-5.6.0...mordhau-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mordhau/5.7.1/app-readme.md similarity index 100% rename from stable/mordhau/5.5.1/app-readme.md rename to stable/mordhau/5.7.1/app-readme.md diff --git a/stable/mordhau/5.7.1/charts/common-20.2.2.tgz b/stable/mordhau/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mordhau/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mordhau/5.5.1/ix_values.yaml b/stable/mordhau/5.7.1/ix_values.yaml similarity index 100% rename from stable/mordhau/5.5.1/ix_values.yaml rename to stable/mordhau/5.7.1/ix_values.yaml diff --git a/stable/mordhau/5.5.1/questions.yaml b/stable/mordhau/5.7.1/questions.yaml similarity index 100% rename from stable/mordhau/5.5.1/questions.yaml rename to stable/mordhau/5.7.1/questions.yaml diff --git a/stable/mordhau/5.5.1/templates/common.yaml b/stable/mordhau/5.7.1/templates/common.yaml similarity index 100% rename from stable/mordhau/5.5.1/templates/common.yaml rename to stable/mordhau/5.7.1/templates/common.yaml diff --git a/stable/mymediaforalexa/8.5.1/values.yaml b/stable/mordhau/5.7.1/values.yaml similarity index 100% rename from stable/mymediaforalexa/8.5.1/values.yaml rename to stable/mordhau/5.7.1/values.yaml diff --git a/stable/mosdns/9.5.1/CHANGELOG.md b/stable/mosdns/9.5.1/CHANGELOG.md deleted file mode 100644 index 47bffc3f2a6..00000000000 --- a/stable/mosdns/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mosdns-9.5.1](https://github.com/truecharts/charts/compare/mosdns-9.5.0...mosdns-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mosdns-9.5.0](https://github.com/truecharts/charts/compare/mosdns-9.4.1...mosdns-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mosdns-9.4.1](https://github.com/truecharts/charts/compare/mosdns-9.4.0...mosdns-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mosdns-9.4.0](https://github.com/truecharts/charts/compare/mosdns-9.3.0...mosdns-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mosdns-9.3.0](https://github.com/truecharts/charts/compare/mosdns-9.2.3...mosdns-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mosdns-9.2.3](https://github.com/truecharts/charts/compare/mosdns-9.2.2...mosdns-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mosdns-9.2.2](https://github.com/truecharts/charts/compare/mosdns-9.2.0...mosdns-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mosdns-8.1.11](https://github.com/truecharts/charts/compare/mosdns-8.1.10...mosdns-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mosdns-8.1.10](https://github.com/truecharts/charts/compare/mosdns-8.1.9...mosdns-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mosdns/9.5.1/Chart.yaml b/stable/mosdns/9.5.1/Chart.yaml deleted file mode 100644 index 617f59831d4..00000000000 --- a/stable/mosdns/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mosdns/9.5.1/charts/common-20.0.8.tgz b/stable/mosdns/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mosdns/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.5.2/.helmignore b/stable/mosdns/9.7.1/.helmignore similarity index 100% rename from stable/mysql-workbench/9.5.2/.helmignore rename to stable/mosdns/9.7.1/.helmignore diff --git a/stable/mosdns/9.7.1/CHANGELOG.md b/stable/mosdns/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d4e51b6e335 --- /dev/null +++ b/stable/mosdns/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosdns-9.7.1](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mosdns/9.7.1/Chart.yaml new file mode 100644 index 00000000000..60be7032d19 --- /dev/null +++ b/stable/mosdns/9.7.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: 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.2 + 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.1 diff --git a/stable/mosdns/9.5.1/README.md b/stable/mosdns/9.7.1/README.md similarity index 100% rename from stable/mosdns/9.5.1/README.md rename to stable/mosdns/9.7.1/README.md diff --git a/stable/mosdns/9.7.1/app-changelog.md b/stable/mosdns/9.7.1/app-changelog.md new file mode 100644 index 00000000000..bca35836d7c --- /dev/null +++ b/stable/mosdns/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mosdns-9.7.1](https://github.com/truecharts/charts/compare/mosdns-9.6.0...mosdns-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mosdns/9.7.1/app-readme.md similarity index 100% rename from stable/mosdns/9.5.1/app-readme.md rename to stable/mosdns/9.7.1/app-readme.md diff --git a/stable/mosdns/9.7.1/charts/common-20.2.2.tgz b/stable/mosdns/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mosdns/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mosdns/9.5.1/ix_values.yaml b/stable/mosdns/9.7.1/ix_values.yaml similarity index 100% rename from stable/mosdns/9.5.1/ix_values.yaml rename to stable/mosdns/9.7.1/ix_values.yaml diff --git a/stable/mosdns/9.5.1/questions.yaml b/stable/mosdns/9.7.1/questions.yaml similarity index 100% rename from stable/mosdns/9.5.1/questions.yaml rename to stable/mosdns/9.7.1/questions.yaml diff --git a/stable/n8n/13.8.0/templates/NOTES.txt b/stable/mosdns/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/n8n/13.8.0/templates/NOTES.txt rename to stable/mosdns/9.7.1/templates/NOTES.txt diff --git a/stable/mylar/13.5.2/templates/common.yaml b/stable/mosdns/9.7.1/templates/common.yaml similarity index 100% rename from stable/mylar/13.5.2/templates/common.yaml rename to stable/mosdns/9.7.1/templates/common.yaml diff --git a/stable/mysql-workbench/9.5.2/values.yaml b/stable/mosdns/9.7.1/values.yaml similarity index 100% rename from stable/mysql-workbench/9.5.2/values.yaml rename to stable/mosdns/9.7.1/values.yaml diff --git a/stable/mosquitto/14.5.1/CHANGELOG.md b/stable/mosquitto/14.5.1/CHANGELOG.md deleted file mode 100644 index c14b1948632..00000000000 --- a/stable/mosquitto/14.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mosquitto-14.5.1](https://github.com/truecharts/charts/compare/mosquitto-14.5.0...mosquitto-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mosquitto-14.5.0](https://github.com/truecharts/charts/compare/mosquitto-14.4.1...mosquitto-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mosquitto-14.4.1](https://github.com/truecharts/charts/compare/mosquitto-14.4.0...mosquitto-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mosquitto-14.4.0](https://github.com/truecharts/charts/compare/mosquitto-14.3.0...mosquitto-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mosquitto-14.3.0](https://github.com/truecharts/charts/compare/mosquitto-14.2.3...mosquitto-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mosquitto-14.2.3](https://github.com/truecharts/charts/compare/mosquitto-14.2.2...mosquitto-14.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mosquitto-14.2.2](https://github.com/truecharts/charts/compare/mosquitto-14.2.0...mosquitto-14.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mosquitto-13.1.13](https://github.com/truecharts/charts/compare/mosquitto-13.1.12...mosquitto-13.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mosquitto-13.1.12](https://github.com/truecharts/charts/compare/mosquitto-13.1.11...mosquitto-13.1.12) (2024-01-29) - -### Chore - - - -- update container image eclipse-mosquitto to 2.0.18[@da38d58](https://github.com/da38d58) by renovate ([#17591](https://github.com/truecharts/charts/issues/17591)) diff --git a/stable/mosquitto/14.5.1/Chart.yaml b/stable/mosquitto/14.5.1/Chart.yaml deleted file mode 100644 index 86605b92eb6..00000000000 --- a/stable/mosquitto/14.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mosquitto/14.5.1/charts/common-20.0.8.tgz b/stable/mosquitto/14.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mosquitto/14.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/n8n/13.8.0/.helmignore b/stable/mosquitto/14.7.1/.helmignore similarity index 100% rename from stable/n8n/13.8.0/.helmignore rename to stable/mosquitto/14.7.1/.helmignore diff --git a/stable/mosquitto/14.7.1/CHANGELOG.md b/stable/mosquitto/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d88a02c1915 --- /dev/null +++ b/stable/mosquitto/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mosquitto-14.7.1](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mosquitto/14.7.1/Chart.yaml new file mode 100644 index 00000000000..3d1af70e220 --- /dev/null +++ b/stable/mosquitto/14.7.1/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.2 + 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.1 diff --git a/stable/mosquitto/14.5.1/README.md b/stable/mosquitto/14.7.1/README.md similarity index 100% rename from stable/mosquitto/14.5.1/README.md rename to stable/mosquitto/14.7.1/README.md diff --git a/stable/mosquitto/14.7.1/app-changelog.md b/stable/mosquitto/14.7.1/app-changelog.md new file mode 100644 index 00000000000..dabb26d18f4 --- /dev/null +++ b/stable/mosquitto/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mosquitto-14.7.1](https://github.com/truecharts/charts/compare/mosquitto-14.6.0...mosquitto-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mosquitto/14.7.1/app-readme.md similarity index 100% rename from stable/mosquitto/14.5.1/app-readme.md rename to stable/mosquitto/14.7.1/app-readme.md diff --git a/stable/mosquitto/14.7.1/charts/common-20.2.2.tgz b/stable/mosquitto/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mosquitto/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mosquitto/14.5.1/ix_values.yaml b/stable/mosquitto/14.7.1/ix_values.yaml similarity index 100% rename from stable/mosquitto/14.5.1/ix_values.yaml rename to stable/mosquitto/14.7.1/ix_values.yaml diff --git a/stable/mosquitto/14.5.1/questions.yaml b/stable/mosquitto/14.7.1/questions.yaml similarity index 100% rename from stable/mosquitto/14.5.1/questions.yaml rename to stable/mosquitto/14.7.1/questions.yaml diff --git a/stable/nano-wallet/9.5.1/templates/NOTES.txt b/stable/mosquitto/14.7.1/templates/NOTES.txt similarity index 100% rename from stable/nano-wallet/9.5.1/templates/NOTES.txt rename to stable/mosquitto/14.7.1/templates/NOTES.txt diff --git a/stable/mosquitto/14.5.1/templates/common.yaml b/stable/mosquitto/14.7.1/templates/common.yaml similarity index 100% rename from stable/mosquitto/14.5.1/templates/common.yaml rename to stable/mosquitto/14.7.1/templates/common.yaml diff --git a/stable/n8n/13.8.0/values.yaml b/stable/mosquitto/14.7.1/values.yaml similarity index 100% rename from stable/n8n/13.8.0/values.yaml rename to stable/mosquitto/14.7.1/values.yaml diff --git a/stable/mstream/10.5.2/CHANGELOG.md b/stable/mstream/10.5.2/CHANGELOG.md deleted file mode 100644 index 656a767f6f6..00000000000 --- a/stable/mstream/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mstream-10.5.2](https://github.com/truecharts/charts/compare/mstream-10.5.1...mstream-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [mstream-10.5.1](https://github.com/truecharts/charts/compare/mstream-10.5.0...mstream-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mstream-10.5.0](https://github.com/truecharts/charts/compare/mstream-10.4.2...mstream-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mstream-10.4.2](https://github.com/truecharts/charts/compare/mstream-10.4.1...mstream-10.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/mstream to 5.11.4[@2ec775d](https://github.com/2ec775d) by renovate ([#19006](https://github.com/truecharts/charts/issues/19006)) - - -## [mstream-10.4.1](https://github.com/truecharts/charts/compare/mstream-10.4.0...mstream-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mstream-10.4.0](https://github.com/truecharts/charts/compare/mstream-10.3.0...mstream-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mstream-10.3.0](https://github.com/truecharts/charts/compare/mstream-10.2.3...mstream-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mstream-10.2.3](https://github.com/truecharts/charts/compare/mstream-10.2.2...mstream-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mstream-10.2.2](https://github.com/truecharts/charts/compare/mstream-10.2.0...mstream-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/mstream/10.5.2/Chart.yaml b/stable/mstream/10.5.2/Chart.yaml deleted file mode 100644 index e16d1c7d73a..00000000000 --- a/stable/mstream/10.5.2/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.0.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.5.2 diff --git a/stable/mstream/10.5.2/charts/common-20.0.9.tgz b/stable/mstream/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/mstream/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/mstream/10.5.2/ix_values.yaml b/stable/mstream/10.5.2/ix_values.yaml deleted file mode 100644 index ac1a3d121b2..00000000000 --- a/stable/mstream/10.5.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mstream - pullPolicy: IfNotPresent - tag: 5.11.4@sha256:2ec775dfef1318176de0218ab09e6c56ebedad0c5289d3e429fb06a3695338b4 -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/namecheap-ddns/5.5.1/.helmignore b/stable/mstream/10.7.1/.helmignore similarity index 100% rename from stable/namecheap-ddns/5.5.1/.helmignore rename to stable/mstream/10.7.1/.helmignore diff --git a/stable/mstream/10.7.1/CHANGELOG.md b/stable/mstream/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0a816d1b6c2 --- /dev/null +++ b/stable/mstream/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mstream-10.7.1](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/mstream/10.7.1/Chart.yaml b/stable/mstream/10.7.1/Chart.yaml new file mode 100644 index 00000000000..7a46b68b1db --- /dev/null +++ b/stable/mstream/10.7.1/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.2 + 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.1 diff --git a/stable/mstream/10.5.2/README.md b/stable/mstream/10.7.1/README.md similarity index 100% rename from stable/mstream/10.5.2/README.md rename to stable/mstream/10.7.1/README.md diff --git a/stable/mstream/10.7.1/app-changelog.md b/stable/mstream/10.7.1/app-changelog.md new file mode 100644 index 00000000000..fb08733c09d --- /dev/null +++ b/stable/mstream/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [mstream-10.7.1](https://github.com/truecharts/charts/compare/mstream-10.6.0...mstream-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/mstream/10.7.1/app-readme.md similarity index 100% rename from stable/mstream/10.5.2/app-readme.md rename to stable/mstream/10.7.1/app-readme.md diff --git a/stable/mstream/10.7.1/charts/common-20.2.2.tgz b/stable/mstream/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mstream/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mstream/10.7.1/ix_values.yaml b/stable/mstream/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..de90b2cb9b2 --- /dev/null +++ b/stable/mstream/10.7.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/mstream + pullPolicy: IfNotPresent + tag: 5.11.4@sha256:4bb425c97ef5bc76cfaf685d68e887960f91a61cd9ae5b1eaa559b0787084e09 +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.5.2/questions.yaml b/stable/mstream/10.7.1/questions.yaml similarity index 100% rename from stable/mstream/10.5.2/questions.yaml rename to stable/mstream/10.7.1/questions.yaml diff --git a/stable/navidrome/19.5.1/templates/NOTES.txt b/stable/mstream/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/navidrome/19.5.1/templates/NOTES.txt rename to stable/mstream/10.7.1/templates/NOTES.txt diff --git a/stable/muximux/10.5.1/templates/common.yaml b/stable/mstream/10.7.1/templates/common.yaml similarity index 100% rename from stable/muximux/10.5.1/templates/common.yaml rename to stable/mstream/10.7.1/templates/common.yaml diff --git a/stable/namecheap-ddns/5.5.1/values.yaml b/stable/mstream/10.7.1/values.yaml similarity index 100% rename from stable/namecheap-ddns/5.5.1/values.yaml rename to stable/mstream/10.7.1/values.yaml diff --git a/stable/multi-scrobbler/6.5.1/CHANGELOG.md b/stable/multi-scrobbler/6.5.1/CHANGELOG.md deleted file mode 100644 index 5a59711cf5a..00000000000 --- a/stable/multi-scrobbler/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [multi-scrobbler-6.5.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.5.0...multi-scrobbler-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [multi-scrobbler-6.5.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.4.1...multi-scrobbler-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [multi-scrobbler-6.4.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.4.0...multi-scrobbler-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [multi-scrobbler-6.4.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.3.0...multi-scrobbler-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [multi-scrobbler-6.3.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.3...multi-scrobbler-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [multi-scrobbler-6.2.3](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.2...multi-scrobbler-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [multi-scrobbler-6.2.2](https://github.com/truecharts/charts/compare/multi-scrobbler-6.2.0...multi-scrobbler-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [multi-scrobbler-5.1.18](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.17...multi-scrobbler-5.1.18) (2024-02-12) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@35aadb7](https://github.com/35aadb7) by renovate ([#18045](https://github.com/truecharts/charts/issues/18045)) - - -## [multi-scrobbler-5.1.17](https://github.com/truecharts/charts/compare/multi-scrobbler-5.1.16...multi-scrobbler-5.1.17) (2024-02-05) - -### Chore - - - -- update container image foxxmd/multi-scrobbler to latest[@bcfd5c3](https://github.com/bcfd5c3) by renovate ([#17976](https://github.com/truecharts/charts/issues/17976)) diff --git a/stable/multi-scrobbler/6.5.1/Chart.yaml b/stable/multi-scrobbler/6.5.1/Chart.yaml deleted file mode 100644 index 0a89c24d0f1..00000000000 --- a/stable/multi-scrobbler/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/multi-scrobbler/6.5.1/charts/common-20.0.8.tgz b/stable/multi-scrobbler/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/multi-scrobbler/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nano-wallet/9.5.1/.helmignore b/stable/multi-scrobbler/6.7.1/.helmignore similarity index 100% rename from stable/nano-wallet/9.5.1/.helmignore rename to stable/multi-scrobbler/6.7.1/.helmignore diff --git a/stable/multi-scrobbler/6.7.1/CHANGELOG.md b/stable/multi-scrobbler/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..66e9baf3c76 --- /dev/null +++ b/stable/multi-scrobbler/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [multi-scrobbler-6.7.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/multi-scrobbler/6.7.1/Chart.yaml new file mode 100644 index 00000000000..eec080e407d --- /dev/null +++ b/stable/multi-scrobbler/6.7.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: 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.2 + 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.1 diff --git a/stable/multi-scrobbler/6.5.1/README.md b/stable/multi-scrobbler/6.7.1/README.md similarity index 100% rename from stable/multi-scrobbler/6.5.1/README.md rename to stable/multi-scrobbler/6.7.1/README.md diff --git a/stable/multi-scrobbler/6.7.1/app-changelog.md b/stable/multi-scrobbler/6.7.1/app-changelog.md new file mode 100644 index 00000000000..372013b0d86 --- /dev/null +++ b/stable/multi-scrobbler/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [multi-scrobbler-6.7.1](https://github.com/truecharts/charts/compare/multi-scrobbler-6.6.0...multi-scrobbler-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/multi-scrobbler/6.7.1/app-readme.md similarity index 100% rename from stable/multi-scrobbler/6.5.1/app-readme.md rename to stable/multi-scrobbler/6.7.1/app-readme.md diff --git a/stable/multi-scrobbler/6.7.1/charts/common-20.2.2.tgz b/stable/multi-scrobbler/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/multi-scrobbler/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/multi-scrobbler/6.5.1/ix_values.yaml b/stable/multi-scrobbler/6.7.1/ix_values.yaml similarity index 100% rename from stable/multi-scrobbler/6.5.1/ix_values.yaml rename to stable/multi-scrobbler/6.7.1/ix_values.yaml diff --git a/stable/multi-scrobbler/6.5.1/questions.yaml b/stable/multi-scrobbler/6.7.1/questions.yaml similarity index 100% rename from stable/multi-scrobbler/6.5.1/questions.yaml rename to stable/multi-scrobbler/6.7.1/questions.yaml diff --git a/stable/netdata/9.5.1/templates/NOTES.txt b/stable/multi-scrobbler/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/netdata/9.5.1/templates/NOTES.txt rename to stable/multi-scrobbler/6.7.1/templates/NOTES.txt diff --git a/stable/multi-scrobbler/6.5.1/templates/common.yaml b/stable/multi-scrobbler/6.7.1/templates/common.yaml similarity index 100% rename from stable/multi-scrobbler/6.5.1/templates/common.yaml rename to stable/multi-scrobbler/6.7.1/templates/common.yaml diff --git a/stable/nano-wallet/9.5.1/values.yaml b/stable/multi-scrobbler/6.7.1/values.yaml similarity index 100% rename from stable/nano-wallet/9.5.1/values.yaml rename to stable/multi-scrobbler/6.7.1/values.yaml diff --git a/stable/muse/5.6.2/CHANGELOG.md b/stable/muse/5.6.2/CHANGELOG.md deleted file mode 100644 index 127471ca1f8..00000000000 --- a/stable/muse/5.6.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [muse-5.6.2](https://github.com/truecharts/charts/compare/muse-5.6.1...muse-5.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [muse-5.6.1](https://github.com/truecharts/charts/compare/muse-5.6.0...muse-5.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [muse-5.6.0](https://github.com/truecharts/charts/compare/muse-5.5.1...muse-5.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [muse-5.5.1](https://github.com/truecharts/charts/compare/muse-5.5.0...muse-5.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [muse-5.5.0](https://github.com/truecharts/charts/compare/muse-5.4.0...muse-5.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [muse-5.4.0](https://github.com/truecharts/charts/compare/muse-5.3.3...muse-5.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [muse-5.3.3](https://github.com/truecharts/charts/compare/muse-5.3.2...muse-5.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [muse-5.3.2](https://github.com/truecharts/charts/compare/muse-5.3.0...muse-5.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [muse-4.2.5](https://github.com/truecharts/charts/compare/muse-4.2.4...muse-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/muse/5.6.2/Chart.yaml b/stable/muse/5.6.2/Chart.yaml deleted file mode 100644 index 0e9b911b016..00000000000 --- a/stable/muse/5.6.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.6.0 -dependencies: - - name: common - version: 20.0.9 - 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.6.2 diff --git a/stable/muse/5.6.2/charts/common-20.0.9.tgz b/stable/muse/5.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/muse/5.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/muse/5.6.2/ix_values.yaml b/stable/muse/5.6.2/ix_values.yaml deleted file mode 100644 index e6feb727d8f..00000000000 --- a/stable/muse/5.6.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: codetheweb/muse - pullPolicy: IfNotPresent - tag: 2.6.0@sha256:9deedbb212a0083008cf1f371ce1ac9e0ac9b2a159ac2b62d3c7ef28b8424389 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - DATA_DIR: /config - DISCORD_TOKEN: "" - SPOTIFY_CLIENT_ID: "" - SPOTIFY_CLIENT_SECRET: "" - YOUTUBE_API_KEY: "" - # CACHE_LIMIT: 2GB - # BOT_STATUS: online - # BOT_ACTIVITY_TYPE: PLAYING - # BOT_ACTIVITY: A incubator app - # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts -persistence: - config: - enabled: true - mountPath: /config -portal: - open: - enabled: false diff --git a/stable/navidrome/19.5.1/.helmignore b/stable/muse/5.9.1/.helmignore similarity index 100% rename from stable/navidrome/19.5.1/.helmignore rename to stable/muse/5.9.1/.helmignore diff --git a/stable/muse/5.9.1/CHANGELOG.md b/stable/muse/5.9.1/CHANGELOG.md new file mode 100644 index 00000000000..53501c90ab0 --- /dev/null +++ b/stable/muse/5.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muse-5.9.1](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/muse/5.9.1/Chart.yaml b/stable/muse/5.9.1/Chart.yaml new file mode 100644 index 00000000000..a59a03a2f18 --- /dev/null +++ b/stable/muse/5.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.7.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/muse/5.6.2/README.md b/stable/muse/5.9.1/README.md similarity index 100% rename from stable/muse/5.6.2/README.md rename to stable/muse/5.9.1/README.md diff --git a/stable/muse/5.9.1/app-changelog.md b/stable/muse/5.9.1/app-changelog.md new file mode 100644 index 00000000000..c867ab4d4dd --- /dev/null +++ b/stable/muse/5.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [muse-5.9.1](https://github.com/truecharts/charts/compare/muse-5.7.0...muse-5.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/muse/5.9.1/app-readme.md similarity index 100% rename from stable/muse/5.6.2/app-readme.md rename to stable/muse/5.9.1/app-readme.md diff --git a/stable/muse/5.9.1/charts/common-20.2.2.tgz b/stable/muse/5.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/muse/5.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/muse/5.9.1/ix_values.yaml b/stable/muse/5.9.1/ix_values.yaml new file mode 100644 index 00000000000..d2280613246 --- /dev/null +++ b/stable/muse/5.9.1/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: codetheweb/muse + pullPolicy: IfNotPresent + tag: 2.7.0@sha256:961fce61dbb35032396af9bf949a5a968b214d67dc1a6a8e3bc62c26e47b1833 +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + DATA_DIR: /config + DISCORD_TOKEN: "" + SPOTIFY_CLIENT_ID: "" + SPOTIFY_CLIENT_SECRET: "" + YOUTUBE_API_KEY: "" + # CACHE_LIMIT: 2GB + # BOT_STATUS: online + # BOT_ACTIVITY_TYPE: PLAYING + # BOT_ACTIVITY: A incubator app + # BOT_ACTIVITY_URL: https://www.youtube.com/truecharts +persistence: + config: + enabled: true + mountPath: /config +portal: + open: + enabled: false diff --git a/stable/muse/5.6.2/questions.yaml b/stable/muse/5.9.1/questions.yaml similarity index 100% rename from stable/muse/5.6.2/questions.yaml rename to stable/muse/5.9.1/questions.yaml diff --git a/stable/mymediaforalexa/8.5.1/templates/common.yaml b/stable/muse/5.9.1/templates/common.yaml similarity index 100% rename from stable/mymediaforalexa/8.5.1/templates/common.yaml rename to stable/muse/5.9.1/templates/common.yaml diff --git a/stable/navidrome/19.5.1/values.yaml b/stable/muse/5.9.1/values.yaml similarity index 100% rename from stable/navidrome/19.5.1/values.yaml rename to stable/muse/5.9.1/values.yaml diff --git a/stable/muximux/10.5.1/CHANGELOG.md b/stable/muximux/10.5.1/CHANGELOG.md deleted file mode 100644 index 2c37e1af939..00000000000 --- a/stable/muximux/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [muximux-10.5.1](https://github.com/truecharts/charts/compare/muximux-10.5.0...muximux-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [muximux-10.5.0](https://github.com/truecharts/charts/compare/muximux-10.4.1...muximux-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [muximux-10.4.1](https://github.com/truecharts/charts/compare/muximux-10.4.0...muximux-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [muximux-10.4.0](https://github.com/truecharts/charts/compare/muximux-10.3.0...muximux-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [muximux-10.3.0](https://github.com/truecharts/charts/compare/muximux-10.2.3...muximux-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [muximux-10.2.3](https://github.com/truecharts/charts/compare/muximux-10.2.2...muximux-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [muximux-10.2.2](https://github.com/truecharts/charts/compare/muximux-10.2.0...muximux-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [muximux-9.1.11](https://github.com/truecharts/charts/compare/muximux-9.1.10...muximux-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [muximux-9.1.10](https://github.com/truecharts/charts/compare/muximux-9.1.9...muximux-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/muximux/10.5.1/Chart.yaml b/stable/muximux/10.5.1/Chart.yaml deleted file mode 100644 index 4396381a1ee..00000000000 --- a/stable/muximux/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/muximux/10.5.1/charts/common-20.0.8.tgz b/stable/muximux/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/muximux/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/necesse/5.5.1/.helmignore b/stable/muximux/10.7.1/.helmignore similarity index 100% rename from stable/necesse/5.5.1/.helmignore rename to stable/muximux/10.7.1/.helmignore diff --git a/stable/muximux/10.7.1/CHANGELOG.md b/stable/muximux/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..46ba19e98f4 --- /dev/null +++ b/stable/muximux/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [muximux-10.7.1](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/muximux/10.7.1/Chart.yaml new file mode 100644 index 00000000000..d51ba130a14 --- /dev/null +++ b/stable/muximux/10.7.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: "057352e8" +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/muximux/10.5.1/README.md b/stable/muximux/10.7.1/README.md similarity index 100% rename from stable/muximux/10.5.1/README.md rename to stable/muximux/10.7.1/README.md diff --git a/stable/muximux/10.7.1/app-changelog.md b/stable/muximux/10.7.1/app-changelog.md new file mode 100644 index 00000000000..d633a9f2416 --- /dev/null +++ b/stable/muximux/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [muximux-10.7.1](https://github.com/truecharts/charts/compare/muximux-10.6.0...muximux-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/muximux/10.7.1/app-readme.md similarity index 100% rename from stable/muximux/10.5.1/app-readme.md rename to stable/muximux/10.7.1/app-readme.md diff --git a/stable/muximux/10.7.1/charts/common-20.2.2.tgz b/stable/muximux/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/muximux/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/muximux/10.5.1/ix_values.yaml b/stable/muximux/10.7.1/ix_values.yaml similarity index 100% rename from stable/muximux/10.5.1/ix_values.yaml rename to stable/muximux/10.7.1/ix_values.yaml diff --git a/stable/muximux/10.5.1/questions.yaml b/stable/muximux/10.7.1/questions.yaml similarity index 100% rename from stable/muximux/10.5.1/questions.yaml rename to stable/muximux/10.7.1/questions.yaml diff --git a/stable/nextpvr/9.5.1/templates/NOTES.txt b/stable/muximux/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/nextpvr/9.5.1/templates/NOTES.txt rename to stable/muximux/10.7.1/templates/NOTES.txt diff --git a/stable/novnc/10.5.1/templates/common.yaml b/stable/muximux/10.7.1/templates/common.yaml similarity index 100% rename from stable/novnc/10.5.1/templates/common.yaml rename to stable/muximux/10.7.1/templates/common.yaml diff --git a/stable/necesse/5.5.1/values.yaml b/stable/muximux/10.7.1/values.yaml similarity index 100% rename from stable/necesse/5.5.1/values.yaml rename to stable/muximux/10.7.1/values.yaml diff --git a/stable/mylar/13.5.2/CHANGELOG.md b/stable/mylar/13.5.2/CHANGELOG.md deleted file mode 100644 index 102c447afb7..00000000000 --- a/stable/mylar/13.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mylar-13.5.2](https://github.com/truecharts/charts/compare/mylar-13.5.1...mylar-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [mylar-13.5.1](https://github.com/truecharts/charts/compare/mylar-13.5.0...mylar-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mylar-13.5.0](https://github.com/truecharts/charts/compare/mylar-13.4.2...mylar-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mylar-13.4.2](https://github.com/truecharts/charts/compare/mylar-13.4.1...mylar-13.4.2) (2024-03-11) - -### Chore - - - -- update container image linuxserver/mylar3 to version-v0.7.8[@f1bd1dc](https://github.com/f1bd1dc) by renovate ([#19027](https://github.com/truecharts/charts/issues/19027)) - - -## [mylar-13.4.1](https://github.com/truecharts/charts/compare/mylar-13.4.0...mylar-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mylar-13.4.0](https://github.com/truecharts/charts/compare/mylar-13.3.0...mylar-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mylar-13.3.0](https://github.com/truecharts/charts/compare/mylar-13.2.4...mylar-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mylar-13.2.4](https://github.com/truecharts/charts/compare/mylar-13.2.3...mylar-13.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mylar-13.2.3](https://github.com/truecharts/charts/compare/mylar-13.2.1...mylar-13.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/mylar/13.5.2/Chart.yaml b/stable/mylar/13.5.2/Chart.yaml deleted file mode 100644 index 17cc64b9879..00000000000 --- a/stable/mylar/13.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.7.8 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/mylar/13.5.2/charts/common-20.0.9.tgz b/stable/mylar/13.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/mylar/13.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/mylar/13.5.2/ix_values.yaml b/stable/mylar/13.5.2/ix_values.yaml deleted file mode 100644 index c0cdad33870..00000000000 --- a/stable/mylar/13.5.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: linuxserver/mylar3 - tag: version-v0.7.8@sha256:f1bd1dc66584c6fad18c3ef92ed43b9db7f9a96152bc60fa7233738015cfe655 - 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/neko/5.5.1/.helmignore b/stable/mylar/13.8.1/.helmignore similarity index 100% rename from stable/neko/5.5.1/.helmignore rename to stable/mylar/13.8.1/.helmignore diff --git a/stable/mylar/13.8.1/CHANGELOG.md b/stable/mylar/13.8.1/CHANGELOG.md new file mode 100644 index 00000000000..3d80a21a737 --- /dev/null +++ b/stable/mylar/13.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mylar-13.8.1](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/mylar/13.8.1/Chart.yaml b/stable/mylar/13.8.1/Chart.yaml new file mode 100644 index 00000000000..b0543b7a521 --- /dev/null +++ b/stable/mylar/13.8.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: 0.8.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/mylar/13.5.2/README.md b/stable/mylar/13.8.1/README.md similarity index 100% rename from stable/mylar/13.5.2/README.md rename to stable/mylar/13.8.1/README.md diff --git a/stable/mylar/13.8.1/app-changelog.md b/stable/mylar/13.8.1/app-changelog.md new file mode 100644 index 00000000000..1a2ded1b1f8 --- /dev/null +++ b/stable/mylar/13.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [mylar-13.8.1](https://github.com/truecharts/charts/compare/mylar-13.6.0...mylar-13.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/mylar/13.8.1/app-readme.md similarity index 100% rename from stable/mylar/13.5.2/app-readme.md rename to stable/mylar/13.8.1/app-readme.md diff --git a/stable/mylar/13.8.1/charts/common-20.2.2.tgz b/stable/mylar/13.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mylar/13.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/mylar/13.8.1/ix_values.yaml b/stable/mylar/13.8.1/ix_values.yaml new file mode 100644 index 00000000000..c5a92b3d58a --- /dev/null +++ b/stable/mylar/13.8.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: linuxserver/mylar3 + tag: version-v0.8.0@sha256:1913dcb233b6b1fbd0a1c641f5640c36545b8c37e4cad6aff3e147659ade5b00 + 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.5.2/questions.yaml b/stable/mylar/13.8.1/questions.yaml similarity index 100% rename from stable/mylar/13.5.2/questions.yaml rename to stable/mylar/13.8.1/questions.yaml diff --git a/stable/nginx-proxy-manager/9.9.1/templates/NOTES.txt b/stable/mylar/13.8.1/templates/NOTES.txt similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/templates/NOTES.txt rename to stable/mylar/13.8.1/templates/NOTES.txt diff --git a/stable/mysql-workbench/9.5.2/templates/common.yaml b/stable/mylar/13.8.1/templates/common.yaml similarity index 100% rename from stable/mysql-workbench/9.5.2/templates/common.yaml rename to stable/mylar/13.8.1/templates/common.yaml diff --git a/stable/neko/5.5.1/values.yaml b/stable/mylar/13.8.1/values.yaml similarity index 100% rename from stable/neko/5.5.1/values.yaml rename to stable/mylar/13.8.1/values.yaml diff --git a/stable/mymediaforalexa/8.5.1/CHANGELOG.md b/stable/mymediaforalexa/8.5.1/CHANGELOG.md deleted file mode 100644 index 91a66c4f4f7..00000000000 --- a/stable/mymediaforalexa/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mymediaforalexa-8.5.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.5.0...mymediaforalexa-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mymediaforalexa-8.5.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.4.1...mymediaforalexa-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mymediaforalexa-8.4.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.4.0...mymediaforalexa-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mymediaforalexa-8.4.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.3.0...mymediaforalexa-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mymediaforalexa-8.3.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.3...mymediaforalexa-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mymediaforalexa-8.2.3](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.2...mymediaforalexa-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mymediaforalexa-8.2.2](https://github.com/truecharts/charts/compare/mymediaforalexa-8.2.0...mymediaforalexa-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [mymediaforalexa-7.1.11](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.10...mymediaforalexa-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [mymediaforalexa-7.1.10](https://github.com/truecharts/charts/compare/mymediaforalexa-7.1.9...mymediaforalexa-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/mymediaforalexa/8.5.1/Chart.yaml b/stable/mymediaforalexa/8.5.1/Chart.yaml deleted file mode 100644 index 4a5d16486be..00000000000 --- a/stable/mymediaforalexa/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/mymediaforalexa/8.5.1/charts/common-20.0.8.tgz b/stable/mymediaforalexa/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/mymediaforalexa/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/netbootxyz/4.5.1/.helmignore b/stable/mymediaforalexa/8.7.1/.helmignore similarity index 100% rename from stable/netbootxyz/4.5.1/.helmignore rename to stable/mymediaforalexa/8.7.1/.helmignore diff --git a/stable/mymediaforalexa/8.7.1/CHANGELOG.md b/stable/mymediaforalexa/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..72cc7365ec4 --- /dev/null +++ b/stable/mymediaforalexa/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mymediaforalexa-8.7.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/mymediaforalexa/8.7.1/Chart.yaml new file mode 100644 index 00000000000..76de80e3890 --- /dev/null +++ b/stable/mymediaforalexa/8.7.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.3.151.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/mymediaforalexa/8.5.1/README.md b/stable/mymediaforalexa/8.7.1/README.md similarity index 100% rename from stable/mymediaforalexa/8.5.1/README.md rename to stable/mymediaforalexa/8.7.1/README.md diff --git a/stable/mymediaforalexa/8.7.1/app-changelog.md b/stable/mymediaforalexa/8.7.1/app-changelog.md new file mode 100644 index 00000000000..f04496ac923 --- /dev/null +++ b/stable/mymediaforalexa/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [mymediaforalexa-8.7.1](https://github.com/truecharts/charts/compare/mymediaforalexa-8.6.0...mymediaforalexa-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/mymediaforalexa/8.7.1/app-readme.md similarity index 100% rename from stable/mymediaforalexa/8.5.1/app-readme.md rename to stable/mymediaforalexa/8.7.1/app-readme.md diff --git a/stable/mymediaforalexa/8.7.1/charts/common-20.2.2.tgz b/stable/mymediaforalexa/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mymediaforalexa/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mymediaforalexa/8.5.1/ix_values.yaml b/stable/mymediaforalexa/8.7.1/ix_values.yaml similarity index 100% rename from stable/mymediaforalexa/8.5.1/ix_values.yaml rename to stable/mymediaforalexa/8.7.1/ix_values.yaml diff --git a/stable/mymediaforalexa/8.5.1/questions.yaml b/stable/mymediaforalexa/8.7.1/questions.yaml similarity index 100% rename from stable/mymediaforalexa/8.5.1/questions.yaml rename to stable/mymediaforalexa/8.7.1/questions.yaml diff --git a/stable/ngircd/9.5.1/templates/NOTES.txt b/stable/mymediaforalexa/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/ngircd/9.5.1/templates/NOTES.txt rename to stable/mymediaforalexa/8.7.1/templates/NOTES.txt diff --git a/stable/nano-wallet/9.5.1/templates/common.yaml b/stable/mymediaforalexa/8.7.1/templates/common.yaml similarity index 100% rename from stable/nano-wallet/9.5.1/templates/common.yaml rename to stable/mymediaforalexa/8.7.1/templates/common.yaml diff --git a/stable/netbootxyz/4.5.1/values.yaml b/stable/mymediaforalexa/8.7.1/values.yaml similarity index 100% rename from stable/netbootxyz/4.5.1/values.yaml rename to stable/mymediaforalexa/8.7.1/values.yaml diff --git a/stable/mysql-workbench/9.5.2/CHANGELOG.md b/stable/mysql-workbench/9.5.2/CHANGELOG.md deleted file mode 100644 index 17ae28ed32a..00000000000 --- a/stable/mysql-workbench/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [mysql-workbench-9.5.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.5.1...mysql-workbench-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [mysql-workbench-9.5.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.5.0...mysql-workbench-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [mysql-workbench-9.5.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.4.2...mysql-workbench-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [mysql-workbench-9.4.2](https://github.com/truecharts/charts/compare/mysql-workbench-9.4.1...mysql-workbench-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/mysql-workbench to 8.0.36[@32aafc0](https://github.com/32aafc0) by renovate ([#19007](https://github.com/truecharts/charts/issues/19007)) - - -## [mysql-workbench-9.4.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.4.0...mysql-workbench-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [mysql-workbench-9.4.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.3.0...mysql-workbench-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [mysql-workbench-9.3.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.4...mysql-workbench-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [mysql-workbench-9.2.4](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.3...mysql-workbench-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [mysql-workbench-9.2.3](https://github.com/truecharts/charts/compare/mysql-workbench-9.2.1...mysql-workbench-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/mysql-workbench/9.5.2/Chart.yaml b/stable/mysql-workbench/9.5.2/Chart.yaml deleted file mode 100644 index 2b256857f24..00000000000 --- a/stable/mysql-workbench/9.5.2/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.0.9 - 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.5.2 diff --git a/stable/mysql-workbench/9.5.2/charts/common-20.0.9.tgz b/stable/mysql-workbench/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/mysql-workbench/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/mysql-workbench/9.5.2/ix_values.yaml b/stable/mysql-workbench/9.5.2/ix_values.yaml deleted file mode 100644 index 9ed53804d1d..00000000000 --- a/stable/mysql-workbench/9.5.2/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/mysql-workbench - pullPolicy: IfNotPresent - tag: 8.0.36@sha256:32aafc02d62b5a7d25229e60663e645da84f67994e4187345b6d6cfb05918d8a -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/netdata/9.5.1/.helmignore b/stable/mysql-workbench/9.7.1/.helmignore similarity index 100% rename from stable/netdata/9.5.1/.helmignore rename to stable/mysql-workbench/9.7.1/.helmignore diff --git a/stable/mysql-workbench/9.7.1/CHANGELOG.md b/stable/mysql-workbench/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c994c598f14 --- /dev/null +++ b/stable/mysql-workbench/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [mysql-workbench-9.7.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/mysql-workbench/9.7.1/Chart.yaml b/stable/mysql-workbench/9.7.1/Chart.yaml new file mode 100644 index 00000000000..72ea1a93af5 --- /dev/null +++ b/stable/mysql-workbench/9.7.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: 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.2 + 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.1 diff --git a/stable/mysql-workbench/9.5.2/README.md b/stable/mysql-workbench/9.7.1/README.md similarity index 100% rename from stable/mysql-workbench/9.5.2/README.md rename to stable/mysql-workbench/9.7.1/README.md diff --git a/stable/mysql-workbench/9.7.1/app-changelog.md b/stable/mysql-workbench/9.7.1/app-changelog.md new file mode 100644 index 00000000000..0a298e51479 --- /dev/null +++ b/stable/mysql-workbench/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [mysql-workbench-9.7.1](https://github.com/truecharts/charts/compare/mysql-workbench-9.6.0...mysql-workbench-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/mysql-workbench/9.7.1/app-readme.md similarity index 100% rename from stable/mysql-workbench/9.5.2/app-readme.md rename to stable/mysql-workbench/9.7.1/app-readme.md diff --git a/stable/mysql-workbench/9.7.1/charts/common-20.2.2.tgz b/stable/mysql-workbench/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/mysql-workbench/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/mysql-workbench/9.7.1/ix_values.yaml b/stable/mysql-workbench/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..c3c8ab03378 --- /dev/null +++ b/stable/mysql-workbench/9.7.1/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/mysql-workbench + pullPolicy: IfNotPresent + tag: 8.0.36@sha256:70f624e6fe9506495f50aece08412656bc98e5cfa4a070d0837533a072b251d6 +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.5.2/questions.yaml b/stable/mysql-workbench/9.7.1/questions.yaml similarity index 100% rename from stable/mysql-workbench/9.5.2/questions.yaml rename to stable/mysql-workbench/9.7.1/questions.yaml diff --git a/stable/nitter/6.5.4/templates/NOTES.txt b/stable/mysql-workbench/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/nitter/6.5.4/templates/NOTES.txt rename to stable/mysql-workbench/9.7.1/templates/NOTES.txt diff --git a/stable/navidrome/19.5.1/templates/common.yaml b/stable/mysql-workbench/9.7.1/templates/common.yaml similarity index 100% rename from stable/navidrome/19.5.1/templates/common.yaml rename to stable/mysql-workbench/9.7.1/templates/common.yaml diff --git a/stable/netdata/9.5.1/values.yaml b/stable/mysql-workbench/9.7.1/values.yaml similarity index 100% rename from stable/netdata/9.5.1/values.yaml rename to stable/mysql-workbench/9.7.1/values.yaml diff --git a/stable/neverwinternights-ee/5.5.1/.helmignore b/stable/n8n/13.10.1/.helmignore similarity index 100% rename from stable/neverwinternights-ee/5.5.1/.helmignore rename to stable/n8n/13.10.1/.helmignore diff --git a/stable/n8n/13.10.1/CHANGELOG.md b/stable/n8n/13.10.1/CHANGELOG.md new file mode 100644 index 00000000000..fa330e90a05 --- /dev/null +++ b/stable/n8n/13.10.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.10.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.0) (2024-03-17) + +### Chore + + + +- update container 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.10.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.0) (2024-03-17) + +### Chore + + + +- update container 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.10.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.0) (2024-03-17) + +### Chore + + + +- update container 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.10.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.0) (2024-03-17) + +### Chore + + + +- update container 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.10.0](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.0) (2024-03-17) + +### Chore + + + +- update container 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.10.1/Chart.yaml b/stable/n8n/13.10.1/Chart.yaml new file mode 100644 index 00000000000..a955f24da21 --- /dev/null +++ b/stable/n8n/13.10.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.33.1 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.10.1 diff --git a/stable/n8n/13.8.0/LICENSE b/stable/n8n/13.10.1/LICENSE similarity index 100% rename from stable/n8n/13.8.0/LICENSE rename to stable/n8n/13.10.1/LICENSE diff --git a/stable/n8n/13.8.0/README.md b/stable/n8n/13.10.1/README.md similarity index 100% rename from stable/n8n/13.8.0/README.md rename to stable/n8n/13.10.1/README.md diff --git a/stable/n8n/13.10.1/app-changelog.md b/stable/n8n/13.10.1/app-changelog.md new file mode 100644 index 00000000000..1b98f1fa3c1 --- /dev/null +++ b/stable/n8n/13.10.1/app-changelog.md @@ -0,0 +1,17 @@ + + +## [n8n-13.10.1](https://github.com/truecharts/charts/compare/n8n-13.8.0...n8n-13.10.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.0/app-readme.md b/stable/n8n/13.10.1/app-readme.md similarity index 100% rename from stable/n8n/13.8.0/app-readme.md rename to stable/n8n/13.10.1/app-readme.md diff --git a/stable/n8n/13.10.1/charts/common-20.2.2.tgz b/stable/n8n/13.10.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/n8n/13.10.1/charts/common-20.2.2.tgz differ diff --git a/stable/n8n/13.10.1/charts/redis-13.0.5.tgz b/stable/n8n/13.10.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/n8n/13.10.1/charts/redis-13.0.5.tgz differ diff --git a/stable/n8n/13.10.1/ix_values.yaml b/stable/n8n/13.10.1/ix_values.yaml new file mode 100644 index 00000000000..365dda8a705 --- /dev/null +++ b/stable/n8n/13.10.1/ix_values.yaml @@ -0,0 +1,154 @@ +image: + repository: n8nio/n8n + tag: 1.33.1@sha256:dd171d45102ab496472738fe08643106821c6a7bef55c4cc5a35dc5ac051da00 + 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.8.0/questions.yaml b/stable/n8n/13.10.1/questions.yaml similarity index 100% rename from stable/n8n/13.8.0/questions.yaml rename to stable/n8n/13.10.1/questions.yaml diff --git a/stable/nntp2nntp/9.5.1/templates/NOTES.txt b/stable/n8n/13.10.1/templates/NOTES.txt similarity index 100% rename from stable/nntp2nntp/9.5.1/templates/NOTES.txt rename to stable/n8n/13.10.1/templates/NOTES.txt diff --git a/stable/n8n/13.8.0/templates/_configmap.tpl b/stable/n8n/13.10.1/templates/_configmap.tpl similarity index 100% rename from stable/n8n/13.8.0/templates/_configmap.tpl rename to stable/n8n/13.10.1/templates/_configmap.tpl diff --git a/stable/n8n/13.8.0/templates/common.yaml b/stable/n8n/13.10.1/templates/common.yaml similarity index 100% rename from stable/n8n/13.8.0/templates/common.yaml rename to stable/n8n/13.10.1/templates/common.yaml diff --git a/stable/neverwinternights-ee/5.5.1/values.yaml b/stable/n8n/13.10.1/values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.5.1/values.yaml rename to stable/n8n/13.10.1/values.yaml diff --git a/stable/n8n/13.8.0/CHANGELOG.md b/stable/n8n/13.8.0/CHANGELOG.md deleted file mode 100644 index 8dd5ad613a2..00000000000 --- a/stable/n8n/13.8.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [n8n-13.8.0](https://github.com/truecharts/charts/compare/n8n-13.7.4...n8n-13.8.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [n8n-13.7.4](https://github.com/truecharts/charts/compare/n8n-13.7.3...n8n-13.7.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [n8n-13.7.3](https://github.com/truecharts/charts/compare/n8n-13.7.2...n8n-13.7.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [n8n-13.7.2](https://github.com/truecharts/charts/compare/n8n-13.7.1...n8n-13.7.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [n8n-13.7.1](https://github.com/truecharts/charts/compare/n8n-13.7.0...n8n-13.7.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [n8n-13.7.0](https://github.com/truecharts/charts/compare/n8n-13.6.0...n8n-13.7.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [n8n-13.6.0](https://github.com/truecharts/charts/compare/n8n-13.5.2...n8n-13.6.0) (2024-03-11) - -### Chore - - - -- update container image n8nio/n8n to v1.32.1[@1693fb6](https://github.com/1693fb6) by renovate ([#19124](https://github.com/truecharts/charts/issues/19124)) - - -## [n8n-13.5.2](https://github.com/truecharts/charts/compare/n8n-13.5.1...n8n-13.5.2) (2024-03-11) - -### Chore - - - -- update container image n8nio/n8n to v1.31.2[@43b216f](https://github.com/43b216f) by renovate ([#19081](https://github.com/truecharts/charts/issues/19081)) - - -## [n8n-13.5.1](https://github.com/truecharts/charts/compare/n8n-13.5.0...n8n-13.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [n8n-13.5.0](https://github.com/truecharts/charts/compare/n8n-13.4.0...n8n-13.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) \ No newline at end of file diff --git a/stable/n8n/13.8.0/Chart.yaml b/stable/n8n/13.8.0/Chart.yaml deleted file mode 100644 index db1ec3ae863..00000000000 --- a/stable/n8n/13.8.0/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.32.1 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.8.0 diff --git a/stable/n8n/13.8.0/charts/common-20.1.5.tgz b/stable/n8n/13.8.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/n8n/13.8.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/n8n/13.8.0/charts/redis-13.0.3.tgz b/stable/n8n/13.8.0/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/n8n/13.8.0/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/n8n/13.8.0/ix_values.yaml b/stable/n8n/13.8.0/ix_values.yaml deleted file mode 100644 index 607c39e3cb6..00000000000 --- a/stable/n8n/13.8.0/ix_values.yaml +++ /dev/null @@ -1,154 +0,0 @@ -image: - repository: n8nio/n8n - tag: 1.32.1@sha256:1693fb61a040a933bfea127d98bc8af525db9b902c2745abedda49564dd875f9 - 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.5.1/CHANGELOG.md b/stable/namecheap-ddns/5.5.1/CHANGELOG.md deleted file mode 100644 index 1888b1261bf..00000000000 --- a/stable/namecheap-ddns/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [namecheap-ddns-5.5.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.5.0...namecheap-ddns-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [namecheap-ddns-5.5.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.4.1...namecheap-ddns-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [namecheap-ddns-5.4.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.4.0...namecheap-ddns-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [namecheap-ddns-5.4.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.3.0...namecheap-ddns-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [namecheap-ddns-5.3.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.3...namecheap-ddns-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [namecheap-ddns-5.2.3](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.2...namecheap-ddns-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [namecheap-ddns-5.2.2](https://github.com/truecharts/charts/compare/namecheap-ddns-5.2.0...namecheap-ddns-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [namecheap-ddns-4.1.11](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.10...namecheap-ddns-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [namecheap-ddns-4.1.10](https://github.com/truecharts/charts/compare/namecheap-ddns-4.1.9...namecheap-ddns-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/namecheap-ddns/5.5.1/Chart.yaml b/stable/namecheap-ddns/5.5.1/Chart.yaml deleted file mode 100644 index 3327cbaf264..00000000000 --- a/stable/namecheap-ddns/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/namecheap-ddns/5.5.1/charts/common-20.0.8.tgz b/stable/namecheap-ddns/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/namecheap-ddns/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/newyearcountdownclock/5.5.1/.helmignore b/stable/namecheap-ddns/5.7.1/.helmignore similarity index 100% rename from stable/newyearcountdownclock/5.5.1/.helmignore rename to stable/namecheap-ddns/5.7.1/.helmignore diff --git a/stable/namecheap-ddns/5.7.1/CHANGELOG.md b/stable/namecheap-ddns/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bdc4fe77981 --- /dev/null +++ b/stable/namecheap-ddns/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [namecheap-ddns-5.7.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/namecheap-ddns/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0f31e8ff052 --- /dev/null +++ b/stable/namecheap-ddns/5.7.1/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.2 + 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.1 diff --git a/stable/namecheap-ddns/5.5.1/README.md b/stable/namecheap-ddns/5.7.1/README.md similarity index 100% rename from stable/namecheap-ddns/5.5.1/README.md rename to stable/namecheap-ddns/5.7.1/README.md diff --git a/stable/namecheap-ddns/5.7.1/app-changelog.md b/stable/namecheap-ddns/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b1e9c1432d9 --- /dev/null +++ b/stable/namecheap-ddns/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [namecheap-ddns-5.7.1](https://github.com/truecharts/charts/compare/namecheap-ddns-5.6.0...namecheap-ddns-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/namecheap-ddns/5.7.1/app-readme.md similarity index 100% rename from stable/namecheap-ddns/5.5.1/app-readme.md rename to stable/namecheap-ddns/5.7.1/app-readme.md diff --git a/stable/namecheap-ddns/5.7.1/charts/common-20.2.2.tgz b/stable/namecheap-ddns/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/namecheap-ddns/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/namecheap-ddns/5.5.1/ix_values.yaml b/stable/namecheap-ddns/5.7.1/ix_values.yaml similarity index 100% rename from stable/namecheap-ddns/5.5.1/ix_values.yaml rename to stable/namecheap-ddns/5.7.1/ix_values.yaml diff --git a/stable/namecheap-ddns/5.5.1/questions.yaml b/stable/namecheap-ddns/5.7.1/questions.yaml similarity index 100% rename from stable/namecheap-ddns/5.5.1/questions.yaml rename to stable/namecheap-ddns/5.7.1/questions.yaml diff --git a/stable/namecheap-ddns/5.5.1/templates/common.yaml b/stable/namecheap-ddns/5.7.1/templates/common.yaml similarity index 100% rename from stable/namecheap-ddns/5.5.1/templates/common.yaml rename to stable/namecheap-ddns/5.7.1/templates/common.yaml diff --git a/stable/newyearcountdownclock/5.5.1/values.yaml b/stable/namecheap-ddns/5.7.1/values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.5.1/values.yaml rename to stable/namecheap-ddns/5.7.1/values.yaml diff --git a/stable/nano-wallet/9.5.1/CHANGELOG.md b/stable/nano-wallet/9.5.1/CHANGELOG.md deleted file mode 100644 index a29b3d11fee..00000000000 --- a/stable/nano-wallet/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nano-wallet-9.5.1](https://github.com/truecharts/charts/compare/nano-wallet-9.5.0...nano-wallet-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nano-wallet-9.5.0](https://github.com/truecharts/charts/compare/nano-wallet-9.4.1...nano-wallet-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nano-wallet-9.4.1](https://github.com/truecharts/charts/compare/nano-wallet-9.4.0...nano-wallet-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nano-wallet-9.4.0](https://github.com/truecharts/charts/compare/nano-wallet-9.3.0...nano-wallet-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nano-wallet-9.3.0](https://github.com/truecharts/charts/compare/nano-wallet-9.2.3...nano-wallet-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nano-wallet-9.2.3](https://github.com/truecharts/charts/compare/nano-wallet-9.2.2...nano-wallet-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nano-wallet-9.2.2](https://github.com/truecharts/charts/compare/nano-wallet-9.2.0...nano-wallet-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nano-wallet-8.1.11](https://github.com/truecharts/charts/compare/nano-wallet-8.1.10...nano-wallet-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nano-wallet-8.1.10](https://github.com/truecharts/charts/compare/nano-wallet-8.1.9...nano-wallet-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nano-wallet/9.5.1/Chart.yaml b/stable/nano-wallet/9.5.1/Chart.yaml deleted file mode 100644 index b5e7f460b7a..00000000000 --- a/stable/nano-wallet/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/nano-wallet/9.5.1/charts/common-20.0.8.tgz b/stable/nano-wallet/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nano-wallet/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nextpvr/9.5.1/.helmignore b/stable/nano-wallet/9.7.1/.helmignore similarity index 100% rename from stable/nextpvr/9.5.1/.helmignore rename to stable/nano-wallet/9.7.1/.helmignore diff --git a/stable/nano-wallet/9.7.1/CHANGELOG.md b/stable/nano-wallet/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..880235f1fe1 --- /dev/null +++ b/stable/nano-wallet/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nano-wallet-9.7.1](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nano-wallet/9.7.1/Chart.yaml new file mode 100644 index 00000000000..e803067116e --- /dev/null +++ b/stable/nano-wallet/9.7.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: 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.2 + 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.1 diff --git a/stable/nano-wallet/9.5.1/README.md b/stable/nano-wallet/9.7.1/README.md similarity index 100% rename from stable/nano-wallet/9.5.1/README.md rename to stable/nano-wallet/9.7.1/README.md diff --git a/stable/nano-wallet/9.7.1/app-changelog.md b/stable/nano-wallet/9.7.1/app-changelog.md new file mode 100644 index 00000000000..13ba7f6070f --- /dev/null +++ b/stable/nano-wallet/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nano-wallet-9.7.1](https://github.com/truecharts/charts/compare/nano-wallet-9.6.0...nano-wallet-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nano-wallet/9.7.1/app-readme.md similarity index 100% rename from stable/nano-wallet/9.5.1/app-readme.md rename to stable/nano-wallet/9.7.1/app-readme.md diff --git a/stable/nano-wallet/9.7.1/charts/common-20.2.2.tgz b/stable/nano-wallet/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nano-wallet/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nano-wallet/9.5.1/ix_values.yaml b/stable/nano-wallet/9.7.1/ix_values.yaml similarity index 100% rename from stable/nano-wallet/9.5.1/ix_values.yaml rename to stable/nano-wallet/9.7.1/ix_values.yaml diff --git a/stable/nano-wallet/9.5.1/questions.yaml b/stable/nano-wallet/9.7.1/questions.yaml similarity index 100% rename from stable/nano-wallet/9.5.1/questions.yaml rename to stable/nano-wallet/9.7.1/questions.yaml diff --git a/stable/nocodb/13.5.4/templates/NOTES.txt b/stable/nano-wallet/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/nocodb/13.5.4/templates/NOTES.txt rename to stable/nano-wallet/9.7.1/templates/NOTES.txt diff --git a/stable/netbootxyz/4.5.1/templates/common.yaml b/stable/nano-wallet/9.7.1/templates/common.yaml similarity index 100% rename from stable/netbootxyz/4.5.1/templates/common.yaml rename to stable/nano-wallet/9.7.1/templates/common.yaml diff --git a/stable/nextpvr/9.5.1/values.yaml b/stable/nano-wallet/9.7.1/values.yaml similarity index 100% rename from stable/nextpvr/9.5.1/values.yaml rename to stable/nano-wallet/9.7.1/values.yaml diff --git a/stable/navidrome/19.5.1/CHANGELOG.md b/stable/navidrome/19.5.1/CHANGELOG.md deleted file mode 100644 index f80498514f5..00000000000 --- a/stable/navidrome/19.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [navidrome-19.5.1](https://github.com/truecharts/charts/compare/navidrome-19.5.0...navidrome-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [navidrome-19.5.0](https://github.com/truecharts/charts/compare/navidrome-19.4.1...navidrome-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [navidrome-19.4.1](https://github.com/truecharts/charts/compare/navidrome-19.4.0...navidrome-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [navidrome-19.4.0](https://github.com/truecharts/charts/compare/navidrome-19.3.0...navidrome-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [navidrome-19.3.0](https://github.com/truecharts/charts/compare/navidrome-19.2.3...navidrome-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [navidrome-19.2.3](https://github.com/truecharts/charts/compare/navidrome-19.2.2...navidrome-19.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [navidrome-19.2.2](https://github.com/truecharts/charts/compare/navidrome-19.2.0...navidrome-19.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - -## [navidrome-18.2.2](https://github.com/truecharts/charts/compare/navidrome-18.2.1...navidrome-18.2.2) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - diff --git a/stable/navidrome/19.5.1/Chart.yaml b/stable/navidrome/19.5.1/Chart.yaml deleted file mode 100644 index ccd99822acd..00000000000 --- a/stable/navidrome/19.5.1/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.0.8 - 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.5.1 diff --git a/stable/navidrome/19.5.1/charts/common-20.0.8.tgz b/stable/navidrome/19.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/navidrome/19.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nexus-oss/5.6.1/.helmignore b/stable/navidrome/19.7.1/.helmignore similarity index 100% rename from stable/nexus-oss/5.6.1/.helmignore rename to stable/navidrome/19.7.1/.helmignore diff --git a/stable/navidrome/19.7.1/CHANGELOG.md b/stable/navidrome/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4195d23cd46 --- /dev/null +++ b/stable/navidrome/19.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [navidrome-19.7.1](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/navidrome/19.7.1/Chart.yaml new file mode 100644 index 00000000000..595564c71b6 --- /dev/null +++ b/stable/navidrome/19.7.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: 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.2 + 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.1 diff --git a/stable/navidrome/19.5.1/README.md b/stable/navidrome/19.7.1/README.md similarity index 100% rename from stable/navidrome/19.5.1/README.md rename to stable/navidrome/19.7.1/README.md diff --git a/stable/navidrome/19.7.1/app-changelog.md b/stable/navidrome/19.7.1/app-changelog.md new file mode 100644 index 00000000000..70536ab5659 --- /dev/null +++ b/stable/navidrome/19.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [navidrome-19.7.1](https://github.com/truecharts/charts/compare/navidrome-19.6.0...navidrome-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/navidrome/19.7.1/app-readme.md similarity index 100% rename from stable/navidrome/19.5.1/app-readme.md rename to stable/navidrome/19.7.1/app-readme.md diff --git a/stable/navidrome/19.7.1/charts/common-20.2.2.tgz b/stable/navidrome/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/navidrome/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/navidrome/19.5.1/ix_values.yaml b/stable/navidrome/19.7.1/ix_values.yaml similarity index 100% rename from stable/navidrome/19.5.1/ix_values.yaml rename to stable/navidrome/19.7.1/ix_values.yaml diff --git a/stable/navidrome/19.5.1/questions.yaml b/stable/navidrome/19.7.1/questions.yaml similarity index 100% rename from stable/navidrome/19.5.1/questions.yaml rename to stable/navidrome/19.7.1/questions.yaml diff --git a/stable/node-red/18.5.2/templates/NOTES.txt b/stable/navidrome/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/node-red/18.5.2/templates/NOTES.txt rename to stable/navidrome/19.7.1/templates/NOTES.txt diff --git a/stable/nextpvr/9.5.1/templates/common.yaml b/stable/navidrome/19.7.1/templates/common.yaml similarity index 100% rename from stable/nextpvr/9.5.1/templates/common.yaml rename to stable/navidrome/19.7.1/templates/common.yaml diff --git a/stable/nexus-oss/5.6.1/values.yaml b/stable/navidrome/19.7.1/values.yaml similarity index 100% rename from stable/nexus-oss/5.6.1/values.yaml rename to stable/navidrome/19.7.1/values.yaml diff --git a/stable/necesse/5.5.1/CHANGELOG.md b/stable/necesse/5.5.1/CHANGELOG.md deleted file mode 100644 index b2ce0c72f92..00000000000 --- a/stable/necesse/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [necesse-5.5.1](https://github.com/truecharts/charts/compare/necesse-5.5.0...necesse-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [necesse-5.5.0](https://github.com/truecharts/charts/compare/necesse-5.4.1...necesse-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [necesse-5.4.1](https://github.com/truecharts/charts/compare/necesse-5.4.0...necesse-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [necesse-5.4.0](https://github.com/truecharts/charts/compare/necesse-5.3.0...necesse-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [necesse-5.3.0](https://github.com/truecharts/charts/compare/necesse-5.2.3...necesse-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [necesse-5.2.3](https://github.com/truecharts/charts/compare/necesse-5.2.2...necesse-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [necesse-5.2.2](https://github.com/truecharts/charts/compare/necesse-5.2.0...necesse-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [necesse-4.1.11](https://github.com/truecharts/charts/compare/necesse-4.1.10...necesse-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [necesse-4.1.10](https://github.com/truecharts/charts/compare/necesse-4.1.9...necesse-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/necesse/5.5.1/Chart.yaml b/stable/necesse/5.5.1/Chart.yaml deleted file mode 100644 index 421a63c8de5..00000000000 --- a/stable/necesse/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/necesse/5.5.1/charts/common-20.0.8.tgz b/stable/necesse/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/necesse/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.9.1/.helmignore b/stable/necesse/5.7.1/.helmignore similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/.helmignore rename to stable/necesse/5.7.1/.helmignore diff --git a/stable/necesse/5.7.1/CHANGELOG.md b/stable/necesse/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6b689a1b72a --- /dev/null +++ b/stable/necesse/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [necesse-5.7.1](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/necesse/5.7.1/Chart.yaml new file mode 100644 index 00000000000..004447a4ecc --- /dev/null +++ b/stable/necesse/5.7.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: 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.2 + 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.1 diff --git a/stable/necesse/5.5.1/README.md b/stable/necesse/5.7.1/README.md similarity index 100% rename from stable/necesse/5.5.1/README.md rename to stable/necesse/5.7.1/README.md diff --git a/stable/necesse/5.7.1/app-changelog.md b/stable/necesse/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ae509248fe2 --- /dev/null +++ b/stable/necesse/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [necesse-5.7.1](https://github.com/truecharts/charts/compare/necesse-5.6.0...necesse-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/necesse/5.7.1/app-readme.md similarity index 100% rename from stable/necesse/5.5.1/app-readme.md rename to stable/necesse/5.7.1/app-readme.md diff --git a/stable/necesse/5.7.1/charts/common-20.2.2.tgz b/stable/necesse/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/necesse/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/necesse/5.5.1/ix_values.yaml b/stable/necesse/5.7.1/ix_values.yaml similarity index 100% rename from stable/necesse/5.5.1/ix_values.yaml rename to stable/necesse/5.7.1/ix_values.yaml diff --git a/stable/necesse/5.5.1/questions.yaml b/stable/necesse/5.7.1/questions.yaml similarity index 100% rename from stable/necesse/5.5.1/questions.yaml rename to stable/necesse/5.7.1/questions.yaml diff --git a/stable/necesse/5.5.1/templates/common.yaml b/stable/necesse/5.7.1/templates/common.yaml similarity index 100% rename from stable/necesse/5.5.1/templates/common.yaml rename to stable/necesse/5.7.1/templates/common.yaml diff --git a/stable/nginx-proxy-manager/9.9.1/values.yaml b/stable/necesse/5.7.1/values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/values.yaml rename to stable/necesse/5.7.1/values.yaml diff --git a/stable/neko/5.5.1/CHANGELOG.md b/stable/neko/5.5.1/CHANGELOG.md deleted file mode 100644 index 0d5dabef08f..00000000000 --- a/stable/neko/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [neko-5.5.1](https://github.com/truecharts/charts/compare/neko-5.5.0...neko-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [neko-5.5.0](https://github.com/truecharts/charts/compare/neko-5.4.21...neko-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [neko-5.4.21](https://github.com/truecharts/charts/compare/neko-5.4.11...neko-5.4.21) (2024-03-11) - -### Chore - - - -- update neko by renovate ([#19112](https://github.com/truecharts/charts/issues/19112)) - - -## [neko-5.4.11](https://github.com/truecharts/charts/compare/neko-5.4.1...neko-5.4.11) (2024-03-11) - -### Chore - - - -- update neko by renovate ([#19049](https://github.com/truecharts/charts/issues/19049)) - - -## [neko-5.4.1](https://github.com/truecharts/charts/compare/neko-5.4.0...neko-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [neko-5.4.0](https://github.com/truecharts/charts/compare/neko-5.3.0...neko-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [neko-5.3.0](https://github.com/truecharts/charts/compare/neko-5.2.13...neko-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [neko-5.2.13](https://github.com/truecharts/charts/compare/neko-5.2.12...neko-5.2.13) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [neko-5.2.12](https://github.com/truecharts/charts/compare/neko-5.2.10...neko-5.2.12) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/neko/5.5.1/Chart.yaml b/stable/neko/5.5.1/Chart.yaml deleted file mode 100644 index 8cceaf8e25b..00000000000 --- a/stable/neko/5.5.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: firefox -dependencies: - - name: common - version: 20.0.8 - 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/truecharts/charts/tree/master/charts/stable/neko - - https://hub.docker.com/r/m1k1o/neko -type: application -version: 5.5.1 diff --git a/stable/neko/5.5.1/charts/common-20.0.8.tgz b/stable/neko/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/neko/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ngircd/9.5.1/.helmignore b/stable/neko/5.7.1/.helmignore similarity index 100% rename from stable/ngircd/9.5.1/.helmignore rename to stable/neko/5.7.1/.helmignore diff --git a/stable/neko/5.7.1/CHANGELOG.md b/stable/neko/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c6b8d5385d9 --- /dev/null +++ b/stable/neko/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neko-5.7.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [neko-5.7.0](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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/5.7.1/Chart.yaml b/stable/neko/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9d04565b395 --- /dev/null +++ b/stable/neko/5.7.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: firefox +dependencies: + - name: common + version: 20.2.2 + 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/truecharts/charts/tree/master/charts/stable/neko + - https://hub.docker.com/r/m1k1o/neko +type: application +version: 5.7.1 diff --git a/stable/neko/5.5.1/README.md b/stable/neko/5.7.1/README.md similarity index 100% rename from stable/neko/5.5.1/README.md rename to stable/neko/5.7.1/README.md diff --git a/stable/neko/5.7.1/app-changelog.md b/stable/neko/5.7.1/app-changelog.md new file mode 100644 index 00000000000..420ae17a8c0 --- /dev/null +++ b/stable/neko/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [neko-5.7.1](https://github.com/truecharts/charts/compare/neko-5.6.0...neko-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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/5.5.1/app-readme.md b/stable/neko/5.7.1/app-readme.md similarity index 100% rename from stable/neko/5.5.1/app-readme.md rename to stable/neko/5.7.1/app-readme.md diff --git a/stable/neko/5.7.1/charts/common-20.2.2.tgz b/stable/neko/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/neko/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/neko/5.5.1/ix_values.yaml b/stable/neko/5.7.1/ix_values.yaml similarity index 100% rename from stable/neko/5.5.1/ix_values.yaml rename to stable/neko/5.7.1/ix_values.yaml diff --git a/stable/neko/5.5.1/questions.yaml b/stable/neko/5.7.1/questions.yaml similarity index 100% rename from stable/neko/5.5.1/questions.yaml rename to stable/neko/5.7.1/questions.yaml diff --git a/stable/neko/5.5.1/templates/common.yaml b/stable/neko/5.7.1/templates/common.yaml similarity index 100% rename from stable/neko/5.5.1/templates/common.yaml rename to stable/neko/5.7.1/templates/common.yaml diff --git a/stable/ngircd/9.5.1/values.yaml b/stable/neko/5.7.1/values.yaml similarity index 100% rename from stable/ngircd/9.5.1/values.yaml rename to stable/neko/5.7.1/values.yaml diff --git a/stable/netbootxyz/4.5.1/CHANGELOG.md b/stable/netbootxyz/4.5.1/CHANGELOG.md deleted file mode 100644 index 2261931a0c3..00000000000 --- a/stable/netbootxyz/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [netbootxyz-4.5.1](https://github.com/truecharts/charts/compare/netbootxyz-4.5.0...netbootxyz-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [netbootxyz-4.5.0](https://github.com/truecharts/charts/compare/netbootxyz-4.4.1...netbootxyz-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [netbootxyz-4.4.1](https://github.com/truecharts/charts/compare/netbootxyz-4.4.0...netbootxyz-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [netbootxyz-4.4.0](https://github.com/truecharts/charts/compare/netbootxyz-4.3.0...netbootxyz-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [netbootxyz-4.3.0](https://github.com/truecharts/charts/compare/netbootxyz-4.2.3...netbootxyz-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [netbootxyz-4.2.3](https://github.com/truecharts/charts/compare/netbootxyz-4.2.2...netbootxyz-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [netbootxyz-4.2.2](https://github.com/truecharts/charts/compare/netbootxyz-4.2.0...netbootxyz-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [netbootxyz-3.1.11](https://github.com/truecharts/charts/compare/netbootxyz-3.1.10...netbootxyz-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [netbootxyz-3.1.10](https://github.com/truecharts/charts/compare/netbootxyz-3.1.9...netbootxyz-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/netbootxyz/4.5.1/Chart.yaml b/stable/netbootxyz/4.5.1/Chart.yaml deleted file mode 100644 index dc3023ef96b..00000000000 --- a/stable/netbootxyz/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/netbootxyz/4.5.1/charts/common-20.0.8.tgz b/stable/netbootxyz/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/netbootxyz/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nightscout/5.5.1/.helmignore b/stable/netbootxyz/4.7.1/.helmignore similarity index 100% rename from stable/nightscout/5.5.1/.helmignore rename to stable/netbootxyz/4.7.1/.helmignore diff --git a/stable/netbootxyz/4.7.1/CHANGELOG.md b/stable/netbootxyz/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d88f6a3b505 --- /dev/null +++ b/stable/netbootxyz/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netbootxyz-4.7.1](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/netbootxyz/4.7.1/Chart.yaml new file mode 100644 index 00000000000..d99ddb06b6c --- /dev/null +++ b/stable/netbootxyz/4.7.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: 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.2 + 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.1 diff --git a/stable/netbootxyz/4.5.1/README.md b/stable/netbootxyz/4.7.1/README.md similarity index 100% rename from stable/netbootxyz/4.5.1/README.md rename to stable/netbootxyz/4.7.1/README.md diff --git a/stable/netbootxyz/4.7.1/app-changelog.md b/stable/netbootxyz/4.7.1/app-changelog.md new file mode 100644 index 00000000000..430cf973d4c --- /dev/null +++ b/stable/netbootxyz/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [netbootxyz-4.7.1](https://github.com/truecharts/charts/compare/netbootxyz-4.6.0...netbootxyz-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/netbootxyz/4.7.1/app-readme.md similarity index 100% rename from stable/netbootxyz/4.5.1/app-readme.md rename to stable/netbootxyz/4.7.1/app-readme.md diff --git a/stable/netbootxyz/4.7.1/charts/common-20.2.2.tgz b/stable/netbootxyz/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/netbootxyz/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/netbootxyz/4.5.1/ix_values.yaml b/stable/netbootxyz/4.7.1/ix_values.yaml similarity index 100% rename from stable/netbootxyz/4.5.1/ix_values.yaml rename to stable/netbootxyz/4.7.1/ix_values.yaml diff --git a/stable/netbootxyz/4.5.1/questions.yaml b/stable/netbootxyz/4.7.1/questions.yaml similarity index 100% rename from stable/netbootxyz/4.5.1/questions.yaml rename to stable/netbootxyz/4.7.1/questions.yaml diff --git a/stable/ngircd/9.5.1/templates/common.yaml b/stable/netbootxyz/4.7.1/templates/common.yaml similarity index 100% rename from stable/ngircd/9.5.1/templates/common.yaml rename to stable/netbootxyz/4.7.1/templates/common.yaml diff --git a/stable/nightscout/5.5.1/values.yaml b/stable/netbootxyz/4.7.1/values.yaml similarity index 100% rename from stable/nightscout/5.5.1/values.yaml rename to stable/netbootxyz/4.7.1/values.yaml diff --git a/stable/netdata/9.5.1/CHANGELOG.md b/stable/netdata/9.5.1/CHANGELOG.md deleted file mode 100644 index 9c51d69f032..00000000000 --- a/stable/netdata/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [netdata-9.5.1](https://github.com/truecharts/charts/compare/netdata-9.5.0...netdata-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [netdata-9.5.0](https://github.com/truecharts/charts/compare/netdata-9.4.1...netdata-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [netdata-9.4.1](https://github.com/truecharts/charts/compare/netdata-9.4.0...netdata-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [netdata-9.4.0](https://github.com/truecharts/charts/compare/netdata-9.3.0...netdata-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [netdata-9.3.0](https://github.com/truecharts/charts/compare/netdata-9.2.3...netdata-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [netdata-9.2.3](https://github.com/truecharts/charts/compare/netdata-9.2.2...netdata-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [netdata-9.2.2](https://github.com/truecharts/charts/compare/netdata-9.2.0...netdata-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [netdata-8.1.13](https://github.com/truecharts/charts/compare/netdata-8.1.12...netdata-8.1.13) (2024-02-12) - -### Chore - - - -- update container image netdata/netdata to v1.44.3[@9e89531](https://github.com/9e89531) by renovate ([#18230](https://github.com/truecharts/charts/issues/18230)) - - -## [netdata-8.1.12](https://github.com/truecharts/charts/compare/netdata-8.1.11...netdata-8.1.12) (2024-02-12) - -### Chore - - - -- update container image netdata/netdata to v1.44.2[@78c8cb8](https://github.com/78c8cb8) by renovate ([#18145](https://github.com/truecharts/charts/issues/18145)) diff --git a/stable/netdata/9.5.1/Chart.yaml b/stable/netdata/9.5.1/Chart.yaml deleted file mode 100644 index 612f365f3f3..00000000000 --- a/stable/netdata/9.5.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.44.3 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/netdata/9.5.1/charts/common-20.0.8.tgz b/stable/netdata/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/netdata/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nitter/6.5.4/.helmignore b/stable/netdata/9.7.1/.helmignore similarity index 100% rename from stable/nitter/6.5.4/.helmignore rename to stable/netdata/9.7.1/.helmignore diff --git a/stable/netdata/9.7.1/CHANGELOG.md b/stable/netdata/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d694a319c6f --- /dev/null +++ b/stable/netdata/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [netdata-9.7.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/netdata/9.7.1/Chart.yaml new file mode 100644 index 00000000000..8f002037c4e --- /dev/null +++ b/stable/netdata/9.7.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: utilities + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.44.3 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/netdata/9.5.1/README.md b/stable/netdata/9.7.1/README.md similarity index 100% rename from stable/netdata/9.5.1/README.md rename to stable/netdata/9.7.1/README.md diff --git a/stable/netdata/9.7.1/app-changelog.md b/stable/netdata/9.7.1/app-changelog.md new file mode 100644 index 00000000000..a4e03bcdff4 --- /dev/null +++ b/stable/netdata/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [netdata-9.7.1](https://github.com/truecharts/charts/compare/netdata-9.6.0...netdata-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/netdata/9.7.1/app-readme.md similarity index 100% rename from stable/netdata/9.5.1/app-readme.md rename to stable/netdata/9.7.1/app-readme.md diff --git a/stable/netdata/9.7.1/charts/common-20.2.2.tgz b/stable/netdata/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/netdata/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/netdata/9.5.1/ix_values.yaml b/stable/netdata/9.7.1/ix_values.yaml similarity index 100% rename from stable/netdata/9.5.1/ix_values.yaml rename to stable/netdata/9.7.1/ix_values.yaml diff --git a/stable/netdata/9.5.1/questions.yaml b/stable/netdata/9.7.1/questions.yaml similarity index 100% rename from stable/netdata/9.5.1/questions.yaml rename to stable/netdata/9.7.1/questions.yaml diff --git a/stable/novnc/10.5.1/templates/NOTES.txt b/stable/netdata/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/novnc/10.5.1/templates/NOTES.txt rename to stable/netdata/9.7.1/templates/NOTES.txt diff --git a/stable/netdata/9.5.1/templates/common.yaml b/stable/netdata/9.7.1/templates/common.yaml similarity index 100% rename from stable/netdata/9.5.1/templates/common.yaml rename to stable/netdata/9.7.1/templates/common.yaml diff --git a/stable/nitter/6.5.4/values.yaml b/stable/netdata/9.7.1/values.yaml similarity index 100% rename from stable/nitter/6.5.4/values.yaml rename to stable/netdata/9.7.1/values.yaml diff --git a/stable/neverwinternights-ee/5.5.1/CHANGELOG.md b/stable/neverwinternights-ee/5.5.1/CHANGELOG.md deleted file mode 100644 index 1203dc91716..00000000000 --- a/stable/neverwinternights-ee/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [neverwinternights-ee-5.5.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.5.0...neverwinternights-ee-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [neverwinternights-ee-5.5.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.4.1...neverwinternights-ee-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [neverwinternights-ee-5.4.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.4.0...neverwinternights-ee-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [neverwinternights-ee-5.4.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.3.0...neverwinternights-ee-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [neverwinternights-ee-5.3.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.3...neverwinternights-ee-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [neverwinternights-ee-5.2.3](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.2...neverwinternights-ee-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [neverwinternights-ee-5.2.2](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.2.0...neverwinternights-ee-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [neverwinternights-ee-4.1.12](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.11...neverwinternights-ee-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [neverwinternights-ee-4.1.11](https://github.com/truecharts/charts/compare/neverwinternights-ee-4.1.10...neverwinternights-ee-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/neverwinternights-ee/5.5.1/Chart.yaml b/stable/neverwinternights-ee/5.5.1/Chart.yaml deleted file mode 100644 index 451792dda22..00000000000 --- a/stable/neverwinternights-ee/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/neverwinternights-ee/5.5.1/charts/common-20.0.8.tgz b/stable/neverwinternights-ee/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/neverwinternights-ee/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nntp2nntp/9.5.1/.helmignore b/stable/neverwinternights-ee/5.7.1/.helmignore similarity index 100% rename from stable/nntp2nntp/9.5.1/.helmignore rename to stable/neverwinternights-ee/5.7.1/.helmignore diff --git a/stable/neverwinternights-ee/5.7.1/CHANGELOG.md b/stable/neverwinternights-ee/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1acae1a51f3 --- /dev/null +++ b/stable/neverwinternights-ee/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [neverwinternights-ee-5.7.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/neverwinternights-ee/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f2e319ae862 --- /dev/null +++ b/stable/neverwinternights-ee/5.7.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: 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.2 + 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.1 diff --git a/stable/neverwinternights-ee/5.5.1/README.md b/stable/neverwinternights-ee/5.7.1/README.md similarity index 100% rename from stable/neverwinternights-ee/5.5.1/README.md rename to stable/neverwinternights-ee/5.7.1/README.md diff --git a/stable/neverwinternights-ee/5.7.1/app-changelog.md b/stable/neverwinternights-ee/5.7.1/app-changelog.md new file mode 100644 index 00000000000..220e372b8b9 --- /dev/null +++ b/stable/neverwinternights-ee/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [neverwinternights-ee-5.7.1](https://github.com/truecharts/charts/compare/neverwinternights-ee-5.6.0...neverwinternights-ee-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/neverwinternights-ee/5.7.1/app-readme.md similarity index 100% rename from stable/neverwinternights-ee/5.5.1/app-readme.md rename to stable/neverwinternights-ee/5.7.1/app-readme.md diff --git a/stable/neverwinternights-ee/5.7.1/charts/common-20.2.2.tgz b/stable/neverwinternights-ee/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/neverwinternights-ee/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/neverwinternights-ee/5.5.1/ix_values.yaml b/stable/neverwinternights-ee/5.7.1/ix_values.yaml similarity index 100% rename from stable/neverwinternights-ee/5.5.1/ix_values.yaml rename to stable/neverwinternights-ee/5.7.1/ix_values.yaml diff --git a/stable/neverwinternights-ee/5.5.1/questions.yaml b/stable/neverwinternights-ee/5.7.1/questions.yaml similarity index 100% rename from stable/neverwinternights-ee/5.5.1/questions.yaml rename to stable/neverwinternights-ee/5.7.1/questions.yaml diff --git a/stable/neverwinternights-ee/5.5.1/templates/common.yaml b/stable/neverwinternights-ee/5.7.1/templates/common.yaml similarity index 100% rename from stable/neverwinternights-ee/5.5.1/templates/common.yaml rename to stable/neverwinternights-ee/5.7.1/templates/common.yaml diff --git a/stable/nntp2nntp/9.5.1/values.yaml b/stable/neverwinternights-ee/5.7.1/values.yaml similarity index 100% rename from stable/nntp2nntp/9.5.1/values.yaml rename to stable/neverwinternights-ee/5.7.1/values.yaml diff --git a/stable/newyearcountdownclock/5.5.1/CHANGELOG.md b/stable/newyearcountdownclock/5.5.1/CHANGELOG.md deleted file mode 100644 index 2137c69f216..00000000000 --- a/stable/newyearcountdownclock/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [newyearcountdownclock-5.5.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.5.0...newyearcountdownclock-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [newyearcountdownclock-5.5.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.4.1...newyearcountdownclock-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [newyearcountdownclock-5.4.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.4.0...newyearcountdownclock-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [newyearcountdownclock-5.4.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.3.0...newyearcountdownclock-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [newyearcountdownclock-5.3.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.4...newyearcountdownclock-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [newyearcountdownclock-5.2.4](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.3...newyearcountdownclock-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [newyearcountdownclock-5.2.3](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.2.1...newyearcountdownclock-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - -## [newyearcountdownclock-4.1.11](https://github.com/truecharts/charts/compare/newyearcountdownclock-4.1.10...newyearcountdownclock-4.1.11) (2024-02-03) - -### Chore - - diff --git a/stable/newyearcountdownclock/5.5.1/Chart.yaml b/stable/newyearcountdownclock/5.5.1/Chart.yaml deleted file mode 100644 index d06590ba4a7..00000000000 --- a/stable/newyearcountdownclock/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/newyearcountdownclock/5.5.1/charts/common-20.0.8.tgz b/stable/newyearcountdownclock/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/newyearcountdownclock/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nocodb/13.5.4/.helmignore b/stable/newyearcountdownclock/5.7.1/.helmignore similarity index 100% rename from stable/nocodb/13.5.4/.helmignore rename to stable/newyearcountdownclock/5.7.1/.helmignore diff --git a/stable/newyearcountdownclock/5.7.1/CHANGELOG.md b/stable/newyearcountdownclock/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5160921fa0e --- /dev/null +++ b/stable/newyearcountdownclock/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [newyearcountdownclock-5.7.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/newyearcountdownclock/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e109fe5fbae --- /dev/null +++ b/stable/newyearcountdownclock/5.7.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: 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.2 + 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.1 diff --git a/stable/newyearcountdownclock/5.5.1/README.md b/stable/newyearcountdownclock/5.7.1/README.md similarity index 100% rename from stable/newyearcountdownclock/5.5.1/README.md rename to stable/newyearcountdownclock/5.7.1/README.md diff --git a/stable/newyearcountdownclock/5.7.1/app-changelog.md b/stable/newyearcountdownclock/5.7.1/app-changelog.md new file mode 100644 index 00000000000..275b6645483 --- /dev/null +++ b/stable/newyearcountdownclock/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [newyearcountdownclock-5.7.1](https://github.com/truecharts/charts/compare/newyearcountdownclock-5.6.0...newyearcountdownclock-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/newyearcountdownclock/5.7.1/app-readme.md similarity index 100% rename from stable/newyearcountdownclock/5.5.1/app-readme.md rename to stable/newyearcountdownclock/5.7.1/app-readme.md diff --git a/stable/newyearcountdownclock/5.7.1/charts/common-20.2.2.tgz b/stable/newyearcountdownclock/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/newyearcountdownclock/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/newyearcountdownclock/5.5.1/ix_values.yaml b/stable/newyearcountdownclock/5.7.1/ix_values.yaml similarity index 100% rename from stable/newyearcountdownclock/5.5.1/ix_values.yaml rename to stable/newyearcountdownclock/5.7.1/ix_values.yaml diff --git a/stable/newyearcountdownclock/5.5.1/questions.yaml b/stable/newyearcountdownclock/5.7.1/questions.yaml similarity index 100% rename from stable/newyearcountdownclock/5.5.1/questions.yaml rename to stable/newyearcountdownclock/5.7.1/questions.yaml diff --git a/stable/newyearcountdownclock/5.5.1/templates/common.yaml b/stable/newyearcountdownclock/5.7.1/templates/common.yaml similarity index 100% rename from stable/newyearcountdownclock/5.5.1/templates/common.yaml rename to stable/newyearcountdownclock/5.7.1/templates/common.yaml diff --git a/stable/nocodb/13.5.4/values.yaml b/stable/newyearcountdownclock/5.7.1/values.yaml similarity index 100% rename from stable/nocodb/13.5.4/values.yaml rename to stable/newyearcountdownclock/5.7.1/values.yaml diff --git a/stable/nextpvr/9.5.1/CHANGELOG.md b/stable/nextpvr/9.5.1/CHANGELOG.md deleted file mode 100644 index adf1b4c8b6b..00000000000 --- a/stable/nextpvr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nextpvr-9.5.1](https://github.com/truecharts/charts/compare/nextpvr-9.5.0...nextpvr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nextpvr-9.5.0](https://github.com/truecharts/charts/compare/nextpvr-9.4.1...nextpvr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nextpvr-9.4.1](https://github.com/truecharts/charts/compare/nextpvr-9.4.0...nextpvr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nextpvr-9.4.0](https://github.com/truecharts/charts/compare/nextpvr-9.3.0...nextpvr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nextpvr-9.3.0](https://github.com/truecharts/charts/compare/nextpvr-9.2.3...nextpvr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nextpvr-9.2.3](https://github.com/truecharts/charts/compare/nextpvr-9.2.2...nextpvr-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nextpvr-9.2.2](https://github.com/truecharts/charts/compare/nextpvr-9.2.0...nextpvr-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nextpvr-8.1.11](https://github.com/truecharts/charts/compare/nextpvr-8.1.10...nextpvr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nextpvr-8.1.10](https://github.com/truecharts/charts/compare/nextpvr-8.1.9...nextpvr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nextpvr/9.5.1/Chart.yaml b/stable/nextpvr/9.5.1/Chart.yaml deleted file mode 100644 index 0b8e2fc9ce0..00000000000 --- a/stable/nextpvr/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/nextpvr/9.5.1/charts/common-20.0.8.tgz b/stable/nextpvr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nextpvr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/node-red/18.5.2/.helmignore b/stable/nextpvr/9.7.1/.helmignore similarity index 100% rename from stable/node-red/18.5.2/.helmignore rename to stable/nextpvr/9.7.1/.helmignore diff --git a/stable/nextpvr/9.7.1/CHANGELOG.md b/stable/nextpvr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f0b3d231d74 --- /dev/null +++ b/stable/nextpvr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nextpvr-9.7.1](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nextpvr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..5c4fb9291d8 --- /dev/null +++ b/stable/nextpvr/9.7.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: stable +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/nextpvr/9.5.1/README.md b/stable/nextpvr/9.7.1/README.md similarity index 100% rename from stable/nextpvr/9.5.1/README.md rename to stable/nextpvr/9.7.1/README.md diff --git a/stable/nextpvr/9.7.1/app-changelog.md b/stable/nextpvr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..0e1b5720c01 --- /dev/null +++ b/stable/nextpvr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nextpvr-9.7.1](https://github.com/truecharts/charts/compare/nextpvr-9.6.0...nextpvr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nextpvr/9.7.1/app-readme.md similarity index 100% rename from stable/nextpvr/9.5.1/app-readme.md rename to stable/nextpvr/9.7.1/app-readme.md diff --git a/stable/nextpvr/9.7.1/charts/common-20.2.2.tgz b/stable/nextpvr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nextpvr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nextpvr/9.5.1/ix_values.yaml b/stable/nextpvr/9.7.1/ix_values.yaml similarity index 100% rename from stable/nextpvr/9.5.1/ix_values.yaml rename to stable/nextpvr/9.7.1/ix_values.yaml diff --git a/stable/nextpvr/9.5.1/questions.yaml b/stable/nextpvr/9.7.1/questions.yaml similarity index 100% rename from stable/nextpvr/9.5.1/questions.yaml rename to stable/nextpvr/9.7.1/questions.yaml diff --git a/stable/ntfy/9.6.1/templates/NOTES.txt b/stable/nextpvr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/ntfy/9.6.1/templates/NOTES.txt rename to stable/nextpvr/9.7.1/templates/NOTES.txt diff --git a/stable/nntp2nntp/9.5.1/templates/common.yaml b/stable/nextpvr/9.7.1/templates/common.yaml similarity index 100% rename from stable/nntp2nntp/9.5.1/templates/common.yaml rename to stable/nextpvr/9.7.1/templates/common.yaml diff --git a/stable/node-red/18.5.2/values.yaml b/stable/nextpvr/9.7.1/values.yaml similarity index 100% rename from stable/node-red/18.5.2/values.yaml rename to stable/nextpvr/9.7.1/values.yaml diff --git a/stable/nexus-oss/5.6.1/CHANGELOG.md b/stable/nexus-oss/5.6.1/CHANGELOG.md deleted file mode 100644 index 58e5ddcba26..00000000000 --- a/stable/nexus-oss/5.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nexus-oss-5.6.1](https://github.com/truecharts/charts/compare/nexus-oss-5.6.0...nexus-oss-5.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nexus-oss-5.6.0](https://github.com/truecharts/charts/compare/nexus-oss-5.5.0...nexus-oss-5.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nexus-oss-5.5.0](https://github.com/truecharts/charts/compare/nexus-oss-5.4.1...nexus-oss-5.5.0) (2024-03-11) - -### Chore - - - -- update container image sonatype/nexus3 to v3.66.0[@c63b3fb](https://github.com/c63b3fb) by renovate ([#19126](https://github.com/truecharts/charts/issues/19126)) - - -## [nexus-oss-5.4.1](https://github.com/truecharts/charts/compare/nexus-oss-5.4.0...nexus-oss-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nexus-oss-5.4.0](https://github.com/truecharts/charts/compare/nexus-oss-5.3.0...nexus-oss-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nexus-oss-5.3.0](https://github.com/truecharts/charts/compare/nexus-oss-5.2.3...nexus-oss-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nexus-oss-5.2.3](https://github.com/truecharts/charts/compare/nexus-oss-5.2.2...nexus-oss-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nexus-oss-5.2.2](https://github.com/truecharts/charts/compare/nexus-oss-5.2.0...nexus-oss-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nexus-oss-4.3.0](https://github.com/truecharts/charts/compare/nexus-oss-4.2.5...nexus-oss-4.3.0) (2024-02-12) - -### Chore - - - -- update container image sonatype/nexus3 to v3.65.0[@7394c5a](https://github.com/7394c5a) by renovate ([#18197](https://github.com/truecharts/charts/issues/18197)) diff --git a/stable/nexus-oss/5.6.1/Chart.yaml b/stable/nexus-oss/5.6.1/Chart.yaml deleted file mode 100644 index b2795ecb571..00000000000 --- a/stable/nexus-oss/5.6.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: 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.0.8 - 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.6.1 diff --git a/stable/nexus-oss/5.6.1/charts/common-20.0.8.tgz b/stable/nexus-oss/5.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nexus-oss/5.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nosqlclient/5.5.1/.helmignore b/stable/nexus-oss/5.8.1/.helmignore similarity index 100% rename from stable/nosqlclient/5.5.1/.helmignore rename to stable/nexus-oss/5.8.1/.helmignore diff --git a/stable/nexus-oss/5.8.1/CHANGELOG.md b/stable/nexus-oss/5.8.1/CHANGELOG.md new file mode 100644 index 00000000000..61dd0fd3ea3 --- /dev/null +++ b/stable/nexus-oss/5.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nexus-oss-5.8.1](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nexus-oss/5.8.1/Chart.yaml new file mode 100644 index 00000000000..f6d95e6f832 --- /dev/null +++ b/stable/nexus-oss/5.8.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: 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.2 + 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.1 diff --git a/stable/nexus-oss/5.6.1/README.md b/stable/nexus-oss/5.8.1/README.md similarity index 100% rename from stable/nexus-oss/5.6.1/README.md rename to stable/nexus-oss/5.8.1/README.md diff --git a/stable/nexus-oss/5.8.1/app-changelog.md b/stable/nexus-oss/5.8.1/app-changelog.md new file mode 100644 index 00000000000..5c1a9af74a2 --- /dev/null +++ b/stable/nexus-oss/5.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nexus-oss-5.8.1](https://github.com/truecharts/charts/compare/nexus-oss-5.7.0...nexus-oss-5.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/nexus-oss/5.8.1/app-readme.md similarity index 100% rename from stable/nexus-oss/5.6.1/app-readme.md rename to stable/nexus-oss/5.8.1/app-readme.md diff --git a/stable/nexus-oss/5.8.1/charts/common-20.2.2.tgz b/stable/nexus-oss/5.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nexus-oss/5.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/nexus-oss/5.6.1/ix_values.yaml b/stable/nexus-oss/5.8.1/ix_values.yaml similarity index 100% rename from stable/nexus-oss/5.6.1/ix_values.yaml rename to stable/nexus-oss/5.8.1/ix_values.yaml diff --git a/stable/nexus-oss/5.6.1/questions.yaml b/stable/nexus-oss/5.8.1/questions.yaml similarity index 100% rename from stable/nexus-oss/5.6.1/questions.yaml rename to stable/nexus-oss/5.8.1/questions.yaml diff --git a/stable/nexus-oss/5.6.1/templates/common.yaml b/stable/nexus-oss/5.8.1/templates/common.yaml similarity index 100% rename from stable/nexus-oss/5.6.1/templates/common.yaml rename to stable/nexus-oss/5.8.1/templates/common.yaml diff --git a/stable/nosqlclient/5.5.1/values.yaml b/stable/nexus-oss/5.8.1/values.yaml similarity index 100% rename from stable/nosqlclient/5.5.1/values.yaml rename to stable/nexus-oss/5.8.1/values.yaml diff --git a/stable/notarius/5.5.1/.helmignore b/stable/nginx-proxy-manager/9.12.1/.helmignore similarity index 100% rename from stable/notarius/5.5.1/.helmignore rename to stable/nginx-proxy-manager/9.12.1/.helmignore diff --git a/stable/nginx-proxy-manager/9.12.1/CHANGELOG.md b/stable/nginx-proxy-manager/9.12.1/CHANGELOG.md new file mode 100644 index 00000000000..2364d174c31 --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nginx-proxy-manager-9.12.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/nginx-proxy-manager/9.12.1/Chart.yaml b/stable/nginx-proxy-manager/9.12.1/Chart.yaml new file mode 100644 index 00000000000..6388bacce66 --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/nginx-proxy-manager/9.9.1/README.md b/stable/nginx-proxy-manager/9.12.1/README.md similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/README.md rename to stable/nginx-proxy-manager/9.12.1/README.md diff --git a/stable/nginx-proxy-manager/9.12.1/app-changelog.md b/stable/nginx-proxy-manager/9.12.1/app-changelog.md new file mode 100644 index 00000000000..c73b70d9193 --- /dev/null +++ b/stable/nginx-proxy-manager/9.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [nginx-proxy-manager-9.12.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/nginx-proxy-manager/9.12.1/app-readme.md similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/app-readme.md rename to stable/nginx-proxy-manager/9.12.1/app-readme.md diff --git a/stable/nginx-proxy-manager/9.12.1/charts/common-20.2.2.tgz b/stable/nginx-proxy-manager/9.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/nginx-proxy-manager/9.12.1/charts/mariadb-13.7.0.tgz b/stable/nginx-proxy-manager/9.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/nginx-proxy-manager/9.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/nginx-proxy-manager/9.9.1/ix_values.yaml b/stable/nginx-proxy-manager/9.12.1/ix_values.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/ix_values.yaml rename to stable/nginx-proxy-manager/9.12.1/ix_values.yaml diff --git a/stable/nginx-proxy-manager/9.9.1/questions.yaml b/stable/nginx-proxy-manager/9.12.1/questions.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/questions.yaml rename to stable/nginx-proxy-manager/9.12.1/questions.yaml diff --git a/stable/nullserv/13.5.1/templates/NOTES.txt b/stable/nginx-proxy-manager/9.12.1/templates/NOTES.txt similarity index 100% rename from stable/nullserv/13.5.1/templates/NOTES.txt rename to stable/nginx-proxy-manager/9.12.1/templates/NOTES.txt diff --git a/stable/nginx-proxy-manager/9.9.1/templates/common.yaml b/stable/nginx-proxy-manager/9.12.1/templates/common.yaml similarity index 100% rename from stable/nginx-proxy-manager/9.9.1/templates/common.yaml rename to stable/nginx-proxy-manager/9.12.1/templates/common.yaml diff --git a/stable/notarius/5.5.1/values.yaml b/stable/nginx-proxy-manager/9.12.1/values.yaml similarity index 100% rename from stable/notarius/5.5.1/values.yaml rename to stable/nginx-proxy-manager/9.12.1/values.yaml diff --git a/stable/nginx-proxy-manager/9.9.1/CHANGELOG.md b/stable/nginx-proxy-manager/9.9.1/CHANGELOG.md deleted file mode 100644 index f3492e46acb..00000000000 --- a/stable/nginx-proxy-manager/9.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nginx-proxy-manager-9.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.8.3...nginx-proxy-manager-9.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [nginx-proxy-manager-9.8.3](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.8.2...nginx-proxy-manager-9.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/nginx-proxy-manager/9.9.1/Chart.yaml b/stable/nginx-proxy-manager/9.9.1/Chart.yaml deleted file mode 100644 index c737c3b2515..00000000000 --- a/stable/nginx-proxy-manager/9.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/nginx-proxy-manager/9.9.1/app-changelog.md b/stable/nginx-proxy-manager/9.9.1/app-changelog.md deleted file mode 100644 index 1d962c5ad82..00000000000 --- a/stable/nginx-proxy-manager/9.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [nginx-proxy-manager-9.9.1](https://github.com/truecharts/charts/compare/nginx-proxy-manager-9.9.0...nginx-proxy-manager-9.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/nginx-proxy-manager/9.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/nginx-proxy-manager/9.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/nginx-proxy-manager/9.9.1/charts/mariadb-13.5.4.tgz b/stable/nginx-proxy-manager/9.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/nginx-proxy-manager/9.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/ngircd/9.5.1/CHANGELOG.md b/stable/ngircd/9.5.1/CHANGELOG.md deleted file mode 100644 index e2d6b23a7d6..00000000000 --- a/stable/ngircd/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ngircd-9.5.1](https://github.com/truecharts/charts/compare/ngircd-9.5.0...ngircd-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ngircd-9.5.0](https://github.com/truecharts/charts/compare/ngircd-9.4.1...ngircd-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ngircd-9.4.1](https://github.com/truecharts/charts/compare/ngircd-9.4.0...ngircd-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ngircd-9.4.0](https://github.com/truecharts/charts/compare/ngircd-9.3.0...ngircd-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ngircd-9.3.0](https://github.com/truecharts/charts/compare/ngircd-9.2.3...ngircd-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ngircd-9.2.3](https://github.com/truecharts/charts/compare/ngircd-9.2.2...ngircd-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ngircd-9.2.2](https://github.com/truecharts/charts/compare/ngircd-9.2.0...ngircd-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ngircd-8.1.11](https://github.com/truecharts/charts/compare/ngircd-8.1.10...ngircd-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ngircd-8.1.10](https://github.com/truecharts/charts/compare/ngircd-8.1.9...ngircd-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ngircd/9.5.1/Chart.yaml b/stable/ngircd/9.5.1/Chart.yaml deleted file mode 100644 index dd143684bef..00000000000 --- a/stable/ngircd/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/ngircd/9.5.1/charts/common-20.0.8.tgz b/stable/ngircd/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ngircd/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/notea/5.5.1/.helmignore b/stable/ngircd/9.7.1/.helmignore similarity index 100% rename from stable/notea/5.5.1/.helmignore rename to stable/ngircd/9.7.1/.helmignore diff --git a/stable/ngircd/9.7.1/CHANGELOG.md b/stable/ngircd/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..aba021e1ce8 --- /dev/null +++ b/stable/ngircd/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ngircd-9.7.1](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ngircd/9.7.1/Chart.yaml new file mode 100644 index 00000000000..875de7a3255 --- /dev/null +++ b/stable/ngircd/9.7.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: 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.2 + 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.1 diff --git a/stable/ngircd/9.5.1/README.md b/stable/ngircd/9.7.1/README.md similarity index 100% rename from stable/ngircd/9.5.1/README.md rename to stable/ngircd/9.7.1/README.md diff --git a/stable/ngircd/9.7.1/app-changelog.md b/stable/ngircd/9.7.1/app-changelog.md new file mode 100644 index 00000000000..41969efe569 --- /dev/null +++ b/stable/ngircd/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ngircd-9.7.1](https://github.com/truecharts/charts/compare/ngircd-9.6.0...ngircd-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ngircd/9.7.1/app-readme.md similarity index 100% rename from stable/ngircd/9.5.1/app-readme.md rename to stable/ngircd/9.7.1/app-readme.md diff --git a/stable/ngircd/9.7.1/charts/common-20.2.2.tgz b/stable/ngircd/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ngircd/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ngircd/9.5.1/ix_values.yaml b/stable/ngircd/9.7.1/ix_values.yaml similarity index 100% rename from stable/ngircd/9.5.1/ix_values.yaml rename to stable/ngircd/9.7.1/ix_values.yaml diff --git a/stable/ngircd/9.5.1/questions.yaml b/stable/ngircd/9.7.1/questions.yaml similarity index 100% rename from stable/ngircd/9.5.1/questions.yaml rename to stable/ngircd/9.7.1/questions.yaml diff --git a/stable/nvidia-gpu-exporter/2.5.1/templates/NOTES.txt b/stable/ngircd/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/templates/NOTES.txt rename to stable/ngircd/9.7.1/templates/NOTES.txt diff --git a/stable/node-red/18.5.2/templates/common.yaml b/stable/ngircd/9.7.1/templates/common.yaml similarity index 100% rename from stable/node-red/18.5.2/templates/common.yaml rename to stable/ngircd/9.7.1/templates/common.yaml diff --git a/stable/notea/5.5.1/values.yaml b/stable/ngircd/9.7.1/values.yaml similarity index 100% rename from stable/notea/5.5.1/values.yaml rename to stable/ngircd/9.7.1/values.yaml diff --git a/stable/nightscout/5.5.1/CHANGELOG.md b/stable/nightscout/5.5.1/CHANGELOG.md deleted file mode 100644 index 9e4c706b0bd..00000000000 --- a/stable/nightscout/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nightscout-5.5.1](https://github.com/truecharts/charts/compare/nightscout-5.5.0...nightscout-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nightscout-5.5.0](https://github.com/truecharts/charts/compare/nightscout-5.4.1...nightscout-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nightscout-5.4.1](https://github.com/truecharts/charts/compare/nightscout-5.4.0...nightscout-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nightscout-5.4.0](https://github.com/truecharts/charts/compare/nightscout-5.3.0...nightscout-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nightscout-5.3.0](https://github.com/truecharts/charts/compare/nightscout-5.2.3...nightscout-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nightscout-5.2.3](https://github.com/truecharts/charts/compare/nightscout-5.2.2...nightscout-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nightscout-5.2.2](https://github.com/truecharts/charts/compare/nightscout-5.2.0...nightscout-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nightscout-4.1.11](https://github.com/truecharts/charts/compare/nightscout-4.1.10...nightscout-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nightscout-4.1.10](https://github.com/truecharts/charts/compare/nightscout-4.1.9...nightscout-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nightscout/5.5.1/Chart.yaml b/stable/nightscout/5.5.1/Chart.yaml deleted file mode 100644 index c86b92af0ca..00000000000 --- a/stable/nightscout/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/nightscout/5.5.1/charts/common-20.0.8.tgz b/stable/nightscout/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nightscout/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/notifiarr/4.5.1/.helmignore b/stable/nightscout/5.7.1/.helmignore similarity index 100% rename from stable/notifiarr/4.5.1/.helmignore rename to stable/nightscout/5.7.1/.helmignore diff --git a/stable/nightscout/5.7.1/CHANGELOG.md b/stable/nightscout/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..28cb41108c2 --- /dev/null +++ b/stable/nightscout/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nightscout-5.7.1](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nightscout/5.7.1/Chart.yaml new file mode 100644 index 00000000000..44b02f86921 --- /dev/null +++ b/stable/nightscout/5.7.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: 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.2 + 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.1 diff --git a/stable/nightscout/5.5.1/README.md b/stable/nightscout/5.7.1/README.md similarity index 100% rename from stable/nightscout/5.5.1/README.md rename to stable/nightscout/5.7.1/README.md diff --git a/stable/nightscout/5.7.1/app-changelog.md b/stable/nightscout/5.7.1/app-changelog.md new file mode 100644 index 00000000000..07e388a3eeb --- /dev/null +++ b/stable/nightscout/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nightscout-5.7.1](https://github.com/truecharts/charts/compare/nightscout-5.6.0...nightscout-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nightscout/5.7.1/app-readme.md similarity index 100% rename from stable/nightscout/5.5.1/app-readme.md rename to stable/nightscout/5.7.1/app-readme.md diff --git a/stable/nightscout/5.7.1/charts/common-20.2.2.tgz b/stable/nightscout/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nightscout/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nightscout/5.5.1/ix_values.yaml b/stable/nightscout/5.7.1/ix_values.yaml similarity index 100% rename from stable/nightscout/5.5.1/ix_values.yaml rename to stable/nightscout/5.7.1/ix_values.yaml diff --git a/stable/nightscout/5.5.1/questions.yaml b/stable/nightscout/5.7.1/questions.yaml similarity index 100% rename from stable/nightscout/5.5.1/questions.yaml rename to stable/nightscout/5.7.1/questions.yaml diff --git a/stable/nightscout/5.5.1/templates/common.yaml b/stable/nightscout/5.7.1/templates/common.yaml similarity index 100% rename from stable/nightscout/5.5.1/templates/common.yaml rename to stable/nightscout/5.7.1/templates/common.yaml diff --git a/stable/notifiarr/4.5.1/values.yaml b/stable/nightscout/5.7.1/values.yaml similarity index 100% rename from stable/notifiarr/4.5.1/values.yaml rename to stable/nightscout/5.7.1/values.yaml diff --git a/stable/nitter/6.5.4/CHANGELOG.md b/stable/nitter/6.5.4/CHANGELOG.md deleted file mode 100644 index d65b3724525..00000000000 --- a/stable/nitter/6.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nitter-6.5.4](https://github.com/truecharts/charts/compare/nitter-6.5.3...nitter-6.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [nitter-6.5.3](https://github.com/truecharts/charts/compare/nitter-6.5.2...nitter-6.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [nitter-6.5.2](https://github.com/truecharts/charts/compare/nitter-6.5.1...nitter-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nitter-6.5.1](https://github.com/truecharts/charts/compare/nitter-6.5.0...nitter-6.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nitter-6.5.0](https://github.com/truecharts/charts/compare/nitter-6.4.1...nitter-6.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [nitter-6.4.1](https://github.com/truecharts/charts/compare/nitter-6.4.0...nitter-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nitter-6.4.0](https://github.com/truecharts/charts/compare/nitter-6.3.0...nitter-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nitter-6.3.0](https://github.com/truecharts/charts/compare/nitter-6.2.3...nitter-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nitter-6.2.3](https://github.com/truecharts/charts/compare/nitter-6.2.2...nitter-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nitter-6.2.2](https://github.com/truecharts/charts/compare/nitter-6.2.0...nitter-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/nitter/6.5.4/Chart.yaml b/stable/nitter/6.5.4/Chart.yaml deleted file mode 100644 index 6714cedbd99..00000000000 --- a/stable/nitter/6.5.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: latest -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/nitter/6.5.4/charts/common-20.0.9.tgz b/stable/nitter/6.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/nitter/6.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/nitter/6.5.4/charts/redis-13.0.3.tgz b/stable/nitter/6.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/nitter/6.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/novnc/10.5.1/.helmignore b/stable/nitter/6.7.1/.helmignore similarity index 100% rename from stable/novnc/10.5.1/.helmignore rename to stable/nitter/6.7.1/.helmignore diff --git a/stable/nitter/6.7.1/CHANGELOG.md b/stable/nitter/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c645a08654a --- /dev/null +++ b/stable/nitter/6.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nitter-6.7.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.0) (2024-03-16) + +### Chore + + + +- update container 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/nitter/6.7.1/Chart.yaml b/stable/nitter/6.7.1/Chart.yaml new file mode 100644 index 00000000000..fc26c48e928 --- /dev/null +++ b/stable/nitter/6.7.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: latest +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/nitter/6.5.4/README.md b/stable/nitter/6.7.1/README.md similarity index 100% rename from stable/nitter/6.5.4/README.md rename to stable/nitter/6.7.1/README.md diff --git a/stable/nitter/6.7.1/app-changelog.md b/stable/nitter/6.7.1/app-changelog.md new file mode 100644 index 00000000000..53c4adc687a --- /dev/null +++ b/stable/nitter/6.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [nitter-6.7.1](https://github.com/truecharts/charts/compare/nitter-6.6.0...nitter-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/nitter/6.7.1/app-readme.md similarity index 100% rename from stable/nitter/6.5.4/app-readme.md rename to stable/nitter/6.7.1/app-readme.md diff --git a/stable/nitter/6.7.1/charts/common-20.2.2.tgz b/stable/nitter/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nitter/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nitter/6.7.1/charts/redis-13.0.5.tgz b/stable/nitter/6.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/nitter/6.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/nitter/6.5.4/ix_values.yaml b/stable/nitter/6.7.1/ix_values.yaml similarity index 100% rename from stable/nitter/6.5.4/ix_values.yaml rename to stable/nitter/6.7.1/ix_values.yaml diff --git a/stable/nitter/6.5.4/questions.yaml b/stable/nitter/6.7.1/questions.yaml similarity index 100% rename from stable/nitter/6.5.4/questions.yaml rename to stable/nitter/6.7.1/questions.yaml diff --git a/stable/nzbget/20.5.1/templates/NOTES.txt b/stable/nitter/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/nzbget/20.5.1/templates/NOTES.txt rename to stable/nitter/6.7.1/templates/NOTES.txt diff --git a/stable/nitter/6.5.4/templates/_configmap.tpl b/stable/nitter/6.7.1/templates/_configmap.tpl similarity index 100% rename from stable/nitter/6.5.4/templates/_configmap.tpl rename to stable/nitter/6.7.1/templates/_configmap.tpl diff --git a/stable/nitter/6.5.4/templates/common.yaml b/stable/nitter/6.7.1/templates/common.yaml similarity index 100% rename from stable/nitter/6.5.4/templates/common.yaml rename to stable/nitter/6.7.1/templates/common.yaml diff --git a/stable/novnc/10.5.1/values.yaml b/stable/nitter/6.7.1/values.yaml similarity index 100% rename from stable/novnc/10.5.1/values.yaml rename to stable/nitter/6.7.1/values.yaml diff --git a/stable/nntp2nntp/9.5.1/CHANGELOG.md b/stable/nntp2nntp/9.5.1/CHANGELOG.md deleted file mode 100644 index eea94342def..00000000000 --- a/stable/nntp2nntp/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nntp2nntp-9.5.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.5.0...nntp2nntp-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nntp2nntp-9.5.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.4.1...nntp2nntp-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nntp2nntp-9.4.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.4.0...nntp2nntp-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nntp2nntp-9.4.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.3.0...nntp2nntp-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nntp2nntp-9.3.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.3...nntp2nntp-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nntp2nntp-9.2.3](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.2...nntp2nntp-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nntp2nntp-9.2.2](https://github.com/truecharts/charts/compare/nntp2nntp-9.2.0...nntp2nntp-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nntp2nntp-8.1.11](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.10...nntp2nntp-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nntp2nntp-8.1.10](https://github.com/truecharts/charts/compare/nntp2nntp-8.1.9...nntp2nntp-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nntp2nntp/9.5.1/Chart.yaml b/stable/nntp2nntp/9.5.1/Chart.yaml deleted file mode 100644 index 71cd0540ee4..00000000000 --- a/stable/nntp2nntp/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/nntp2nntp/9.5.1/charts/common-20.0.8.tgz b/stable/nntp2nntp/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nntp2nntp/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ntfy/9.6.1/.helmignore b/stable/nntp2nntp/9.7.1/.helmignore similarity index 100% rename from stable/ntfy/9.6.1/.helmignore rename to stable/nntp2nntp/9.7.1/.helmignore diff --git a/stable/nntp2nntp/9.7.1/CHANGELOG.md b/stable/nntp2nntp/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d8c00a19884 --- /dev/null +++ b/stable/nntp2nntp/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nntp2nntp-9.7.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nntp2nntp/9.7.1/Chart.yaml new file mode 100644 index 00000000000..dc793e86e40 --- /dev/null +++ b/stable/nntp2nntp/9.7.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: 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.2 + 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.1 diff --git a/stable/nntp2nntp/9.5.1/README.md b/stable/nntp2nntp/9.7.1/README.md similarity index 100% rename from stable/nntp2nntp/9.5.1/README.md rename to stable/nntp2nntp/9.7.1/README.md diff --git a/stable/nntp2nntp/9.7.1/app-changelog.md b/stable/nntp2nntp/9.7.1/app-changelog.md new file mode 100644 index 00000000000..860c6112d30 --- /dev/null +++ b/stable/nntp2nntp/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nntp2nntp-9.7.1](https://github.com/truecharts/charts/compare/nntp2nntp-9.6.0...nntp2nntp-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nntp2nntp/9.7.1/app-readme.md similarity index 100% rename from stable/nntp2nntp/9.5.1/app-readme.md rename to stable/nntp2nntp/9.7.1/app-readme.md diff --git a/stable/nntp2nntp/9.7.1/charts/common-20.2.2.tgz b/stable/nntp2nntp/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nntp2nntp/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nntp2nntp/9.5.1/ix_values.yaml b/stable/nntp2nntp/9.7.1/ix_values.yaml similarity index 100% rename from stable/nntp2nntp/9.5.1/ix_values.yaml rename to stable/nntp2nntp/9.7.1/ix_values.yaml diff --git a/stable/nntp2nntp/9.5.1/questions.yaml b/stable/nntp2nntp/9.7.1/questions.yaml similarity index 100% rename from stable/nntp2nntp/9.5.1/questions.yaml rename to stable/nntp2nntp/9.7.1/questions.yaml diff --git a/stable/nzbhydra/19.5.1/templates/NOTES.txt b/stable/nntp2nntp/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/nzbhydra/19.5.1/templates/NOTES.txt rename to stable/nntp2nntp/9.7.1/templates/NOTES.txt diff --git a/stable/notifiarr/4.5.1/templates/common.yaml b/stable/nntp2nntp/9.7.1/templates/common.yaml similarity index 100% rename from stable/notifiarr/4.5.1/templates/common.yaml rename to stable/nntp2nntp/9.7.1/templates/common.yaml diff --git a/stable/ntfy/9.6.1/values.yaml b/stable/nntp2nntp/9.7.1/values.yaml similarity index 100% rename from stable/ntfy/9.6.1/values.yaml rename to stable/nntp2nntp/9.7.1/values.yaml diff --git a/stable/nocodb/13.5.4/CHANGELOG.md b/stable/nocodb/13.5.4/CHANGELOG.md deleted file mode 100644 index 42763b4ee8c..00000000000 --- a/stable/nocodb/13.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nocodb-13.5.4](https://github.com/truecharts/charts/compare/nocodb-13.5.3...nocodb-13.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [nocodb-13.5.3](https://github.com/truecharts/charts/compare/nocodb-13.5.2...nocodb-13.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [nocodb-13.5.2](https://github.com/truecharts/charts/compare/nocodb-13.5.1...nocodb-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nocodb-13.5.1](https://github.com/truecharts/charts/compare/nocodb-13.5.0...nocodb-13.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nocodb-13.5.0](https://github.com/truecharts/charts/compare/nocodb-13.4.1...nocodb-13.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [nocodb-13.4.1](https://github.com/truecharts/charts/compare/nocodb-13.4.0...nocodb-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nocodb-13.4.0](https://github.com/truecharts/charts/compare/nocodb-13.3.0...nocodb-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nocodb-13.3.0](https://github.com/truecharts/charts/compare/nocodb-13.2.5...nocodb-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nocodb-13.2.5](https://github.com/truecharts/charts/compare/nocodb-13.2.4...nocodb-13.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nocodb-13.2.4](https://github.com/truecharts/charts/compare/nocodb-13.2.2...nocodb-13.2.4) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/nocodb/13.5.4/Chart.yaml b/stable/nocodb/13.5.4/Chart.yaml deleted file mode 100644 index dc0d5a6b438..00000000000 --- a/stable/nocodb/13.5.4/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.4 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/nocodb/13.5.4/charts/common-20.0.9.tgz b/stable/nocodb/13.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/nocodb/13.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/nocodb/13.5.4/charts/redis-13.0.3.tgz b/stable/nocodb/13.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/nocodb/13.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/nocodb/13.5.4/ix_values.yaml b/stable/nocodb/13.5.4/ix_values.yaml deleted file mode 100644 index 740e03081f2..00000000000 --- a/stable/nocodb/13.5.4/ix_values.yaml +++ /dev/null @@ -1,71 +0,0 @@ -image: - repository: nocodb/nocodb - tag: 0.204.4@sha256:806a276dad127f2260d542a8ad43d6ec90d9bd37ce4a701a9b209d4a6b1dc992 - pullPolicy: IfNotPresent -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/dashboard" - readiness: - path: "/dashboard" - startup: - path: "/dashboard" - envFrom: - - configMapRef: - name: configmap - env: - PORT: "{{ .Values.service.main.ports.main.port }}" - # User Defined - NC_PUBLIC_URL: "http://localhost:10226" - NC_DISABLE_TELE: true - DISABLE_SPLASH_SCREEN: false - NC_JWT_EXPIRES_IN: "10h" - NC_INVITE_ONLY_SIGNUP: false - NC_DISABLE_CACHE: false - NC_DISABLE_ERR_REPORT: true - NC_REQUEST_BODY_SIZE: "1MB" - NC_EXPORT_MAX_TIMEOUT: 5000 - NC_SENTRY_DSN: "" - NC_REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url - NC_AUTH_JWT_SECRET: - secretKeyRef: - name: secrets - key: NC_AUTH_JWT_SECRET - AWS_ACCESS_KEY_ID: "" - AWS_SECRET_ACCESS_KEY: "" - AWS_BUCKET: "" - AWS_BUCKET_PATH: "" -service: - main: - ports: - main: - port: 10226 -persistence: - data: - enabled: true - mountPath: "/usr/app/data" -cnpg: - main: - enabled: true - user: nocodb - database: nocodb -redis: - enabled: true - redisUsername: default -portal: - open: - enabled: true diff --git a/stable/nullserv/13.5.1/.helmignore b/stable/nocodb/13.7.1/.helmignore similarity index 100% rename from stable/nullserv/13.5.1/.helmignore rename to stable/nocodb/13.7.1/.helmignore diff --git a/stable/nocodb/13.7.1/CHANGELOG.md b/stable/nocodb/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d34613c370c --- /dev/null +++ b/stable/nocodb/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nocodb-13.7.1](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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/nocodb/13.7.1/Chart.yaml b/stable/nocodb/13.7.1/Chart.yaml new file mode 100644 index 00000000000..d1ce893c092 --- /dev/null +++ b/stable/nocodb/13.7.1/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.5 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/nocodb/13.5.4/README.md b/stable/nocodb/13.7.1/README.md similarity index 100% rename from stable/nocodb/13.5.4/README.md rename to stable/nocodb/13.7.1/README.md diff --git a/stable/nocodb/13.7.1/app-changelog.md b/stable/nocodb/13.7.1/app-changelog.md new file mode 100644 index 00000000000..6193f4e1102 --- /dev/null +++ b/stable/nocodb/13.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [nocodb-13.7.1](https://github.com/truecharts/charts/compare/nocodb-13.6.0...nocodb-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/nocodb/13.7.1/app-readme.md similarity index 100% rename from stable/nocodb/13.5.4/app-readme.md rename to stable/nocodb/13.7.1/app-readme.md diff --git a/stable/nocodb/13.7.1/charts/common-20.2.2.tgz b/stable/nocodb/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nocodb/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nocodb/13.7.1/charts/redis-13.0.5.tgz b/stable/nocodb/13.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/nocodb/13.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/nocodb/13.7.1/ix_values.yaml b/stable/nocodb/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..c88a2ea5e72 --- /dev/null +++ b/stable/nocodb/13.7.1/ix_values.yaml @@ -0,0 +1,71 @@ +image: + repository: nocodb/nocodb + tag: 0.204.5@sha256:7b87bba0126d4a7c8763e2c535a937eb6178e5177599e9d1ec1bb657e6b62797 + pullPolicy: IfNotPresent +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/dashboard" + readiness: + path: "/dashboard" + startup: + path: "/dashboard" + envFrom: + - configMapRef: + name: configmap + env: + PORT: "{{ .Values.service.main.ports.main.port }}" + # User Defined + NC_PUBLIC_URL: "http://localhost:10226" + NC_DISABLE_TELE: true + DISABLE_SPLASH_SCREEN: false + NC_JWT_EXPIRES_IN: "10h" + NC_INVITE_ONLY_SIGNUP: false + NC_DISABLE_CACHE: false + NC_DISABLE_ERR_REPORT: true + NC_REQUEST_BODY_SIZE: "1MB" + NC_EXPORT_MAX_TIMEOUT: 5000 + NC_SENTRY_DSN: "" + NC_REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url + NC_AUTH_JWT_SECRET: + secretKeyRef: + name: secrets + key: NC_AUTH_JWT_SECRET + AWS_ACCESS_KEY_ID: "" + AWS_SECRET_ACCESS_KEY: "" + AWS_BUCKET: "" + AWS_BUCKET_PATH: "" +service: + main: + ports: + main: + port: 10226 +persistence: + data: + enabled: true + mountPath: "/usr/app/data" +cnpg: + main: + enabled: true + user: nocodb + database: nocodb +redis: + enabled: true + redisUsername: default +portal: + open: + enabled: true diff --git a/stable/nocodb/13.5.4/questions.yaml b/stable/nocodb/13.7.1/questions.yaml similarity index 100% rename from stable/nocodb/13.5.4/questions.yaml rename to stable/nocodb/13.7.1/questions.yaml diff --git a/stable/octoprint/13.5.1/templates/NOTES.txt b/stable/nocodb/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/octoprint/13.5.1/templates/NOTES.txt rename to stable/nocodb/13.7.1/templates/NOTES.txt diff --git a/stable/nocodb/13.5.4/templates/_configmap.tpl b/stable/nocodb/13.7.1/templates/_configmap.tpl similarity index 100% rename from stable/nocodb/13.5.4/templates/_configmap.tpl rename to stable/nocodb/13.7.1/templates/_configmap.tpl diff --git a/stable/nocodb/13.5.4/templates/_secrets.tpl b/stable/nocodb/13.7.1/templates/_secrets.tpl similarity index 100% rename from stable/nocodb/13.5.4/templates/_secrets.tpl rename to stable/nocodb/13.7.1/templates/_secrets.tpl diff --git a/stable/nocodb/13.5.4/templates/common.yaml b/stable/nocodb/13.7.1/templates/common.yaml similarity index 100% rename from stable/nocodb/13.5.4/templates/common.yaml rename to stable/nocodb/13.7.1/templates/common.yaml diff --git a/stable/nullserv/13.5.1/values.yaml b/stable/nocodb/13.7.1/values.yaml similarity index 100% rename from stable/nullserv/13.5.1/values.yaml rename to stable/nocodb/13.7.1/values.yaml diff --git a/stable/node-red/18.5.2/CHANGELOG.md b/stable/node-red/18.5.2/CHANGELOG.md deleted file mode 100644 index 6c92dceebfd..00000000000 --- a/stable/node-red/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [node-red-18.5.2](https://github.com/truecharts/charts/compare/node-red-18.5.1...node-red-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [node-red-18.5.1](https://github.com/truecharts/charts/compare/node-red-18.5.0...node-red-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [node-red-18.5.0](https://github.com/truecharts/charts/compare/node-red-18.4.1...node-red-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [node-red-18.4.1](https://github.com/truecharts/charts/compare/node-red-18.4.0...node-red-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [node-red-18.4.0](https://github.com/truecharts/charts/compare/node-red-18.3.0...node-red-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [node-red-18.3.0](https://github.com/truecharts/charts/compare/node-red-18.2.4...node-red-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [node-red-18.2.4](https://github.com/truecharts/charts/compare/node-red-18.2.3...node-red-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [node-red-18.2.3](https://github.com/truecharts/charts/compare/node-red-18.2.1...node-red-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [node-red-17.1.13](https://github.com/truecharts/charts/compare/node-red-17.1.12...node-red-17.1.13) (2024-02-12) - -### Chore - - diff --git a/stable/node-red/18.5.2/Chart.yaml b/stable/node-red/18.5.2/Chart.yaml deleted file mode 100644 index 761d0e2585e..00000000000 --- a/stable/node-red/18.5.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: tools - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 3.1.6 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/node-red/18.5.2/charts/common-20.0.9.tgz b/stable/node-red/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/node-red/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/node-red/18.5.2/ix_values.yaml b/stable/node-red/18.5.2/ix_values.yaml deleted file mode 100644 index ec4d549e855..00000000000 --- a/stable/node-red/18.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: docker.io/nodered/node-red - pullPolicy: IfNotPresent - tag: 3.1.6@sha256:3d968a967d27b37388ea14019a75b2b2660b208ae3b500269c71e01eca67f28a -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/nvidia-gpu-exporter/2.5.1/.helmignore b/stable/node-red/18.7.1/.helmignore similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/.helmignore rename to stable/node-red/18.7.1/.helmignore diff --git a/stable/node-red/18.7.1/CHANGELOG.md b/stable/node-red/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e193e695e4a --- /dev/null +++ b/stable/node-red/18.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [node-red-18.7.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/node-red/18.7.1/Chart.yaml b/stable/node-red/18.7.1/Chart.yaml new file mode 100644 index 00000000000..702d0504bae --- /dev/null +++ b/stable/node-red/18.7.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: 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.2 + 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.1 diff --git a/stable/node-red/18.5.2/README.md b/stable/node-red/18.7.1/README.md similarity index 100% rename from stable/node-red/18.5.2/README.md rename to stable/node-red/18.7.1/README.md diff --git a/stable/node-red/18.7.1/app-changelog.md b/stable/node-red/18.7.1/app-changelog.md new file mode 100644 index 00000000000..8336762a6f4 --- /dev/null +++ b/stable/node-red/18.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [node-red-18.7.1](https://github.com/truecharts/charts/compare/node-red-18.6.0...node-red-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/node-red/18.7.1/app-readme.md similarity index 100% rename from stable/node-red/18.5.2/app-readme.md rename to stable/node-red/18.7.1/app-readme.md diff --git a/stable/node-red/18.7.1/charts/common-20.2.2.tgz b/stable/node-red/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/node-red/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/node-red/18.7.1/ix_values.yaml b/stable/node-red/18.7.1/ix_values.yaml new file mode 100644 index 00000000000..56c840c68e2 --- /dev/null +++ b/stable/node-red/18.7.1/ix_values.yaml @@ -0,0 +1,23 @@ +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/node-red/18.5.2/questions.yaml b/stable/node-red/18.7.1/questions.yaml similarity index 100% rename from stable/node-red/18.5.2/questions.yaml rename to stable/node-red/18.7.1/questions.yaml diff --git a/stable/odoo/17.5.2/templates/NOTES.txt b/stable/node-red/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/odoo/17.5.2/templates/NOTES.txt rename to stable/node-red/18.7.1/templates/NOTES.txt diff --git a/stable/ntfy/9.6.1/templates/common.yaml b/stable/node-red/18.7.1/templates/common.yaml similarity index 100% rename from stable/ntfy/9.6.1/templates/common.yaml rename to stable/node-red/18.7.1/templates/common.yaml diff --git a/stable/nvidia-gpu-exporter/2.5.1/values.yaml b/stable/node-red/18.7.1/values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/values.yaml rename to stable/node-red/18.7.1/values.yaml diff --git a/stable/nosqlclient/5.5.1/CHANGELOG.md b/stable/nosqlclient/5.5.1/CHANGELOG.md deleted file mode 100644 index 858e73af3dc..00000000000 --- a/stable/nosqlclient/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nosqlclient-5.5.1](https://github.com/truecharts/charts/compare/nosqlclient-5.5.0...nosqlclient-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nosqlclient-5.5.0](https://github.com/truecharts/charts/compare/nosqlclient-5.4.1...nosqlclient-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nosqlclient-5.4.1](https://github.com/truecharts/charts/compare/nosqlclient-5.4.0...nosqlclient-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nosqlclient-5.4.0](https://github.com/truecharts/charts/compare/nosqlclient-5.3.0...nosqlclient-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nosqlclient-5.3.0](https://github.com/truecharts/charts/compare/nosqlclient-5.2.3...nosqlclient-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nosqlclient-5.2.3](https://github.com/truecharts/charts/compare/nosqlclient-5.2.2...nosqlclient-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nosqlclient-5.2.2](https://github.com/truecharts/charts/compare/nosqlclient-5.2.0...nosqlclient-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nosqlclient-4.1.11](https://github.com/truecharts/charts/compare/nosqlclient-4.1.10...nosqlclient-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nosqlclient-4.1.10](https://github.com/truecharts/charts/compare/nosqlclient-4.1.9...nosqlclient-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nosqlclient/5.5.1/Chart.yaml b/stable/nosqlclient/5.5.1/Chart.yaml deleted file mode 100644 index ca1084189eb..00000000000 --- a/stable/nosqlclient/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/nosqlclient/5.5.1/charts/common-20.0.8.tgz b/stable/nosqlclient/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nosqlclient/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nzbget/20.5.1/.helmignore b/stable/nosqlclient/5.7.1/.helmignore similarity index 100% rename from stable/nzbget/20.5.1/.helmignore rename to stable/nosqlclient/5.7.1/.helmignore diff --git a/stable/nosqlclient/5.7.1/CHANGELOG.md b/stable/nosqlclient/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3b3204c16d9 --- /dev/null +++ b/stable/nosqlclient/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nosqlclient-5.7.1](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nosqlclient/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6c3d84cc34e --- /dev/null +++ b/stable/nosqlclient/5.7.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: 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.2 + 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.1 diff --git a/stable/nosqlclient/5.5.1/README.md b/stable/nosqlclient/5.7.1/README.md similarity index 100% rename from stable/nosqlclient/5.5.1/README.md rename to stable/nosqlclient/5.7.1/README.md diff --git a/stable/nosqlclient/5.7.1/app-changelog.md b/stable/nosqlclient/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1112c8aff2e --- /dev/null +++ b/stable/nosqlclient/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nosqlclient-5.7.1](https://github.com/truecharts/charts/compare/nosqlclient-5.6.0...nosqlclient-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nosqlclient/5.7.1/app-readme.md similarity index 100% rename from stable/nosqlclient/5.5.1/app-readme.md rename to stable/nosqlclient/5.7.1/app-readme.md diff --git a/stable/nosqlclient/5.7.1/charts/common-20.2.2.tgz b/stable/nosqlclient/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nosqlclient/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nosqlclient/5.5.1/ix_values.yaml b/stable/nosqlclient/5.7.1/ix_values.yaml similarity index 100% rename from stable/nosqlclient/5.5.1/ix_values.yaml rename to stable/nosqlclient/5.7.1/ix_values.yaml diff --git a/stable/nosqlclient/5.5.1/questions.yaml b/stable/nosqlclient/5.7.1/questions.yaml similarity index 100% rename from stable/nosqlclient/5.5.1/questions.yaml rename to stable/nosqlclient/5.7.1/questions.yaml diff --git a/stable/nosqlclient/5.5.1/templates/common.yaml b/stable/nosqlclient/5.7.1/templates/common.yaml similarity index 100% rename from stable/nosqlclient/5.5.1/templates/common.yaml rename to stable/nosqlclient/5.7.1/templates/common.yaml diff --git a/stable/nzbget/20.5.1/values.yaml b/stable/nosqlclient/5.7.1/values.yaml similarity index 100% rename from stable/nzbget/20.5.1/values.yaml rename to stable/nosqlclient/5.7.1/values.yaml diff --git a/stable/notarius/5.5.1/CHANGELOG.md b/stable/notarius/5.5.1/CHANGELOG.md deleted file mode 100644 index 3eb24453267..00000000000 --- a/stable/notarius/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notarius-5.5.1](https://github.com/truecharts/charts/compare/notarius-5.5.0...notarius-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [notarius-5.5.0](https://github.com/truecharts/charts/compare/notarius-5.4.1...notarius-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [notarius-5.4.1](https://github.com/truecharts/charts/compare/notarius-5.4.0...notarius-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [notarius-5.4.0](https://github.com/truecharts/charts/compare/notarius-5.3.0...notarius-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [notarius-5.3.0](https://github.com/truecharts/charts/compare/notarius-5.2.3...notarius-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [notarius-5.2.3](https://github.com/truecharts/charts/compare/notarius-5.2.2...notarius-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [notarius-5.2.2](https://github.com/truecharts/charts/compare/notarius-5.2.0...notarius-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [notarius-4.1.11](https://github.com/truecharts/charts/compare/notarius-4.1.10...notarius-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notarius-4.1.10](https://github.com/truecharts/charts/compare/notarius-4.1.9...notarius-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/notarius/5.5.1/Chart.yaml b/stable/notarius/5.5.1/Chart.yaml deleted file mode 100644 index 461becd67fd..00000000000 --- a/stable/notarius/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/notarius/5.5.1/charts/common-20.0.8.tgz b/stable/notarius/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/notarius/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/nzbhydra/19.5.1/.helmignore b/stable/notarius/5.7.1/.helmignore similarity index 100% rename from stable/nzbhydra/19.5.1/.helmignore rename to stable/notarius/5.7.1/.helmignore diff --git a/stable/notarius/5.7.1/CHANGELOG.md b/stable/notarius/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..59d4ff5999b --- /dev/null +++ b/stable/notarius/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notarius-5.7.1](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/notarius/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a8d2a625294 --- /dev/null +++ b/stable/notarius/5.7.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: 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.2 + 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.1 diff --git a/stable/notarius/5.5.1/README.md b/stable/notarius/5.7.1/README.md similarity index 100% rename from stable/notarius/5.5.1/README.md rename to stable/notarius/5.7.1/README.md diff --git a/stable/notarius/5.7.1/app-changelog.md b/stable/notarius/5.7.1/app-changelog.md new file mode 100644 index 00000000000..aba86d0319c --- /dev/null +++ b/stable/notarius/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [notarius-5.7.1](https://github.com/truecharts/charts/compare/notarius-5.6.0...notarius-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/notarius/5.7.1/app-readme.md similarity index 100% rename from stable/notarius/5.5.1/app-readme.md rename to stable/notarius/5.7.1/app-readme.md diff --git a/stable/notarius/5.7.1/charts/common-20.2.2.tgz b/stable/notarius/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/notarius/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/notarius/5.5.1/ix_values.yaml b/stable/notarius/5.7.1/ix_values.yaml similarity index 100% rename from stable/notarius/5.5.1/ix_values.yaml rename to stable/notarius/5.7.1/ix_values.yaml diff --git a/stable/notarius/5.5.1/questions.yaml b/stable/notarius/5.7.1/questions.yaml similarity index 100% rename from stable/notarius/5.5.1/questions.yaml rename to stable/notarius/5.7.1/questions.yaml diff --git a/stable/notarius/5.5.1/templates/common.yaml b/stable/notarius/5.7.1/templates/common.yaml similarity index 100% rename from stable/notarius/5.5.1/templates/common.yaml rename to stable/notarius/5.7.1/templates/common.yaml diff --git a/stable/nzbhydra/19.5.1/values.yaml b/stable/notarius/5.7.1/values.yaml similarity index 100% rename from stable/nzbhydra/19.5.1/values.yaml rename to stable/notarius/5.7.1/values.yaml diff --git a/stable/notea/5.5.1/CHANGELOG.md b/stable/notea/5.5.1/CHANGELOG.md deleted file mode 100644 index 9d03d6f0cea..00000000000 --- a/stable/notea/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notea-5.5.1](https://github.com/truecharts/charts/compare/notea-5.5.0...notea-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [notea-5.5.0](https://github.com/truecharts/charts/compare/notea-5.4.1...notea-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [notea-5.4.1](https://github.com/truecharts/charts/compare/notea-5.4.0...notea-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [notea-5.4.0](https://github.com/truecharts/charts/compare/notea-5.3.0...notea-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [notea-5.3.0](https://github.com/truecharts/charts/compare/notea-5.2.3...notea-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [notea-5.2.3](https://github.com/truecharts/charts/compare/notea-5.2.2...notea-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [notea-5.2.2](https://github.com/truecharts/charts/compare/notea-5.2.0...notea-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [notea-4.1.11](https://github.com/truecharts/charts/compare/notea-4.1.10...notea-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notea-4.1.10](https://github.com/truecharts/charts/compare/notea-4.1.9...notea-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/notea/5.5.1/Chart.yaml b/stable/notea/5.5.1/Chart.yaml deleted file mode 100644 index 5f28ac12293..00000000000 --- a/stable/notea/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/notea/5.5.1/charts/common-20.0.8.tgz b/stable/notea/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/notea/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/obs-ndi/6.5.1/.helmignore b/stable/notea/5.7.1/.helmignore similarity index 100% rename from stable/obs-ndi/6.5.1/.helmignore rename to stable/notea/5.7.1/.helmignore diff --git a/stable/notea/5.7.1/CHANGELOG.md b/stable/notea/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c957b2b91e3 --- /dev/null +++ b/stable/notea/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notea-5.7.1](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/notea/5.7.1/Chart.yaml new file mode 100644 index 00000000000..13dddad53d9 --- /dev/null +++ b/stable/notea/5.7.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: 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.2 + 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.1 diff --git a/stable/notea/5.5.1/README.md b/stable/notea/5.7.1/README.md similarity index 100% rename from stable/notea/5.5.1/README.md rename to stable/notea/5.7.1/README.md diff --git a/stable/notea/5.7.1/app-changelog.md b/stable/notea/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3b82e44957b --- /dev/null +++ b/stable/notea/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [notea-5.7.1](https://github.com/truecharts/charts/compare/notea-5.6.0...notea-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/notea/5.7.1/app-readme.md similarity index 100% rename from stable/notea/5.5.1/app-readme.md rename to stable/notea/5.7.1/app-readme.md diff --git a/stable/notea/5.7.1/charts/common-20.2.2.tgz b/stable/notea/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/notea/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/notea/5.5.1/ix_values.yaml b/stable/notea/5.7.1/ix_values.yaml similarity index 100% rename from stable/notea/5.5.1/ix_values.yaml rename to stable/notea/5.7.1/ix_values.yaml diff --git a/stable/notea/5.5.1/questions.yaml b/stable/notea/5.7.1/questions.yaml similarity index 100% rename from stable/notea/5.5.1/questions.yaml rename to stable/notea/5.7.1/questions.yaml diff --git a/stable/notea/5.5.1/templates/common.yaml b/stable/notea/5.7.1/templates/common.yaml similarity index 100% rename from stable/notea/5.5.1/templates/common.yaml rename to stable/notea/5.7.1/templates/common.yaml diff --git a/stable/obs-ndi/6.5.1/values.yaml b/stable/notea/5.7.1/values.yaml similarity index 100% rename from stable/obs-ndi/6.5.1/values.yaml rename to stable/notea/5.7.1/values.yaml diff --git a/stable/notifiarr/4.5.1/CHANGELOG.md b/stable/notifiarr/4.5.1/CHANGELOG.md deleted file mode 100644 index 02059eefc1d..00000000000 --- a/stable/notifiarr/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [notifiarr-4.5.1](https://github.com/truecharts/charts/compare/notifiarr-4.5.0...notifiarr-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [notifiarr-4.5.0](https://github.com/truecharts/charts/compare/notifiarr-4.4.1...notifiarr-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [notifiarr-4.4.1](https://github.com/truecharts/charts/compare/notifiarr-4.4.0...notifiarr-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [notifiarr-4.4.0](https://github.com/truecharts/charts/compare/notifiarr-4.3.0...notifiarr-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [notifiarr-4.3.0](https://github.com/truecharts/charts/compare/notifiarr-4.2.3...notifiarr-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [notifiarr-4.2.3](https://github.com/truecharts/charts/compare/notifiarr-4.2.2...notifiarr-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [notifiarr-4.2.2](https://github.com/truecharts/charts/compare/notifiarr-4.2.0...notifiarr-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [notifiarr-3.1.11](https://github.com/truecharts/charts/compare/notifiarr-3.1.10...notifiarr-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [notifiarr-3.1.10](https://github.com/truecharts/charts/compare/notifiarr-3.1.9...notifiarr-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/notifiarr/4.5.1/Chart.yaml b/stable/notifiarr/4.5.1/Chart.yaml deleted file mode 100644 index 450cc77468d..00000000000 --- a/stable/notifiarr/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/notifiarr/4.5.1/charts/common-20.0.8.tgz b/stable/notifiarr/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/notifiarr/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/observium/7.2.1/.helmignore b/stable/notifiarr/4.7.1/.helmignore similarity index 100% rename from stable/observium/7.2.1/.helmignore rename to stable/notifiarr/4.7.1/.helmignore diff --git a/stable/notifiarr/4.7.1/CHANGELOG.md b/stable/notifiarr/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..47e23bc7183 --- /dev/null +++ b/stable/notifiarr/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [notifiarr-4.7.1](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/notifiarr/4.7.1/Chart.yaml new file mode 100644 index 00000000000..3c5e957ef61 --- /dev/null +++ b/stable/notifiarr/4.7.1/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.2 + 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.1 diff --git a/stable/notifiarr/4.5.1/README.md b/stable/notifiarr/4.7.1/README.md similarity index 100% rename from stable/notifiarr/4.5.1/README.md rename to stable/notifiarr/4.7.1/README.md diff --git a/stable/notifiarr/4.7.1/app-changelog.md b/stable/notifiarr/4.7.1/app-changelog.md new file mode 100644 index 00000000000..dd25bfd61c9 --- /dev/null +++ b/stable/notifiarr/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [notifiarr-4.7.1](https://github.com/truecharts/charts/compare/notifiarr-4.6.0...notifiarr-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/notifiarr/4.7.1/app-readme.md similarity index 100% rename from stable/notifiarr/4.5.1/app-readme.md rename to stable/notifiarr/4.7.1/app-readme.md diff --git a/stable/notifiarr/4.7.1/charts/common-20.2.2.tgz b/stable/notifiarr/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/notifiarr/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/notifiarr/4.5.1/ix_values.yaml b/stable/notifiarr/4.7.1/ix_values.yaml similarity index 100% rename from stable/notifiarr/4.5.1/ix_values.yaml rename to stable/notifiarr/4.7.1/ix_values.yaml diff --git a/stable/notifiarr/4.5.1/questions.yaml b/stable/notifiarr/4.7.1/questions.yaml similarity index 100% rename from stable/notifiarr/4.5.1/questions.yaml rename to stable/notifiarr/4.7.1/questions.yaml diff --git a/stable/nullserv/13.5.1/templates/common.yaml b/stable/notifiarr/4.7.1/templates/common.yaml similarity index 100% rename from stable/nullserv/13.5.1/templates/common.yaml rename to stable/notifiarr/4.7.1/templates/common.yaml diff --git a/stable/observium/7.2.1/values.yaml b/stable/notifiarr/4.7.1/values.yaml similarity index 100% rename from stable/observium/7.2.1/values.yaml rename to stable/notifiarr/4.7.1/values.yaml diff --git a/stable/novnc/10.5.1/CHANGELOG.md b/stable/novnc/10.5.1/CHANGELOG.md deleted file mode 100644 index 02715938ae9..00000000000 --- a/stable/novnc/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [novnc-10.5.1](https://github.com/truecharts/charts/compare/novnc-10.5.0...novnc-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [novnc-10.5.0](https://github.com/truecharts/charts/compare/novnc-10.4.1...novnc-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [novnc-10.4.1](https://github.com/truecharts/charts/compare/novnc-10.4.0...novnc-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [novnc-10.4.0](https://github.com/truecharts/charts/compare/novnc-10.3.0...novnc-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [novnc-10.3.0](https://github.com/truecharts/charts/compare/novnc-10.2.3...novnc-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [novnc-10.2.3](https://github.com/truecharts/charts/compare/novnc-10.2.2...novnc-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [novnc-10.2.2](https://github.com/truecharts/charts/compare/novnc-10.2.0...novnc-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [novnc-9.1.11](https://github.com/truecharts/charts/compare/novnc-9.1.10...novnc-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [novnc-9.1.10](https://github.com/truecharts/charts/compare/novnc-9.1.9...novnc-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/novnc/10.5.1/Chart.yaml b/stable/novnc/10.5.1/Chart.yaml deleted file mode 100644 index 6e2a74f74bd..00000000000 --- a/stable/novnc/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/novnc/10.5.1/charts/common-20.0.8.tgz b/stable/novnc/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/novnc/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/obsidian/5.5.1/.helmignore b/stable/novnc/10.7.1/.helmignore similarity index 100% rename from stable/obsidian/5.5.1/.helmignore rename to stable/novnc/10.7.1/.helmignore diff --git a/stable/novnc/10.7.1/CHANGELOG.md b/stable/novnc/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e3beed320ab --- /dev/null +++ b/stable/novnc/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [novnc-10.7.1](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/novnc/10.7.1/Chart.yaml new file mode 100644 index 00000000000..2340af386a0 --- /dev/null +++ b/stable/novnc/10.7.1/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.2 + 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.1 diff --git a/stable/novnc/10.5.1/README.md b/stable/novnc/10.7.1/README.md similarity index 100% rename from stable/novnc/10.5.1/README.md rename to stable/novnc/10.7.1/README.md diff --git a/stable/novnc/10.7.1/app-changelog.md b/stable/novnc/10.7.1/app-changelog.md new file mode 100644 index 00000000000..21d35602137 --- /dev/null +++ b/stable/novnc/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [novnc-10.7.1](https://github.com/truecharts/charts/compare/novnc-10.6.0...novnc-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/novnc/10.7.1/app-readme.md similarity index 100% rename from stable/novnc/10.5.1/app-readme.md rename to stable/novnc/10.7.1/app-readme.md diff --git a/stable/novnc/10.7.1/charts/common-20.2.2.tgz b/stable/novnc/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/novnc/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/novnc/10.5.1/ix_values.yaml b/stable/novnc/10.7.1/ix_values.yaml similarity index 100% rename from stable/novnc/10.5.1/ix_values.yaml rename to stable/novnc/10.7.1/ix_values.yaml diff --git a/stable/novnc/10.5.1/questions.yaml b/stable/novnc/10.7.1/questions.yaml similarity index 100% rename from stable/novnc/10.5.1/questions.yaml rename to stable/novnc/10.7.1/questions.yaml diff --git a/stable/ollama/5.1.0/templates/NOTES.txt b/stable/novnc/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/ollama/5.1.0/templates/NOTES.txt rename to stable/novnc/10.7.1/templates/NOTES.txt diff --git a/stable/photoshow/10.5.1/templates/common.yaml b/stable/novnc/10.7.1/templates/common.yaml similarity index 100% rename from stable/photoshow/10.5.1/templates/common.yaml rename to stable/novnc/10.7.1/templates/common.yaml diff --git a/stable/obsidian/5.5.1/values.yaml b/stable/novnc/10.7.1/values.yaml similarity index 100% rename from stable/obsidian/5.5.1/values.yaml rename to stable/novnc/10.7.1/values.yaml diff --git a/stable/ntfy/9.6.1/CHANGELOG.md b/stable/ntfy/9.6.1/CHANGELOG.md deleted file mode 100644 index 6c8fa17662d..00000000000 --- a/stable/ntfy/9.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ntfy-9.6.1](https://github.com/truecharts/charts/compare/ntfy-9.6.0...ntfy-9.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ntfy-9.6.0](https://github.com/truecharts/charts/compare/ntfy-9.5.0...ntfy-9.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ntfy-9.5.0](https://github.com/truecharts/charts/compare/ntfy-9.4.1...ntfy-9.5.0) (2024-03-11) - -### Chore - - - -- update container image binwiederhier/ntfy to v2.9.0[@627fa10](https://github.com/627fa10) by renovate ([#19094](https://github.com/truecharts/charts/issues/19094)) - - -## [ntfy-9.4.1](https://github.com/truecharts/charts/compare/ntfy-9.4.0...ntfy-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ntfy-9.4.0](https://github.com/truecharts/charts/compare/ntfy-9.3.0...ntfy-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ntfy-9.3.0](https://github.com/truecharts/charts/compare/ntfy-9.2.3...ntfy-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ntfy-9.2.3](https://github.com/truecharts/charts/compare/ntfy-9.2.2...ntfy-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ntfy-9.2.2](https://github.com/truecharts/charts/compare/ntfy-9.2.0...ntfy-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ntfy-8.2.5](https://github.com/truecharts/charts/compare/ntfy-8.2.4...ntfy-8.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/ntfy/9.6.1/Chart.yaml b/stable/ntfy/9.6.1/Chart.yaml deleted file mode 100644 index c2880a4eb93..00000000000 --- a/stable/ntfy/9.6.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: 2.9.0 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/ntfy/9.6.1/charts/common-20.0.8.tgz b/stable/ntfy/9.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ntfy/9.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/octoprint/13.5.1/.helmignore b/stable/ntfy/9.8.1/.helmignore similarity index 100% rename from stable/octoprint/13.5.1/.helmignore rename to stable/ntfy/9.8.1/.helmignore diff --git a/stable/ntfy/9.8.1/CHANGELOG.md b/stable/ntfy/9.8.1/CHANGELOG.md new file mode 100644 index 00000000000..ff12a2df82f --- /dev/null +++ b/stable/ntfy/9.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ntfy-9.8.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.8.1/Chart.yaml b/stable/ntfy/9.8.1/Chart.yaml new file mode 100644 index 00000000000..dd794df7c5a --- /dev/null +++ b/stable/ntfy/9.8.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.9.0 +dependencies: + - name: common + version: 20.2.2 + 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.8.1 diff --git a/stable/ntfy/9.6.1/README.md b/stable/ntfy/9.8.1/README.md similarity index 100% rename from stable/ntfy/9.6.1/README.md rename to stable/ntfy/9.8.1/README.md diff --git a/stable/ntfy/9.8.1/app-changelog.md b/stable/ntfy/9.8.1/app-changelog.md new file mode 100644 index 00000000000..11c78647c29 --- /dev/null +++ b/stable/ntfy/9.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ntfy-9.8.1](https://github.com/truecharts/charts/compare/ntfy-9.7.0...ntfy-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/ntfy/9.8.1/app-readme.md similarity index 100% rename from stable/ntfy/9.6.1/app-readme.md rename to stable/ntfy/9.8.1/app-readme.md diff --git a/stable/ntfy/9.8.1/charts/common-20.2.2.tgz b/stable/ntfy/9.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ntfy/9.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/ntfy/9.6.1/ix_values.yaml b/stable/ntfy/9.8.1/ix_values.yaml similarity index 100% rename from stable/ntfy/9.6.1/ix_values.yaml rename to stable/ntfy/9.8.1/ix_values.yaml diff --git a/stable/ntfy/9.6.1/questions.yaml b/stable/ntfy/9.8.1/questions.yaml similarity index 100% rename from stable/ntfy/9.6.1/questions.yaml rename to stable/ntfy/9.8.1/questions.yaml diff --git a/stable/omada-controller/14.5.1/templates/NOTES.txt b/stable/ntfy/9.8.1/templates/NOTES.txt similarity index 100% rename from stable/omada-controller/14.5.1/templates/NOTES.txt rename to stable/ntfy/9.8.1/templates/NOTES.txt diff --git a/stable/nvidia-gpu-exporter/2.5.1/templates/common.yaml b/stable/ntfy/9.8.1/templates/common.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/templates/common.yaml rename to stable/ntfy/9.8.1/templates/common.yaml diff --git a/stable/octoprint/13.5.1/values.yaml b/stable/ntfy/9.8.1/values.yaml similarity index 100% rename from stable/octoprint/13.5.1/values.yaml rename to stable/ntfy/9.8.1/values.yaml diff --git a/stable/nullserv/13.5.1/CHANGELOG.md b/stable/nullserv/13.5.1/CHANGELOG.md deleted file mode 100644 index fddf8c7289a..00000000000 --- a/stable/nullserv/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nullserv-13.5.1](https://github.com/truecharts/charts/compare/nullserv-13.5.0...nullserv-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nullserv-13.5.0](https://github.com/truecharts/charts/compare/nullserv-13.4.1...nullserv-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nullserv-13.4.1](https://github.com/truecharts/charts/compare/nullserv-13.4.0...nullserv-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nullserv-13.4.0](https://github.com/truecharts/charts/compare/nullserv-13.3.0...nullserv-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nullserv-13.3.0](https://github.com/truecharts/charts/compare/nullserv-13.2.3...nullserv-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nullserv-13.2.3](https://github.com/truecharts/charts/compare/nullserv-13.2.2...nullserv-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nullserv-13.2.2](https://github.com/truecharts/charts/compare/nullserv-13.2.0...nullserv-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [nullserv-12.1.11](https://github.com/truecharts/charts/compare/nullserv-12.1.10...nullserv-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nullserv-12.1.10](https://github.com/truecharts/charts/compare/nullserv-12.1.9...nullserv-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/nullserv/13.5.1/Chart.yaml b/stable/nullserv/13.5.1/Chart.yaml deleted file mode 100644 index af5706c5087..00000000000 --- a/stable/nullserv/13.5.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: 1.3.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/nullserv/13.5.1/charts/common-20.0.8.tgz b/stable/nullserv/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nullserv/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/odoo/17.5.2/.helmignore b/stable/nullserv/13.7.1/.helmignore similarity index 100% rename from stable/odoo/17.5.2/.helmignore rename to stable/nullserv/13.7.1/.helmignore diff --git a/stable/nullserv/13.7.1/CHANGELOG.md b/stable/nullserv/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5c062981edb --- /dev/null +++ b/stable/nullserv/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nullserv-13.7.1](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nullserv/13.7.1/Chart.yaml new file mode 100644 index 00000000000..d92bbcfa95f --- /dev/null +++ b/stable/nullserv/13.7.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: 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.2 + 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.1 diff --git a/stable/nullserv/13.5.1/README.md b/stable/nullserv/13.7.1/README.md similarity index 100% rename from stable/nullserv/13.5.1/README.md rename to stable/nullserv/13.7.1/README.md diff --git a/stable/nullserv/13.7.1/app-changelog.md b/stable/nullserv/13.7.1/app-changelog.md new file mode 100644 index 00000000000..cb0ce2991d2 --- /dev/null +++ b/stable/nullserv/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nullserv-13.7.1](https://github.com/truecharts/charts/compare/nullserv-13.6.0...nullserv-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nullserv/13.7.1/app-readme.md similarity index 100% rename from stable/nullserv/13.5.1/app-readme.md rename to stable/nullserv/13.7.1/app-readme.md diff --git a/stable/nullserv/13.7.1/charts/common-20.2.2.tgz b/stable/nullserv/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nullserv/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nullserv/13.5.1/ix_values.yaml b/stable/nullserv/13.7.1/ix_values.yaml similarity index 100% rename from stable/nullserv/13.5.1/ix_values.yaml rename to stable/nullserv/13.7.1/ix_values.yaml diff --git a/stable/nullserv/13.5.1/questions.yaml b/stable/nullserv/13.7.1/questions.yaml similarity index 100% rename from stable/nullserv/13.5.1/questions.yaml rename to stable/nullserv/13.7.1/questions.yaml diff --git a/stable/ombi/18.5.1/templates/NOTES.txt b/stable/nullserv/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/ombi/18.5.1/templates/NOTES.txt rename to stable/nullserv/13.7.1/templates/NOTES.txt diff --git a/stable/nzbget/20.5.1/templates/common.yaml b/stable/nullserv/13.7.1/templates/common.yaml similarity index 100% rename from stable/nzbget/20.5.1/templates/common.yaml rename to stable/nullserv/13.7.1/templates/common.yaml diff --git a/stable/odoo/17.5.2/values.yaml b/stable/nullserv/13.7.1/values.yaml similarity index 100% rename from stable/odoo/17.5.2/values.yaml rename to stable/nullserv/13.7.1/values.yaml diff --git a/stable/nvidia-gpu-exporter/2.5.1/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.5.1/CHANGELOG.md deleted file mode 100644 index c66e3122795..00000000000 --- a/stable/nvidia-gpu-exporter/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nvidia-gpu-exporter-2.5.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.5.0...nvidia-gpu-exporter-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nvidia-gpu-exporter-2.5.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.4.1...nvidia-gpu-exporter-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nvidia-gpu-exporter-2.4.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.4.0...nvidia-gpu-exporter-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nvidia-gpu-exporter-2.4.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.3.0...nvidia-gpu-exporter-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nvidia-gpu-exporter-2.3.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.3...nvidia-gpu-exporter-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nvidia-gpu-exporter-2.2.3](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.2...nvidia-gpu-exporter-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nvidia-gpu-exporter-2.2.2](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.2.0...nvidia-gpu-exporter-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/nvidia-gpu-exporter/2.5.1/Chart.yaml b/stable/nvidia-gpu-exporter/2.5.1/Chart.yaml deleted file mode 100644 index 9b515484bcb..00000000000 --- a/stable/nvidia-gpu-exporter/2.5.1/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.0.8 - 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.5.1 diff --git a/stable/nvidia-gpu-exporter/2.5.1/charts/common-20.0.8.tgz b/stable/nvidia-gpu-exporter/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nvidia-gpu-exporter/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ollama/5.1.0/.helmignore b/stable/nvidia-gpu-exporter/2.7.1/.helmignore similarity index 100% rename from stable/ollama/5.1.0/.helmignore rename to stable/nvidia-gpu-exporter/2.7.1/.helmignore diff --git a/stable/nvidia-gpu-exporter/2.7.1/CHANGELOG.md b/stable/nvidia-gpu-exporter/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..271786385e2 --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nvidia-gpu-exporter-2.7.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nvidia-gpu-exporter/2.7.1/Chart.yaml new file mode 100644 index 00000000000..3daa73ce068 --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.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: 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.2 + 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.1 diff --git a/stable/nvidia-gpu-exporter/2.5.1/README.md b/stable/nvidia-gpu-exporter/2.7.1/README.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/README.md rename to stable/nvidia-gpu-exporter/2.7.1/README.md diff --git a/stable/nvidia-gpu-exporter/2.7.1/app-changelog.md b/stable/nvidia-gpu-exporter/2.7.1/app-changelog.md new file mode 100644 index 00000000000..c5465f2f6ab --- /dev/null +++ b/stable/nvidia-gpu-exporter/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nvidia-gpu-exporter-2.7.1](https://github.com/truecharts/charts/compare/nvidia-gpu-exporter-2.6.0...nvidia-gpu-exporter-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nvidia-gpu-exporter/2.7.1/app-readme.md similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/app-readme.md rename to stable/nvidia-gpu-exporter/2.7.1/app-readme.md diff --git a/stable/nvidia-gpu-exporter/2.7.1/charts/common-20.2.2.tgz b/stable/nvidia-gpu-exporter/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nvidia-gpu-exporter/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nvidia-gpu-exporter/2.5.1/ix_values.yaml b/stable/nvidia-gpu-exporter/2.7.1/ix_values.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/ix_values.yaml rename to stable/nvidia-gpu-exporter/2.7.1/ix_values.yaml diff --git a/stable/nvidia-gpu-exporter/2.5.1/questions.yaml b/stable/nvidia-gpu-exporter/2.7.1/questions.yaml similarity index 100% rename from stable/nvidia-gpu-exporter/2.5.1/questions.yaml rename to stable/nvidia-gpu-exporter/2.7.1/questions.yaml diff --git a/stable/onlyoffice-document-server/17.5.4/templates/NOTES.txt b/stable/nvidia-gpu-exporter/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/templates/NOTES.txt rename to stable/nvidia-gpu-exporter/2.7.1/templates/NOTES.txt diff --git a/stable/nzbhydra/19.5.1/templates/common.yaml b/stable/nvidia-gpu-exporter/2.7.1/templates/common.yaml similarity index 100% rename from stable/nzbhydra/19.5.1/templates/common.yaml rename to stable/nvidia-gpu-exporter/2.7.1/templates/common.yaml diff --git a/stable/ollama/5.1.0/values.yaml b/stable/nvidia-gpu-exporter/2.7.1/values.yaml similarity index 100% rename from stable/ollama/5.1.0/values.yaml rename to stable/nvidia-gpu-exporter/2.7.1/values.yaml diff --git a/stable/nzbget/20.5.1/CHANGELOG.md b/stable/nzbget/20.5.1/CHANGELOG.md deleted file mode 100644 index d0cd6ffe442..00000000000 --- a/stable/nzbget/20.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nzbget-20.5.1](https://github.com/truecharts/charts/compare/nzbget-20.5.0...nzbget-20.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nzbget-20.5.0](https://github.com/truecharts/charts/compare/nzbget-20.4.1...nzbget-20.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nzbget-20.4.1](https://github.com/truecharts/charts/compare/nzbget-20.4.0...nzbget-20.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nzbget-20.4.0](https://github.com/truecharts/charts/compare/nzbget-20.3.0...nzbget-20.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nzbget-20.3.0](https://github.com/truecharts/charts/compare/nzbget-20.2.3...nzbget-20.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nzbget-20.2.3](https://github.com/truecharts/charts/compare/nzbget-20.2.2...nzbget-20.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nzbget-20.2.2](https://github.com/truecharts/charts/compare/nzbget-20.2.0...nzbget-20.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [nzbget-18.0.5](https://github.com/truecharts/charts/compare/nzbget-18.0.4...nzbget-18.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [nzbget-18.0.4](https://github.com/truecharts/charts/compare/nzbget-18.0.3...nzbget-18.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/nzbget/20.5.1/Chart.yaml b/stable/nzbget/20.5.1/Chart.yaml deleted file mode 100644 index aca585e3046..00000000000 --- a/stable/nzbget/20.5.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: 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.0.8 - 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.5.1 diff --git a/stable/nzbget/20.5.1/charts/common-20.0.8.tgz b/stable/nzbget/20.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nzbget/20.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/omada-controller/14.5.1/.helmignore b/stable/nzbget/20.7.1/.helmignore similarity index 100% rename from stable/omada-controller/14.5.1/.helmignore rename to stable/nzbget/20.7.1/.helmignore diff --git a/stable/nzbget/20.7.1/CHANGELOG.md b/stable/nzbget/20.7.1/CHANGELOG.md new file mode 100644 index 00000000000..07dba7f15ea --- /dev/null +++ b/stable/nzbget/20.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbget-20.7.1](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nzbget/20.7.1/Chart.yaml new file mode 100644 index 00000000000..f5170441b73 --- /dev/null +++ b/stable/nzbget/20.7.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: 23.0.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/nzbget/20.5.1/README.md b/stable/nzbget/20.7.1/README.md similarity index 100% rename from stable/nzbget/20.5.1/README.md rename to stable/nzbget/20.7.1/README.md diff --git a/stable/nzbget/20.7.1/app-changelog.md b/stable/nzbget/20.7.1/app-changelog.md new file mode 100644 index 00000000000..38f326f6654 --- /dev/null +++ b/stable/nzbget/20.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nzbget-20.7.1](https://github.com/truecharts/charts/compare/nzbget-20.6.0...nzbget-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nzbget/20.7.1/app-readme.md similarity index 100% rename from stable/nzbget/20.5.1/app-readme.md rename to stable/nzbget/20.7.1/app-readme.md diff --git a/stable/nzbget/20.7.1/charts/common-20.2.2.tgz b/stable/nzbget/20.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nzbget/20.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nzbget/20.5.1/ix_values.yaml b/stable/nzbget/20.7.1/ix_values.yaml similarity index 100% rename from stable/nzbget/20.5.1/ix_values.yaml rename to stable/nzbget/20.7.1/ix_values.yaml diff --git a/stable/nzbget/20.5.1/questions.yaml b/stable/nzbget/20.7.1/questions.yaml similarity index 100% rename from stable/nzbget/20.5.1/questions.yaml rename to stable/nzbget/20.7.1/questions.yaml diff --git a/stable/openbooks/4.5.1/templates/NOTES.txt b/stable/nzbget/20.7.1/templates/NOTES.txt similarity index 100% rename from stable/openbooks/4.5.1/templates/NOTES.txt rename to stable/nzbget/20.7.1/templates/NOTES.txt diff --git a/stable/octoprint/13.5.1/templates/common.yaml b/stable/nzbget/20.7.1/templates/common.yaml similarity index 100% rename from stable/octoprint/13.5.1/templates/common.yaml rename to stable/nzbget/20.7.1/templates/common.yaml diff --git a/stable/omada-controller/14.5.1/values.yaml b/stable/nzbget/20.7.1/values.yaml similarity index 100% rename from stable/omada-controller/14.5.1/values.yaml rename to stable/nzbget/20.7.1/values.yaml diff --git a/stable/nzbhydra/19.5.1/CHANGELOG.md b/stable/nzbhydra/19.5.1/CHANGELOG.md deleted file mode 100644 index 581584d190e..00000000000 --- a/stable/nzbhydra/19.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [nzbhydra-19.5.1](https://github.com/truecharts/charts/compare/nzbhydra-19.5.0...nzbhydra-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [nzbhydra-19.5.0](https://github.com/truecharts/charts/compare/nzbhydra-19.4.1...nzbhydra-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [nzbhydra-19.4.1](https://github.com/truecharts/charts/compare/nzbhydra-19.4.0...nzbhydra-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [nzbhydra-19.4.0](https://github.com/truecharts/charts/compare/nzbhydra-19.3.0...nzbhydra-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [nzbhydra-19.3.0](https://github.com/truecharts/charts/compare/nzbhydra-19.2.3...nzbhydra-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [nzbhydra-19.2.3](https://github.com/truecharts/charts/compare/nzbhydra-19.2.2...nzbhydra-19.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [nzbhydra-19.2.2](https://github.com/truecharts/charts/compare/nzbhydra-19.2.0...nzbhydra-19.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - -## [nzbhydra-18.1.12](https://github.com/truecharts/charts/compare/nzbhydra-18.1.11...nzbhydra-18.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - diff --git a/stable/nzbhydra/19.5.1/Chart.yaml b/stable/nzbhydra/19.5.1/Chart.yaml deleted file mode 100644 index 1b3538068df..00000000000 --- a/stable/nzbhydra/19.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.3.8 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/nzbhydra/19.5.1/charts/common-20.0.8.tgz b/stable/nzbhydra/19.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/nzbhydra/19.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ombi/18.5.1/.helmignore b/stable/nzbhydra/19.7.1/.helmignore similarity index 100% rename from stable/ombi/18.5.1/.helmignore rename to stable/nzbhydra/19.7.1/.helmignore diff --git a/stable/nzbhydra/19.7.1/CHANGELOG.md b/stable/nzbhydra/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..efc5f837ae7 --- /dev/null +++ b/stable/nzbhydra/19.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/nzbhydra/19.7.1/Chart.yaml new file mode 100644 index 00000000000..2111a5a6675 --- /dev/null +++ b/stable/nzbhydra/19.7.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: 5.3.8 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/nzbhydra/19.5.1/README.md b/stable/nzbhydra/19.7.1/README.md similarity index 100% rename from stable/nzbhydra/19.5.1/README.md rename to stable/nzbhydra/19.7.1/README.md diff --git a/stable/nzbhydra/19.7.1/app-changelog.md b/stable/nzbhydra/19.7.1/app-changelog.md new file mode 100644 index 00000000000..99397fd883b --- /dev/null +++ b/stable/nzbhydra/19.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [nzbhydra-19.7.1](https://github.com/truecharts/charts/compare/nzbhydra-19.6.0...nzbhydra-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/nzbhydra/19.7.1/app-readme.md similarity index 100% rename from stable/nzbhydra/19.5.1/app-readme.md rename to stable/nzbhydra/19.7.1/app-readme.md diff --git a/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz b/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/nzbhydra/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/nzbhydra/19.5.1/ix_values.yaml b/stable/nzbhydra/19.7.1/ix_values.yaml similarity index 100% rename from stable/nzbhydra/19.5.1/ix_values.yaml rename to stable/nzbhydra/19.7.1/ix_values.yaml diff --git a/stable/nzbhydra/19.5.1/questions.yaml b/stable/nzbhydra/19.7.1/questions.yaml similarity index 100% rename from stable/nzbhydra/19.5.1/questions.yaml rename to stable/nzbhydra/19.7.1/questions.yaml diff --git a/stable/openhab/9.5.1/templates/NOTES.txt b/stable/nzbhydra/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/openhab/9.5.1/templates/NOTES.txt rename to stable/nzbhydra/19.7.1/templates/NOTES.txt diff --git a/stable/ombi/18.5.1/templates/common.yaml b/stable/nzbhydra/19.7.1/templates/common.yaml similarity index 100% rename from stable/ombi/18.5.1/templates/common.yaml rename to stable/nzbhydra/19.7.1/templates/common.yaml diff --git a/stable/ombi/18.5.1/values.yaml b/stable/nzbhydra/19.7.1/values.yaml similarity index 100% rename from stable/ombi/18.5.1/values.yaml rename to stable/nzbhydra/19.7.1/values.yaml diff --git a/stable/obs-ndi/6.5.1/CHANGELOG.md b/stable/obs-ndi/6.5.1/CHANGELOG.md deleted file mode 100644 index 00753e6cbfc..00000000000 --- a/stable/obs-ndi/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [obs-ndi-6.5.1](https://github.com/truecharts/charts/compare/obs-ndi-6.5.0...obs-ndi-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [obs-ndi-6.5.0](https://github.com/truecharts/charts/compare/obs-ndi-6.4.1...obs-ndi-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [obs-ndi-6.4.1](https://github.com/truecharts/charts/compare/obs-ndi-6.4.0...obs-ndi-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [obs-ndi-6.4.0](https://github.com/truecharts/charts/compare/obs-ndi-6.3.0...obs-ndi-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [obs-ndi-6.3.0](https://github.com/truecharts/charts/compare/obs-ndi-6.2.3...obs-ndi-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [obs-ndi-6.2.3](https://github.com/truecharts/charts/compare/obs-ndi-6.2.2...obs-ndi-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [obs-ndi-6.2.2](https://github.com/truecharts/charts/compare/obs-ndi-6.2.0...obs-ndi-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [obs-ndi-5.1.11](https://github.com/truecharts/charts/compare/obs-ndi-5.1.10...obs-ndi-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [obs-ndi-5.1.10](https://github.com/truecharts/charts/compare/obs-ndi-5.1.9...obs-ndi-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/obs-ndi/6.5.1/Chart.yaml b/stable/obs-ndi/6.5.1/Chart.yaml deleted file mode 100644 index 41e3706fdbd..00000000000 --- a/stable/obs-ndi/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/obs-ndi/6.5.1/charts/common-20.0.8.tgz b/stable/obs-ndi/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/obs-ndi/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/onlinecheckyourserver/5.5.1/.helmignore b/stable/obs-ndi/6.7.1/.helmignore similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/.helmignore rename to stable/obs-ndi/6.7.1/.helmignore diff --git a/stable/obs-ndi/6.7.1/CHANGELOG.md b/stable/obs-ndi/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9080bd67638 --- /dev/null +++ b/stable/obs-ndi/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obs-ndi-6.7.1](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/obs-ndi/6.7.1/Chart.yaml new file mode 100644 index 00000000000..4e4d13ba9c7 --- /dev/null +++ b/stable/obs-ndi/6.7.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: 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.2 + 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.1 diff --git a/stable/obs-ndi/6.5.1/README.md b/stable/obs-ndi/6.7.1/README.md similarity index 100% rename from stable/obs-ndi/6.5.1/README.md rename to stable/obs-ndi/6.7.1/README.md diff --git a/stable/obs-ndi/6.7.1/app-changelog.md b/stable/obs-ndi/6.7.1/app-changelog.md new file mode 100644 index 00000000000..a5dc713be90 --- /dev/null +++ b/stable/obs-ndi/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [obs-ndi-6.7.1](https://github.com/truecharts/charts/compare/obs-ndi-6.6.0...obs-ndi-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/obs-ndi/6.7.1/app-readme.md similarity index 100% rename from stable/obs-ndi/6.5.1/app-readme.md rename to stable/obs-ndi/6.7.1/app-readme.md diff --git a/stable/obs-ndi/6.7.1/charts/common-20.2.2.tgz b/stable/obs-ndi/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/obs-ndi/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/obs-ndi/6.5.1/ix_values.yaml b/stable/obs-ndi/6.7.1/ix_values.yaml similarity index 100% rename from stable/obs-ndi/6.5.1/ix_values.yaml rename to stable/obs-ndi/6.7.1/ix_values.yaml diff --git a/stable/obs-ndi/6.5.1/questions.yaml b/stable/obs-ndi/6.7.1/questions.yaml similarity index 100% rename from stable/obs-ndi/6.5.1/questions.yaml rename to stable/obs-ndi/6.7.1/questions.yaml diff --git a/stable/obs-ndi/6.5.1/templates/common.yaml b/stable/obs-ndi/6.7.1/templates/common.yaml similarity index 100% rename from stable/obs-ndi/6.5.1/templates/common.yaml rename to stable/obs-ndi/6.7.1/templates/common.yaml diff --git a/stable/onlinecheckyourserver/5.5.1/values.yaml b/stable/obs-ndi/6.7.1/values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/values.yaml rename to stable/obs-ndi/6.7.1/values.yaml diff --git a/stable/observium/7.2.1/CHANGELOG.md b/stable/observium/7.2.1/CHANGELOG.md deleted file mode 100644 index c1587da3d7c..00000000000 --- a/stable/observium/7.2.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [observium-7.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.0](https://github.com/truecharts/charts/compare/observium-7.1.4...observium-7.2.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [observium-7.1.4](https://github.com/truecharts/charts/compare/observium-7.1.3...observium-7.1.4) (2024-03-14) - -### Fix - - - -- Fix persistence mismatch in SCALE ([#19196](https://github.com/truecharts/charts/issues/19196)) - diff --git a/stable/observium/7.2.1/Chart.yaml b/stable/observium/7.2.1/Chart.yaml deleted file mode 100644 index 4dafabc2751..00000000000 --- a/stable/observium/7.2.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: 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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.2.1 diff --git a/stable/observium/7.2.1/app-changelog.md b/stable/observium/7.2.1/app-changelog.md deleted file mode 100644 index 0369960799c..00000000000 --- a/stable/observium/7.2.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [observium-7.2.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.2.1) (2024-03-16) - -### Chore - - - -- 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.2.1/charts/common-20.1.5.tgz b/stable/observium/7.2.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/observium/7.2.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/observium/7.2.1/charts/mariadb-13.5.4.tgz b/stable/observium/7.2.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/observium/7.2.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.5.4/.helmignore b/stable/observium/7.5.1/.helmignore similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/.helmignore rename to stable/observium/7.5.1/.helmignore diff --git a/stable/observium/7.5.1/CHANGELOG.md b/stable/observium/7.5.1/CHANGELOG.md new file mode 100644 index 00000000000..8f8b47e5c8d --- /dev/null +++ b/stable/observium/7.5.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [observium-7.5.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/observium/7.5.1/Chart.yaml b/stable/observium/7.5.1/Chart.yaml new file mode 100644 index 00000000000..b05b79484f5 --- /dev/null +++ b/stable/observium/7.5.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/observium/7.2.1/README.md b/stable/observium/7.5.1/README.md similarity index 100% rename from stable/observium/7.2.1/README.md rename to stable/observium/7.5.1/README.md diff --git a/stable/observium/7.5.1/app-changelog.md b/stable/observium/7.5.1/app-changelog.md new file mode 100644 index 00000000000..a9df1dd8d1a --- /dev/null +++ b/stable/observium/7.5.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [observium-7.5.1](https://github.com/truecharts/charts/compare/observium-7.2.0...observium-7.5.1) (2024-03-17) + +### Chore + + + +- update container 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.2.1/app-readme.md b/stable/observium/7.5.1/app-readme.md similarity index 100% rename from stable/observium/7.2.1/app-readme.md rename to stable/observium/7.5.1/app-readme.md diff --git a/stable/observium/7.5.1/charts/common-20.2.2.tgz b/stable/observium/7.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/observium/7.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/observium/7.5.1/charts/mariadb-13.7.0.tgz b/stable/observium/7.5.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/observium/7.5.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/observium/7.2.1/ix_values.yaml b/stable/observium/7.5.1/ix_values.yaml similarity index 100% rename from stable/observium/7.2.1/ix_values.yaml rename to stable/observium/7.5.1/ix_values.yaml diff --git a/stable/observium/7.2.1/questions.yaml b/stable/observium/7.5.1/questions.yaml similarity index 100% rename from stable/observium/7.2.1/questions.yaml rename to stable/observium/7.5.1/questions.yaml diff --git a/stable/observium/7.2.1/templates/common.yaml b/stable/observium/7.5.1/templates/common.yaml similarity index 100% rename from stable/observium/7.2.1/templates/common.yaml rename to stable/observium/7.5.1/templates/common.yaml diff --git a/stable/onlyoffice-document-server/17.5.4/values.yaml b/stable/observium/7.5.1/values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/values.yaml rename to stable/observium/7.5.1/values.yaml diff --git a/stable/obsidian/5.5.1/CHANGELOG.md b/stable/obsidian/5.5.1/CHANGELOG.md deleted file mode 100644 index b7b02967fba..00000000000 --- a/stable/obsidian/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [obsidian-5.5.1](https://github.com/truecharts/charts/compare/obsidian-5.5.0...obsidian-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [obsidian-5.5.0](https://github.com/truecharts/charts/compare/obsidian-5.4.1...obsidian-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [obsidian-5.4.1](https://github.com/truecharts/charts/compare/obsidian-5.4.0...obsidian-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [obsidian-5.4.0](https://github.com/truecharts/charts/compare/obsidian-5.3.0...obsidian-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [obsidian-5.3.0](https://github.com/truecharts/charts/compare/obsidian-5.2.3...obsidian-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [obsidian-5.2.3](https://github.com/truecharts/charts/compare/obsidian-5.2.2...obsidian-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [obsidian-5.2.2](https://github.com/truecharts/charts/compare/obsidian-5.2.0...obsidian-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [obsidian-4.1.11](https://github.com/truecharts/charts/compare/obsidian-4.1.10...obsidian-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [obsidian-4.1.10](https://github.com/truecharts/charts/compare/obsidian-4.1.9...obsidian-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/obsidian/5.5.1/Chart.yaml b/stable/obsidian/5.5.1/Chart.yaml deleted file mode 100644 index 4899d4d0451..00000000000 --- a/stable/obsidian/5.5.1/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.0.8 - 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: 5.5.1 diff --git a/stable/obsidian/5.5.1/charts/common-20.0.8.tgz b/stable/obsidian/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/obsidian/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/openaudible/5.5.1/.helmignore b/stable/obsidian/5.7.1/.helmignore similarity index 100% rename from stable/openaudible/5.5.1/.helmignore rename to stable/obsidian/5.7.1/.helmignore diff --git a/stable/obsidian/5.7.1/CHANGELOG.md b/stable/obsidian/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..636eba782c3 --- /dev/null +++ b/stable/obsidian/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [obsidian-5.7.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [obsidian-5.7.0](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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/5.7.1/Chart.yaml b/stable/obsidian/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fafd0a30de4 --- /dev/null +++ b/stable/obsidian/5.7.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: 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.2 + 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: 5.7.1 diff --git a/stable/obsidian/5.5.1/README.md b/stable/obsidian/5.7.1/README.md similarity index 100% rename from stable/obsidian/5.5.1/README.md rename to stable/obsidian/5.7.1/README.md diff --git a/stable/obsidian/5.7.1/app-changelog.md b/stable/obsidian/5.7.1/app-changelog.md new file mode 100644 index 00000000000..59d7d844a42 --- /dev/null +++ b/stable/obsidian/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [obsidian-5.7.1](https://github.com/truecharts/charts/compare/obsidian-5.6.0...obsidian-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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/5.5.1/app-readme.md b/stable/obsidian/5.7.1/app-readme.md similarity index 100% rename from stable/obsidian/5.5.1/app-readme.md rename to stable/obsidian/5.7.1/app-readme.md diff --git a/stable/obsidian/5.7.1/charts/common-20.2.2.tgz b/stable/obsidian/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/obsidian/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/obsidian/5.5.1/ix_values.yaml b/stable/obsidian/5.7.1/ix_values.yaml similarity index 100% rename from stable/obsidian/5.5.1/ix_values.yaml rename to stable/obsidian/5.7.1/ix_values.yaml diff --git a/stable/obsidian/5.5.1/questions.yaml b/stable/obsidian/5.7.1/questions.yaml similarity index 100% rename from stable/obsidian/5.5.1/questions.yaml rename to stable/obsidian/5.7.1/questions.yaml diff --git a/stable/obsidian/5.5.1/templates/common.yaml b/stable/obsidian/5.7.1/templates/common.yaml similarity index 100% rename from stable/obsidian/5.5.1/templates/common.yaml rename to stable/obsidian/5.7.1/templates/common.yaml diff --git a/stable/openaudible/5.5.1/values.yaml b/stable/obsidian/5.7.1/values.yaml similarity index 100% rename from stable/openaudible/5.5.1/values.yaml rename to stable/obsidian/5.7.1/values.yaml diff --git a/stable/octoprint/13.5.1/CHANGELOG.md b/stable/octoprint/13.5.1/CHANGELOG.md deleted file mode 100644 index c95177a8566..00000000000 --- a/stable/octoprint/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [octoprint-13.5.1](https://github.com/truecharts/charts/compare/octoprint-13.5.0...octoprint-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [octoprint-13.5.0](https://github.com/truecharts/charts/compare/octoprint-13.4.1...octoprint-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [octoprint-13.4.1](https://github.com/truecharts/charts/compare/octoprint-13.4.0...octoprint-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [octoprint-13.4.0](https://github.com/truecharts/charts/compare/octoprint-13.3.0...octoprint-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [octoprint-13.3.0](https://github.com/truecharts/charts/compare/octoprint-13.2.3...octoprint-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [octoprint-13.2.3](https://github.com/truecharts/charts/compare/octoprint-13.2.2...octoprint-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [octoprint-13.2.2](https://github.com/truecharts/charts/compare/octoprint-13.2.0...octoprint-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [octoprint-12.1.11](https://github.com/truecharts/charts/compare/octoprint-12.1.10...octoprint-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [octoprint-12.1.10](https://github.com/truecharts/charts/compare/octoprint-12.1.9...octoprint-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/octoprint/13.5.1/Chart.yaml b/stable/octoprint/13.5.1/Chart.yaml deleted file mode 100644 index 1f73b496d28..00000000000 --- a/stable/octoprint/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/octoprint/13.5.1/charts/common-20.0.8.tgz b/stable/octoprint/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/octoprint/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/openbooks/4.5.1/.helmignore b/stable/octoprint/13.7.1/.helmignore similarity index 100% rename from stable/openbooks/4.5.1/.helmignore rename to stable/octoprint/13.7.1/.helmignore diff --git a/stable/octoprint/13.7.1/CHANGELOG.md b/stable/octoprint/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ca9a9adb475 --- /dev/null +++ b/stable/octoprint/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [octoprint-13.7.1](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/octoprint/13.7.1/Chart.yaml new file mode 100644 index 00000000000..ddbf70bea5d --- /dev/null +++ b/stable/octoprint/13.7.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: 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.2 + 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.1 diff --git a/stable/octoprint/13.5.1/README.md b/stable/octoprint/13.7.1/README.md similarity index 100% rename from stable/octoprint/13.5.1/README.md rename to stable/octoprint/13.7.1/README.md diff --git a/stable/octoprint/13.7.1/app-changelog.md b/stable/octoprint/13.7.1/app-changelog.md new file mode 100644 index 00000000000..816a7cef449 --- /dev/null +++ b/stable/octoprint/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [octoprint-13.7.1](https://github.com/truecharts/charts/compare/octoprint-13.6.0...octoprint-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/octoprint/13.7.1/app-readme.md similarity index 100% rename from stable/octoprint/13.5.1/app-readme.md rename to stable/octoprint/13.7.1/app-readme.md diff --git a/stable/octoprint/13.7.1/charts/common-20.2.2.tgz b/stable/octoprint/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/octoprint/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/octoprint/13.5.1/ix_values.yaml b/stable/octoprint/13.7.1/ix_values.yaml similarity index 100% rename from stable/octoprint/13.5.1/ix_values.yaml rename to stable/octoprint/13.7.1/ix_values.yaml diff --git a/stable/octoprint/13.5.1/questions.yaml b/stable/octoprint/13.7.1/questions.yaml similarity index 100% rename from stable/octoprint/13.5.1/questions.yaml rename to stable/octoprint/13.7.1/questions.yaml diff --git a/stable/openspeedtest/8.5.1/templates/NOTES.txt b/stable/octoprint/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/openspeedtest/8.5.1/templates/NOTES.txt rename to stable/octoprint/13.7.1/templates/NOTES.txt diff --git a/stable/onlyoffice-document-server/17.5.4/templates/common.yaml b/stable/octoprint/13.7.1/templates/common.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/templates/common.yaml rename to stable/octoprint/13.7.1/templates/common.yaml diff --git a/stable/openbooks/4.5.1/values.yaml b/stable/octoprint/13.7.1/values.yaml similarity index 100% rename from stable/openbooks/4.5.1/values.yaml rename to stable/octoprint/13.7.1/values.yaml diff --git a/stable/odoo/17.5.2/CHANGELOG.md b/stable/odoo/17.5.2/CHANGELOG.md deleted file mode 100644 index e321e9e2d44..00000000000 --- a/stable/odoo/17.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [odoo-17.5.2](https://github.com/truecharts/charts/compare/odoo-17.5.1...odoo-17.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [odoo-17.5.1](https://github.com/truecharts/charts/compare/odoo-17.5.0...odoo-17.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [odoo-17.5.0](https://github.com/truecharts/charts/compare/odoo-17.4.2...odoo-17.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [odoo-17.4.2](https://github.com/truecharts/charts/compare/odoo-17.4.1...odoo-17.4.2) (2024-03-11) - -### Chore - - - -- update container image docker.io/odoo to 17.0[@6d7b28d](https://github.com/6d7b28d) by renovate ([#18980](https://github.com/truecharts/charts/issues/18980)) - - -## [odoo-17.4.1](https://github.com/truecharts/charts/compare/odoo-17.4.0...odoo-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [odoo-17.4.0](https://github.com/truecharts/charts/compare/odoo-17.3.0...odoo-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [odoo-17.3.0](https://github.com/truecharts/charts/compare/odoo-17.2.4...odoo-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [odoo-17.2.4](https://github.com/truecharts/charts/compare/odoo-17.2.3...odoo-17.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [odoo-17.2.3](https://github.com/truecharts/charts/compare/odoo-17.2.1...odoo-17.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/odoo/17.5.2/Chart.yaml b/stable/odoo/17.5.2/Chart.yaml deleted file mode 100644 index 9a21623d71a..00000000000 --- a/stable/odoo/17.5.2/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.0.9 - 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.5.2 diff --git a/stable/odoo/17.5.2/charts/common-20.0.9.tgz b/stable/odoo/17.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/odoo/17.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/odoo/17.5.2/ix_values.yaml b/stable/odoo/17.5.2/ix_values.yaml deleted file mode 100644 index 2bc5bcad8c3..00000000000 --- a/stable/odoo/17.5.2/ix_values.yaml +++ /dev/null @@ -1,92 +0,0 @@ -image: - repository: docker.io/odoo - pullPolicy: IfNotPresent - tag: 17.0@sha256:6d7b28da1aa2ca75e10d0efff30c342f222da78148c295490c23df78fd51049a -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 101 - runAsGroup: 101 -service: - main: - ports: - main: - port: 8069 -odoo: - additionalConf: [] -workload: - main: - podSpec: - initContainers: - init-db: - type: install - enabled: true - imageSelector: "image" - env: - ODOO_RC: /etc/odoo/odoo.conf - command: - - /bin/bash - args: - - -c - - | - /usr/bin/odoo --config=/etc/odoo/odoo.conf \ - --stop-after-init \ - --without-demo=all \ - --init=base - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /web/health - readiness: - enabled: true - type: http - path: /web/health - startup: - enabled: true - type: http - path: /web/health - env: - ODOO_RC: /etc/odoo/odoo.conf -persistence: - odoo: - enabled: true - targetSelector: - main: - main: - mountPath: "/var/lib/odoo" - init-db: - mountPath: "/var/lib/odoo" - addons: - enabled: true - targetSelector: - main: - main: - mountPath: "/mnt/extra-addons" - init-db: - mountPath: "/mnt/extra-addons" - odoo-config: - enabled: true - type: configmap - objectName: odoo-config - targetSelector: - main: - main: - mountPath: /etc/odoo/odoo.conf - subPath: odoo.conf - readOnly: true - init-db: - mountPath: /etc/odoo/odoo.conf - subPath: odoo.conf - readOnly: true -# Enabled postgres -cnpg: - main: - enabled: true - user: odoo - database: odoo -portal: - open: - enabled: true diff --git a/stable/opengl-desktop-g3/5.5.2/.helmignore b/stable/odoo/17.7.1/.helmignore similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/.helmignore rename to stable/odoo/17.7.1/.helmignore diff --git a/stable/odoo/17.7.1/CHANGELOG.md b/stable/odoo/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0a0c7d8ff94 --- /dev/null +++ b/stable/odoo/17.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [odoo-17.7.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/odoo/17.7.1/Chart.yaml b/stable/odoo/17.7.1/Chart.yaml new file mode 100644 index 00000000000..264a6914ff0 --- /dev/null +++ b/stable/odoo/17.7.1/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.2 + 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.1 diff --git a/stable/odoo/17.5.2/README.md b/stable/odoo/17.7.1/README.md similarity index 100% rename from stable/odoo/17.5.2/README.md rename to stable/odoo/17.7.1/README.md diff --git a/stable/odoo/17.7.1/app-changelog.md b/stable/odoo/17.7.1/app-changelog.md new file mode 100644 index 00000000000..f307ffe36f4 --- /dev/null +++ b/stable/odoo/17.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [odoo-17.7.1](https://github.com/truecharts/charts/compare/odoo-17.6.0...odoo-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/odoo/17.7.1/app-readme.md similarity index 100% rename from stable/odoo/17.5.2/app-readme.md rename to stable/odoo/17.7.1/app-readme.md diff --git a/stable/odoo/17.7.1/charts/common-20.2.2.tgz b/stable/odoo/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/odoo/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/odoo/17.7.1/ix_values.yaml b/stable/odoo/17.7.1/ix_values.yaml new file mode 100644 index 00000000000..7ae0804988b --- /dev/null +++ b/stable/odoo/17.7.1/ix_values.yaml @@ -0,0 +1,92 @@ +image: + repository: docker.io/odoo + pullPolicy: IfNotPresent + tag: 17.0@sha256:7523a05b13d0b0addbbf79bdfbecee62ade032076ba391054c70711f3ade3a42 +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 101 + runAsGroup: 101 +service: + main: + ports: + main: + port: 8069 +odoo: + additionalConf: [] +workload: + main: + podSpec: + initContainers: + init-db: + type: install + enabled: true + imageSelector: "image" + env: + ODOO_RC: /etc/odoo/odoo.conf + command: + - /bin/bash + args: + - -c + - | + /usr/bin/odoo --config=/etc/odoo/odoo.conf \ + --stop-after-init \ + --without-demo=all \ + --init=base + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /web/health + readiness: + enabled: true + type: http + path: /web/health + startup: + enabled: true + type: http + path: /web/health + env: + ODOO_RC: /etc/odoo/odoo.conf +persistence: + odoo: + enabled: true + targetSelector: + main: + main: + mountPath: "/var/lib/odoo" + init-db: + mountPath: "/var/lib/odoo" + addons: + enabled: true + targetSelector: + main: + main: + mountPath: "/mnt/extra-addons" + init-db: + mountPath: "/mnt/extra-addons" + odoo-config: + enabled: true + type: configmap + objectName: odoo-config + targetSelector: + main: + main: + mountPath: /etc/odoo/odoo.conf + subPath: odoo.conf + readOnly: true + init-db: + mountPath: /etc/odoo/odoo.conf + subPath: odoo.conf + readOnly: true +# Enabled postgres +cnpg: + main: + enabled: true + user: odoo + database: odoo +portal: + open: + enabled: true diff --git a/stable/odoo/17.5.2/questions.yaml b/stable/odoo/17.7.1/questions.yaml similarity index 100% rename from stable/odoo/17.5.2/questions.yaml rename to stable/odoo/17.7.1/questions.yaml diff --git a/stable/openvscode-server/9.7.0/templates/NOTES.txt b/stable/odoo/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/openvscode-server/9.7.0/templates/NOTES.txt rename to stable/odoo/17.7.1/templates/NOTES.txt diff --git a/stable/odoo/17.5.2/templates/_configmap.tpl b/stable/odoo/17.7.1/templates/_configmap.tpl similarity index 100% rename from stable/odoo/17.5.2/templates/_configmap.tpl rename to stable/odoo/17.7.1/templates/_configmap.tpl diff --git a/stable/odoo/17.5.2/templates/common.yaml b/stable/odoo/17.7.1/templates/common.yaml similarity index 100% rename from stable/odoo/17.5.2/templates/common.yaml rename to stable/odoo/17.7.1/templates/common.yaml diff --git a/stable/opengl-desktop-g3/5.5.2/values.yaml b/stable/odoo/17.7.1/values.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/values.yaml rename to stable/odoo/17.7.1/values.yaml diff --git a/stable/ollama/5.1.0/CHANGELOG.md b/stable/ollama/5.1.0/CHANGELOG.md deleted file mode 100644 index 0e0696cf9cb..00000000000 --- a/stable/ollama/5.1.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ollama-5.1.0](https://github.com/truecharts/charts/compare/ollama-5.0.3...ollama-5.1.0) (2024-03-15) - - -## [ollama-5.0.3](https://github.com/truecharts/charts/compare/ollama-5.0.2...ollama-5.0.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [ollama-5.0.2](https://github.com/truecharts/charts/compare/ollama-5.0.1...ollama-5.0.2) (2024-03-12) - -### Chore - - - -- update helm chart common to 20.0.8 by renovate ([#19169](https://github.com/truecharts/charts/issues/19169)) - - -## [ollama-5.0.1](https://github.com/truecharts/charts/compare/ollama-5.0.0...ollama-5.0.1) (2024-03-12) - -### Chore - - - -- update helm general non-major by renovate ([#19166](https://github.com/truecharts/charts/issues/19166)) - - -## [ollama-5.0.0](https://github.com/truecharts/charts/compare/ollama-4.0.5...ollama-5.0.0) (2024-03-11) - -### Chore - - - -- update helm chart common to 20.0.6 by renovate ([#19165](https://github.com/truecharts/charts/issues/19165)) - - -## [ollama-4.0.5](https://github.com/truecharts/charts/compare/ollama-4.0.4...ollama-4.0.5) (2024-03-11) - -### Chore - - - -- update container image ollama/ollama to 0.1.29[@1cbc27c](https://github.com/1cbc27c) by renovate ([#19158](https://github.com/truecharts/charts/issues/19158)) - - -## [ollama-4.0.4](https://github.com/truecharts/charts/compare/ollama-4.0.3...ollama-4.0.4) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/open-webui/open-webui to latest[@63318f9](https://github.com/63318f9) by renovate ([#19140](https://github.com/truecharts/charts/issues/19140)) - - -## [ollama-4.0.3](https://github.com/truecharts/charts/compare/ollama-4.0.2...ollama-4.0.3) (2024-03-11) - -### Chore - - - -- update container image ollama/ollama to 0.1.29[@8860aac](https://github.com/8860aac) by renovate ([#19110](https://github.com/truecharts/charts/issues/19110)) - - -## [ollama-4.0.2](https://github.com/truecharts/charts/compare/ollama-4.0.1...ollama-4.0.2) (2024-03-11) - -### Chore - - - -- update container image ollama/ollama to v0.1.29[@7875c86](https://github.com/7875c86) by renovate ([#19082](https://github.com/truecharts/charts/issues/19082)) - - -## [ollama-4.0.1](https://github.com/truecharts/charts/compare/ollama-4.0.0...ollama-4.0.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ollama-4.0.0](https://github.com/truecharts/charts/compare/ollama-3.1.5...ollama-4.0.0) (2024-03-07) - -### Chore - - diff --git a/stable/ollama/5.1.0/Chart.yaml b/stable/ollama/5.1.0/Chart.yaml deleted file mode 100644 index a186c1a9cb7..00000000000 --- a/stable/ollama/5.1.0/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.1.3 - 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.1.0 diff --git a/stable/ollama/5.1.0/charts/common-20.1.3.tgz b/stable/ollama/5.1.0/charts/common-20.1.3.tgz deleted file mode 100644 index 025fb80cc28..00000000000 Binary files a/stable/ollama/5.1.0/charts/common-20.1.3.tgz and /dev/null differ diff --git a/stable/ollama/5.1.0/ix_values.yaml b/stable/ollama/5.1.0/ix_values.yaml deleted file mode 100644 index 87e2332c869..00000000000 --- a/stable/ollama/5.1.0/ix_values.yaml +++ /dev/null @@ -1,115 +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:63318f974e67424b649486d85f8201d6018943115e01983b8dc4bdd329b09711 - -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 - -workload: - main: - podSpec: - containers: - main: - imageSelector: image - securityContext: - runAsUser: 0 - runAsGroup: 0 - runAsNonRoot: false - readOnlyRootFilesystem: false - 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 - securityContext: - runAsUser: 0 - runAsGroup: 0 - runAsNonRoot: false - readOnlyRootFilesystem: false - 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 }}" - DATA_DIR: "{{ .Values.persistence.data.mountPath }}" - 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 - -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/openhab/9.5.1/.helmignore b/stable/ollama/5.2.1/.helmignore similarity index 100% rename from stable/openhab/9.5.1/.helmignore rename to stable/ollama/5.2.1/.helmignore diff --git a/stable/ollama/5.2.1/CHANGELOG.md b/stable/ollama/5.2.1/CHANGELOG.md new file mode 100644 index 00000000000..f2fbcd42388 --- /dev/null +++ b/stable/ollama/5.2.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ollama-5.2.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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.2.0](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/stable/ollama/5.2.1/Chart.yaml b/stable/ollama/5.2.1/Chart.yaml new file mode 100644 index 00000000000..02610309ef3 --- /dev/null +++ b/stable/ollama/5.2.1/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.29 +dependencies: + - name: common + version: 20.2.2 + 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.2.1 diff --git a/stable/ollama/5.1.0/README.md b/stable/ollama/5.2.1/README.md similarity index 100% rename from stable/ollama/5.1.0/README.md rename to stable/ollama/5.2.1/README.md diff --git a/stable/ollama/5.2.1/app-changelog.md b/stable/ollama/5.2.1/app-changelog.md new file mode 100644 index 00000000000..4fc8c6ab7f5 --- /dev/null +++ b/stable/ollama/5.2.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [ollama-5.2.1](https://github.com/truecharts/charts/compare/ollama-5.1.1...ollama-5.2.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.1.0/app-readme.md b/stable/ollama/5.2.1/app-readme.md similarity index 100% rename from stable/ollama/5.1.0/app-readme.md rename to stable/ollama/5.2.1/app-readme.md diff --git a/stable/ollama/5.2.1/charts/common-20.2.2.tgz b/stable/ollama/5.2.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ollama/5.2.1/charts/common-20.2.2.tgz differ diff --git a/stable/ollama/5.2.1/ix_values.yaml b/stable/ollama/5.2.1/ix_values.yaml new file mode 100644 index 00000000000..baee268394a --- /dev/null +++ b/stable/ollama/5.2.1/ix_values.yaml @@ -0,0 +1,115 @@ +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:74b95a7fcbb4dc50fab0aa0fd939514d93e7c4c660a279c9d0cf133913359ec1 + +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 + +workload: + main: + podSpec: + containers: + main: + imageSelector: image + securityContext: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false + 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 + securityContext: + runAsUser: 0 + runAsGroup: 0 + runAsNonRoot: false + readOnlyRootFilesystem: false + 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 }}" + DATA_DIR: "{{ .Values.persistence.data.mountPath }}" + 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 + +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.1.0/questions.yaml b/stable/ollama/5.2.1/questions.yaml similarity index 100% rename from stable/ollama/5.1.0/questions.yaml rename to stable/ollama/5.2.1/questions.yaml diff --git a/stable/organizr/18.5.1/templates/NOTES.txt b/stable/ollama/5.2.1/templates/NOTES.txt similarity index 100% rename from stable/organizr/18.5.1/templates/NOTES.txt rename to stable/ollama/5.2.1/templates/NOTES.txt diff --git a/stable/ollama/5.1.0/templates/_secrets.tpl b/stable/ollama/5.2.1/templates/_secrets.tpl similarity index 100% rename from stable/ollama/5.1.0/templates/_secrets.tpl rename to stable/ollama/5.2.1/templates/_secrets.tpl diff --git a/stable/ollama/5.1.0/templates/common.yaml b/stable/ollama/5.2.1/templates/common.yaml similarity index 100% rename from stable/ollama/5.1.0/templates/common.yaml rename to stable/ollama/5.2.1/templates/common.yaml diff --git a/stable/openhab/9.5.1/values.yaml b/stable/ollama/5.2.1/values.yaml similarity index 100% rename from stable/openhab/9.5.1/values.yaml rename to stable/ollama/5.2.1/values.yaml diff --git a/stable/omada-controller/14.5.1/CHANGELOG.md b/stable/omada-controller/14.5.1/CHANGELOG.md deleted file mode 100644 index e575a97ac2f..00000000000 --- a/stable/omada-controller/14.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [omada-controller-14.5.1](https://github.com/truecharts/charts/compare/omada-controller-14.5.0...omada-controller-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [omada-controller-14.5.0](https://github.com/truecharts/charts/compare/omada-controller-14.4.2...omada-controller-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [omada-controller-14.4.2](https://github.com/truecharts/charts/compare/omada-controller-14.4.1...omada-controller-14.4.2) (2024-03-11) - -### Chore - - - -- update container image mbentley/omada-controller to 5.13[@538ec21](https://github.com/538ec21) by renovate ([#19033](https://github.com/truecharts/charts/issues/19033)) - - -## [omada-controller-14.4.1](https://github.com/truecharts/charts/compare/omada-controller-14.4.0...omada-controller-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [omada-controller-14.4.0](https://github.com/truecharts/charts/compare/omada-controller-14.3.0...omada-controller-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [omada-controller-14.3.0](https://github.com/truecharts/charts/compare/omada-controller-14.2.4...omada-controller-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [omada-controller-14.2.4](https://github.com/truecharts/charts/compare/omada-controller-14.2.3...omada-controller-14.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [omada-controller-14.2.3](https://github.com/truecharts/charts/compare/omada-controller-14.2.1...omada-controller-14.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/omada-controller/14.5.1/Chart.yaml b/stable/omada-controller/14.5.1/Chart.yaml deleted file mode 100644 index 386b7857bcf..00000000000 --- a/stable/omada-controller/14.5.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: 5.13.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/omada-controller/14.5.1/charts/common-20.0.8.tgz b/stable/omada-controller/14.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/omada-controller/14.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/openra/5.5.1/.helmignore b/stable/omada-controller/14.7.1/.helmignore similarity index 100% rename from stable/openra/5.5.1/.helmignore rename to stable/omada-controller/14.7.1/.helmignore diff --git a/stable/omada-controller/14.7.1/CHANGELOG.md b/stable/omada-controller/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..491ba42471b --- /dev/null +++ b/stable/omada-controller/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [omada-controller-14.7.1](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/omada-controller/14.7.1/Chart.yaml new file mode 100644 index 00000000000..ff2c291aff9 --- /dev/null +++ b/stable/omada-controller/14.7.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: 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.2 + 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.1 diff --git a/stable/omada-controller/14.5.1/README.md b/stable/omada-controller/14.7.1/README.md similarity index 100% rename from stable/omada-controller/14.5.1/README.md rename to stable/omada-controller/14.7.1/README.md diff --git a/stable/omada-controller/14.7.1/app-changelog.md b/stable/omada-controller/14.7.1/app-changelog.md new file mode 100644 index 00000000000..f6b309aa7c6 --- /dev/null +++ b/stable/omada-controller/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [omada-controller-14.7.1](https://github.com/truecharts/charts/compare/omada-controller-14.6.0...omada-controller-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/omada-controller/14.7.1/app-readme.md similarity index 100% rename from stable/omada-controller/14.5.1/app-readme.md rename to stable/omada-controller/14.7.1/app-readme.md diff --git a/stable/omada-controller/14.7.1/charts/common-20.2.2.tgz b/stable/omada-controller/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/omada-controller/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/omada-controller/14.5.1/ix_values.yaml b/stable/omada-controller/14.7.1/ix_values.yaml similarity index 100% rename from stable/omada-controller/14.5.1/ix_values.yaml rename to stable/omada-controller/14.7.1/ix_values.yaml diff --git a/stable/omada-controller/14.5.1/questions.yaml b/stable/omada-controller/14.7.1/questions.yaml similarity index 100% rename from stable/omada-controller/14.5.1/questions.yaml rename to stable/omada-controller/14.7.1/questions.yaml diff --git a/stable/oscam/13.5.1/templates/NOTES.txt b/stable/omada-controller/14.7.1/templates/NOTES.txt similarity index 100% rename from stable/oscam/13.5.1/templates/NOTES.txt rename to stable/omada-controller/14.7.1/templates/NOTES.txt diff --git a/stable/omada-controller/14.5.1/templates/common.yaml b/stable/omada-controller/14.7.1/templates/common.yaml similarity index 100% rename from stable/omada-controller/14.5.1/templates/common.yaml rename to stable/omada-controller/14.7.1/templates/common.yaml diff --git a/stable/openra/5.5.1/values.yaml b/stable/omada-controller/14.7.1/values.yaml similarity index 100% rename from stable/openra/5.5.1/values.yaml rename to stable/omada-controller/14.7.1/values.yaml diff --git a/stable/ombi/18.5.1/CHANGELOG.md b/stable/ombi/18.5.1/CHANGELOG.md deleted file mode 100644 index f23c63054fc..00000000000 --- a/stable/ombi/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ombi-18.5.1](https://github.com/truecharts/charts/compare/ombi-18.5.0...ombi-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ombi-18.5.0](https://github.com/truecharts/charts/compare/ombi-18.4.1...ombi-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ombi-18.4.1](https://github.com/truecharts/charts/compare/ombi-18.4.0...ombi-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ombi-18.4.0](https://github.com/truecharts/charts/compare/ombi-18.3.0...ombi-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ombi-18.3.0](https://github.com/truecharts/charts/compare/ombi-18.2.3...ombi-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ombi-18.2.3](https://github.com/truecharts/charts/compare/ombi-18.2.2...ombi-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ombi-18.2.2](https://github.com/truecharts/charts/compare/ombi-18.2.0...ombi-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ombi-17.1.14](https://github.com/truecharts/charts/compare/ombi-17.1.13...ombi-17.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ombi-17.1.13](https://github.com/truecharts/charts/compare/ombi-17.1.12...ombi-17.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ombi/18.5.1/Chart.yaml b/stable/ombi/18.5.1/Chart.yaml deleted file mode 100644 index 2038ea8c212..00000000000 --- a/stable/ombi/18.5.1/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.0.8 - 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.5.1 diff --git a/stable/ombi/18.5.1/charts/common-20.0.8.tgz b/stable/ombi/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ombi/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/openspeedtest/8.5.1/.helmignore b/stable/ombi/18.7.1/.helmignore similarity index 100% rename from stable/openspeedtest/8.5.1/.helmignore rename to stable/ombi/18.7.1/.helmignore diff --git a/stable/ombi/18.7.1/CHANGELOG.md b/stable/ombi/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ed0990ee76a --- /dev/null +++ b/stable/ombi/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ombi-18.7.1](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ombi/18.7.1/Chart.yaml new file mode 100644 index 00000000000..7cfe5b90f4c --- /dev/null +++ b/stable/ombi/18.7.1/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.2 + 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.1 diff --git a/stable/ombi/18.5.1/README.md b/stable/ombi/18.7.1/README.md similarity index 100% rename from stable/ombi/18.5.1/README.md rename to stable/ombi/18.7.1/README.md diff --git a/stable/ombi/18.7.1/app-changelog.md b/stable/ombi/18.7.1/app-changelog.md new file mode 100644 index 00000000000..367a56f9fb9 --- /dev/null +++ b/stable/ombi/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ombi-18.7.1](https://github.com/truecharts/charts/compare/ombi-18.6.0...ombi-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ombi/18.7.1/app-readme.md similarity index 100% rename from stable/ombi/18.5.1/app-readme.md rename to stable/ombi/18.7.1/app-readme.md diff --git a/stable/ombi/18.7.1/charts/common-20.2.2.tgz b/stable/ombi/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ombi/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ombi/18.5.1/ix_values.yaml b/stable/ombi/18.7.1/ix_values.yaml similarity index 100% rename from stable/ombi/18.5.1/ix_values.yaml rename to stable/ombi/18.7.1/ix_values.yaml diff --git a/stable/ombi/18.5.1/questions.yaml b/stable/ombi/18.7.1/questions.yaml similarity index 100% rename from stable/ombi/18.5.1/questions.yaml rename to stable/ombi/18.7.1/questions.yaml diff --git a/stable/outline/12.5.4/templates/NOTES.txt b/stable/ombi/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/outline/12.5.4/templates/NOTES.txt rename to stable/ombi/18.7.1/templates/NOTES.txt diff --git a/stable/openaudible/5.5.1/templates/common.yaml b/stable/ombi/18.7.1/templates/common.yaml similarity index 100% rename from stable/openaudible/5.5.1/templates/common.yaml rename to stable/ombi/18.7.1/templates/common.yaml diff --git a/stable/openspeedtest/8.5.1/values.yaml b/stable/ombi/18.7.1/values.yaml similarity index 100% rename from stable/openspeedtest/8.5.1/values.yaml rename to stable/ombi/18.7.1/values.yaml diff --git a/stable/onlinecheckyourserver/5.5.1/CHANGELOG.md b/stable/onlinecheckyourserver/5.5.1/CHANGELOG.md deleted file mode 100644 index 1e8fb7eda7b..00000000000 --- a/stable/onlinecheckyourserver/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [onlinecheckyourserver-5.5.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.5.0...onlinecheckyourserver-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [onlinecheckyourserver-5.5.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.4.1...onlinecheckyourserver-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [onlinecheckyourserver-5.4.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.4.0...onlinecheckyourserver-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [onlinecheckyourserver-5.4.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.3.0...onlinecheckyourserver-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [onlinecheckyourserver-5.3.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.3...onlinecheckyourserver-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [onlinecheckyourserver-5.2.3](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.2...onlinecheckyourserver-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [onlinecheckyourserver-5.2.2](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.2.0...onlinecheckyourserver-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [onlinecheckyourserver-4.1.11](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.10...onlinecheckyourserver-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [onlinecheckyourserver-4.1.10](https://github.com/truecharts/charts/compare/onlinecheckyourserver-4.1.9...onlinecheckyourserver-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/onlinecheckyourserver/5.5.1/Chart.yaml b/stable/onlinecheckyourserver/5.5.1/Chart.yaml deleted file mode 100644 index 81aee1ea46d..00000000000 --- a/stable/onlinecheckyourserver/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/onlinecheckyourserver/5.5.1/charts/common-20.0.8.tgz b/stable/onlinecheckyourserver/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/onlinecheckyourserver/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/openttd/5.5.1/.helmignore b/stable/onlinecheckyourserver/5.7.1/.helmignore similarity index 100% rename from stable/openttd/5.5.1/.helmignore rename to stable/onlinecheckyourserver/5.7.1/.helmignore diff --git a/stable/onlinecheckyourserver/5.7.1/CHANGELOG.md b/stable/onlinecheckyourserver/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..52c86c8a191 --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlinecheckyourserver-5.7.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/onlinecheckyourserver/5.7.1/Chart.yaml new file mode 100644 index 00000000000..838cb67306c --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.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: 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.2 + 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.1 diff --git a/stable/onlinecheckyourserver/5.5.1/README.md b/stable/onlinecheckyourserver/5.7.1/README.md similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/README.md rename to stable/onlinecheckyourserver/5.7.1/README.md diff --git a/stable/onlinecheckyourserver/5.7.1/app-changelog.md b/stable/onlinecheckyourserver/5.7.1/app-changelog.md new file mode 100644 index 00000000000..749676641f7 --- /dev/null +++ b/stable/onlinecheckyourserver/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [onlinecheckyourserver-5.7.1](https://github.com/truecharts/charts/compare/onlinecheckyourserver-5.6.0...onlinecheckyourserver-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/onlinecheckyourserver/5.7.1/app-readme.md similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/app-readme.md rename to stable/onlinecheckyourserver/5.7.1/app-readme.md diff --git a/stable/onlinecheckyourserver/5.7.1/charts/common-20.2.2.tgz b/stable/onlinecheckyourserver/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/onlinecheckyourserver/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/onlinecheckyourserver/5.5.1/ix_values.yaml b/stable/onlinecheckyourserver/5.7.1/ix_values.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/ix_values.yaml rename to stable/onlinecheckyourserver/5.7.1/ix_values.yaml diff --git a/stable/onlinecheckyourserver/5.5.1/questions.yaml b/stable/onlinecheckyourserver/5.7.1/questions.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/questions.yaml rename to stable/onlinecheckyourserver/5.7.1/questions.yaml diff --git a/stable/onlinecheckyourserver/5.5.1/templates/common.yaml b/stable/onlinecheckyourserver/5.7.1/templates/common.yaml similarity index 100% rename from stable/onlinecheckyourserver/5.5.1/templates/common.yaml rename to stable/onlinecheckyourserver/5.7.1/templates/common.yaml diff --git a/stable/openttd/5.5.1/values.yaml b/stable/onlinecheckyourserver/5.7.1/values.yaml similarity index 100% rename from stable/openttd/5.5.1/values.yaml rename to stable/onlinecheckyourserver/5.7.1/values.yaml diff --git a/stable/onlyoffice-document-server/17.5.4/CHANGELOG.md b/stable/onlyoffice-document-server/17.5.4/CHANGELOG.md deleted file mode 100644 index 52d927ab3a1..00000000000 --- a/stable/onlyoffice-document-server/17.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [onlyoffice-document-server-17.5.4](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.3...onlyoffice-document-server-17.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [onlyoffice-document-server-17.5.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.2...onlyoffice-document-server-17.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [onlyoffice-document-server-17.5.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.1...onlyoffice-document-server-17.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [onlyoffice-document-server-17.5.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.5.0...onlyoffice-document-server-17.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [onlyoffice-document-server-17.5.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.4.1...onlyoffice-document-server-17.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [onlyoffice-document-server-17.4.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.4.0...onlyoffice-document-server-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [onlyoffice-document-server-17.4.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.3.0...onlyoffice-document-server-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [onlyoffice-document-server-17.3.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.3...onlyoffice-document-server-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [onlyoffice-document-server-17.2.3](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.2...onlyoffice-document-server-17.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [onlyoffice-document-server-17.2.2](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.2.0...onlyoffice-document-server-17.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/onlyoffice-document-server/17.5.4/Chart.yaml b/stable/onlyoffice-document-server/17.5.4/Chart.yaml deleted file mode 100644 index 576f8178a93..00000000000 --- a/stable/onlyoffice-document-server/17.5.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: 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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/onlyoffice-document-server/17.5.4/charts/common-20.0.9.tgz b/stable/onlyoffice-document-server/17.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/onlyoffice-document-server/17.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/onlyoffice-document-server/17.5.4/charts/redis-13.0.3.tgz b/stable/onlyoffice-document-server/17.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/onlyoffice-document-server/17.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.7.0/.helmignore b/stable/onlyoffice-document-server/17.7.1/.helmignore similarity index 100% rename from stable/openvscode-server/9.7.0/.helmignore rename to stable/onlyoffice-document-server/17.7.1/.helmignore diff --git a/stable/onlyoffice-document-server/17.7.1/CHANGELOG.md b/stable/onlyoffice-document-server/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b4353d405f6 --- /dev/null +++ b/stable/onlyoffice-document-server/17.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [onlyoffice-document-server-17.7.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.0) (2024-03-16) + +### Chore + + + +- update container 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/onlyoffice-document-server/17.7.1/Chart.yaml b/stable/onlyoffice-document-server/17.7.1/Chart.yaml new file mode 100644 index 00000000000..0a2b219a5e1 --- /dev/null +++ b/stable/onlyoffice-document-server/17.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/onlyoffice-document-server/17.5.4/README.md b/stable/onlyoffice-document-server/17.7.1/README.md similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/README.md rename to stable/onlyoffice-document-server/17.7.1/README.md diff --git a/stable/onlyoffice-document-server/17.7.1/app-changelog.md b/stable/onlyoffice-document-server/17.7.1/app-changelog.md new file mode 100644 index 00000000000..cbd6ad4a45f --- /dev/null +++ b/stable/onlyoffice-document-server/17.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [onlyoffice-document-server-17.7.1](https://github.com/truecharts/charts/compare/onlyoffice-document-server-17.6.0...onlyoffice-document-server-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/onlyoffice-document-server/17.7.1/app-readme.md similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/app-readme.md rename to stable/onlyoffice-document-server/17.7.1/app-readme.md diff --git a/stable/onlyoffice-document-server/17.7.1/charts/common-20.2.2.tgz b/stable/onlyoffice-document-server/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/onlyoffice-document-server/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/onlyoffice-document-server/17.7.1/charts/redis-13.0.5.tgz b/stable/onlyoffice-document-server/17.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/onlyoffice-document-server/17.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/onlyoffice-document-server/17.5.4/ix_values.yaml b/stable/onlyoffice-document-server/17.7.1/ix_values.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/ix_values.yaml rename to stable/onlyoffice-document-server/17.7.1/ix_values.yaml diff --git a/stable/onlyoffice-document-server/17.5.4/questions.yaml b/stable/onlyoffice-document-server/17.7.1/questions.yaml similarity index 100% rename from stable/onlyoffice-document-server/17.5.4/questions.yaml rename to stable/onlyoffice-document-server/17.7.1/questions.yaml diff --git a/stable/overseerr/13.5.1/templates/NOTES.txt b/stable/onlyoffice-document-server/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/overseerr/13.5.1/templates/NOTES.txt rename to stable/onlyoffice-document-server/17.7.1/templates/NOTES.txt diff --git a/stable/openspeedtest/8.5.1/templates/common.yaml b/stable/onlyoffice-document-server/17.7.1/templates/common.yaml similarity index 100% rename from stable/openspeedtest/8.5.1/templates/common.yaml rename to stable/onlyoffice-document-server/17.7.1/templates/common.yaml diff --git a/stable/openvscode-server/9.7.0/values.yaml b/stable/onlyoffice-document-server/17.7.1/values.yaml similarity index 100% rename from stable/openvscode-server/9.7.0/values.yaml rename to stable/onlyoffice-document-server/17.7.1/values.yaml diff --git a/stable/openaudible/5.5.1/CHANGELOG.md b/stable/openaudible/5.5.1/CHANGELOG.md deleted file mode 100644 index 5651840579b..00000000000 --- a/stable/openaudible/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openaudible-5.5.1](https://github.com/truecharts/charts/compare/openaudible-5.5.0...openaudible-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openaudible-5.5.0](https://github.com/truecharts/charts/compare/openaudible-5.4.1...openaudible-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openaudible-5.4.1](https://github.com/truecharts/charts/compare/openaudible-5.4.0...openaudible-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openaudible-5.4.0](https://github.com/truecharts/charts/compare/openaudible-5.3.0...openaudible-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openaudible-5.3.0](https://github.com/truecharts/charts/compare/openaudible-5.2.3...openaudible-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openaudible-5.2.3](https://github.com/truecharts/charts/compare/openaudible-5.2.2...openaudible-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openaudible-5.2.2](https://github.com/truecharts/charts/compare/openaudible-5.2.0...openaudible-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openaudible-4.1.11](https://github.com/truecharts/charts/compare/openaudible-4.1.10...openaudible-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openaudible-4.1.10](https://github.com/truecharts/charts/compare/openaudible-4.1.9...openaudible-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/openaudible/5.5.1/Chart.yaml b/stable/openaudible/5.5.1/Chart.yaml deleted file mode 100644 index 656e5fe01d6..00000000000 --- a/stable/openaudible/5.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/openaudible/5.5.1/charts/common-20.0.8.tgz b/stable/openaudible/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openaudible/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/organizr/18.5.1/.helmignore b/stable/openaudible/5.7.1/.helmignore similarity index 100% rename from stable/organizr/18.5.1/.helmignore rename to stable/openaudible/5.7.1/.helmignore diff --git a/stable/openaudible/5.7.1/CHANGELOG.md b/stable/openaudible/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c23b95e48d2 --- /dev/null +++ b/stable/openaudible/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openaudible-5.7.1](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openaudible/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b560aa5f64d --- /dev/null +++ b/stable/openaudible/5.7.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: 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.2 + 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.1 diff --git a/stable/openaudible/5.5.1/README.md b/stable/openaudible/5.7.1/README.md similarity index 100% rename from stable/openaudible/5.5.1/README.md rename to stable/openaudible/5.7.1/README.md diff --git a/stable/openaudible/5.7.1/app-changelog.md b/stable/openaudible/5.7.1/app-changelog.md new file mode 100644 index 00000000000..63d189c59d7 --- /dev/null +++ b/stable/openaudible/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openaudible-5.7.1](https://github.com/truecharts/charts/compare/openaudible-5.6.0...openaudible-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openaudible/5.7.1/app-readme.md similarity index 100% rename from stable/openaudible/5.5.1/app-readme.md rename to stable/openaudible/5.7.1/app-readme.md diff --git a/stable/openaudible/5.7.1/charts/common-20.2.2.tgz b/stable/openaudible/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openaudible/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openaudible/5.5.1/ix_values.yaml b/stable/openaudible/5.7.1/ix_values.yaml similarity index 100% rename from stable/openaudible/5.5.1/ix_values.yaml rename to stable/openaudible/5.7.1/ix_values.yaml diff --git a/stable/openaudible/5.5.1/questions.yaml b/stable/openaudible/5.7.1/questions.yaml similarity index 100% rename from stable/openaudible/5.5.1/questions.yaml rename to stable/openaudible/5.7.1/questions.yaml diff --git a/stable/openvscode-server/9.7.0/templates/common.yaml b/stable/openaudible/5.7.1/templates/common.yaml similarity index 100% rename from stable/openvscode-server/9.7.0/templates/common.yaml rename to stable/openaudible/5.7.1/templates/common.yaml diff --git a/stable/organizr/18.5.1/values.yaml b/stable/openaudible/5.7.1/values.yaml similarity index 100% rename from stable/organizr/18.5.1/values.yaml rename to stable/openaudible/5.7.1/values.yaml diff --git a/stable/openbooks/4.5.1/CHANGELOG.md b/stable/openbooks/4.5.1/CHANGELOG.md deleted file mode 100644 index 3fe9b470e7f..00000000000 --- a/stable/openbooks/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openbooks-4.5.1](https://github.com/truecharts/charts/compare/openbooks-4.5.0...openbooks-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openbooks-4.5.0](https://github.com/truecharts/charts/compare/openbooks-4.4.1...openbooks-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openbooks-4.4.1](https://github.com/truecharts/charts/compare/openbooks-4.4.0...openbooks-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openbooks-4.4.0](https://github.com/truecharts/charts/compare/openbooks-4.3.0...openbooks-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openbooks-4.3.0](https://github.com/truecharts/charts/compare/openbooks-4.2.3...openbooks-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openbooks-4.2.3](https://github.com/truecharts/charts/compare/openbooks-4.2.2...openbooks-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openbooks-4.2.2](https://github.com/truecharts/charts/compare/openbooks-4.2.0...openbooks-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openbooks-3.1.14](https://github.com/truecharts/charts/compare/openbooks-3.1.13...openbooks-3.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openbooks-3.1.13](https://github.com/truecharts/charts/compare/openbooks-3.1.12...openbooks-3.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/openbooks/4.5.1/Chart.yaml b/stable/openbooks/4.5.1/Chart.yaml deleted file mode 100644 index 709a77bc137..00000000000 --- a/stable/openbooks/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/openbooks/4.5.1/charts/common-20.0.8.tgz b/stable/openbooks/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openbooks/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/oscam/13.5.1/.helmignore b/stable/openbooks/4.7.1/.helmignore similarity index 100% rename from stable/oscam/13.5.1/.helmignore rename to stable/openbooks/4.7.1/.helmignore diff --git a/stable/openbooks/4.7.1/CHANGELOG.md b/stable/openbooks/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ddbeaa920e2 --- /dev/null +++ b/stable/openbooks/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openbooks-4.7.1](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openbooks/4.7.1/Chart.yaml new file mode 100644 index 00000000000..19991e84016 --- /dev/null +++ b/stable/openbooks/4.7.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: 4.5.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/openbooks/4.5.1/README.md b/stable/openbooks/4.7.1/README.md similarity index 100% rename from stable/openbooks/4.5.1/README.md rename to stable/openbooks/4.7.1/README.md diff --git a/stable/openbooks/4.7.1/app-changelog.md b/stable/openbooks/4.7.1/app-changelog.md new file mode 100644 index 00000000000..de8be6b2383 --- /dev/null +++ b/stable/openbooks/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openbooks-4.7.1](https://github.com/truecharts/charts/compare/openbooks-4.6.0...openbooks-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openbooks/4.7.1/app-readme.md similarity index 100% rename from stable/openbooks/4.5.1/app-readme.md rename to stable/openbooks/4.7.1/app-readme.md diff --git a/stable/openbooks/4.7.1/charts/common-20.2.2.tgz b/stable/openbooks/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openbooks/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openbooks/4.5.1/ix_values.yaml b/stable/openbooks/4.7.1/ix_values.yaml similarity index 100% rename from stable/openbooks/4.5.1/ix_values.yaml rename to stable/openbooks/4.7.1/ix_values.yaml diff --git a/stable/openbooks/4.5.1/questions.yaml b/stable/openbooks/4.7.1/questions.yaml similarity index 100% rename from stable/openbooks/4.5.1/questions.yaml rename to stable/openbooks/4.7.1/questions.yaml diff --git a/stable/owncast/13.5.1/templates/NOTES.txt b/stable/openbooks/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/owncast/13.5.1/templates/NOTES.txt rename to stable/openbooks/4.7.1/templates/NOTES.txt diff --git a/stable/openbooks/4.5.1/templates/_args.tpl b/stable/openbooks/4.7.1/templates/_args.tpl similarity index 100% rename from stable/openbooks/4.5.1/templates/_args.tpl rename to stable/openbooks/4.7.1/templates/_args.tpl diff --git a/stable/openbooks/4.5.1/templates/common.yaml b/stable/openbooks/4.7.1/templates/common.yaml similarity index 100% rename from stable/openbooks/4.5.1/templates/common.yaml rename to stable/openbooks/4.7.1/templates/common.yaml diff --git a/stable/oscam/13.5.1/values.yaml b/stable/openbooks/4.7.1/values.yaml similarity index 100% rename from stable/oscam/13.5.1/values.yaml rename to stable/openbooks/4.7.1/values.yaml diff --git a/stable/opengl-desktop-g3/5.5.2/CHANGELOG.md b/stable/opengl-desktop-g3/5.5.2/CHANGELOG.md deleted file mode 100644 index 096542a8c1b..00000000000 --- a/stable/opengl-desktop-g3/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [opengl-desktop-g3-5.5.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.5.1...opengl-desktop-g3-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [opengl-desktop-g3-5.5.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.5.0...opengl-desktop-g3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [opengl-desktop-g3-5.5.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.4.1...opengl-desktop-g3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [opengl-desktop-g3-5.4.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.4.0...opengl-desktop-g3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [opengl-desktop-g3-5.4.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.3.0...opengl-desktop-g3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [opengl-desktop-g3-5.3.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.4...opengl-desktop-g3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [opengl-desktop-g3-5.2.4](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.3...opengl-desktop-g3-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [opengl-desktop-g3-5.2.3](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.2...opengl-desktop-g3-5.2.3) (2024-03-05) - -### Chore - - - -- update container image accetto/ubuntu-vnc-xfce-opengl-g3 to latest[@228b67b](https://github.com/228b67b) by renovate ([#18753](https://github.com/truecharts/charts/issues/18753)) - - -## [opengl-desktop-g3-5.2.2](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.2.0...opengl-desktop-g3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/opengl-desktop-g3/5.5.2/Chart.yaml b/stable/opengl-desktop-g3/5.5.2/Chart.yaml deleted file mode 100644 index f9c990c8370..00000000000 --- a/stable/opengl-desktop-g3/5.5.2/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.0.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/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.5.2 diff --git a/stable/opengl-desktop-g3/5.5.2/charts/common-20.0.9.tgz b/stable/opengl-desktop-g3/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/opengl-desktop-g3/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/opengl-desktop-g3/5.5.2/ix_values.yaml b/stable/opengl-desktop-g3/5.5.2/ix_values.yaml deleted file mode 100644 index aaef3a65f8f..00000000000 --- a/stable/opengl-desktop-g3/5.5.2/ix_values.yaml +++ /dev/null @@ -1,39 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: accetto/ubuntu-vnc-xfce-opengl-g3 - tag: latest@sha256:228b67b449e0e2f082a568e3903d7b8ff9555991b39226a82e6bc481b2eb93a6 -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/outline/12.5.4/.helmignore b/stable/opengl-desktop-g3/5.7.1/.helmignore similarity index 100% rename from stable/outline/12.5.4/.helmignore rename to stable/opengl-desktop-g3/5.7.1/.helmignore diff --git a/stable/opengl-desktop-g3/5.7.1/CHANGELOG.md b/stable/opengl-desktop-g3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..977c440937f --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [opengl-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/opengl-desktop-g3/5.7.1/Chart.yaml b/stable/opengl-desktop-g3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b1dae55b42c --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.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: 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.2 + 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.1 diff --git a/stable/opengl-desktop-g3/5.5.2/README.md b/stable/opengl-desktop-g3/5.7.1/README.md similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/README.md rename to stable/opengl-desktop-g3/5.7.1/README.md diff --git a/stable/opengl-desktop-g3/5.7.1/app-changelog.md b/stable/opengl-desktop-g3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b57ec8d0d71 --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [opengl-desktop-g3-5.7.1](https://github.com/truecharts/charts/compare/opengl-desktop-g3-5.6.0...opengl-desktop-g3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/opengl-desktop-g3/5.7.1/app-readme.md similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/app-readme.md rename to stable/opengl-desktop-g3/5.7.1/app-readme.md diff --git a/stable/opengl-desktop-g3/5.7.1/charts/common-20.2.2.tgz b/stable/opengl-desktop-g3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/opengl-desktop-g3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/opengl-desktop-g3/5.7.1/ix_values.yaml b/stable/opengl-desktop-g3/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..6ecb579a20d --- /dev/null +++ b/stable/opengl-desktop-g3/5.7.1/ix_values.yaml @@ -0,0 +1,39 @@ +image: + pullPolicy: IfNotPresent + repository: accetto/ubuntu-vnc-xfce-opengl-g3 + tag: latest@sha256:d00b5ab3c890b971fac70d02b0eed6413d47c29ed3d1176c7590a163d22ee031 +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/opengl-desktop-g3/5.5.2/questions.yaml b/stable/opengl-desktop-g3/5.7.1/questions.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/questions.yaml rename to stable/opengl-desktop-g3/5.7.1/questions.yaml diff --git a/stable/opengl-desktop-g3/5.5.2/templates/common.yaml b/stable/opengl-desktop-g3/5.7.1/templates/common.yaml similarity index 100% rename from stable/opengl-desktop-g3/5.5.2/templates/common.yaml rename to stable/opengl-desktop-g3/5.7.1/templates/common.yaml diff --git a/stable/outline/12.5.4/values.yaml b/stable/opengl-desktop-g3/5.7.1/values.yaml similarity index 100% rename from stable/outline/12.5.4/values.yaml rename to stable/opengl-desktop-g3/5.7.1/values.yaml diff --git a/stable/openhab/9.5.1/CHANGELOG.md b/stable/openhab/9.5.1/CHANGELOG.md deleted file mode 100644 index ee7ec8f29cb..00000000000 --- a/stable/openhab/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openhab-9.5.1](https://github.com/truecharts/charts/compare/openhab-9.5.0...openhab-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openhab-9.5.0](https://github.com/truecharts/charts/compare/openhab-9.4.1...openhab-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openhab-9.4.1](https://github.com/truecharts/charts/compare/openhab-9.4.0...openhab-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openhab-9.4.0](https://github.com/truecharts/charts/compare/openhab-9.3.0...openhab-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openhab-9.3.0](https://github.com/truecharts/charts/compare/openhab-9.2.3...openhab-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openhab-9.2.3](https://github.com/truecharts/charts/compare/openhab-9.2.2...openhab-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openhab-9.2.2](https://github.com/truecharts/charts/compare/openhab-9.2.0...openhab-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openhab-8.1.12](https://github.com/truecharts/charts/compare/openhab-8.1.11...openhab-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openhab-8.1.11](https://github.com/truecharts/charts/compare/openhab-8.1.10...openhab-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/openhab/9.5.1/Chart.yaml b/stable/openhab/9.5.1/Chart.yaml deleted file mode 100644 index c2d931fb8f9..00000000000 --- a/stable/openhab/9.5.1/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.1 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/openhab/9.5.1/charts/common-20.0.8.tgz b/stable/openhab/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openhab/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/overseerr/13.5.1/.helmignore b/stable/openhab/9.7.1/.helmignore similarity index 100% rename from stable/overseerr/13.5.1/.helmignore rename to stable/openhab/9.7.1/.helmignore diff --git a/stable/openhab/9.7.1/CHANGELOG.md b/stable/openhab/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7d998cb902f --- /dev/null +++ b/stable/openhab/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openhab-9.7.1](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openhab/9.7.1/Chart.yaml new file mode 100644 index 00000000000..e23225dd1d3 --- /dev/null +++ b/stable/openhab/9.7.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/openhab/9.5.1/README.md b/stable/openhab/9.7.1/README.md similarity index 100% rename from stable/openhab/9.5.1/README.md rename to stable/openhab/9.7.1/README.md diff --git a/stable/openhab/9.7.1/app-changelog.md b/stable/openhab/9.7.1/app-changelog.md new file mode 100644 index 00000000000..1524e1553c9 --- /dev/null +++ b/stable/openhab/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openhab-9.7.1](https://github.com/truecharts/charts/compare/openhab-9.6.0...openhab-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openhab/9.7.1/app-readme.md similarity index 100% rename from stable/openhab/9.5.1/app-readme.md rename to stable/openhab/9.7.1/app-readme.md diff --git a/stable/openhab/9.7.1/charts/common-20.2.2.tgz b/stable/openhab/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openhab/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openhab/9.5.1/ix_values.yaml b/stable/openhab/9.7.1/ix_values.yaml similarity index 100% rename from stable/openhab/9.5.1/ix_values.yaml rename to stable/openhab/9.7.1/ix_values.yaml diff --git a/stable/openhab/9.5.1/questions.yaml b/stable/openhab/9.7.1/questions.yaml similarity index 100% rename from stable/openhab/9.5.1/questions.yaml rename to stable/openhab/9.7.1/questions.yaml diff --git a/stable/palworld/2.5.1/templates/NOTES.txt b/stable/openhab/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/palworld/2.5.1/templates/NOTES.txt rename to stable/openhab/9.7.1/templates/NOTES.txt diff --git a/stable/openhab/9.5.1/templates/common.yaml b/stable/openhab/9.7.1/templates/common.yaml similarity index 100% rename from stable/openhab/9.5.1/templates/common.yaml rename to stable/openhab/9.7.1/templates/common.yaml diff --git a/stable/overseerr/13.5.1/values.yaml b/stable/openhab/9.7.1/values.yaml similarity index 100% rename from stable/overseerr/13.5.1/values.yaml rename to stable/openhab/9.7.1/values.yaml diff --git a/stable/openra/5.5.1/CHANGELOG.md b/stable/openra/5.5.1/CHANGELOG.md deleted file mode 100644 index fd29c19d413..00000000000 --- a/stable/openra/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openra-5.5.1](https://github.com/truecharts/charts/compare/openra-5.5.0...openra-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openra-5.5.0](https://github.com/truecharts/charts/compare/openra-5.4.1...openra-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openra-5.4.1](https://github.com/truecharts/charts/compare/openra-5.4.0...openra-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openra-5.4.0](https://github.com/truecharts/charts/compare/openra-5.3.0...openra-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openra-5.3.0](https://github.com/truecharts/charts/compare/openra-5.2.3...openra-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openra-5.2.3](https://github.com/truecharts/charts/compare/openra-5.2.2...openra-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openra-5.2.2](https://github.com/truecharts/charts/compare/openra-5.2.0...openra-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openra-4.1.11](https://github.com/truecharts/charts/compare/openra-4.1.10...openra-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openra-4.1.10](https://github.com/truecharts/charts/compare/openra-4.1.9...openra-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/openra/5.5.1/Chart.yaml b/stable/openra/5.5.1/Chart.yaml deleted file mode 100644 index cf83d296f3e..00000000000 --- a/stable/openra/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/openra/5.5.1/charts/common-20.0.8.tgz b/stable/openra/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openra/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/owi2plex/5.5.1/.helmignore b/stable/openra/5.7.1/.helmignore similarity index 100% rename from stable/owi2plex/5.5.1/.helmignore rename to stable/openra/5.7.1/.helmignore diff --git a/stable/openra/5.7.1/CHANGELOG.md b/stable/openra/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..08be281a27c --- /dev/null +++ b/stable/openra/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openra-5.7.1](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openra/5.7.1/Chart.yaml new file mode 100644 index 00000000000..00bf299746b --- /dev/null +++ b/stable/openra/5.7.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: 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.2 + 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.1 diff --git a/stable/openra/5.5.1/README.md b/stable/openra/5.7.1/README.md similarity index 100% rename from stable/openra/5.5.1/README.md rename to stable/openra/5.7.1/README.md diff --git a/stable/openra/5.7.1/app-changelog.md b/stable/openra/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a4628eb3741 --- /dev/null +++ b/stable/openra/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openra-5.7.1](https://github.com/truecharts/charts/compare/openra-5.6.0...openra-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openra/5.7.1/app-readme.md similarity index 100% rename from stable/openra/5.5.1/app-readme.md rename to stable/openra/5.7.1/app-readme.md diff --git a/stable/openra/5.7.1/charts/common-20.2.2.tgz b/stable/openra/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openra/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openra/5.5.1/ix_values.yaml b/stable/openra/5.7.1/ix_values.yaml similarity index 100% rename from stable/openra/5.5.1/ix_values.yaml rename to stable/openra/5.7.1/ix_values.yaml diff --git a/stable/openra/5.5.1/questions.yaml b/stable/openra/5.7.1/questions.yaml similarity index 100% rename from stable/openra/5.5.1/questions.yaml rename to stable/openra/5.7.1/questions.yaml diff --git a/stable/openra/5.5.1/templates/common.yaml b/stable/openra/5.7.1/templates/common.yaml similarity index 100% rename from stable/openra/5.5.1/templates/common.yaml rename to stable/openra/5.7.1/templates/common.yaml diff --git a/stable/owi2plex/5.5.1/values.yaml b/stable/openra/5.7.1/values.yaml similarity index 100% rename from stable/owi2plex/5.5.1/values.yaml rename to stable/openra/5.7.1/values.yaml diff --git a/stable/openspeedtest/8.5.1/CHANGELOG.md b/stable/openspeedtest/8.5.1/CHANGELOG.md deleted file mode 100644 index 013356d158f..00000000000 --- a/stable/openspeedtest/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openspeedtest-8.5.1](https://github.com/truecharts/charts/compare/openspeedtest-8.5.0...openspeedtest-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openspeedtest-8.5.0](https://github.com/truecharts/charts/compare/openspeedtest-8.4.1...openspeedtest-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openspeedtest-8.4.1](https://github.com/truecharts/charts/compare/openspeedtest-8.4.0...openspeedtest-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openspeedtest-8.4.0](https://github.com/truecharts/charts/compare/openspeedtest-8.3.0...openspeedtest-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openspeedtest-8.3.0](https://github.com/truecharts/charts/compare/openspeedtest-8.2.3...openspeedtest-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openspeedtest-8.2.3](https://github.com/truecharts/charts/compare/openspeedtest-8.2.2...openspeedtest-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openspeedtest-8.2.2](https://github.com/truecharts/charts/compare/openspeedtest-8.2.0...openspeedtest-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openspeedtest-7.1.12](https://github.com/truecharts/charts/compare/openspeedtest-7.1.11...openspeedtest-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openspeedtest-7.1.11](https://github.com/truecharts/charts/compare/openspeedtest-7.1.10...openspeedtest-7.1.11) (2024-01-29) - -### Chore - - - -- update container image openspeedtest/latest to latest[@0d2d940](https://github.com/0d2d940) by renovate ([#17647](https://github.com/truecharts/charts/issues/17647)) diff --git a/stable/openspeedtest/8.5.1/Chart.yaml b/stable/openspeedtest/8.5.1/Chart.yaml deleted file mode 100644 index 31b2e666293..00000000000 --- a/stable/openspeedtest/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/openspeedtest/8.5.1/charts/common-20.0.8.tgz b/stable/openspeedtest/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openspeedtest/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/owncast/13.5.1/.helmignore b/stable/openspeedtest/8.7.1/.helmignore similarity index 100% rename from stable/owncast/13.5.1/.helmignore rename to stable/openspeedtest/8.7.1/.helmignore diff --git a/stable/openspeedtest/8.7.1/CHANGELOG.md b/stable/openspeedtest/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..76d3e50ebb9 --- /dev/null +++ b/stable/openspeedtest/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openspeedtest-8.7.1](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openspeedtest/8.7.1/Chart.yaml new file mode 100644 index 00000000000..10096dee657 --- /dev/null +++ b/stable/openspeedtest/8.7.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: 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.2 + 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.1 diff --git a/stable/openspeedtest/8.5.1/README.md b/stable/openspeedtest/8.7.1/README.md similarity index 100% rename from stable/openspeedtest/8.5.1/README.md rename to stable/openspeedtest/8.7.1/README.md diff --git a/stable/openspeedtest/8.7.1/app-changelog.md b/stable/openspeedtest/8.7.1/app-changelog.md new file mode 100644 index 00000000000..19d4260bbc4 --- /dev/null +++ b/stable/openspeedtest/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openspeedtest-8.7.1](https://github.com/truecharts/charts/compare/openspeedtest-8.6.0...openspeedtest-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openspeedtest/8.7.1/app-readme.md similarity index 100% rename from stable/openspeedtest/8.5.1/app-readme.md rename to stable/openspeedtest/8.7.1/app-readme.md diff --git a/stable/openspeedtest/8.7.1/charts/common-20.2.2.tgz b/stable/openspeedtest/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openspeedtest/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openspeedtest/8.5.1/ix_values.yaml b/stable/openspeedtest/8.7.1/ix_values.yaml similarity index 100% rename from stable/openspeedtest/8.5.1/ix_values.yaml rename to stable/openspeedtest/8.7.1/ix_values.yaml diff --git a/stable/openspeedtest/8.5.1/questions.yaml b/stable/openspeedtest/8.7.1/questions.yaml similarity index 100% rename from stable/openspeedtest/8.5.1/questions.yaml rename to stable/openspeedtest/8.7.1/questions.yaml diff --git a/stable/paperless-ngx/7.6.4/templates/NOTES.txt b/stable/openspeedtest/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/paperless-ngx/7.6.4/templates/NOTES.txt rename to stable/openspeedtest/8.7.1/templates/NOTES.txt diff --git a/stable/organizr/18.5.1/templates/common.yaml b/stable/openspeedtest/8.7.1/templates/common.yaml similarity index 100% rename from stable/organizr/18.5.1/templates/common.yaml rename to stable/openspeedtest/8.7.1/templates/common.yaml diff --git a/stable/owncast/13.5.1/values.yaml b/stable/openspeedtest/8.7.1/values.yaml similarity index 100% rename from stable/owncast/13.5.1/values.yaml rename to stable/openspeedtest/8.7.1/values.yaml diff --git a/stable/openttd/5.5.1/CHANGELOG.md b/stable/openttd/5.5.1/CHANGELOG.md deleted file mode 100644 index a0896b5051d..00000000000 --- a/stable/openttd/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openttd-5.5.1](https://github.com/truecharts/charts/compare/openttd-5.5.0...openttd-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openttd-5.5.0](https://github.com/truecharts/charts/compare/openttd-5.4.1...openttd-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openttd-5.4.1](https://github.com/truecharts/charts/compare/openttd-5.4.0...openttd-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openttd-5.4.0](https://github.com/truecharts/charts/compare/openttd-5.3.0...openttd-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openttd-5.3.0](https://github.com/truecharts/charts/compare/openttd-5.2.3...openttd-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openttd-5.2.3](https://github.com/truecharts/charts/compare/openttd-5.2.2...openttd-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openttd-5.2.2](https://github.com/truecharts/charts/compare/openttd-5.2.0...openttd-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [openttd-4.1.11](https://github.com/truecharts/charts/compare/openttd-4.1.10...openttd-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [openttd-4.1.10](https://github.com/truecharts/charts/compare/openttd-4.1.9...openttd-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/openttd/5.5.1/Chart.yaml b/stable/openttd/5.5.1/Chart.yaml deleted file mode 100644 index 290cfd9a13f..00000000000 --- a/stable/openttd/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/openttd/5.5.1/charts/common-20.0.8.tgz b/stable/openttd/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/openttd/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/palworld/2.5.1/.helmignore b/stable/openttd/5.7.1/.helmignore similarity index 100% rename from stable/palworld/2.5.1/.helmignore rename to stable/openttd/5.7.1/.helmignore diff --git a/stable/openttd/5.7.1/CHANGELOG.md b/stable/openttd/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0eb2aaaccf7 --- /dev/null +++ b/stable/openttd/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openttd-5.7.1](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/openttd/5.7.1/Chart.yaml new file mode 100644 index 00000000000..dda64b407f7 --- /dev/null +++ b/stable/openttd/5.7.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: 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.2 + 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.1 diff --git a/stable/openttd/5.5.1/README.md b/stable/openttd/5.7.1/README.md similarity index 100% rename from stable/openttd/5.5.1/README.md rename to stable/openttd/5.7.1/README.md diff --git a/stable/openttd/5.7.1/app-changelog.md b/stable/openttd/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a72bc31ae7a --- /dev/null +++ b/stable/openttd/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openttd-5.7.1](https://github.com/truecharts/charts/compare/openttd-5.6.0...openttd-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/openttd/5.7.1/app-readme.md similarity index 100% rename from stable/openttd/5.5.1/app-readme.md rename to stable/openttd/5.7.1/app-readme.md diff --git a/stable/openttd/5.7.1/charts/common-20.2.2.tgz b/stable/openttd/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openttd/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/openttd/5.5.1/ix_values.yaml b/stable/openttd/5.7.1/ix_values.yaml similarity index 100% rename from stable/openttd/5.5.1/ix_values.yaml rename to stable/openttd/5.7.1/ix_values.yaml diff --git a/stable/openttd/5.5.1/questions.yaml b/stable/openttd/5.7.1/questions.yaml similarity index 100% rename from stable/openttd/5.5.1/questions.yaml rename to stable/openttd/5.7.1/questions.yaml diff --git a/stable/openttd/5.5.1/templates/common.yaml b/stable/openttd/5.7.1/templates/common.yaml similarity index 100% rename from stable/openttd/5.5.1/templates/common.yaml rename to stable/openttd/5.7.1/templates/common.yaml diff --git a/stable/palworld/2.5.1/values.yaml b/stable/openttd/5.7.1/values.yaml similarity index 100% rename from stable/palworld/2.5.1/values.yaml rename to stable/openttd/5.7.1/values.yaml diff --git a/stable/openvscode-server/9.7.0/CHANGELOG.md b/stable/openvscode-server/9.7.0/CHANGELOG.md deleted file mode 100644 index e828741d035..00000000000 --- a/stable/openvscode-server/9.7.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [openvscode-server-9.7.0](https://github.com/truecharts/charts/compare/openvscode-server-9.6.2...openvscode-server-9.7.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [openvscode-server-9.6.2](https://github.com/truecharts/charts/compare/openvscode-server-9.6.1...openvscode-server-9.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [openvscode-server-9.6.1](https://github.com/truecharts/charts/compare/openvscode-server-9.6.0...openvscode-server-9.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [openvscode-server-9.6.0](https://github.com/truecharts/charts/compare/openvscode-server-9.5.0...openvscode-server-9.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [openvscode-server-9.5.0](https://github.com/truecharts/charts/compare/openvscode-server-9.4.1...openvscode-server-9.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/openvscode-server to v1.87.0[@3842b29](https://github.com/3842b29) by renovate ([#19100](https://github.com/truecharts/charts/issues/19100)) - - -## [openvscode-server-9.4.1](https://github.com/truecharts/charts/compare/openvscode-server-9.4.0...openvscode-server-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [openvscode-server-9.4.0](https://github.com/truecharts/charts/compare/openvscode-server-9.3.0...openvscode-server-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [openvscode-server-9.3.0](https://github.com/truecharts/charts/compare/openvscode-server-9.2.4...openvscode-server-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [openvscode-server-9.2.4](https://github.com/truecharts/charts/compare/openvscode-server-9.2.3...openvscode-server-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [openvscode-server-9.2.3](https://github.com/truecharts/charts/compare/openvscode-server-9.2.1...openvscode-server-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/openvscode-server/9.7.0/Chart.yaml b/stable/openvscode-server/9.7.0/Chart.yaml deleted file mode 100644 index a542dee674a..00000000000 --- a/stable/openvscode-server/9.7.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: incubator - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.87.0 -dependencies: - - name: common - version: 20.1.5 - 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.7.0 diff --git a/stable/openvscode-server/9.7.0/charts/common-20.1.5.tgz b/stable/openvscode-server/9.7.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/openvscode-server/9.7.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/openvscode-server/9.7.0/ix_values.yaml b/stable/openvscode-server/9.7.0/ix_values.yaml deleted file mode 100644 index bbde1002c72..00000000000 --- a/stable/openvscode-server/9.7.0/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/openvscode-server - pullPolicy: IfNotPresent - tag: 1.87.0@sha256:3842b29e8861f87767b3fe2b563be04cf97c845f125dbff757e80af65c137e07 -# 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/paperless-ngx/7.6.4/.helmignore b/stable/openvscode-server/9.8.2/.helmignore similarity index 100% rename from stable/paperless-ngx/7.6.4/.helmignore rename to stable/openvscode-server/9.8.2/.helmignore diff --git a/stable/openvscode-server/9.8.2/CHANGELOG.md b/stable/openvscode-server/9.8.2/CHANGELOG.md new file mode 100644 index 00000000000..e7dfee5ee0e --- /dev/null +++ b/stable/openvscode-server/9.8.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openvscode-server-9.8.2](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.1) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/openvscode-server/9.8.2/Chart.yaml b/stable/openvscode-server/9.8.2/Chart.yaml new file mode 100644 index 00000000000..65f9e988e86 --- /dev/null +++ b/stable/openvscode-server/9.8.2/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.2 + 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.2 diff --git a/stable/openvscode-server/9.7.0/README.md b/stable/openvscode-server/9.8.2/README.md similarity index 100% rename from stable/openvscode-server/9.7.0/README.md rename to stable/openvscode-server/9.8.2/README.md diff --git a/stable/openvscode-server/9.8.2/app-changelog.md b/stable/openvscode-server/9.8.2/app-changelog.md new file mode 100644 index 00000000000..4665cd73671 --- /dev/null +++ b/stable/openvscode-server/9.8.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [openvscode-server-9.8.2](https://github.com/truecharts/charts/compare/openvscode-server-9.7.0...openvscode-server-9.8.2) (2024-03-17) + +### Chore + + + +- update container 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.7.0/app-readme.md b/stable/openvscode-server/9.8.2/app-readme.md similarity index 100% rename from stable/openvscode-server/9.7.0/app-readme.md rename to stable/openvscode-server/9.8.2/app-readme.md diff --git a/stable/openvscode-server/9.8.2/charts/common-20.2.2.tgz b/stable/openvscode-server/9.8.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/openvscode-server/9.8.2/charts/common-20.2.2.tgz differ diff --git a/stable/openvscode-server/9.8.2/ix_values.yaml b/stable/openvscode-server/9.8.2/ix_values.yaml new file mode 100644 index 00000000000..18a9763486f --- /dev/null +++ b/stable/openvscode-server/9.8.2/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/openvscode-server + pullPolicy: IfNotPresent + tag: 1.87.1@sha256:129971d91194e6bff1b2b25b241d6cb455defd84aa76ded007b9caf9d0c6cb59 +# 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.7.0/questions.yaml b/stable/openvscode-server/9.8.2/questions.yaml similarity index 100% rename from stable/openvscode-server/9.7.0/questions.yaml rename to stable/openvscode-server/9.8.2/questions.yaml diff --git a/stable/papermerge/12.5.4/templates/NOTES.txt b/stable/openvscode-server/9.8.2/templates/NOTES.txt similarity index 100% rename from stable/papermerge/12.5.4/templates/NOTES.txt rename to stable/openvscode-server/9.8.2/templates/NOTES.txt diff --git a/stable/oscam/13.5.1/templates/common.yaml b/stable/openvscode-server/9.8.2/templates/common.yaml similarity index 100% rename from stable/oscam/13.5.1/templates/common.yaml rename to stable/openvscode-server/9.8.2/templates/common.yaml diff --git a/stable/paperless-ngx/7.6.4/values.yaml b/stable/openvscode-server/9.8.2/values.yaml similarity index 100% rename from stable/paperless-ngx/7.6.4/values.yaml rename to stable/openvscode-server/9.8.2/values.yaml diff --git a/stable/organizr/18.5.1/CHANGELOG.md b/stable/organizr/18.5.1/CHANGELOG.md deleted file mode 100644 index f13d2bf2c04..00000000000 --- a/stable/organizr/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [organizr-18.5.1](https://github.com/truecharts/charts/compare/organizr-18.5.0...organizr-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [organizr-18.5.0](https://github.com/truecharts/charts/compare/organizr-18.4.1...organizr-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [organizr-18.4.1](https://github.com/truecharts/charts/compare/organizr-18.4.0...organizr-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [organizr-18.4.0](https://github.com/truecharts/charts/compare/organizr-18.3.0...organizr-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [organizr-18.3.0](https://github.com/truecharts/charts/compare/organizr-18.2.3...organizr-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [organizr-18.2.3](https://github.com/truecharts/charts/compare/organizr-18.2.2...organizr-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [organizr-18.2.2](https://github.com/truecharts/charts/compare/organizr-18.2.0...organizr-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [organizr-17.1.11](https://github.com/truecharts/charts/compare/organizr-17.1.10...organizr-17.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [organizr-17.1.10](https://github.com/truecharts/charts/compare/organizr-17.1.9...organizr-17.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/organizr/18.5.1/Chart.yaml b/stable/organizr/18.5.1/Chart.yaml deleted file mode 100644 index 6fa5c67f544..00000000000 --- a/stable/organizr/18.5.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: 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.0.8 - 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.5.1 diff --git a/stable/organizr/18.5.1/charts/common-20.0.8.tgz b/stable/organizr/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/organizr/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/papermerge/12.5.4/.helmignore b/stable/organizr/18.7.1/.helmignore similarity index 100% rename from stable/papermerge/12.5.4/.helmignore rename to stable/organizr/18.7.1/.helmignore diff --git a/stable/organizr/18.7.1/CHANGELOG.md b/stable/organizr/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ba4ee415c65 --- /dev/null +++ b/stable/organizr/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [organizr-18.7.1](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/organizr/18.7.1/Chart.yaml new file mode 100644 index 00000000000..fbf27d95bf9 --- /dev/null +++ b/stable/organizr/18.7.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: 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.2 + 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.1 diff --git a/stable/organizr/18.5.1/README.md b/stable/organizr/18.7.1/README.md similarity index 100% rename from stable/organizr/18.5.1/README.md rename to stable/organizr/18.7.1/README.md diff --git a/stable/organizr/18.7.1/app-changelog.md b/stable/organizr/18.7.1/app-changelog.md new file mode 100644 index 00000000000..286d3eacfed --- /dev/null +++ b/stable/organizr/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [organizr-18.7.1](https://github.com/truecharts/charts/compare/organizr-18.6.0...organizr-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/organizr/18.7.1/app-readme.md similarity index 100% rename from stable/organizr/18.5.1/app-readme.md rename to stable/organizr/18.7.1/app-readme.md diff --git a/stable/organizr/18.7.1/charts/common-20.2.2.tgz b/stable/organizr/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/organizr/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/organizr/18.5.1/ix_values.yaml b/stable/organizr/18.7.1/ix_values.yaml similarity index 100% rename from stable/organizr/18.5.1/ix_values.yaml rename to stable/organizr/18.7.1/ix_values.yaml diff --git a/stable/organizr/18.5.1/questions.yaml b/stable/organizr/18.7.1/questions.yaml similarity index 100% rename from stable/organizr/18.5.1/questions.yaml rename to stable/organizr/18.7.1/questions.yaml diff --git a/stable/pasta/8.5.1/templates/NOTES.txt b/stable/organizr/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/pasta/8.5.1/templates/NOTES.txt rename to stable/organizr/18.7.1/templates/NOTES.txt diff --git a/stable/overseerr/13.5.1/templates/common.yaml b/stable/organizr/18.7.1/templates/common.yaml similarity index 100% rename from stable/overseerr/13.5.1/templates/common.yaml rename to stable/organizr/18.7.1/templates/common.yaml diff --git a/stable/papermerge/12.5.4/values.yaml b/stable/organizr/18.7.1/values.yaml similarity index 100% rename from stable/papermerge/12.5.4/values.yaml rename to stable/organizr/18.7.1/values.yaml diff --git a/stable/oscam/13.5.1/CHANGELOG.md b/stable/oscam/13.5.1/CHANGELOG.md deleted file mode 100644 index 311cb3e5804..00000000000 --- a/stable/oscam/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [oscam-13.5.1](https://github.com/truecharts/charts/compare/oscam-13.5.0...oscam-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [oscam-13.5.0](https://github.com/truecharts/charts/compare/oscam-13.4.1...oscam-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [oscam-13.4.1](https://github.com/truecharts/charts/compare/oscam-13.4.0...oscam-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [oscam-13.4.0](https://github.com/truecharts/charts/compare/oscam-13.3.0...oscam-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [oscam-13.3.0](https://github.com/truecharts/charts/compare/oscam-13.2.3...oscam-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [oscam-13.2.3](https://github.com/truecharts/charts/compare/oscam-13.2.2...oscam-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [oscam-13.2.2](https://github.com/truecharts/charts/compare/oscam-13.2.0...oscam-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [oscam-12.1.11](https://github.com/truecharts/charts/compare/oscam-12.1.10...oscam-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [oscam-12.1.10](https://github.com/truecharts/charts/compare/oscam-12.1.9...oscam-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/oscam/13.5.1/Chart.yaml b/stable/oscam/13.5.1/Chart.yaml deleted file mode 100644 index ffacb5b8857..00000000000 --- a/stable/oscam/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/oscam/13.5.1/charts/common-20.0.8.tgz b/stable/oscam/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/oscam/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/passwordpusherephemeral/5.5.1/.helmignore b/stable/oscam/13.7.1/.helmignore similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/.helmignore rename to stable/oscam/13.7.1/.helmignore diff --git a/stable/oscam/13.7.1/CHANGELOG.md b/stable/oscam/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..00070749517 --- /dev/null +++ b/stable/oscam/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [oscam-13.7.1](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/oscam/13.7.1/Chart.yaml new file mode 100644 index 00000000000..5e43571f925 --- /dev/null +++ b/stable/oscam/13.7.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: 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.2 + 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.1 diff --git a/stable/oscam/13.5.1/README.md b/stable/oscam/13.7.1/README.md similarity index 100% rename from stable/oscam/13.5.1/README.md rename to stable/oscam/13.7.1/README.md diff --git a/stable/oscam/13.7.1/app-changelog.md b/stable/oscam/13.7.1/app-changelog.md new file mode 100644 index 00000000000..2c75d8c0a66 --- /dev/null +++ b/stable/oscam/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [oscam-13.7.1](https://github.com/truecharts/charts/compare/oscam-13.6.0...oscam-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/oscam/13.7.1/app-readme.md similarity index 100% rename from stable/oscam/13.5.1/app-readme.md rename to stable/oscam/13.7.1/app-readme.md diff --git a/stable/oscam/13.7.1/charts/common-20.2.2.tgz b/stable/oscam/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/oscam/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/oscam/13.5.1/ix_values.yaml b/stable/oscam/13.7.1/ix_values.yaml similarity index 100% rename from stable/oscam/13.5.1/ix_values.yaml rename to stable/oscam/13.7.1/ix_values.yaml diff --git a/stable/oscam/13.5.1/questions.yaml b/stable/oscam/13.7.1/questions.yaml similarity index 100% rename from stable/oscam/13.5.1/questions.yaml rename to stable/oscam/13.7.1/questions.yaml diff --git a/stable/pastey/6.5.1/templates/NOTES.txt b/stable/oscam/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/pastey/6.5.1/templates/NOTES.txt rename to stable/oscam/13.7.1/templates/NOTES.txt diff --git a/stable/owncast/13.5.1/templates/common.yaml b/stable/oscam/13.7.1/templates/common.yaml similarity index 100% rename from stable/owncast/13.5.1/templates/common.yaml rename to stable/oscam/13.7.1/templates/common.yaml diff --git a/stable/passwordpusherephemeral/5.5.1/values.yaml b/stable/oscam/13.7.1/values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/values.yaml rename to stable/oscam/13.7.1/values.yaml diff --git a/stable/outline/12.5.4/CHANGELOG.md b/stable/outline/12.5.4/CHANGELOG.md deleted file mode 100644 index 480535bcb62..00000000000 --- a/stable/outline/12.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [outline-12.5.4](https://github.com/truecharts/charts/compare/outline-12.5.3...outline-12.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [outline-12.5.3](https://github.com/truecharts/charts/compare/outline-12.5.2...outline-12.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [outline-12.5.2](https://github.com/truecharts/charts/compare/outline-12.5.1...outline-12.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [outline-12.5.1](https://github.com/truecharts/charts/compare/outline-12.5.0...outline-12.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [outline-12.5.0](https://github.com/truecharts/charts/compare/outline-12.4.1...outline-12.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [outline-12.4.1](https://github.com/truecharts/charts/compare/outline-12.4.0...outline-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [outline-12.4.0](https://github.com/truecharts/charts/compare/outline-12.3.0...outline-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [outline-12.3.0](https://github.com/truecharts/charts/compare/outline-12.2.3...outline-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [outline-12.2.3](https://github.com/truecharts/charts/compare/outline-12.2.2...outline-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [outline-12.2.2](https://github.com/truecharts/charts/compare/outline-12.2.0...outline-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/outline/12.5.4/Chart.yaml b/stable/outline/12.5.4/Chart.yaml deleted file mode 100644 index 8b184094ade..00000000000 --- a/stable/outline/12.5.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: 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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/outline/12.5.4/charts/common-20.0.9.tgz b/stable/outline/12.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/outline/12.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/outline/12.5.4/charts/redis-13.0.3.tgz b/stable/outline/12.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/outline/12.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/pasta/8.5.1/.helmignore b/stable/outline/12.7.1/.helmignore similarity index 100% rename from stable/pasta/8.5.1/.helmignore rename to stable/outline/12.7.1/.helmignore diff --git a/stable/outline/12.7.1/CHANGELOG.md b/stable/outline/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3c98877ddf1 --- /dev/null +++ b/stable/outline/12.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [outline-12.7.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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/outline/12.7.1/Chart.yaml b/stable/outline/12.7.1/Chart.yaml new file mode 100644 index 00000000000..c247a596c57 --- /dev/null +++ b/stable/outline/12.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/outline/12.5.4/README.md b/stable/outline/12.7.1/README.md similarity index 100% rename from stable/outline/12.5.4/README.md rename to stable/outline/12.7.1/README.md diff --git a/stable/outline/12.7.1/app-changelog.md b/stable/outline/12.7.1/app-changelog.md new file mode 100644 index 00000000000..89d520ad3fe --- /dev/null +++ b/stable/outline/12.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [outline-12.7.1](https://github.com/truecharts/charts/compare/outline-12.6.0...outline-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/outline/12.7.1/app-readme.md similarity index 100% rename from stable/outline/12.5.4/app-readme.md rename to stable/outline/12.7.1/app-readme.md diff --git a/stable/outline/12.7.1/charts/common-20.2.2.tgz b/stable/outline/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/outline/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/outline/12.7.1/charts/redis-13.0.5.tgz b/stable/outline/12.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/outline/12.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/outline/12.5.4/ix_values.yaml b/stable/outline/12.7.1/ix_values.yaml similarity index 100% rename from stable/outline/12.5.4/ix_values.yaml rename to stable/outline/12.7.1/ix_values.yaml diff --git a/stable/outline/12.5.4/questions.yaml b/stable/outline/12.7.1/questions.yaml similarity index 100% rename from stable/outline/12.5.4/questions.yaml rename to stable/outline/12.7.1/questions.yaml diff --git a/stable/peanut/1.3.1/templates/NOTES.txt b/stable/outline/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/peanut/1.3.1/templates/NOTES.txt rename to stable/outline/12.7.1/templates/NOTES.txt diff --git a/stable/outline/12.5.4/templates/_secrets.tpl b/stable/outline/12.7.1/templates/_secrets.tpl similarity index 100% rename from stable/outline/12.5.4/templates/_secrets.tpl rename to stable/outline/12.7.1/templates/_secrets.tpl diff --git a/stable/outline/12.5.4/templates/common.yaml b/stable/outline/12.7.1/templates/common.yaml similarity index 100% rename from stable/outline/12.5.4/templates/common.yaml rename to stable/outline/12.7.1/templates/common.yaml diff --git a/stable/pasta/8.5.1/values.yaml b/stable/outline/12.7.1/values.yaml similarity index 100% rename from stable/pasta/8.5.1/values.yaml rename to stable/outline/12.7.1/values.yaml diff --git a/stable/overseerr/13.5.1/CHANGELOG.md b/stable/overseerr/13.5.1/CHANGELOG.md deleted file mode 100644 index 25379faedb6..00000000000 --- a/stable/overseerr/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [overseerr-13.5.1](https://github.com/truecharts/charts/compare/overseerr-13.5.0...overseerr-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [overseerr-13.5.0](https://github.com/truecharts/charts/compare/overseerr-13.4.1...overseerr-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [overseerr-13.4.1](https://github.com/truecharts/charts/compare/overseerr-13.4.0...overseerr-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [overseerr-13.4.0](https://github.com/truecharts/charts/compare/overseerr-13.3.0...overseerr-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [overseerr-13.3.0](https://github.com/truecharts/charts/compare/overseerr-13.2.3...overseerr-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [overseerr-13.2.3](https://github.com/truecharts/charts/compare/overseerr-13.2.2...overseerr-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [overseerr-13.2.2](https://github.com/truecharts/charts/compare/overseerr-13.2.0...overseerr-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [overseerr-12.1.11](https://github.com/truecharts/charts/compare/overseerr-12.1.10...overseerr-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [overseerr-12.1.10](https://github.com/truecharts/charts/compare/overseerr-12.1.9...overseerr-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/overseerr/13.5.1/Chart.yaml b/stable/overseerr/13.5.1/Chart.yaml deleted file mode 100644 index cee711d5c6b..00000000000 --- a/stable/overseerr/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/overseerr/13.5.1/charts/common-20.0.8.tgz b/stable/overseerr/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/overseerr/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pastey/6.5.1/.helmignore b/stable/overseerr/13.7.1/.helmignore similarity index 100% rename from stable/pastey/6.5.1/.helmignore rename to stable/overseerr/13.7.1/.helmignore diff --git a/stable/overseerr/13.7.1/CHANGELOG.md b/stable/overseerr/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d08167aa365 --- /dev/null +++ b/stable/overseerr/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [overseerr-13.7.1](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/overseerr/13.7.1/Chart.yaml new file mode 100644 index 00000000000..b126744cb53 --- /dev/null +++ b/stable/overseerr/13.7.1/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.2 + 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.1 diff --git a/stable/overseerr/13.5.1/README.md b/stable/overseerr/13.7.1/README.md similarity index 100% rename from stable/overseerr/13.5.1/README.md rename to stable/overseerr/13.7.1/README.md diff --git a/stable/overseerr/13.7.1/app-changelog.md b/stable/overseerr/13.7.1/app-changelog.md new file mode 100644 index 00000000000..7dc91a59863 --- /dev/null +++ b/stable/overseerr/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [overseerr-13.7.1](https://github.com/truecharts/charts/compare/overseerr-13.6.0...overseerr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/overseerr/13.7.1/app-readme.md similarity index 100% rename from stable/overseerr/13.5.1/app-readme.md rename to stable/overseerr/13.7.1/app-readme.md diff --git a/stable/overseerr/13.7.1/charts/common-20.2.2.tgz b/stable/overseerr/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/overseerr/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/overseerr/13.5.1/ix_values.yaml b/stable/overseerr/13.7.1/ix_values.yaml similarity index 100% rename from stable/overseerr/13.5.1/ix_values.yaml rename to stable/overseerr/13.7.1/ix_values.yaml diff --git a/stable/overseerr/13.5.1/questions.yaml b/stable/overseerr/13.7.1/questions.yaml similarity index 100% rename from stable/overseerr/13.5.1/questions.yaml rename to stable/overseerr/13.7.1/questions.yaml diff --git a/stable/pgadmin/15.6.1/templates/NOTES.txt b/stable/overseerr/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/pgadmin/15.6.1/templates/NOTES.txt rename to stable/overseerr/13.7.1/templates/NOTES.txt diff --git a/stable/pastey/6.5.1/templates/common.yaml b/stable/overseerr/13.7.1/templates/common.yaml similarity index 100% rename from stable/pastey/6.5.1/templates/common.yaml rename to stable/overseerr/13.7.1/templates/common.yaml diff --git a/stable/pastey/6.5.1/values.yaml b/stable/overseerr/13.7.1/values.yaml similarity index 100% rename from stable/pastey/6.5.1/values.yaml rename to stable/overseerr/13.7.1/values.yaml diff --git a/stable/owi2plex/5.5.1/CHANGELOG.md b/stable/owi2plex/5.5.1/CHANGELOG.md deleted file mode 100644 index cf15c768d74..00000000000 --- a/stable/owi2plex/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [owi2plex-5.5.1](https://github.com/truecharts/charts/compare/owi2plex-5.5.0...owi2plex-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [owi2plex-5.5.0](https://github.com/truecharts/charts/compare/owi2plex-5.4.1...owi2plex-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [owi2plex-5.4.1](https://github.com/truecharts/charts/compare/owi2plex-5.4.0...owi2plex-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [owi2plex-5.4.0](https://github.com/truecharts/charts/compare/owi2plex-5.3.0...owi2plex-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [owi2plex-5.3.0](https://github.com/truecharts/charts/compare/owi2plex-5.2.3...owi2plex-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [owi2plex-5.2.3](https://github.com/truecharts/charts/compare/owi2plex-5.2.2...owi2plex-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [owi2plex-5.2.2](https://github.com/truecharts/charts/compare/owi2plex-5.2.0...owi2plex-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [owi2plex-4.1.11](https://github.com/truecharts/charts/compare/owi2plex-4.1.10...owi2plex-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [owi2plex-4.1.10](https://github.com/truecharts/charts/compare/owi2plex-4.1.9...owi2plex-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/owi2plex/5.5.1/Chart.yaml b/stable/owi2plex/5.5.1/Chart.yaml deleted file mode 100644 index 8b978d506f3..00000000000 --- a/stable/owi2plex/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/owi2plex/5.5.1/charts/common-20.0.8.tgz b/stable/owi2plex/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/owi2plex/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pavlovvr/5.5.1/.helmignore b/stable/owi2plex/5.7.1/.helmignore similarity index 100% rename from stable/pavlovvr/5.5.1/.helmignore rename to stable/owi2plex/5.7.1/.helmignore diff --git a/stable/owi2plex/5.7.1/CHANGELOG.md b/stable/owi2plex/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bb305b1bd7d --- /dev/null +++ b/stable/owi2plex/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owi2plex-5.7.1](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/owi2plex/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7614981a504 --- /dev/null +++ b/stable/owi2plex/5.7.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: 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.2 + 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.1 diff --git a/stable/owi2plex/5.5.1/README.md b/stable/owi2plex/5.7.1/README.md similarity index 100% rename from stable/owi2plex/5.5.1/README.md rename to stable/owi2plex/5.7.1/README.md diff --git a/stable/owi2plex/5.7.1/app-changelog.md b/stable/owi2plex/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1d5e52c83a3 --- /dev/null +++ b/stable/owi2plex/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [owi2plex-5.7.1](https://github.com/truecharts/charts/compare/owi2plex-5.6.0...owi2plex-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/owi2plex/5.7.1/app-readme.md similarity index 100% rename from stable/owi2plex/5.5.1/app-readme.md rename to stable/owi2plex/5.7.1/app-readme.md diff --git a/stable/owi2plex/5.7.1/charts/common-20.2.2.tgz b/stable/owi2plex/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/owi2plex/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/owi2plex/5.5.1/ix_values.yaml b/stable/owi2plex/5.7.1/ix_values.yaml similarity index 100% rename from stable/owi2plex/5.5.1/ix_values.yaml rename to stable/owi2plex/5.7.1/ix_values.yaml diff --git a/stable/owi2plex/5.5.1/questions.yaml b/stable/owi2plex/5.7.1/questions.yaml similarity index 100% rename from stable/owi2plex/5.5.1/questions.yaml rename to stable/owi2plex/5.7.1/questions.yaml diff --git a/stable/owi2plex/5.5.1/templates/common.yaml b/stable/owi2plex/5.7.1/templates/common.yaml similarity index 100% rename from stable/owi2plex/5.5.1/templates/common.yaml rename to stable/owi2plex/5.7.1/templates/common.yaml diff --git a/stable/pavlovvr/5.5.1/values.yaml b/stable/owi2plex/5.7.1/values.yaml similarity index 100% rename from stable/pavlovvr/5.5.1/values.yaml rename to stable/owi2plex/5.7.1/values.yaml diff --git a/stable/owncast/13.5.1/CHANGELOG.md b/stable/owncast/13.5.1/CHANGELOG.md deleted file mode 100644 index fe8c1a54f56..00000000000 --- a/stable/owncast/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [owncast-13.5.1](https://github.com/truecharts/charts/compare/owncast-13.5.0...owncast-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [owncast-13.5.0](https://github.com/truecharts/charts/compare/owncast-13.4.1...owncast-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [owncast-13.4.1](https://github.com/truecharts/charts/compare/owncast-13.4.0...owncast-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [owncast-13.4.0](https://github.com/truecharts/charts/compare/owncast-13.3.0...owncast-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [owncast-13.3.0](https://github.com/truecharts/charts/compare/owncast-13.2.3...owncast-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [owncast-13.2.3](https://github.com/truecharts/charts/compare/owncast-13.2.2...owncast-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [owncast-13.2.2](https://github.com/truecharts/charts/compare/owncast-13.2.0...owncast-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [owncast-12.1.11](https://github.com/truecharts/charts/compare/owncast-12.1.10...owncast-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [owncast-12.1.10](https://github.com/truecharts/charts/compare/owncast-12.1.9...owncast-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/owncast/13.5.1/Chart.yaml b/stable/owncast/13.5.1/Chart.yaml deleted file mode 100644 index c4a5e726682..00000000000 --- a/stable/owncast/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/owncast/13.5.1/charts/common-20.0.8.tgz b/stable/owncast/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/owncast/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/peanut/1.3.1/.helmignore b/stable/owncast/13.7.1/.helmignore similarity index 100% rename from stable/peanut/1.3.1/.helmignore rename to stable/owncast/13.7.1/.helmignore diff --git a/stable/owncast/13.7.1/CHANGELOG.md b/stable/owncast/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a7bf19afc27 --- /dev/null +++ b/stable/owncast/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [owncast-13.7.1](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/owncast/13.7.1/Chart.yaml new file mode 100644 index 00000000000..5b31a120724 --- /dev/null +++ b/stable/owncast/13.7.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: 0.1.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/owncast/13.5.1/README.md b/stable/owncast/13.7.1/README.md similarity index 100% rename from stable/owncast/13.5.1/README.md rename to stable/owncast/13.7.1/README.md diff --git a/stable/owncast/13.7.1/app-changelog.md b/stable/owncast/13.7.1/app-changelog.md new file mode 100644 index 00000000000..0f5d9f3d0ac --- /dev/null +++ b/stable/owncast/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [owncast-13.7.1](https://github.com/truecharts/charts/compare/owncast-13.6.0...owncast-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/owncast/13.7.1/app-readme.md similarity index 100% rename from stable/owncast/13.5.1/app-readme.md rename to stable/owncast/13.7.1/app-readme.md diff --git a/stable/owncast/13.7.1/charts/common-20.2.2.tgz b/stable/owncast/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/owncast/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/owncast/13.5.1/ix_values.yaml b/stable/owncast/13.7.1/ix_values.yaml similarity index 100% rename from stable/owncast/13.5.1/ix_values.yaml rename to stable/owncast/13.7.1/ix_values.yaml diff --git a/stable/owncast/13.5.1/questions.yaml b/stable/owncast/13.7.1/questions.yaml similarity index 100% rename from stable/owncast/13.5.1/questions.yaml rename to stable/owncast/13.7.1/questions.yaml diff --git a/stable/photoprism/20.9.1/templates/NOTES.txt b/stable/owncast/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/photoprism/20.9.1/templates/NOTES.txt rename to stable/owncast/13.7.1/templates/NOTES.txt diff --git a/stable/peanut/1.3.1/templates/common.yaml b/stable/owncast/13.7.1/templates/common.yaml similarity index 100% rename from stable/peanut/1.3.1/templates/common.yaml rename to stable/owncast/13.7.1/templates/common.yaml diff --git a/stable/peanut/1.3.1/values.yaml b/stable/owncast/13.7.1/values.yaml similarity index 100% rename from stable/peanut/1.3.1/values.yaml rename to stable/owncast/13.7.1/values.yaml diff --git a/stable/palworld/2.5.1/CHANGELOG.md b/stable/palworld/2.5.1/CHANGELOG.md deleted file mode 100644 index 2cd62f6348b..00000000000 --- a/stable/palworld/2.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [palworld-2.5.1](https://github.com/truecharts/charts/compare/palworld-2.5.0...palworld-2.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [palworld-2.5.0](https://github.com/truecharts/charts/compare/palworld-2.4.1...palworld-2.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [palworld-2.4.1](https://github.com/truecharts/charts/compare/palworld-2.4.0...palworld-2.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [palworld-2.4.0](https://github.com/truecharts/charts/compare/palworld-2.3.1...palworld-2.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [palworld-2.3.1](https://github.com/truecharts/charts/compare/palworld-2.3.0...palworld-2.3.1) (2024-03-06) - - -## [palworld-2.3.0](https://github.com/truecharts/charts/compare/palworld-2.2.3...palworld-2.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [palworld-2.2.3](https://github.com/truecharts/charts/compare/palworld-2.2.2...palworld-2.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [palworld-2.2.2](https://github.com/truecharts/charts/compare/palworld-2.2.0...palworld-2.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [palworld-1.0.3](https://github.com/truecharts/charts/compare/palworld-1.0.2...palworld-1.0.3) (2024-02-14) - - -## [palworld-1.0.2](https://github.com/truecharts/charts/compare/palworld-1.0.1...palworld-1.0.2) (2024-02-12) - -### Chore - - - -- update container image outdead/rcon to latest[@f4ab6d4](https://github.com/f4ab6d4) by renovate ([#18101](https://github.com/truecharts/charts/issues/18101)) - diff --git a/stable/palworld/2.5.1/Chart.yaml b/stable/palworld/2.5.1/Chart.yaml deleted file mode 100644 index 8e0b7733169..00000000000 --- a/stable/palworld/2.5.1/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.0.8 - 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.5.1 diff --git a/stable/palworld/2.5.1/charts/common-20.0.8.tgz b/stable/palworld/2.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/palworld/2.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pgadmin/15.6.1/.helmignore b/stable/palworld/2.7.1/.helmignore similarity index 100% rename from stable/pgadmin/15.6.1/.helmignore rename to stable/palworld/2.7.1/.helmignore diff --git a/stable/palworld/2.7.1/CHANGELOG.md b/stable/palworld/2.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bc8b98ccc22 --- /dev/null +++ b/stable/palworld/2.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [palworld-2.7.1](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/palworld/2.7.1/Chart.yaml new file mode 100644 index 00000000000..1d2d073f429 --- /dev/null +++ b/stable/palworld/2.7.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: 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.2 + 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.1 diff --git a/stable/palworld/2.5.1/README.md b/stable/palworld/2.7.1/README.md similarity index 100% rename from stable/palworld/2.5.1/README.md rename to stable/palworld/2.7.1/README.md diff --git a/stable/palworld/2.7.1/app-changelog.md b/stable/palworld/2.7.1/app-changelog.md new file mode 100644 index 00000000000..11f01cef581 --- /dev/null +++ b/stable/palworld/2.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [palworld-2.7.1](https://github.com/truecharts/charts/compare/palworld-2.6.0...palworld-2.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/palworld/2.7.1/app-readme.md similarity index 100% rename from stable/palworld/2.5.1/app-readme.md rename to stable/palworld/2.7.1/app-readme.md diff --git a/stable/palworld/2.7.1/charts/common-20.2.2.tgz b/stable/palworld/2.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/palworld/2.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/palworld/2.5.1/ix_values.yaml b/stable/palworld/2.7.1/ix_values.yaml similarity index 100% rename from stable/palworld/2.5.1/ix_values.yaml rename to stable/palworld/2.7.1/ix_values.yaml diff --git a/stable/palworld/2.5.1/questions.yaml b/stable/palworld/2.7.1/questions.yaml similarity index 100% rename from stable/palworld/2.5.1/questions.yaml rename to stable/palworld/2.7.1/questions.yaml diff --git a/stable/photoshow/10.5.1/templates/NOTES.txt b/stable/palworld/2.7.1/templates/NOTES.txt similarity index 100% rename from stable/photoshow/10.5.1/templates/NOTES.txt rename to stable/palworld/2.7.1/templates/NOTES.txt diff --git a/stable/palworld/2.5.1/templates/_configmap.tpl b/stable/palworld/2.7.1/templates/_configmap.tpl similarity index 100% rename from stable/palworld/2.5.1/templates/_configmap.tpl rename to stable/palworld/2.7.1/templates/_configmap.tpl diff --git a/stable/palworld/2.5.1/templates/common.yaml b/stable/palworld/2.7.1/templates/common.yaml similarity index 100% rename from stable/palworld/2.5.1/templates/common.yaml rename to stable/palworld/2.7.1/templates/common.yaml diff --git a/stable/pgadmin/15.6.1/values.yaml b/stable/palworld/2.7.1/values.yaml similarity index 100% rename from stable/pgadmin/15.6.1/values.yaml rename to stable/palworld/2.7.1/values.yaml diff --git a/stable/paperless-ngx/7.6.4/CHANGELOG.md b/stable/paperless-ngx/7.6.4/CHANGELOG.md deleted file mode 100644 index 869f1ce93d2..00000000000 --- a/stable/paperless-ngx/7.6.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [paperless-ngx-7.6.4](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.3...paperless-ngx-7.6.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [paperless-ngx-7.6.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.2...paperless-ngx-7.6.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [paperless-ngx-7.6.2](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.1...paperless-ngx-7.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [paperless-ngx-7.6.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.6.0...paperless-ngx-7.6.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [paperless-ngx-7.6.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.5.0...paperless-ngx-7.6.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [paperless-ngx-7.5.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.4.1...paperless-ngx-7.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/paperless-ngx/paperless-ngx to v2.6.2[@9483e2f](https://github.com/9483e2f) by renovate ([#19102](https://github.com/truecharts/charts/issues/19102)) - - -## [paperless-ngx-7.4.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.4.0...paperless-ngx-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [paperless-ngx-7.4.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.3.0...paperless-ngx-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [paperless-ngx-7.3.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.3...paperless-ngx-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [paperless-ngx-7.2.3](https://github.com/truecharts/charts/compare/paperless-ngx-7.2.2...paperless-ngx-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again \ No newline at end of file diff --git a/stable/paperless-ngx/7.6.4/Chart.yaml b/stable/paperless-ngx/7.6.4/Chart.yaml deleted file mode 100644 index f42508429d2..00000000000 --- a/stable/paperless-ngx/7.6.4/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.2 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.6.4 diff --git a/stable/paperless-ngx/7.6.4/charts/common-20.0.9.tgz b/stable/paperless-ngx/7.6.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/paperless-ngx/7.6.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/paperless-ngx/7.6.4/charts/redis-13.0.3.tgz b/stable/paperless-ngx/7.6.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/paperless-ngx/7.6.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/phoronix-test-suite/5.5.1/.helmignore b/stable/paperless-ngx/7.8.1/.helmignore similarity index 100% rename from stable/phoronix-test-suite/5.5.1/.helmignore rename to stable/paperless-ngx/7.8.1/.helmignore diff --git a/stable/paperless-ngx/7.8.1/CHANGELOG.md b/stable/paperless-ngx/7.8.1/CHANGELOG.md new file mode 100644 index 00000000000..d7adfaadfbc --- /dev/null +++ b/stable/paperless-ngx/7.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.0) (2024-03-16) + +### Chore + + + +- update container 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/paperless-ngx/7.8.1/Chart.yaml b/stable/paperless-ngx/7.8.1/Chart.yaml new file mode 100644 index 00000000000..59c7d05d735 --- /dev/null +++ b/stable/paperless-ngx/7.8.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.6.2 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.8.1 diff --git a/stable/paperless-ngx/7.6.4/README.md b/stable/paperless-ngx/7.8.1/README.md similarity index 100% rename from stable/paperless-ngx/7.6.4/README.md rename to stable/paperless-ngx/7.8.1/README.md diff --git a/stable/paperless-ngx/7.8.1/app-changelog.md b/stable/paperless-ngx/7.8.1/app-changelog.md new file mode 100644 index 00000000000..dd04e868676 --- /dev/null +++ b/stable/paperless-ngx/7.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [paperless-ngx-7.8.1](https://github.com/truecharts/charts/compare/paperless-ngx-7.7.0...paperless-ngx-7.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.4/app-readme.md b/stable/paperless-ngx/7.8.1/app-readme.md similarity index 100% rename from stable/paperless-ngx/7.6.4/app-readme.md rename to stable/paperless-ngx/7.8.1/app-readme.md diff --git a/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz b/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/paperless-ngx/7.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz b/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/paperless-ngx/7.8.1/charts/redis-13.0.5.tgz differ diff --git a/stable/paperless-ngx/7.6.4/ix_values.yaml b/stable/paperless-ngx/7.8.1/ix_values.yaml similarity index 100% rename from stable/paperless-ngx/7.6.4/ix_values.yaml rename to stable/paperless-ngx/7.8.1/ix_values.yaml diff --git a/stable/paperless-ngx/7.6.4/questions.yaml b/stable/paperless-ngx/7.8.1/questions.yaml similarity index 100% rename from stable/paperless-ngx/7.6.4/questions.yaml rename to stable/paperless-ngx/7.8.1/questions.yaml diff --git a/stable/photostructure/7.5.1/templates/NOTES.txt b/stable/paperless-ngx/7.8.1/templates/NOTES.txt similarity index 100% rename from stable/photostructure/7.5.1/templates/NOTES.txt rename to stable/paperless-ngx/7.8.1/templates/NOTES.txt diff --git a/stable/paperless-ngx/7.6.4/templates/_secrets.tpl b/stable/paperless-ngx/7.8.1/templates/_secrets.tpl similarity index 100% rename from stable/paperless-ngx/7.6.4/templates/_secrets.tpl rename to stable/paperless-ngx/7.8.1/templates/_secrets.tpl diff --git a/stable/paperless-ngx/7.6.4/templates/common.yaml b/stable/paperless-ngx/7.8.1/templates/common.yaml similarity index 100% rename from stable/paperless-ngx/7.6.4/templates/common.yaml rename to stable/paperless-ngx/7.8.1/templates/common.yaml diff --git a/stable/phoronix-test-suite/5.5.1/values.yaml b/stable/paperless-ngx/7.8.1/values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.5.1/values.yaml rename to stable/paperless-ngx/7.8.1/values.yaml diff --git a/stable/papermerge/12.5.4/CHANGELOG.md b/stable/papermerge/12.5.4/CHANGELOG.md deleted file mode 100644 index 44248426c4f..00000000000 --- a/stable/papermerge/12.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [papermerge-12.5.4](https://github.com/truecharts/charts/compare/papermerge-12.5.3...papermerge-12.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [papermerge-12.5.3](https://github.com/truecharts/charts/compare/papermerge-12.5.2...papermerge-12.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [papermerge-12.5.2](https://github.com/truecharts/charts/compare/papermerge-12.5.1...papermerge-12.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [papermerge-12.5.1](https://github.com/truecharts/charts/compare/papermerge-12.5.0...papermerge-12.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [papermerge-12.5.0](https://github.com/truecharts/charts/compare/papermerge-12.4.1...papermerge-12.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [papermerge-12.4.1](https://github.com/truecharts/charts/compare/papermerge-12.4.0...papermerge-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [papermerge-12.4.0](https://github.com/truecharts/charts/compare/papermerge-12.3.0...papermerge-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [papermerge-12.3.0](https://github.com/truecharts/charts/compare/papermerge-12.2.3...papermerge-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [papermerge-12.2.3](https://github.com/truecharts/charts/compare/papermerge-12.2.2...papermerge-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [papermerge-12.2.2](https://github.com/truecharts/charts/compare/papermerge-12.2.0...papermerge-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/papermerge/12.5.4/Chart.yaml b/stable/papermerge/12.5.4/Chart.yaml deleted file mode 100644 index cfac282aaa8..00000000000 --- a/stable/papermerge/12.5.4/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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/papermerge/12.5.4/charts/common-20.0.9.tgz b/stable/papermerge/12.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/papermerge/12.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/papermerge/12.5.4/charts/redis-13.0.3.tgz b/stable/papermerge/12.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/papermerge/12.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/photo-stream/5.5.1/.helmignore b/stable/papermerge/12.7.1/.helmignore similarity index 100% rename from stable/photo-stream/5.5.1/.helmignore rename to stable/papermerge/12.7.1/.helmignore diff --git a/stable/papermerge/12.7.1/CHANGELOG.md b/stable/papermerge/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..36f7dbe8e55 --- /dev/null +++ b/stable/papermerge/12.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [papermerge-12.7.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.0) (2024-03-16) + +### Chore + + + +- update container 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/papermerge/12.7.1/Chart.yaml b/stable/papermerge/12.7.1/Chart.yaml new file mode 100644 index 00000000000..dbaadcfdd94 --- /dev/null +++ b/stable/papermerge/12.7.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/papermerge/12.5.4/README.md b/stable/papermerge/12.7.1/README.md similarity index 100% rename from stable/papermerge/12.5.4/README.md rename to stable/papermerge/12.7.1/README.md diff --git a/stable/papermerge/12.7.1/app-changelog.md b/stable/papermerge/12.7.1/app-changelog.md new file mode 100644 index 00000000000..2a7ea53e467 --- /dev/null +++ b/stable/papermerge/12.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [papermerge-12.7.1](https://github.com/truecharts/charts/compare/papermerge-12.6.0...papermerge-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/papermerge/12.7.1/app-readme.md similarity index 100% rename from stable/papermerge/12.5.4/app-readme.md rename to stable/papermerge/12.7.1/app-readme.md diff --git a/stable/papermerge/12.7.1/charts/common-20.2.2.tgz b/stable/papermerge/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/papermerge/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/papermerge/12.7.1/charts/redis-13.0.5.tgz b/stable/papermerge/12.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/papermerge/12.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/papermerge/12.5.4/ix_values.yaml b/stable/papermerge/12.7.1/ix_values.yaml similarity index 100% rename from stable/papermerge/12.5.4/ix_values.yaml rename to stable/papermerge/12.7.1/ix_values.yaml diff --git a/stable/papermerge/12.5.4/questions.yaml b/stable/papermerge/12.7.1/questions.yaml similarity index 100% rename from stable/papermerge/12.5.4/questions.yaml rename to stable/papermerge/12.7.1/questions.yaml diff --git a/stable/photoview/13.5.1/templates/NOTES.txt b/stable/papermerge/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/photoview/13.5.1/templates/NOTES.txt rename to stable/papermerge/12.7.1/templates/NOTES.txt diff --git a/stable/papermerge/12.5.4/templates/_secrets.tpl b/stable/papermerge/12.7.1/templates/_secrets.tpl similarity index 100% rename from stable/papermerge/12.5.4/templates/_secrets.tpl rename to stable/papermerge/12.7.1/templates/_secrets.tpl diff --git a/stable/papermerge/12.5.4/templates/common.yaml b/stable/papermerge/12.7.1/templates/common.yaml similarity index 100% rename from stable/papermerge/12.5.4/templates/common.yaml rename to stable/papermerge/12.7.1/templates/common.yaml diff --git a/stable/photo-stream/5.5.1/values.yaml b/stable/papermerge/12.7.1/values.yaml similarity index 100% rename from stable/photo-stream/5.5.1/values.yaml rename to stable/papermerge/12.7.1/values.yaml diff --git a/stable/passwordpusherephemeral/5.5.1/CHANGELOG.md b/stable/passwordpusherephemeral/5.5.1/CHANGELOG.md deleted file mode 100644 index be0f30bae1a..00000000000 --- a/stable/passwordpusherephemeral/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [passwordpusherephemeral-5.5.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.5.0...passwordpusherephemeral-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [passwordpusherephemeral-5.5.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.4.1...passwordpusherephemeral-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [passwordpusherephemeral-5.4.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.4.0...passwordpusherephemeral-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [passwordpusherephemeral-5.4.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.3.0...passwordpusherephemeral-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [passwordpusherephemeral-5.3.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.3...passwordpusherephemeral-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [passwordpusherephemeral-5.2.3](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.2...passwordpusherephemeral-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [passwordpusherephemeral-5.2.2](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.2.0...passwordpusherephemeral-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [passwordpusherephemeral-4.1.11](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.10...passwordpusherephemeral-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [passwordpusherephemeral-4.1.10](https://github.com/truecharts/charts/compare/passwordpusherephemeral-4.1.9...passwordpusherephemeral-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/passwordpusherephemeral/5.5.1/Chart.yaml b/stable/passwordpusherephemeral/5.5.1/Chart.yaml deleted file mode 100644 index 75eae06c218..00000000000 --- a/stable/passwordpusherephemeral/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/passwordpusherephemeral/5.5.1/charts/common-20.0.8.tgz b/stable/passwordpusherephemeral/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/passwordpusherephemeral/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/photoprism/20.9.1/.helmignore b/stable/passwordpusherephemeral/5.7.1/.helmignore similarity index 100% rename from stable/photoprism/20.9.1/.helmignore rename to stable/passwordpusherephemeral/5.7.1/.helmignore diff --git a/stable/passwordpusherephemeral/5.7.1/CHANGELOG.md b/stable/passwordpusherephemeral/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d42212f6f6e --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [passwordpusherephemeral-5.7.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/passwordpusherephemeral/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2cadca55122 --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.1/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.2 + 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.1 diff --git a/stable/passwordpusherephemeral/5.5.1/README.md b/stable/passwordpusherephemeral/5.7.1/README.md similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/README.md rename to stable/passwordpusherephemeral/5.7.1/README.md diff --git a/stable/passwordpusherephemeral/5.7.1/app-changelog.md b/stable/passwordpusherephemeral/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b82d27cb467 --- /dev/null +++ b/stable/passwordpusherephemeral/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [passwordpusherephemeral-5.7.1](https://github.com/truecharts/charts/compare/passwordpusherephemeral-5.6.0...passwordpusherephemeral-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/passwordpusherephemeral/5.7.1/app-readme.md similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/app-readme.md rename to stable/passwordpusherephemeral/5.7.1/app-readme.md diff --git a/stable/passwordpusherephemeral/5.7.1/charts/common-20.2.2.tgz b/stable/passwordpusherephemeral/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/passwordpusherephemeral/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/passwordpusherephemeral/5.5.1/ix_values.yaml b/stable/passwordpusherephemeral/5.7.1/ix_values.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/ix_values.yaml rename to stable/passwordpusherephemeral/5.7.1/ix_values.yaml diff --git a/stable/passwordpusherephemeral/5.5.1/questions.yaml b/stable/passwordpusherephemeral/5.7.1/questions.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/questions.yaml rename to stable/passwordpusherephemeral/5.7.1/questions.yaml diff --git a/stable/passwordpusherephemeral/5.5.1/templates/common.yaml b/stable/passwordpusherephemeral/5.7.1/templates/common.yaml similarity index 100% rename from stable/passwordpusherephemeral/5.5.1/templates/common.yaml rename to stable/passwordpusherephemeral/5.7.1/templates/common.yaml diff --git a/stable/photoprism/20.9.1/values.yaml b/stable/passwordpusherephemeral/5.7.1/values.yaml similarity index 100% rename from stable/photoprism/20.9.1/values.yaml rename to stable/passwordpusherephemeral/5.7.1/values.yaml diff --git a/stable/pasta/8.5.1/CHANGELOG.md b/stable/pasta/8.5.1/CHANGELOG.md deleted file mode 100644 index 19cf933b42b..00000000000 --- a/stable/pasta/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pasta-8.5.1](https://github.com/truecharts/charts/compare/pasta-8.5.0...pasta-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pasta-8.5.0](https://github.com/truecharts/charts/compare/pasta-8.4.1...pasta-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pasta-8.4.1](https://github.com/truecharts/charts/compare/pasta-8.4.0...pasta-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pasta-8.4.0](https://github.com/truecharts/charts/compare/pasta-8.3.0...pasta-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pasta-8.3.0](https://github.com/truecharts/charts/compare/pasta-8.2.3...pasta-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pasta-8.2.3](https://github.com/truecharts/charts/compare/pasta-8.2.2...pasta-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pasta-8.2.2](https://github.com/truecharts/charts/compare/pasta-8.2.0...pasta-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pasta-7.1.11](https://github.com/truecharts/charts/compare/pasta-7.1.10...pasta-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pasta-7.1.10](https://github.com/truecharts/charts/compare/pasta-7.1.9...pasta-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pasta/8.5.1/Chart.yaml b/stable/pasta/8.5.1/Chart.yaml deleted file mode 100644 index 638318394df..00000000000 --- a/stable/pasta/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pasta/8.5.1/charts/common-20.0.8.tgz b/stable/pasta/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pasta/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/photoshow/10.5.1/.helmignore b/stable/pasta/8.7.1/.helmignore similarity index 100% rename from stable/photoshow/10.5.1/.helmignore rename to stable/pasta/8.7.1/.helmignore diff --git a/stable/pasta/8.7.1/CHANGELOG.md b/stable/pasta/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b29c94a1d57 --- /dev/null +++ b/stable/pasta/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pasta-8.7.1](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pasta/8.7.1/Chart.yaml new file mode 100644 index 00000000000..dfb04593b34 --- /dev/null +++ b/stable/pasta/8.7.1/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.2 + 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.1 diff --git a/stable/pasta/8.5.1/README.md b/stable/pasta/8.7.1/README.md similarity index 100% rename from stable/pasta/8.5.1/README.md rename to stable/pasta/8.7.1/README.md diff --git a/stable/pasta/8.7.1/app-changelog.md b/stable/pasta/8.7.1/app-changelog.md new file mode 100644 index 00000000000..da7d68a208d --- /dev/null +++ b/stable/pasta/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pasta-8.7.1](https://github.com/truecharts/charts/compare/pasta-8.6.0...pasta-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pasta/8.7.1/app-readme.md similarity index 100% rename from stable/pasta/8.5.1/app-readme.md rename to stable/pasta/8.7.1/app-readme.md diff --git a/stable/pasta/8.7.1/charts/common-20.2.2.tgz b/stable/pasta/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pasta/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pasta/8.5.1/ix_values.yaml b/stable/pasta/8.7.1/ix_values.yaml similarity index 100% rename from stable/pasta/8.5.1/ix_values.yaml rename to stable/pasta/8.7.1/ix_values.yaml diff --git a/stable/pasta/8.5.1/questions.yaml b/stable/pasta/8.7.1/questions.yaml similarity index 100% rename from stable/pasta/8.5.1/questions.yaml rename to stable/pasta/8.7.1/questions.yaml diff --git a/stable/phpldapadmin/13.5.1/templates/NOTES.txt b/stable/pasta/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/phpldapadmin/13.5.1/templates/NOTES.txt rename to stable/pasta/8.7.1/templates/NOTES.txt diff --git a/stable/pasta/8.5.1/templates/common.yaml b/stable/pasta/8.7.1/templates/common.yaml similarity index 100% rename from stable/pasta/8.5.1/templates/common.yaml rename to stable/pasta/8.7.1/templates/common.yaml diff --git a/stable/photoshow/10.5.1/values.yaml b/stable/pasta/8.7.1/values.yaml similarity index 100% rename from stable/photoshow/10.5.1/values.yaml rename to stable/pasta/8.7.1/values.yaml diff --git a/stable/pastey/6.5.1/CHANGELOG.md b/stable/pastey/6.5.1/CHANGELOG.md deleted file mode 100644 index c29f92a51d4..00000000000 --- a/stable/pastey/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pastey-6.5.1](https://github.com/truecharts/charts/compare/pastey-6.5.0...pastey-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pastey-6.5.0](https://github.com/truecharts/charts/compare/pastey-6.4.1...pastey-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pastey-6.4.1](https://github.com/truecharts/charts/compare/pastey-6.4.0...pastey-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pastey-6.4.0](https://github.com/truecharts/charts/compare/pastey-6.3.0...pastey-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pastey-6.3.0](https://github.com/truecharts/charts/compare/pastey-6.2.3...pastey-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pastey-6.2.3](https://github.com/truecharts/charts/compare/pastey-6.2.2...pastey-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pastey-6.2.2](https://github.com/truecharts/charts/compare/pastey-6.2.0...pastey-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pastey-5.1.15](https://github.com/truecharts/charts/compare/pastey-5.1.14...pastey-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pastey-5.1.14](https://github.com/truecharts/charts/compare/pastey-5.1.13...pastey-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pastey/6.5.1/Chart.yaml b/stable/pastey/6.5.1/Chart.yaml deleted file mode 100644 index bfd638398d5..00000000000 --- a/stable/pastey/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/pastey/6.5.1/charts/common-20.0.8.tgz b/stable/pastey/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pastey/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/photostructure/7.5.1/.helmignore b/stable/pastey/6.7.1/.helmignore similarity index 100% rename from stable/photostructure/7.5.1/.helmignore rename to stable/pastey/6.7.1/.helmignore diff --git a/stable/pastey/6.7.1/CHANGELOG.md b/stable/pastey/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b0f3a17c1cd --- /dev/null +++ b/stable/pastey/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pastey-6.7.1](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pastey/6.7.1/Chart.yaml new file mode 100644 index 00000000000..2486e8a9c26 --- /dev/null +++ b/stable/pastey/6.7.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: 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.2 + 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.1 diff --git a/stable/pastey/6.5.1/README.md b/stable/pastey/6.7.1/README.md similarity index 100% rename from stable/pastey/6.5.1/README.md rename to stable/pastey/6.7.1/README.md diff --git a/stable/pastey/6.7.1/app-changelog.md b/stable/pastey/6.7.1/app-changelog.md new file mode 100644 index 00000000000..ebbafdb7b96 --- /dev/null +++ b/stable/pastey/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pastey-6.7.1](https://github.com/truecharts/charts/compare/pastey-6.6.0...pastey-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pastey/6.7.1/app-readme.md similarity index 100% rename from stable/pastey/6.5.1/app-readme.md rename to stable/pastey/6.7.1/app-readme.md diff --git a/stable/pastey/6.7.1/charts/common-20.2.2.tgz b/stable/pastey/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pastey/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pastey/6.5.1/ix_values.yaml b/stable/pastey/6.7.1/ix_values.yaml similarity index 100% rename from stable/pastey/6.5.1/ix_values.yaml rename to stable/pastey/6.7.1/ix_values.yaml diff --git a/stable/pastey/6.5.1/questions.yaml b/stable/pastey/6.7.1/questions.yaml similarity index 100% rename from stable/pastey/6.5.1/questions.yaml rename to stable/pastey/6.7.1/questions.yaml diff --git a/stable/picoshare/9.5.1/templates/NOTES.txt b/stable/pastey/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/picoshare/9.5.1/templates/NOTES.txt rename to stable/pastey/6.7.1/templates/NOTES.txt diff --git a/stable/pgadmin/15.6.1/templates/common.yaml b/stable/pastey/6.7.1/templates/common.yaml similarity index 100% rename from stable/pgadmin/15.6.1/templates/common.yaml rename to stable/pastey/6.7.1/templates/common.yaml diff --git a/stable/photostructure/7.5.1/values.yaml b/stable/pastey/6.7.1/values.yaml similarity index 100% rename from stable/photostructure/7.5.1/values.yaml rename to stable/pastey/6.7.1/values.yaml diff --git a/stable/pavlovvr/5.5.1/CHANGELOG.md b/stable/pavlovvr/5.5.1/CHANGELOG.md deleted file mode 100644 index 4970bf839cf..00000000000 --- a/stable/pavlovvr/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pavlovvr-5.5.1](https://github.com/truecharts/charts/compare/pavlovvr-5.5.0...pavlovvr-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pavlovvr-5.5.0](https://github.com/truecharts/charts/compare/pavlovvr-5.4.1...pavlovvr-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pavlovvr-5.4.1](https://github.com/truecharts/charts/compare/pavlovvr-5.4.0...pavlovvr-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pavlovvr-5.4.0](https://github.com/truecharts/charts/compare/pavlovvr-5.3.0...pavlovvr-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pavlovvr-5.3.0](https://github.com/truecharts/charts/compare/pavlovvr-5.2.3...pavlovvr-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pavlovvr-5.2.3](https://github.com/truecharts/charts/compare/pavlovvr-5.2.2...pavlovvr-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pavlovvr-5.2.2](https://github.com/truecharts/charts/compare/pavlovvr-5.2.0...pavlovvr-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pavlovvr-4.1.11](https://github.com/truecharts/charts/compare/pavlovvr-4.1.10...pavlovvr-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pavlovvr-4.1.10](https://github.com/truecharts/charts/compare/pavlovvr-4.1.9...pavlovvr-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pavlovvr/5.5.1/Chart.yaml b/stable/pavlovvr/5.5.1/Chart.yaml deleted file mode 100644 index 24df25ba89f..00000000000 --- a/stable/pavlovvr/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pavlovvr/5.5.1/charts/common-20.0.8.tgz b/stable/pavlovvr/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pavlovvr/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/photoview/13.5.1/.helmignore b/stable/pavlovvr/5.7.1/.helmignore similarity index 100% rename from stable/photoview/13.5.1/.helmignore rename to stable/pavlovvr/5.7.1/.helmignore diff --git a/stable/pavlovvr/5.7.1/CHANGELOG.md b/stable/pavlovvr/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..96ba3b35020 --- /dev/null +++ b/stable/pavlovvr/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pavlovvr-5.7.1](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pavlovvr/5.7.1/Chart.yaml new file mode 100644 index 00000000000..07c7367714e --- /dev/null +++ b/stable/pavlovvr/5.7.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: 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.2 + 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.1 diff --git a/stable/pavlovvr/5.5.1/README.md b/stable/pavlovvr/5.7.1/README.md similarity index 100% rename from stable/pavlovvr/5.5.1/README.md rename to stable/pavlovvr/5.7.1/README.md diff --git a/stable/pavlovvr/5.7.1/app-changelog.md b/stable/pavlovvr/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2ad00073ad0 --- /dev/null +++ b/stable/pavlovvr/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pavlovvr-5.7.1](https://github.com/truecharts/charts/compare/pavlovvr-5.6.0...pavlovvr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pavlovvr/5.7.1/app-readme.md similarity index 100% rename from stable/pavlovvr/5.5.1/app-readme.md rename to stable/pavlovvr/5.7.1/app-readme.md diff --git a/stable/pavlovvr/5.7.1/charts/common-20.2.2.tgz b/stable/pavlovvr/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pavlovvr/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pavlovvr/5.5.1/ix_values.yaml b/stable/pavlovvr/5.7.1/ix_values.yaml similarity index 100% rename from stable/pavlovvr/5.5.1/ix_values.yaml rename to stable/pavlovvr/5.7.1/ix_values.yaml diff --git a/stable/pavlovvr/5.5.1/questions.yaml b/stable/pavlovvr/5.7.1/questions.yaml similarity index 100% rename from stable/pavlovvr/5.5.1/questions.yaml rename to stable/pavlovvr/5.7.1/questions.yaml diff --git a/stable/pavlovvr/5.5.1/templates/common.yaml b/stable/pavlovvr/5.7.1/templates/common.yaml similarity index 100% rename from stable/pavlovvr/5.5.1/templates/common.yaml rename to stable/pavlovvr/5.7.1/templates/common.yaml diff --git a/stable/photoview/13.5.1/values.yaml b/stable/pavlovvr/5.7.1/values.yaml similarity index 100% rename from stable/photoview/13.5.1/values.yaml rename to stable/pavlovvr/5.7.1/values.yaml diff --git a/stable/peanut/1.3.1/CHANGELOG.md b/stable/peanut/1.3.1/CHANGELOG.md deleted file mode 100644 index 85abe9ab925..00000000000 --- a/stable/peanut/1.3.1/CHANGELOG.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [peanut-1.3.1](https://github.com/truecharts/charts/compare/peanut-1.3.0...peanut-1.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [peanut-1.3.0](https://github.com/truecharts/charts/compare/peanut-1.2.1...peanut-1.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [peanut-1.2.1](https://github.com/truecharts/charts/compare/peanut-1.2.0...peanut-1.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [peanut-1.2.0](https://github.com/truecharts/charts/compare/peanut-1.1.0...peanut-1.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [peanut-1.1.0](https://github.com/truecharts/charts/compare/peanut-1.0.3...peanut-1.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [peanut-1.0.3](https://github.com/truecharts/charts/compare/peanut-1.0.2...peanut-1.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [peanut-1.0.2](https://github.com/truecharts/charts/compare/peanut-1.0.0...peanut-1.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/peanut/1.3.1/Chart.yaml b/stable/peanut/1.3.1/Chart.yaml deleted file mode 100644 index d4781318ce4..00000000000 --- a/stable/peanut/1.3.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: 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.0.8 - 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.3.1 diff --git a/stable/peanut/1.3.1/charts/common-20.0.8.tgz b/stable/peanut/1.3.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/peanut/1.3.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/phpldapadmin/13.5.1/.helmignore b/stable/peanut/1.5.1/.helmignore similarity index 100% rename from stable/phpldapadmin/13.5.1/.helmignore rename to stable/peanut/1.5.1/.helmignore diff --git a/stable/peanut/1.5.1/CHANGELOG.md b/stable/peanut/1.5.1/CHANGELOG.md new file mode 100644 index 00000000000..5113d808f50 --- /dev/null +++ b/stable/peanut/1.5.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [peanut-1.5.1](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/peanut/1.5.1/Chart.yaml new file mode 100644 index 00000000000..41e9e27cb47 --- /dev/null +++ b/stable/peanut/1.5.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: 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.2 + 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.1 diff --git a/stable/peanut/1.3.1/README.md b/stable/peanut/1.5.1/README.md similarity index 100% rename from stable/peanut/1.3.1/README.md rename to stable/peanut/1.5.1/README.md diff --git a/stable/peanut/1.5.1/app-changelog.md b/stable/peanut/1.5.1/app-changelog.md new file mode 100644 index 00000000000..a84b2779174 --- /dev/null +++ b/stable/peanut/1.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [peanut-1.5.1](https://github.com/truecharts/charts/compare/peanut-1.4.0...peanut-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.3.1/app-readme.md b/stable/peanut/1.5.1/app-readme.md similarity index 100% rename from stable/peanut/1.3.1/app-readme.md rename to stable/peanut/1.5.1/app-readme.md diff --git a/stable/peanut/1.5.1/charts/common-20.2.2.tgz b/stable/peanut/1.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/peanut/1.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/peanut/1.3.1/ix_values.yaml b/stable/peanut/1.5.1/ix_values.yaml similarity index 100% rename from stable/peanut/1.3.1/ix_values.yaml rename to stable/peanut/1.5.1/ix_values.yaml diff --git a/stable/peanut/1.3.1/questions.yaml b/stable/peanut/1.5.1/questions.yaml similarity index 100% rename from stable/peanut/1.3.1/questions.yaml rename to stable/peanut/1.5.1/questions.yaml diff --git a/stable/pinry/9.5.1/templates/NOTES.txt b/stable/peanut/1.5.1/templates/NOTES.txt similarity index 100% rename from stable/pinry/9.5.1/templates/NOTES.txt rename to stable/peanut/1.5.1/templates/NOTES.txt diff --git a/stable/photoprism/20.9.1/templates/common.yaml b/stable/peanut/1.5.1/templates/common.yaml similarity index 100% rename from stable/photoprism/20.9.1/templates/common.yaml rename to stable/peanut/1.5.1/templates/common.yaml diff --git a/stable/phpldapadmin/13.5.1/values.yaml b/stable/peanut/1.5.1/values.yaml similarity index 100% rename from stable/phpldapadmin/13.5.1/values.yaml rename to stable/peanut/1.5.1/values.yaml diff --git a/stable/pgadmin/15.6.1/CHANGELOG.md b/stable/pgadmin/15.6.1/CHANGELOG.md deleted file mode 100644 index c9c17e5a16c..00000000000 --- a/stable/pgadmin/15.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pgadmin-15.6.1](https://github.com/truecharts/charts/compare/pgadmin-15.6.0...pgadmin-15.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pgadmin-15.6.0](https://github.com/truecharts/charts/compare/pgadmin-15.5.0...pgadmin-15.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pgadmin-15.5.0](https://github.com/truecharts/charts/compare/pgadmin-15.4.1...pgadmin-15.5.0) (2024-03-11) - -### Chore - - - -- update container image dpage/pgadmin4 to v8.4[@18cd571](https://github.com/18cd571) by renovate ([#19097](https://github.com/truecharts/charts/issues/19097)) - - -## [pgadmin-15.4.1](https://github.com/truecharts/charts/compare/pgadmin-15.4.0...pgadmin-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pgadmin-15.4.0](https://github.com/truecharts/charts/compare/pgadmin-15.3.0...pgadmin-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pgadmin-15.3.0](https://github.com/truecharts/charts/compare/pgadmin-15.2.3...pgadmin-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pgadmin-15.2.3](https://github.com/truecharts/charts/compare/pgadmin-15.2.2...pgadmin-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pgadmin-15.2.2](https://github.com/truecharts/charts/compare/pgadmin-15.2.0...pgadmin-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pgadmin-14.3.0](https://github.com/truecharts/charts/compare/pgadmin-14.2.5...pgadmin-14.3.0) (2024-02-12) - -### Chore - - - -- update container image dpage/pgadmin4 to v8.3[@f1460b1](https://github.com/f1460b1) by renovate ([#18179](https://github.com/truecharts/charts/issues/18179)) diff --git a/stable/pgadmin/15.6.1/Chart.yaml b/stable/pgadmin/15.6.1/Chart.yaml deleted file mode 100644 index 089fed3e481..00000000000 --- a/stable/pgadmin/15.6.1/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.0.8 - 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.6.1 diff --git a/stable/pgadmin/15.6.1/charts/common-20.0.8.tgz b/stable/pgadmin/15.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pgadmin/15.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/phpmyadmin/5.5.1/.helmignore b/stable/pgadmin/15.8.1/.helmignore similarity index 100% rename from stable/phpmyadmin/5.5.1/.helmignore rename to stable/pgadmin/15.8.1/.helmignore diff --git a/stable/pgadmin/15.8.1/CHANGELOG.md b/stable/pgadmin/15.8.1/CHANGELOG.md new file mode 100644 index 00000000000..4113579835b --- /dev/null +++ b/stable/pgadmin/15.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pgadmin-15.8.1](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pgadmin/15.8.1/Chart.yaml new file mode 100644 index 00000000000..3734c08c68f --- /dev/null +++ b/stable/pgadmin/15.8.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: 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.2 + 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.1 diff --git a/stable/pgadmin/15.6.1/README.md b/stable/pgadmin/15.8.1/README.md similarity index 100% rename from stable/pgadmin/15.6.1/README.md rename to stable/pgadmin/15.8.1/README.md diff --git a/stable/pgadmin/15.8.1/app-changelog.md b/stable/pgadmin/15.8.1/app-changelog.md new file mode 100644 index 00000000000..7bba5c4d107 --- /dev/null +++ b/stable/pgadmin/15.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pgadmin-15.8.1](https://github.com/truecharts/charts/compare/pgadmin-15.7.0...pgadmin-15.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/pgadmin/15.8.1/app-readme.md similarity index 100% rename from stable/pgadmin/15.6.1/app-readme.md rename to stable/pgadmin/15.8.1/app-readme.md diff --git a/stable/pgadmin/15.8.1/charts/common-20.2.2.tgz b/stable/pgadmin/15.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pgadmin/15.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/pgadmin/15.6.1/ix_values.yaml b/stable/pgadmin/15.8.1/ix_values.yaml similarity index 100% rename from stable/pgadmin/15.6.1/ix_values.yaml rename to stable/pgadmin/15.8.1/ix_values.yaml diff --git a/stable/pgadmin/15.6.1/questions.yaml b/stable/pgadmin/15.8.1/questions.yaml similarity index 100% rename from stable/pgadmin/15.6.1/questions.yaml rename to stable/pgadmin/15.8.1/questions.yaml diff --git a/stable/piwigo/12.10.2/templates/NOTES.txt b/stable/pgadmin/15.8.1/templates/NOTES.txt similarity index 100% rename from stable/piwigo/12.10.2/templates/NOTES.txt rename to stable/pgadmin/15.8.1/templates/NOTES.txt diff --git a/stable/photostructure/7.5.1/templates/common.yaml b/stable/pgadmin/15.8.1/templates/common.yaml similarity index 100% rename from stable/photostructure/7.5.1/templates/common.yaml rename to stable/pgadmin/15.8.1/templates/common.yaml diff --git a/stable/phpmyadmin/5.5.1/values.yaml b/stable/pgadmin/15.8.1/values.yaml similarity index 100% rename from stable/phpmyadmin/5.5.1/values.yaml rename to stable/pgadmin/15.8.1/values.yaml diff --git a/stable/phoronix-test-suite/5.5.1/CHANGELOG.md b/stable/phoronix-test-suite/5.5.1/CHANGELOG.md deleted file mode 100644 index cb7e32ff871..00000000000 --- a/stable/phoronix-test-suite/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phoronix-test-suite-5.5.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.5.0...phoronix-test-suite-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [phoronix-test-suite-5.5.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.4.1...phoronix-test-suite-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [phoronix-test-suite-5.4.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.4.0...phoronix-test-suite-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [phoronix-test-suite-5.4.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.3.0...phoronix-test-suite-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [phoronix-test-suite-5.3.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.3...phoronix-test-suite-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [phoronix-test-suite-5.2.3](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.2...phoronix-test-suite-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [phoronix-test-suite-5.2.2](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.2.0...phoronix-test-suite-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [phoronix-test-suite-4.1.11](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.10...phoronix-test-suite-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phoronix-test-suite-4.1.10](https://github.com/truecharts/charts/compare/phoronix-test-suite-4.1.9...phoronix-test-suite-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/phoronix-test-suite/5.5.1/Chart.yaml b/stable/phoronix-test-suite/5.5.1/Chart.yaml deleted file mode 100644 index b17fc24e626..00000000000 --- a/stable/phoronix-test-suite/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/phoronix-test-suite/5.5.1/charts/common-20.0.8.tgz b/stable/phoronix-test-suite/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/phoronix-test-suite/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/piaware/12.5.1/.helmignore b/stable/phoronix-test-suite/5.7.1/.helmignore similarity index 100% rename from stable/piaware/12.5.1/.helmignore rename to stable/phoronix-test-suite/5.7.1/.helmignore diff --git a/stable/phoronix-test-suite/5.7.1/CHANGELOG.md b/stable/phoronix-test-suite/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4f3e14f7fe3 --- /dev/null +++ b/stable/phoronix-test-suite/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phoronix-test-suite-5.7.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/phoronix-test-suite/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1f3853a2f68 --- /dev/null +++ b/stable/phoronix-test-suite/5.7.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: 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.2 + 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.1 diff --git a/stable/phoronix-test-suite/5.5.1/README.md b/stable/phoronix-test-suite/5.7.1/README.md similarity index 100% rename from stable/phoronix-test-suite/5.5.1/README.md rename to stable/phoronix-test-suite/5.7.1/README.md diff --git a/stable/phoronix-test-suite/5.7.1/app-changelog.md b/stable/phoronix-test-suite/5.7.1/app-changelog.md new file mode 100644 index 00000000000..25b3b4fc37b --- /dev/null +++ b/stable/phoronix-test-suite/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [phoronix-test-suite-5.7.1](https://github.com/truecharts/charts/compare/phoronix-test-suite-5.6.0...phoronix-test-suite-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/phoronix-test-suite/5.7.1/app-readme.md similarity index 100% rename from stable/phoronix-test-suite/5.5.1/app-readme.md rename to stable/phoronix-test-suite/5.7.1/app-readme.md diff --git a/stable/phoronix-test-suite/5.7.1/charts/common-20.2.2.tgz b/stable/phoronix-test-suite/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/phoronix-test-suite/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/phoronix-test-suite/5.5.1/ix_values.yaml b/stable/phoronix-test-suite/5.7.1/ix_values.yaml similarity index 100% rename from stable/phoronix-test-suite/5.5.1/ix_values.yaml rename to stable/phoronix-test-suite/5.7.1/ix_values.yaml diff --git a/stable/phoronix-test-suite/5.5.1/questions.yaml b/stable/phoronix-test-suite/5.7.1/questions.yaml similarity index 100% rename from stable/phoronix-test-suite/5.5.1/questions.yaml rename to stable/phoronix-test-suite/5.7.1/questions.yaml diff --git a/stable/phoronix-test-suite/5.5.1/templates/common.yaml b/stable/phoronix-test-suite/5.7.1/templates/common.yaml similarity index 100% rename from stable/phoronix-test-suite/5.5.1/templates/common.yaml rename to stable/phoronix-test-suite/5.7.1/templates/common.yaml diff --git a/stable/piaware/12.5.1/values.yaml b/stable/phoronix-test-suite/5.7.1/values.yaml similarity index 100% rename from stable/piaware/12.5.1/values.yaml rename to stable/phoronix-test-suite/5.7.1/values.yaml diff --git a/stable/photo-stream/5.5.1/CHANGELOG.md b/stable/photo-stream/5.5.1/CHANGELOG.md deleted file mode 100644 index db26a4607d4..00000000000 --- a/stable/photo-stream/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photo-stream-5.5.1](https://github.com/truecharts/charts/compare/photo-stream-5.5.0...photo-stream-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [photo-stream-5.5.0](https://github.com/truecharts/charts/compare/photo-stream-5.4.1...photo-stream-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [photo-stream-5.4.1](https://github.com/truecharts/charts/compare/photo-stream-5.4.0...photo-stream-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [photo-stream-5.4.0](https://github.com/truecharts/charts/compare/photo-stream-5.3.0...photo-stream-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [photo-stream-5.3.0](https://github.com/truecharts/charts/compare/photo-stream-5.2.3...photo-stream-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [photo-stream-5.2.3](https://github.com/truecharts/charts/compare/photo-stream-5.2.2...photo-stream-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [photo-stream-5.2.2](https://github.com/truecharts/charts/compare/photo-stream-5.2.0...photo-stream-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [photo-stream-4.1.11](https://github.com/truecharts/charts/compare/photo-stream-4.1.10...photo-stream-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photo-stream-4.1.10](https://github.com/truecharts/charts/compare/photo-stream-4.1.9...photo-stream-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/photo-stream/5.5.1/Chart.yaml b/stable/photo-stream/5.5.1/Chart.yaml deleted file mode 100644 index a79af4cb59a..00000000000 --- a/stable/photo-stream/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/photo-stream/5.5.1/charts/common-20.0.8.tgz b/stable/photo-stream/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/photo-stream/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/picoshare/9.5.1/.helmignore b/stable/photo-stream/5.7.1/.helmignore similarity index 100% rename from stable/picoshare/9.5.1/.helmignore rename to stable/photo-stream/5.7.1/.helmignore diff --git a/stable/photo-stream/5.7.1/CHANGELOG.md b/stable/photo-stream/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..655df980571 --- /dev/null +++ b/stable/photo-stream/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photo-stream-5.7.1](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/photo-stream/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8c089bfe19e --- /dev/null +++ b/stable/photo-stream/5.7.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: 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.2 + 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.1 diff --git a/stable/photo-stream/5.5.1/README.md b/stable/photo-stream/5.7.1/README.md similarity index 100% rename from stable/photo-stream/5.5.1/README.md rename to stable/photo-stream/5.7.1/README.md diff --git a/stable/photo-stream/5.7.1/app-changelog.md b/stable/photo-stream/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6d2cfe33c09 --- /dev/null +++ b/stable/photo-stream/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [photo-stream-5.7.1](https://github.com/truecharts/charts/compare/photo-stream-5.6.0...photo-stream-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/photo-stream/5.7.1/app-readme.md similarity index 100% rename from stable/photo-stream/5.5.1/app-readme.md rename to stable/photo-stream/5.7.1/app-readme.md diff --git a/stable/photo-stream/5.7.1/charts/common-20.2.2.tgz b/stable/photo-stream/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/photo-stream/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/photo-stream/5.5.1/ix_values.yaml b/stable/photo-stream/5.7.1/ix_values.yaml similarity index 100% rename from stable/photo-stream/5.5.1/ix_values.yaml rename to stable/photo-stream/5.7.1/ix_values.yaml diff --git a/stable/photo-stream/5.5.1/questions.yaml b/stable/photo-stream/5.7.1/questions.yaml similarity index 100% rename from stable/photo-stream/5.5.1/questions.yaml rename to stable/photo-stream/5.7.1/questions.yaml diff --git a/stable/photo-stream/5.5.1/templates/common.yaml b/stable/photo-stream/5.7.1/templates/common.yaml similarity index 100% rename from stable/photo-stream/5.5.1/templates/common.yaml rename to stable/photo-stream/5.7.1/templates/common.yaml diff --git a/stable/picoshare/9.5.1/values.yaml b/stable/photo-stream/5.7.1/values.yaml similarity index 100% rename from stable/picoshare/9.5.1/values.yaml rename to stable/photo-stream/5.7.1/values.yaml diff --git a/stable/pigallery2/5.5.1/.helmignore b/stable/photoprism/20.12.1/.helmignore similarity index 100% rename from stable/pigallery2/5.5.1/.helmignore rename to stable/photoprism/20.12.1/.helmignore diff --git a/stable/photoprism/20.12.1/CHANGELOG.md b/stable/photoprism/20.12.1/CHANGELOG.md new file mode 100644 index 00000000000..0cf0238656c --- /dev/null +++ b/stable/photoprism/20.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoprism-20.12.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/photoprism/20.12.1/Chart.yaml b/stable/photoprism/20.12.1/Chart.yaml new file mode 100644 index 00000000000..61183cbf02b --- /dev/null +++ b/stable/photoprism/20.12.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/photoprism/20.9.1/README.md b/stable/photoprism/20.12.1/README.md similarity index 100% rename from stable/photoprism/20.9.1/README.md rename to stable/photoprism/20.12.1/README.md diff --git a/stable/photoprism/20.12.1/app-changelog.md b/stable/photoprism/20.12.1/app-changelog.md new file mode 100644 index 00000000000..992f297e000 --- /dev/null +++ b/stable/photoprism/20.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [photoprism-20.12.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/photoprism/20.12.1/app-readme.md similarity index 100% rename from stable/photoprism/20.9.1/app-readme.md rename to stable/photoprism/20.12.1/app-readme.md diff --git a/stable/photoprism/20.12.1/charts/common-20.2.2.tgz b/stable/photoprism/20.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/photoprism/20.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/photoprism/20.12.1/charts/mariadb-13.7.0.tgz b/stable/photoprism/20.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/photoprism/20.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/photoprism/20.9.1/ix_values.yaml b/stable/photoprism/20.12.1/ix_values.yaml similarity index 100% rename from stable/photoprism/20.9.1/ix_values.yaml rename to stable/photoprism/20.12.1/ix_values.yaml diff --git a/stable/photoprism/20.9.1/questions.yaml b/stable/photoprism/20.12.1/questions.yaml similarity index 100% rename from stable/photoprism/20.9.1/questions.yaml rename to stable/photoprism/20.12.1/questions.yaml diff --git a/stable/pixapop/10.5.1/templates/NOTES.txt b/stable/photoprism/20.12.1/templates/NOTES.txt similarity index 100% rename from stable/pixapop/10.5.1/templates/NOTES.txt rename to stable/photoprism/20.12.1/templates/NOTES.txt diff --git a/stable/phpldapadmin/13.5.1/templates/common.yaml b/stable/photoprism/20.12.1/templates/common.yaml similarity index 100% rename from stable/phpldapadmin/13.5.1/templates/common.yaml rename to stable/photoprism/20.12.1/templates/common.yaml diff --git a/stable/pigallery2/5.5.1/values.yaml b/stable/photoprism/20.12.1/values.yaml similarity index 100% rename from stable/pigallery2/5.5.1/values.yaml rename to stable/photoprism/20.12.1/values.yaml diff --git a/stable/photoprism/20.9.1/CHANGELOG.md b/stable/photoprism/20.9.1/CHANGELOG.md deleted file mode 100644 index c8778e06dff..00000000000 --- a/stable/photoprism/20.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoprism-20.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/photoprism-20.8.3...photoprism-20.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [photoprism-20.8.3](https://github.com/truecharts/charts/compare/photoprism-20.8.2...photoprism-20.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/photoprism/20.9.1/Chart.yaml b/stable/photoprism/20.9.1/Chart.yaml deleted file mode 100644 index dcd23dbca6e..00000000000 --- a/stable/photoprism/20.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/photoprism/20.9.1/app-changelog.md b/stable/photoprism/20.9.1/app-changelog.md deleted file mode 100644 index b17822b4ea2..00000000000 --- a/stable/photoprism/20.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [photoprism-20.9.1](https://github.com/truecharts/charts/compare/photoprism-20.9.0...photoprism-20.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/photoprism/20.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/photoprism/20.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/photoprism/20.9.1/charts/mariadb-13.5.4.tgz b/stable/photoprism/20.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/photoprism/20.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/photoshow/10.5.1/CHANGELOG.md b/stable/photoshow/10.5.1/CHANGELOG.md deleted file mode 100644 index d1c2d385a5f..00000000000 --- a/stable/photoshow/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoshow-10.5.1](https://github.com/truecharts/charts/compare/photoshow-10.5.0...photoshow-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [photoshow-10.5.0](https://github.com/truecharts/charts/compare/photoshow-10.4.1...photoshow-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [photoshow-10.4.1](https://github.com/truecharts/charts/compare/photoshow-10.4.0...photoshow-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [photoshow-10.4.0](https://github.com/truecharts/charts/compare/photoshow-10.3.0...photoshow-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [photoshow-10.3.0](https://github.com/truecharts/charts/compare/photoshow-10.2.3...photoshow-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [photoshow-10.2.3](https://github.com/truecharts/charts/compare/photoshow-10.2.2...photoshow-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [photoshow-10.2.2](https://github.com/truecharts/charts/compare/photoshow-10.2.0...photoshow-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [photoshow-9.1.11](https://github.com/truecharts/charts/compare/photoshow-9.1.10...photoshow-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoshow-9.1.10](https://github.com/truecharts/charts/compare/photoshow-9.1.9...photoshow-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/photoshow/10.5.1/Chart.yaml b/stable/photoshow/10.5.1/Chart.yaml deleted file mode 100644 index e6f37417898..00000000000 --- a/stable/photoshow/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/photoshow/10.5.1/charts/common-20.0.8.tgz b/stable/photoshow/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/photoshow/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pihole/16.2.1/.helmignore b/stable/photoshow/10.7.1/.helmignore similarity index 100% rename from stable/pihole/16.2.1/.helmignore rename to stable/photoshow/10.7.1/.helmignore diff --git a/stable/photoshow/10.7.1/CHANGELOG.md b/stable/photoshow/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..afc22178e46 --- /dev/null +++ b/stable/photoshow/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoshow-10.7.1](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/photoshow/10.7.1/Chart.yaml new file mode 100644 index 00000000000..7f57cf87257 --- /dev/null +++ b/stable/photoshow/10.7.1/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.2 + 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.1 diff --git a/stable/photoshow/10.5.1/README.md b/stable/photoshow/10.7.1/README.md similarity index 100% rename from stable/photoshow/10.5.1/README.md rename to stable/photoshow/10.7.1/README.md diff --git a/stable/photoshow/10.7.1/app-changelog.md b/stable/photoshow/10.7.1/app-changelog.md new file mode 100644 index 00000000000..c03d5e73cb6 --- /dev/null +++ b/stable/photoshow/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [photoshow-10.7.1](https://github.com/truecharts/charts/compare/photoshow-10.6.0...photoshow-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/photoshow/10.7.1/app-readme.md similarity index 100% rename from stable/photoshow/10.5.1/app-readme.md rename to stable/photoshow/10.7.1/app-readme.md diff --git a/stable/photoshow/10.7.1/charts/common-20.2.2.tgz b/stable/photoshow/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/photoshow/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/photoshow/10.5.1/ix_values.yaml b/stable/photoshow/10.7.1/ix_values.yaml similarity index 100% rename from stable/photoshow/10.5.1/ix_values.yaml rename to stable/photoshow/10.7.1/ix_values.yaml diff --git a/stable/photoshow/10.5.1/questions.yaml b/stable/photoshow/10.7.1/questions.yaml similarity index 100% rename from stable/photoshow/10.5.1/questions.yaml rename to stable/photoshow/10.7.1/questions.yaml diff --git a/stable/plaxt/8.5.1/templates/NOTES.txt b/stable/photoshow/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/plaxt/8.5.1/templates/NOTES.txt rename to stable/photoshow/10.7.1/templates/NOTES.txt diff --git a/stable/pixapop/10.5.1/templates/common.yaml b/stable/photoshow/10.7.1/templates/common.yaml similarity index 100% rename from stable/pixapop/10.5.1/templates/common.yaml rename to stable/photoshow/10.7.1/templates/common.yaml diff --git a/stable/pihole/16.2.1/values.yaml b/stable/photoshow/10.7.1/values.yaml similarity index 100% rename from stable/pihole/16.2.1/values.yaml rename to stable/photoshow/10.7.1/values.yaml diff --git a/stable/photostructure/7.5.1/CHANGELOG.md b/stable/photostructure/7.5.1/CHANGELOG.md deleted file mode 100644 index 022ef162bc3..00000000000 --- a/stable/photostructure/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photostructure-7.5.1](https://github.com/truecharts/charts/compare/photostructure-7.5.0...photostructure-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [photostructure-7.5.0](https://github.com/truecharts/charts/compare/photostructure-7.4.1...photostructure-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [photostructure-7.4.1](https://github.com/truecharts/charts/compare/photostructure-7.4.0...photostructure-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [photostructure-7.4.0](https://github.com/truecharts/charts/compare/photostructure-7.3.0...photostructure-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [photostructure-7.3.0](https://github.com/truecharts/charts/compare/photostructure-7.2.3...photostructure-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [photostructure-7.2.3](https://github.com/truecharts/charts/compare/photostructure-7.2.2...photostructure-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [photostructure-7.2.2](https://github.com/truecharts/charts/compare/photostructure-7.2.0...photostructure-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [photostructure-6.0.6](https://github.com/truecharts/charts/compare/photostructure-6.0.5...photostructure-6.0.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photostructure-6.0.5](https://github.com/truecharts/charts/compare/photostructure-6.0.4...photostructure-6.0.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/photostructure/7.5.1/Chart.yaml b/stable/photostructure/7.5.1/Chart.yaml deleted file mode 100644 index 4796c01c43e..00000000000 --- a/stable/photostructure/7.5.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: 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.0.8 - 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.5.1 diff --git a/stable/photostructure/7.5.1/charts/common-20.0.8.tgz b/stable/photostructure/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/photostructure/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pinry/9.5.1/.helmignore b/stable/photostructure/7.7.1/.helmignore similarity index 100% rename from stable/pinry/9.5.1/.helmignore rename to stable/photostructure/7.7.1/.helmignore diff --git a/stable/photostructure/7.7.1/CHANGELOG.md b/stable/photostructure/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e87c7f650f --- /dev/null +++ b/stable/photostructure/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photostructure-7.7.1](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/photostructure/7.7.1/Chart.yaml new file mode 100644 index 00000000000..27300448b68 --- /dev/null +++ b/stable/photostructure/7.7.1/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.2 + 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.1 diff --git a/stable/photostructure/7.5.1/README.md b/stable/photostructure/7.7.1/README.md similarity index 100% rename from stable/photostructure/7.5.1/README.md rename to stable/photostructure/7.7.1/README.md diff --git a/stable/photostructure/7.7.1/app-changelog.md b/stable/photostructure/7.7.1/app-changelog.md new file mode 100644 index 00000000000..e21eb71dc94 --- /dev/null +++ b/stable/photostructure/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [photostructure-7.7.1](https://github.com/truecharts/charts/compare/photostructure-7.6.0...photostructure-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/photostructure/7.7.1/app-readme.md similarity index 100% rename from stable/photostructure/7.5.1/app-readme.md rename to stable/photostructure/7.7.1/app-readme.md diff --git a/stable/photostructure/7.7.1/charts/common-20.2.2.tgz b/stable/photostructure/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/photostructure/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/photostructure/7.5.1/ix_values.yaml b/stable/photostructure/7.7.1/ix_values.yaml similarity index 100% rename from stable/photostructure/7.5.1/ix_values.yaml rename to stable/photostructure/7.7.1/ix_values.yaml diff --git a/stable/photostructure/7.5.1/questions.yaml b/stable/photostructure/7.7.1/questions.yaml similarity index 100% rename from stable/photostructure/7.5.1/questions.yaml rename to stable/photostructure/7.7.1/questions.yaml diff --git a/stable/plex-auto-languages/8.5.1/templates/NOTES.txt b/stable/photostructure/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/plex-auto-languages/8.5.1/templates/NOTES.txt rename to stable/photostructure/7.7.1/templates/NOTES.txt diff --git a/stable/piaware/12.5.1/templates/common.yaml b/stable/photostructure/7.7.1/templates/common.yaml similarity index 100% rename from stable/piaware/12.5.1/templates/common.yaml rename to stable/photostructure/7.7.1/templates/common.yaml diff --git a/stable/pinry/9.5.1/values.yaml b/stable/photostructure/7.7.1/values.yaml similarity index 100% rename from stable/pinry/9.5.1/values.yaml rename to stable/photostructure/7.7.1/values.yaml diff --git a/stable/photoview/13.5.1/CHANGELOG.md b/stable/photoview/13.5.1/CHANGELOG.md deleted file mode 100644 index e2db24c8282..00000000000 --- a/stable/photoview/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [photoview-13.5.1](https://github.com/truecharts/charts/compare/photoview-13.5.0...photoview-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [photoview-13.5.0](https://github.com/truecharts/charts/compare/photoview-13.4.1...photoview-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [photoview-13.4.1](https://github.com/truecharts/charts/compare/photoview-13.4.0...photoview-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [photoview-13.4.0](https://github.com/truecharts/charts/compare/photoview-13.3.0...photoview-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [photoview-13.3.0](https://github.com/truecharts/charts/compare/photoview-13.2.3...photoview-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [photoview-13.2.3](https://github.com/truecharts/charts/compare/photoview-13.2.2...photoview-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [photoview-13.2.2](https://github.com/truecharts/charts/compare/photoview-13.2.0...photoview-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [photoview-12.1.11](https://github.com/truecharts/charts/compare/photoview-12.1.10...photoview-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [photoview-12.1.10](https://github.com/truecharts/charts/compare/photoview-12.1.9...photoview-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/photoview/13.5.1/Chart.yaml b/stable/photoview/13.5.1/Chart.yaml deleted file mode 100644 index 95054fcf7c2..00000000000 --- a/stable/photoview/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/photoview/13.5.1/charts/common-20.0.8.tgz b/stable/photoview/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/photoview/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/piwigo/12.10.2/.helmignore b/stable/photoview/13.7.1/.helmignore similarity index 100% rename from stable/piwigo/12.10.2/.helmignore rename to stable/photoview/13.7.1/.helmignore diff --git a/stable/photoview/13.7.1/CHANGELOG.md b/stable/photoview/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3fec0566315 --- /dev/null +++ b/stable/photoview/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [photoview-13.7.1](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/photoview/13.7.1/Chart.yaml new file mode 100644 index 00000000000..16951120157 --- /dev/null +++ b/stable/photoview/13.7.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: 2.3.13 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/photoview/13.5.1/README.md b/stable/photoview/13.7.1/README.md similarity index 100% rename from stable/photoview/13.5.1/README.md rename to stable/photoview/13.7.1/README.md diff --git a/stable/photoview/13.7.1/app-changelog.md b/stable/photoview/13.7.1/app-changelog.md new file mode 100644 index 00000000000..8d1bf6d6ae6 --- /dev/null +++ b/stable/photoview/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [photoview-13.7.1](https://github.com/truecharts/charts/compare/photoview-13.6.0...photoview-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/photoview/13.7.1/app-readme.md similarity index 100% rename from stable/photoview/13.5.1/app-readme.md rename to stable/photoview/13.7.1/app-readme.md diff --git a/stable/photoview/13.7.1/charts/common-20.2.2.tgz b/stable/photoview/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/photoview/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/photoview/13.5.1/ix_values.yaml b/stable/photoview/13.7.1/ix_values.yaml similarity index 100% rename from stable/photoview/13.5.1/ix_values.yaml rename to stable/photoview/13.7.1/ix_values.yaml diff --git a/stable/photoview/13.5.1/questions.yaml b/stable/photoview/13.7.1/questions.yaml similarity index 100% rename from stable/photoview/13.5.1/questions.yaml rename to stable/photoview/13.7.1/questions.yaml diff --git a/stable/plex-meta-manager/6.5.1/templates/NOTES.txt b/stable/photoview/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/plex-meta-manager/6.5.1/templates/NOTES.txt rename to stable/photoview/13.7.1/templates/NOTES.txt diff --git a/stable/photoview/13.5.1/templates/_secrets.tpl b/stable/photoview/13.7.1/templates/_secrets.tpl similarity index 100% rename from stable/photoview/13.5.1/templates/_secrets.tpl rename to stable/photoview/13.7.1/templates/_secrets.tpl diff --git a/stable/photoview/13.5.1/templates/common.yaml b/stable/photoview/13.7.1/templates/common.yaml similarity index 100% rename from stable/photoview/13.5.1/templates/common.yaml rename to stable/photoview/13.7.1/templates/common.yaml diff --git a/stable/piwigo/12.10.2/values.yaml b/stable/photoview/13.7.1/values.yaml similarity index 100% rename from stable/piwigo/12.10.2/values.yaml rename to stable/photoview/13.7.1/values.yaml diff --git a/stable/phpldapadmin/13.5.1/CHANGELOG.md b/stable/phpldapadmin/13.5.1/CHANGELOG.md deleted file mode 100644 index 8513ba684a5..00000000000 --- a/stable/phpldapadmin/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phpldapadmin-13.5.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.5.0...phpldapadmin-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [phpldapadmin-13.5.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.4.1...phpldapadmin-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [phpldapadmin-13.4.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.4.0...phpldapadmin-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [phpldapadmin-13.4.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.3.0...phpldapadmin-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [phpldapadmin-13.3.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.3...phpldapadmin-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [phpldapadmin-13.2.3](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.2...phpldapadmin-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [phpldapadmin-13.2.2](https://github.com/truecharts/charts/compare/phpldapadmin-13.2.0...phpldapadmin-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [phpldapadmin-12.1.11](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.10...phpldapadmin-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phpldapadmin-12.1.10](https://github.com/truecharts/charts/compare/phpldapadmin-12.1.9...phpldapadmin-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/phpldapadmin/13.5.1/Chart.yaml b/stable/phpldapadmin/13.5.1/Chart.yaml deleted file mode 100644 index 20e79d12758..00000000000 --- a/stable/phpldapadmin/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/phpldapadmin/13.5.1/charts/common-20.0.8.tgz b/stable/phpldapadmin/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/phpldapadmin/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pixapop/10.5.1/.helmignore b/stable/phpldapadmin/13.7.1/.helmignore similarity index 100% rename from stable/pixapop/10.5.1/.helmignore rename to stable/phpldapadmin/13.7.1/.helmignore diff --git a/stable/phpldapadmin/13.7.1/CHANGELOG.md b/stable/phpldapadmin/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..50293c12671 --- /dev/null +++ b/stable/phpldapadmin/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpldapadmin-13.7.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/phpldapadmin/13.7.1/Chart.yaml new file mode 100644 index 00000000000..60213072f4d --- /dev/null +++ b/stable/phpldapadmin/13.7.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: 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.2 + 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.1 diff --git a/stable/phpldapadmin/13.5.1/README.md b/stable/phpldapadmin/13.7.1/README.md similarity index 100% rename from stable/phpldapadmin/13.5.1/README.md rename to stable/phpldapadmin/13.7.1/README.md diff --git a/stable/phpldapadmin/13.7.1/app-changelog.md b/stable/phpldapadmin/13.7.1/app-changelog.md new file mode 100644 index 00000000000..e621bf31ea9 --- /dev/null +++ b/stable/phpldapadmin/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [phpldapadmin-13.7.1](https://github.com/truecharts/charts/compare/phpldapadmin-13.6.0...phpldapadmin-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/phpldapadmin/13.7.1/app-readme.md similarity index 100% rename from stable/phpldapadmin/13.5.1/app-readme.md rename to stable/phpldapadmin/13.7.1/app-readme.md diff --git a/stable/phpldapadmin/13.7.1/charts/common-20.2.2.tgz b/stable/phpldapadmin/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/phpldapadmin/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/phpldapadmin/13.5.1/ix_values.yaml b/stable/phpldapadmin/13.7.1/ix_values.yaml similarity index 100% rename from stable/phpldapadmin/13.5.1/ix_values.yaml rename to stable/phpldapadmin/13.7.1/ix_values.yaml diff --git a/stable/phpldapadmin/13.5.1/questions.yaml b/stable/phpldapadmin/13.7.1/questions.yaml similarity index 100% rename from stable/phpldapadmin/13.5.1/questions.yaml rename to stable/phpldapadmin/13.7.1/questions.yaml diff --git a/stable/plex-playlist-sync/3.5.1/templates/NOTES.txt b/stable/phpldapadmin/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/plex-playlist-sync/3.5.1/templates/NOTES.txt rename to stable/phpldapadmin/13.7.1/templates/NOTES.txt diff --git a/stable/piwigo/12.10.2/templates/common.yaml b/stable/phpldapadmin/13.7.1/templates/common.yaml similarity index 100% rename from stable/piwigo/12.10.2/templates/common.yaml rename to stable/phpldapadmin/13.7.1/templates/common.yaml diff --git a/stable/pixapop/10.5.1/values.yaml b/stable/phpldapadmin/13.7.1/values.yaml similarity index 100% rename from stable/pixapop/10.5.1/values.yaml rename to stable/phpldapadmin/13.7.1/values.yaml diff --git a/stable/phpmyadmin/5.5.1/CHANGELOG.md b/stable/phpmyadmin/5.5.1/CHANGELOG.md deleted file mode 100644 index d44e061a783..00000000000 --- a/stable/phpmyadmin/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [phpmyadmin-5.5.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.5.0...phpmyadmin-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [phpmyadmin-5.5.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.4.1...phpmyadmin-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [phpmyadmin-5.4.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.4.0...phpmyadmin-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [phpmyadmin-5.4.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.3.0...phpmyadmin-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [phpmyadmin-5.3.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.3...phpmyadmin-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [phpmyadmin-5.2.3](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.2...phpmyadmin-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [phpmyadmin-5.2.2](https://github.com/truecharts/charts/compare/phpmyadmin-5.2.0...phpmyadmin-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [phpmyadmin-4.1.11](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.10...phpmyadmin-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [phpmyadmin-4.1.10](https://github.com/truecharts/charts/compare/phpmyadmin-4.1.9...phpmyadmin-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/phpmyadmin/5.5.1/Chart.yaml b/stable/phpmyadmin/5.5.1/Chart.yaml deleted file mode 100644 index 37ceafe2895..00000000000 --- a/stable/phpmyadmin/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/phpmyadmin/5.5.1/charts/common-20.0.8.tgz b/stable/phpmyadmin/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/phpmyadmin/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pixark/5.5.1/.helmignore b/stable/phpmyadmin/5.7.1/.helmignore similarity index 100% rename from stable/pixark/5.5.1/.helmignore rename to stable/phpmyadmin/5.7.1/.helmignore diff --git a/stable/phpmyadmin/5.7.1/CHANGELOG.md b/stable/phpmyadmin/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..50cbe615427 --- /dev/null +++ b/stable/phpmyadmin/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [phpmyadmin-5.7.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/phpmyadmin/5.7.1/Chart.yaml new file mode 100644 index 00000000000..44b775f9728 --- /dev/null +++ b/stable/phpmyadmin/5.7.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: 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.2 + 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.1 diff --git a/stable/phpmyadmin/5.5.1/README.md b/stable/phpmyadmin/5.7.1/README.md similarity index 100% rename from stable/phpmyadmin/5.5.1/README.md rename to stable/phpmyadmin/5.7.1/README.md diff --git a/stable/phpmyadmin/5.7.1/app-changelog.md b/stable/phpmyadmin/5.7.1/app-changelog.md new file mode 100644 index 00000000000..8650625ad0c --- /dev/null +++ b/stable/phpmyadmin/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [phpmyadmin-5.7.1](https://github.com/truecharts/charts/compare/phpmyadmin-5.6.0...phpmyadmin-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/phpmyadmin/5.7.1/app-readme.md similarity index 100% rename from stable/phpmyadmin/5.5.1/app-readme.md rename to stable/phpmyadmin/5.7.1/app-readme.md diff --git a/stable/phpmyadmin/5.7.1/charts/common-20.2.2.tgz b/stable/phpmyadmin/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/phpmyadmin/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/phpmyadmin/5.5.1/ix_values.yaml b/stable/phpmyadmin/5.7.1/ix_values.yaml similarity index 100% rename from stable/phpmyadmin/5.5.1/ix_values.yaml rename to stable/phpmyadmin/5.7.1/ix_values.yaml diff --git a/stable/phpmyadmin/5.5.1/questions.yaml b/stable/phpmyadmin/5.7.1/questions.yaml similarity index 100% rename from stable/phpmyadmin/5.5.1/questions.yaml rename to stable/phpmyadmin/5.7.1/questions.yaml diff --git a/stable/phpmyadmin/5.5.1/templates/common.yaml b/stable/phpmyadmin/5.7.1/templates/common.yaml similarity index 100% rename from stable/phpmyadmin/5.5.1/templates/common.yaml rename to stable/phpmyadmin/5.7.1/templates/common.yaml diff --git a/stable/pixark/5.5.1/values.yaml b/stable/phpmyadmin/5.7.1/values.yaml similarity index 100% rename from stable/pixark/5.5.1/values.yaml rename to stable/phpmyadmin/5.7.1/values.yaml diff --git a/stable/piaware/12.5.1/CHANGELOG.md b/stable/piaware/12.5.1/CHANGELOG.md deleted file mode 100644 index 20f500ae35b..00000000000 --- a/stable/piaware/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [piaware-12.5.1](https://github.com/truecharts/charts/compare/piaware-12.5.0...piaware-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [piaware-12.5.0](https://github.com/truecharts/charts/compare/piaware-12.4.1...piaware-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [piaware-12.4.1](https://github.com/truecharts/charts/compare/piaware-12.4.0...piaware-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [piaware-12.4.0](https://github.com/truecharts/charts/compare/piaware-12.3.0...piaware-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [piaware-12.3.0](https://github.com/truecharts/charts/compare/piaware-12.2.3...piaware-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [piaware-12.2.3](https://github.com/truecharts/charts/compare/piaware-12.2.2...piaware-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [piaware-12.2.2](https://github.com/truecharts/charts/compare/piaware-12.2.0...piaware-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [piaware-11.1.11](https://github.com/truecharts/charts/compare/piaware-11.1.10...piaware-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [piaware-11.1.10](https://github.com/truecharts/charts/compare/piaware-11.1.9...piaware-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/piaware/12.5.1/Chart.yaml b/stable/piaware/12.5.1/Chart.yaml deleted file mode 100644 index da1e11f30b9..00000000000 --- a/stable/piaware/12.5.1/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.0.8 - 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.5.1 diff --git a/stable/piaware/12.5.1/charts/common-20.0.8.tgz b/stable/piaware/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/piaware/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plausible/10.12.0/.helmignore b/stable/piaware/12.7.1/.helmignore similarity index 100% rename from stable/plausible/10.12.0/.helmignore rename to stable/piaware/12.7.1/.helmignore diff --git a/stable/piaware/12.7.1/CHANGELOG.md b/stable/piaware/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0faf9af742d --- /dev/null +++ b/stable/piaware/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piaware-12.7.1](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/piaware/12.7.1/Chart.yaml new file mode 100644 index 00000000000..9c7864fd0de --- /dev/null +++ b/stable/piaware/12.7.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: 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.2 + 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.1 diff --git a/stable/piaware/12.5.1/README.md b/stable/piaware/12.7.1/README.md similarity index 100% rename from stable/piaware/12.5.1/README.md rename to stable/piaware/12.7.1/README.md diff --git a/stable/piaware/12.7.1/app-changelog.md b/stable/piaware/12.7.1/app-changelog.md new file mode 100644 index 00000000000..fa9ac168a5d --- /dev/null +++ b/stable/piaware/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [piaware-12.7.1](https://github.com/truecharts/charts/compare/piaware-12.6.0...piaware-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/piaware/12.7.1/app-readme.md similarity index 100% rename from stable/piaware/12.5.1/app-readme.md rename to stable/piaware/12.7.1/app-readme.md diff --git a/stable/piaware/12.7.1/charts/common-20.2.2.tgz b/stable/piaware/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/piaware/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/piaware/12.5.1/ix_values.yaml b/stable/piaware/12.7.1/ix_values.yaml similarity index 100% rename from stable/piaware/12.5.1/ix_values.yaml rename to stable/piaware/12.7.1/ix_values.yaml diff --git a/stable/piaware/12.5.1/questions.yaml b/stable/piaware/12.7.1/questions.yaml similarity index 100% rename from stable/piaware/12.5.1/questions.yaml rename to stable/piaware/12.7.1/questions.yaml diff --git a/stable/plexripper/8.5.1/templates/common.yaml b/stable/piaware/12.7.1/templates/common.yaml similarity index 100% rename from stable/plexripper/8.5.1/templates/common.yaml rename to stable/piaware/12.7.1/templates/common.yaml diff --git a/stable/plausible/10.12.0/values.yaml b/stable/piaware/12.7.1/values.yaml similarity index 100% rename from stable/plausible/10.12.0/values.yaml rename to stable/piaware/12.7.1/values.yaml diff --git a/stable/picoshare/9.5.1/CHANGELOG.md b/stable/picoshare/9.5.1/CHANGELOG.md deleted file mode 100644 index 9e0f28a0d92..00000000000 --- a/stable/picoshare/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [picoshare-9.5.1](https://github.com/truecharts/charts/compare/picoshare-9.5.0...picoshare-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [picoshare-9.5.0](https://github.com/truecharts/charts/compare/picoshare-9.4.1...picoshare-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [picoshare-9.4.1](https://github.com/truecharts/charts/compare/picoshare-9.4.0...picoshare-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [picoshare-9.4.0](https://github.com/truecharts/charts/compare/picoshare-9.3.0...picoshare-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [picoshare-9.3.0](https://github.com/truecharts/charts/compare/picoshare-9.2.3...picoshare-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [picoshare-9.2.3](https://github.com/truecharts/charts/compare/picoshare-9.2.2...picoshare-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [picoshare-9.2.2](https://github.com/truecharts/charts/compare/picoshare-9.2.0...picoshare-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [picoshare-8.1.11](https://github.com/truecharts/charts/compare/picoshare-8.1.10...picoshare-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [picoshare-8.1.10](https://github.com/truecharts/charts/compare/picoshare-8.1.9...picoshare-8.1.10) (2024-01-26) \ No newline at end of file diff --git a/stable/picoshare/9.5.1/Chart.yaml b/stable/picoshare/9.5.1/Chart.yaml deleted file mode 100644 index 4d69bf53b3e..00000000000 --- a/stable/picoshare/9.5.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: 1.4.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/picoshare/9.5.1/charts/common-20.0.8.tgz b/stable/picoshare/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/picoshare/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plaxt/8.5.1/.helmignore b/stable/picoshare/9.7.1/.helmignore similarity index 100% rename from stable/plaxt/8.5.1/.helmignore rename to stable/picoshare/9.7.1/.helmignore diff --git a/stable/picoshare/9.7.1/CHANGELOG.md b/stable/picoshare/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..38473452649 --- /dev/null +++ b/stable/picoshare/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [picoshare-9.7.1](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/picoshare/9.7.1/Chart.yaml new file mode 100644 index 00000000000..e5dd98f125b --- /dev/null +++ b/stable/picoshare/9.7.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: 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.2 + 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.1 diff --git a/stable/picoshare/9.5.1/README.md b/stable/picoshare/9.7.1/README.md similarity index 100% rename from stable/picoshare/9.5.1/README.md rename to stable/picoshare/9.7.1/README.md diff --git a/stable/picoshare/9.7.1/app-changelog.md b/stable/picoshare/9.7.1/app-changelog.md new file mode 100644 index 00000000000..c5a1826ce00 --- /dev/null +++ b/stable/picoshare/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [picoshare-9.7.1](https://github.com/truecharts/charts/compare/picoshare-9.6.0...picoshare-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/picoshare/9.7.1/app-readme.md similarity index 100% rename from stable/picoshare/9.5.1/app-readme.md rename to stable/picoshare/9.7.1/app-readme.md diff --git a/stable/picoshare/9.7.1/charts/common-20.2.2.tgz b/stable/picoshare/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/picoshare/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/picoshare/9.5.1/ix_values.yaml b/stable/picoshare/9.7.1/ix_values.yaml similarity index 100% rename from stable/picoshare/9.5.1/ix_values.yaml rename to stable/picoshare/9.7.1/ix_values.yaml diff --git a/stable/picoshare/9.5.1/questions.yaml b/stable/picoshare/9.7.1/questions.yaml similarity index 100% rename from stable/picoshare/9.5.1/questions.yaml rename to stable/picoshare/9.7.1/questions.yaml diff --git a/stable/plex-utills/8.5.1/templates/NOTES.txt b/stable/picoshare/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/plex-utills/8.5.1/templates/NOTES.txt rename to stable/picoshare/9.7.1/templates/NOTES.txt diff --git a/stable/picoshare/9.7.1/templates/common.yaml b/stable/picoshare/9.7.1/templates/common.yaml new file mode 100644 index 00000000000..a204deeeb4f --- /dev/null +++ b/stable/picoshare/9.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{- include "tc.v1.common.loader.all" . }} diff --git a/stable/plaxt/8.5.1/values.yaml b/stable/picoshare/9.7.1/values.yaml similarity index 100% rename from stable/plaxt/8.5.1/values.yaml rename to stable/picoshare/9.7.1/values.yaml diff --git a/stable/pigallery2/5.5.1/CHANGELOG.md b/stable/pigallery2/5.5.1/CHANGELOG.md deleted file mode 100644 index e38dd939660..00000000000 --- a/stable/pigallery2/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pigallery2-5.5.1](https://github.com/truecharts/charts/compare/pigallery2-5.5.0...pigallery2-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pigallery2-5.5.0](https://github.com/truecharts/charts/compare/pigallery2-5.4.1...pigallery2-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pigallery2-5.4.1](https://github.com/truecharts/charts/compare/pigallery2-5.4.0...pigallery2-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pigallery2-5.4.0](https://github.com/truecharts/charts/compare/pigallery2-5.3.0...pigallery2-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pigallery2-5.3.0](https://github.com/truecharts/charts/compare/pigallery2-5.2.3...pigallery2-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pigallery2-5.2.3](https://github.com/truecharts/charts/compare/pigallery2-5.2.2...pigallery2-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pigallery2-5.2.2](https://github.com/truecharts/charts/compare/pigallery2-5.2.0...pigallery2-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pigallery2-4.1.11](https://github.com/truecharts/charts/compare/pigallery2-4.1.10...pigallery2-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pigallery2-4.1.10](https://github.com/truecharts/charts/compare/pigallery2-4.1.9...pigallery2-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pigallery2/5.5.1/Chart.yaml b/stable/pigallery2/5.5.1/Chart.yaml deleted file mode 100644 index 7f3bcf51206..00000000000 --- a/stable/pigallery2/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/pigallery2/5.5.1/charts/common-20.0.8.tgz b/stable/pigallery2/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pigallery2/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plex-auto-languages/8.5.1/.helmignore b/stable/pigallery2/5.7.1/.helmignore similarity index 100% rename from stable/plex-auto-languages/8.5.1/.helmignore rename to stable/pigallery2/5.7.1/.helmignore diff --git a/stable/pigallery2/5.7.1/CHANGELOG.md b/stable/pigallery2/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ad1ddd3ba29 --- /dev/null +++ b/stable/pigallery2/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pigallery2-5.7.1](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pigallery2/5.7.1/Chart.yaml new file mode 100644 index 00000000000..87f9d734aa9 --- /dev/null +++ b/stable/pigallery2/5.7.1/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.2 + 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.1 diff --git a/stable/pigallery2/5.5.1/README.md b/stable/pigallery2/5.7.1/README.md similarity index 100% rename from stable/pigallery2/5.5.1/README.md rename to stable/pigallery2/5.7.1/README.md diff --git a/stable/pigallery2/5.7.1/app-changelog.md b/stable/pigallery2/5.7.1/app-changelog.md new file mode 100644 index 00000000000..338d34a8058 --- /dev/null +++ b/stable/pigallery2/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pigallery2-5.7.1](https://github.com/truecharts/charts/compare/pigallery2-5.6.0...pigallery2-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pigallery2/5.7.1/app-readme.md similarity index 100% rename from stable/pigallery2/5.5.1/app-readme.md rename to stable/pigallery2/5.7.1/app-readme.md diff --git a/stable/pigallery2/5.7.1/charts/common-20.2.2.tgz b/stable/pigallery2/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pigallery2/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pigallery2/5.5.1/ix_values.yaml b/stable/pigallery2/5.7.1/ix_values.yaml similarity index 100% rename from stable/pigallery2/5.5.1/ix_values.yaml rename to stable/pigallery2/5.7.1/ix_values.yaml diff --git a/stable/pigallery2/5.5.1/questions.yaml b/stable/pigallery2/5.7.1/questions.yaml similarity index 100% rename from stable/pigallery2/5.5.1/questions.yaml rename to stable/pigallery2/5.7.1/questions.yaml diff --git a/stable/pigallery2/5.5.1/templates/common.yaml b/stable/pigallery2/5.7.1/templates/common.yaml similarity index 100% rename from stable/pigallery2/5.5.1/templates/common.yaml rename to stable/pigallery2/5.7.1/templates/common.yaml diff --git a/stable/plex-auto-languages/8.5.1/values.yaml b/stable/pigallery2/5.7.1/values.yaml similarity index 100% rename from stable/plex-auto-languages/8.5.1/values.yaml rename to stable/pigallery2/5.7.1/values.yaml diff --git a/stable/pihole/16.2.1/CHANGELOG.md b/stable/pihole/16.2.1/CHANGELOG.md deleted file mode 100644 index 0583cf5de42..00000000000 --- a/stable/pihole/16.2.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pihole-16.2.1](https://github.com/truecharts/charts/compare/pihole-16.2.0...pihole-16.2.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pihole-16.2.0](https://github.com/truecharts/charts/compare/pihole-16.1.2...pihole-16.2.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pihole-16.1.2](https://github.com/truecharts/charts/compare/pihole-16.1.1...pihole-16.1.2) (2024-03-08) - - -## [pihole-16.1.1](https://github.com/truecharts/charts/compare/pihole-16.1.0...pihole-16.1.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pihole-16.1.0](https://github.com/truecharts/charts/compare/pihole-16.0.0...pihole-16.1.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pihole-16.0.0](https://github.com/truecharts/charts/compare/pihole-15.3.0...pihole-16.0.0) (2024-03-06) - -### Chore - - - -- BREAKING CHANGE change port/service layout for DNS - - -## [pihole-15.3.0](https://github.com/truecharts/charts/compare/pihole-15.2.4...pihole-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pihole-15.2.4](https://github.com/truecharts/charts/compare/pihole-15.2.3...pihole-15.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pihole-15.2.3](https://github.com/truecharts/charts/compare/pihole-15.2.1...pihole-15.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [pihole-14.0.5](https://github.com/truecharts/charts/compare/pihole-14.0.4...pihole-14.0.5) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/pihole/16.2.1/Chart.yaml b/stable/pihole/16.2.1/Chart.yaml deleted file mode 100644 index 4ee4407d7e7..00000000000 --- a/stable/pihole/16.2.1/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.0.8 - 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.2.1 diff --git a/stable/pihole/16.2.1/charts/common-20.0.8.tgz b/stable/pihole/16.2.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pihole/16.2.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plex-meta-manager/6.5.1/.helmignore b/stable/pihole/16.4.1/.helmignore similarity index 100% rename from stable/plex-meta-manager/6.5.1/.helmignore rename to stable/pihole/16.4.1/.helmignore diff --git a/stable/pihole/16.4.1/CHANGELOG.md b/stable/pihole/16.4.1/CHANGELOG.md new file mode 100644 index 00000000000..da520617b60 --- /dev/null +++ b/stable/pihole/16.4.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pihole-16.4.1](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pihole/16.4.1/Chart.yaml new file mode 100644 index 00000000000..79680802a60 --- /dev/null +++ b/stable/pihole/16.4.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.02.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/pihole/16.2.1/README.md b/stable/pihole/16.4.1/README.md similarity index 100% rename from stable/pihole/16.2.1/README.md rename to stable/pihole/16.4.1/README.md diff --git a/stable/pihole/16.4.1/app-changelog.md b/stable/pihole/16.4.1/app-changelog.md new file mode 100644 index 00000000000..40385fd2390 --- /dev/null +++ b/stable/pihole/16.4.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pihole-16.4.1](https://github.com/truecharts/charts/compare/pihole-16.3.0...pihole-16.4.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.2.1/app-readme.md b/stable/pihole/16.4.1/app-readme.md similarity index 100% rename from stable/pihole/16.2.1/app-readme.md rename to stable/pihole/16.4.1/app-readme.md diff --git a/stable/pihole/16.4.1/charts/common-20.2.2.tgz b/stable/pihole/16.4.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pihole/16.4.1/charts/common-20.2.2.tgz differ diff --git a/stable/pihole/16.2.1/ix_values.yaml b/stable/pihole/16.4.1/ix_values.yaml similarity index 100% rename from stable/pihole/16.2.1/ix_values.yaml rename to stable/pihole/16.4.1/ix_values.yaml diff --git a/stable/pihole/16.2.1/questions.yaml b/stable/pihole/16.4.1/questions.yaml similarity index 100% rename from stable/pihole/16.2.1/questions.yaml rename to stable/pihole/16.4.1/questions.yaml diff --git a/stable/pihole/16.2.1/templates/_configmap.tpl b/stable/pihole/16.4.1/templates/_configmap.tpl similarity index 100% rename from stable/pihole/16.2.1/templates/_configmap.tpl rename to stable/pihole/16.4.1/templates/_configmap.tpl diff --git a/stable/pihole/16.2.1/templates/common.yaml b/stable/pihole/16.4.1/templates/common.yaml similarity index 100% rename from stable/pihole/16.2.1/templates/common.yaml rename to stable/pihole/16.4.1/templates/common.yaml diff --git a/stable/plex-meta-manager/6.5.1/values.yaml b/stable/pihole/16.4.1/values.yaml similarity index 100% rename from stable/plex-meta-manager/6.5.1/values.yaml rename to stable/pihole/16.4.1/values.yaml diff --git a/stable/pinry/9.5.1/CHANGELOG.md b/stable/pinry/9.5.1/CHANGELOG.md deleted file mode 100644 index f295fce8928..00000000000 --- a/stable/pinry/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pinry-9.5.1](https://github.com/truecharts/charts/compare/pinry-9.5.0...pinry-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pinry-9.5.0](https://github.com/truecharts/charts/compare/pinry-9.4.1...pinry-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pinry-9.4.1](https://github.com/truecharts/charts/compare/pinry-9.4.0...pinry-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pinry-9.4.0](https://github.com/truecharts/charts/compare/pinry-9.3.0...pinry-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pinry-9.3.0](https://github.com/truecharts/charts/compare/pinry-9.2.3...pinry-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pinry-9.2.3](https://github.com/truecharts/charts/compare/pinry-9.2.2...pinry-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pinry-9.2.2](https://github.com/truecharts/charts/compare/pinry-9.2.0...pinry-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pinry-8.1.11](https://github.com/truecharts/charts/compare/pinry-8.1.10...pinry-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pinry-8.1.10](https://github.com/truecharts/charts/compare/pinry-8.1.9...pinry-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pinry/9.5.1/Chart.yaml b/stable/pinry/9.5.1/Chart.yaml deleted file mode 100644 index 4c0045e734c..00000000000 --- a/stable/pinry/9.5.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: 2.1.12 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/pinry/9.5.1/charts/common-20.0.8.tgz b/stable/pinry/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pinry/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plex-playlist-sync/3.5.1/.helmignore b/stable/pinry/9.7.1/.helmignore similarity index 100% rename from stable/plex-playlist-sync/3.5.1/.helmignore rename to stable/pinry/9.7.1/.helmignore diff --git a/stable/pinry/9.7.1/CHANGELOG.md b/stable/pinry/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0043dacde32 --- /dev/null +++ b/stable/pinry/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pinry-9.7.1](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pinry/9.7.1/Chart.yaml new file mode 100644 index 00000000000..987cccf05d0 --- /dev/null +++ b/stable/pinry/9.7.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: 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.2 + 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.1 diff --git a/stable/pinry/9.5.1/README.md b/stable/pinry/9.7.1/README.md similarity index 100% rename from stable/pinry/9.5.1/README.md rename to stable/pinry/9.7.1/README.md diff --git a/stable/pinry/9.7.1/app-changelog.md b/stable/pinry/9.7.1/app-changelog.md new file mode 100644 index 00000000000..1de9ef3b570 --- /dev/null +++ b/stable/pinry/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pinry-9.7.1](https://github.com/truecharts/charts/compare/pinry-9.6.0...pinry-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pinry/9.7.1/app-readme.md similarity index 100% rename from stable/pinry/9.5.1/app-readme.md rename to stable/pinry/9.7.1/app-readme.md diff --git a/stable/pinry/9.7.1/charts/common-20.2.2.tgz b/stable/pinry/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pinry/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pinry/9.5.1/ix_values.yaml b/stable/pinry/9.7.1/ix_values.yaml similarity index 100% rename from stable/pinry/9.5.1/ix_values.yaml rename to stable/pinry/9.7.1/ix_values.yaml diff --git a/stable/pinry/9.5.1/questions.yaml b/stable/pinry/9.7.1/questions.yaml similarity index 100% rename from stable/pinry/9.5.1/questions.yaml rename to stable/pinry/9.7.1/questions.yaml diff --git a/stable/plex/17.5.2/templates/NOTES.txt b/stable/pinry/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/plex/17.5.2/templates/NOTES.txt rename to stable/pinry/9.7.1/templates/NOTES.txt diff --git a/stable/pinry/9.5.1/templates/_secrets.tpl b/stable/pinry/9.7.1/templates/_secrets.tpl similarity index 100% rename from stable/pinry/9.5.1/templates/_secrets.tpl rename to stable/pinry/9.7.1/templates/_secrets.tpl diff --git a/stable/pinry/9.5.1/templates/common.yaml b/stable/pinry/9.7.1/templates/common.yaml similarity index 100% rename from stable/pinry/9.5.1/templates/common.yaml rename to stable/pinry/9.7.1/templates/common.yaml diff --git a/stable/plex-playlist-sync/3.5.1/values.yaml b/stable/pinry/9.7.1/values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.5.1/values.yaml rename to stable/pinry/9.7.1/values.yaml diff --git a/stable/piwigo/12.10.2/CHANGELOG.md b/stable/piwigo/12.10.2/CHANGELOG.md deleted file mode 100644 index 0784766b907..00000000000 --- a/stable/piwigo/12.10.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [piwigo-12.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.1](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.1) (2024-03-16) - -### Chore - - - -- 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.10.1](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.1) (2024-03-16) - -### Chore - - - -- 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.10.0](https://github.com/truecharts/charts/compare/piwigo-12.9.3...piwigo-12.10.0) (2024-03-16) - -### Chore - - diff --git a/stable/piwigo/12.10.2/Chart.yaml b/stable/piwigo/12.10.2/Chart.yaml deleted file mode 100644 index 19d48781c9a..00000000000 --- a/stable/piwigo/12.10.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: 14.3.0 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.10.2 diff --git a/stable/piwigo/12.10.2/app-changelog.md b/stable/piwigo/12.10.2/app-changelog.md deleted file mode 100644 index ab1ffd42cc4..00000000000 --- a/stable/piwigo/12.10.2/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [piwigo-12.10.2](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.10.2) (2024-03-16) - -### Chore - - - -- 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.10.2/charts/common-20.1.5.tgz b/stable/piwigo/12.10.2/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/piwigo/12.10.2/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/piwigo/12.10.2/charts/mariadb-13.5.4.tgz b/stable/piwigo/12.10.2/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/piwigo/12.10.2/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/plex-utills/8.5.1/.helmignore b/stable/piwigo/12.13.1/.helmignore similarity index 100% rename from stable/plex-utills/8.5.1/.helmignore rename to stable/piwigo/12.13.1/.helmignore diff --git a/stable/piwigo/12.13.1/CHANGELOG.md b/stable/piwigo/12.13.1/CHANGELOG.md new file mode 100644 index 00000000000..b6d928e2314 --- /dev/null +++ b/stable/piwigo/12.13.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [piwigo-12.13.1](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/piwigo/12.13.1/Chart.yaml b/stable/piwigo/12.13.1/Chart.yaml new file mode 100644 index 00000000000..c1bccb39355 --- /dev/null +++ b/stable/piwigo/12.13.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/piwigo/12.10.2/README.md b/stable/piwigo/12.13.1/README.md similarity index 100% rename from stable/piwigo/12.10.2/README.md rename to stable/piwigo/12.13.1/README.md diff --git a/stable/piwigo/12.13.1/app-changelog.md b/stable/piwigo/12.13.1/app-changelog.md new file mode 100644 index 00000000000..0626e541c6d --- /dev/null +++ b/stable/piwigo/12.13.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [piwigo-12.13.1](https://github.com/truecharts/charts/compare/piwigo-12.10.0...piwigo-12.13.1) (2024-03-17) + +### Chore + + + +- update container 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.10.2/app-readme.md b/stable/piwigo/12.13.1/app-readme.md similarity index 100% rename from stable/piwigo/12.10.2/app-readme.md rename to stable/piwigo/12.13.1/app-readme.md diff --git a/stable/piwigo/12.13.1/charts/common-20.2.2.tgz b/stable/piwigo/12.13.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/piwigo/12.13.1/charts/common-20.2.2.tgz differ diff --git a/stable/piwigo/12.13.1/charts/mariadb-13.7.0.tgz b/stable/piwigo/12.13.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/piwigo/12.13.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/piwigo/12.10.2/ix_values.yaml b/stable/piwigo/12.13.1/ix_values.yaml similarity index 100% rename from stable/piwigo/12.10.2/ix_values.yaml rename to stable/piwigo/12.13.1/ix_values.yaml diff --git a/stable/piwigo/12.10.2/questions.yaml b/stable/piwigo/12.13.1/questions.yaml similarity index 100% rename from stable/piwigo/12.10.2/questions.yaml rename to stable/piwigo/12.13.1/questions.yaml diff --git a/stable/plexanisync/6.6.1/templates/NOTES.txt b/stable/piwigo/12.13.1/templates/NOTES.txt similarity index 100% rename from stable/plexanisync/6.6.1/templates/NOTES.txt rename to stable/piwigo/12.13.1/templates/NOTES.txt diff --git a/stable/pocketmine-mp/3.5.2/templates/common.yaml b/stable/piwigo/12.13.1/templates/common.yaml similarity index 100% rename from stable/pocketmine-mp/3.5.2/templates/common.yaml rename to stable/piwigo/12.13.1/templates/common.yaml diff --git a/stable/plex-utills/8.5.1/values.yaml b/stable/piwigo/12.13.1/values.yaml similarity index 100% rename from stable/plex-utills/8.5.1/values.yaml rename to stable/piwigo/12.13.1/values.yaml diff --git a/stable/pixapop/10.5.1/CHANGELOG.md b/stable/pixapop/10.5.1/CHANGELOG.md deleted file mode 100644 index 0dcfb8c4866..00000000000 --- a/stable/pixapop/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pixapop-10.5.1](https://github.com/truecharts/charts/compare/pixapop-10.5.0...pixapop-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pixapop-10.5.0](https://github.com/truecharts/charts/compare/pixapop-10.4.1...pixapop-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pixapop-10.4.1](https://github.com/truecharts/charts/compare/pixapop-10.4.0...pixapop-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pixapop-10.4.0](https://github.com/truecharts/charts/compare/pixapop-10.3.0...pixapop-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pixapop-10.3.0](https://github.com/truecharts/charts/compare/pixapop-10.2.3...pixapop-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pixapop-10.2.3](https://github.com/truecharts/charts/compare/pixapop-10.2.2...pixapop-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pixapop-10.2.2](https://github.com/truecharts/charts/compare/pixapop-10.2.0...pixapop-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pixapop-9.1.11](https://github.com/truecharts/charts/compare/pixapop-9.1.10...pixapop-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pixapop-9.1.10](https://github.com/truecharts/charts/compare/pixapop-9.1.9...pixapop-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pixapop/10.5.1/Chart.yaml b/stable/pixapop/10.5.1/Chart.yaml deleted file mode 100644 index c5be83d0b31..00000000000 --- a/stable/pixapop/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/pixapop/10.5.1/charts/common-20.0.8.tgz b/stable/pixapop/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pixapop/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plex/17.5.2/.helmignore b/stable/pixapop/10.7.1/.helmignore similarity index 100% rename from stable/plex/17.5.2/.helmignore rename to stable/pixapop/10.7.1/.helmignore diff --git a/stable/pixapop/10.7.1/CHANGELOG.md b/stable/pixapop/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8db214bf1e5 --- /dev/null +++ b/stable/pixapop/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixapop-10.7.1](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pixapop/10.7.1/Chart.yaml new file mode 100644 index 00000000000..621c1fcbf84 --- /dev/null +++ b/stable/pixapop/10.7.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.2.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/pixapop/10.5.1/README.md b/stable/pixapop/10.7.1/README.md similarity index 100% rename from stable/pixapop/10.5.1/README.md rename to stable/pixapop/10.7.1/README.md diff --git a/stable/pixapop/10.7.1/app-changelog.md b/stable/pixapop/10.7.1/app-changelog.md new file mode 100644 index 00000000000..cdb6eea257d --- /dev/null +++ b/stable/pixapop/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pixapop-10.7.1](https://github.com/truecharts/charts/compare/pixapop-10.6.0...pixapop-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pixapop/10.7.1/app-readme.md similarity index 100% rename from stable/pixapop/10.5.1/app-readme.md rename to stable/pixapop/10.7.1/app-readme.md diff --git a/stable/pixapop/10.7.1/charts/common-20.2.2.tgz b/stable/pixapop/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pixapop/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pixapop/10.5.1/ix_values.yaml b/stable/pixapop/10.7.1/ix_values.yaml similarity index 100% rename from stable/pixapop/10.5.1/ix_values.yaml rename to stable/pixapop/10.7.1/ix_values.yaml diff --git a/stable/pixapop/10.5.1/questions.yaml b/stable/pixapop/10.7.1/questions.yaml similarity index 100% rename from stable/pixapop/10.5.1/questions.yaml rename to stable/pixapop/10.7.1/questions.yaml diff --git a/stable/plexripper/8.5.1/templates/NOTES.txt b/stable/pixapop/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/plexripper/8.5.1/templates/NOTES.txt rename to stable/pixapop/10.7.1/templates/NOTES.txt diff --git a/stable/remmina/10.5.2/templates/common.yaml b/stable/pixapop/10.7.1/templates/common.yaml similarity index 100% rename from stable/remmina/10.5.2/templates/common.yaml rename to stable/pixapop/10.7.1/templates/common.yaml diff --git a/stable/plex/17.5.2/values.yaml b/stable/pixapop/10.7.1/values.yaml similarity index 100% rename from stable/plex/17.5.2/values.yaml rename to stable/pixapop/10.7.1/values.yaml diff --git a/stable/pixark/5.5.1/CHANGELOG.md b/stable/pixark/5.5.1/CHANGELOG.md deleted file mode 100644 index 3cb01f5ba4f..00000000000 --- a/stable/pixark/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pixark-5.5.1](https://github.com/truecharts/charts/compare/pixark-5.5.0...pixark-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pixark-5.5.0](https://github.com/truecharts/charts/compare/pixark-5.4.1...pixark-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pixark-5.4.1](https://github.com/truecharts/charts/compare/pixark-5.4.0...pixark-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pixark-5.4.0](https://github.com/truecharts/charts/compare/pixark-5.3.0...pixark-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pixark-5.3.0](https://github.com/truecharts/charts/compare/pixark-5.2.3...pixark-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pixark-5.2.3](https://github.com/truecharts/charts/compare/pixark-5.2.2...pixark-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pixark-5.2.2](https://github.com/truecharts/charts/compare/pixark-5.2.0...pixark-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pixark-4.1.11](https://github.com/truecharts/charts/compare/pixark-4.1.10...pixark-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pixark-4.1.10](https://github.com/truecharts/charts/compare/pixark-4.1.9...pixark-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pixark/5.5.1/Chart.yaml b/stable/pixark/5.5.1/Chart.yaml deleted file mode 100644 index 6f0491c6df9..00000000000 --- a/stable/pixark/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pixark/5.5.1/charts/common-20.0.8.tgz b/stable/pixark/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pixark/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plexanisync/6.6.1/.helmignore b/stable/pixark/5.7.1/.helmignore similarity index 100% rename from stable/plexanisync/6.6.1/.helmignore rename to stable/pixark/5.7.1/.helmignore diff --git a/stable/pixark/5.7.1/CHANGELOG.md b/stable/pixark/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..57df1220f23 --- /dev/null +++ b/stable/pixark/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pixark-5.7.1](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pixark/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c4d217de901 --- /dev/null +++ b/stable/pixark/5.7.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: 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.2 + 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.1 diff --git a/stable/pixark/5.5.1/README.md b/stable/pixark/5.7.1/README.md similarity index 100% rename from stable/pixark/5.5.1/README.md rename to stable/pixark/5.7.1/README.md diff --git a/stable/pixark/5.7.1/app-changelog.md b/stable/pixark/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f15c366eacc --- /dev/null +++ b/stable/pixark/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pixark-5.7.1](https://github.com/truecharts/charts/compare/pixark-5.6.0...pixark-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pixark/5.7.1/app-readme.md similarity index 100% rename from stable/pixark/5.5.1/app-readme.md rename to stable/pixark/5.7.1/app-readme.md diff --git a/stable/pixark/5.7.1/charts/common-20.2.2.tgz b/stable/pixark/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pixark/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pixark/5.5.1/ix_values.yaml b/stable/pixark/5.7.1/ix_values.yaml similarity index 100% rename from stable/pixark/5.5.1/ix_values.yaml rename to stable/pixark/5.7.1/ix_values.yaml diff --git a/stable/pixark/5.5.1/questions.yaml b/stable/pixark/5.7.1/questions.yaml similarity index 100% rename from stable/pixark/5.5.1/questions.yaml rename to stable/pixark/5.7.1/questions.yaml diff --git a/stable/pixark/5.5.1/templates/common.yaml b/stable/pixark/5.7.1/templates/common.yaml similarity index 100% rename from stable/pixark/5.5.1/templates/common.yaml rename to stable/pixark/5.7.1/templates/common.yaml diff --git a/stable/plexanisync/6.6.1/values.yaml b/stable/pixark/5.7.1/values.yaml similarity index 100% rename from stable/plexanisync/6.6.1/values.yaml rename to stable/pixark/5.7.1/values.yaml diff --git a/stable/plausible/10.12.0/CHANGELOG.md b/stable/plausible/10.12.0/CHANGELOG.md deleted file mode 100644 index 751ab3fd36a..00000000000 --- a/stable/plausible/10.12.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plausible-10.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.11.1) (2024-03-16) - -### Chore - - - -- 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.11.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.11.1) (2024-03-16) - -### Chore - - - -- update container image clickhouse to v12.6.4[@d0026b3](https://github.com/d0026b3) by renovate ([#19298](https://github.com/truecharts/charts/issues/19298)) diff --git a/stable/plausible/10.12.0/Chart.yaml b/stable/plausible/10.12.0/Chart.yaml deleted file mode 100644 index a50dfff54cf..00000000000 --- a/stable/plausible/10.12.0/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: clickhouse - version: 12.7.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.12.0 diff --git a/stable/plausible/10.12.0/app-changelog.md b/stable/plausible/10.12.0/app-changelog.md deleted file mode 100644 index 481bddca304..00000000000 --- a/stable/plausible/10.12.0/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [plausible-10.12.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.12.0) (2024-03-16) - -### Chore - - - -- 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.12.0/charts/clickhouse-12.7.0.tgz b/stable/plausible/10.12.0/charts/clickhouse-12.7.0.tgz deleted file mode 100644 index 74b1df90a72..00000000000 Binary files a/stable/plausible/10.12.0/charts/clickhouse-12.7.0.tgz and /dev/null differ diff --git a/stable/plausible/10.12.0/charts/common-20.1.5.tgz b/stable/plausible/10.12.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/plausible/10.12.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/plexripper/8.5.1/.helmignore b/stable/plausible/10.14.1/.helmignore similarity index 100% rename from stable/plexripper/8.5.1/.helmignore rename to stable/plausible/10.14.1/.helmignore diff --git a/stable/plausible/10.14.1/CHANGELOG.md b/stable/plausible/10.14.1/CHANGELOG.md new file mode 100644 index 00000000000..cd68cfdbd52 --- /dev/null +++ b/stable/plausible/10.14.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/plausible/10.14.1/Chart.yaml b/stable/plausible/10.14.1/Chart.yaml new file mode 100644 index 00000000000..74b8678c2b6 --- /dev/null +++ b/stable/plausible/10.14.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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: clickhouse + version: 12.8.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.14.1 diff --git a/stable/plausible/10.12.0/README.md b/stable/plausible/10.14.1/README.md similarity index 100% rename from stable/plausible/10.12.0/README.md rename to stable/plausible/10.14.1/README.md diff --git a/stable/plausible/10.14.1/app-changelog.md b/stable/plausible/10.14.1/app-changelog.md new file mode 100644 index 00000000000..9289bbb3561 --- /dev/null +++ b/stable/plausible/10.14.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [plausible-10.14.1](https://github.com/truecharts/charts/compare/plausible-10.11.0...plausible-10.14.1) (2024-03-17) + +### Chore + + + +- update container 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.12.0/app-readme.md b/stable/plausible/10.14.1/app-readme.md similarity index 100% rename from stable/plausible/10.12.0/app-readme.md rename to stable/plausible/10.14.1/app-readme.md diff --git a/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz b/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz new file mode 100644 index 00000000000..3b2af821d94 Binary files /dev/null and b/stable/plausible/10.14.1/charts/clickhouse-12.8.0.tgz differ diff --git a/stable/plausible/10.14.1/charts/common-20.2.2.tgz b/stable/plausible/10.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plausible/10.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/plausible/10.12.0/ix_values.yaml b/stable/plausible/10.14.1/ix_values.yaml similarity index 100% rename from stable/plausible/10.12.0/ix_values.yaml rename to stable/plausible/10.14.1/ix_values.yaml diff --git a/stable/plausible/10.12.0/questions.yaml b/stable/plausible/10.14.1/questions.yaml similarity index 100% rename from stable/plausible/10.12.0/questions.yaml rename to stable/plausible/10.14.1/questions.yaml diff --git a/stable/plausible/10.12.0/templates/_configmap.tpl b/stable/plausible/10.14.1/templates/_configmap.tpl similarity index 100% rename from stable/plausible/10.12.0/templates/_configmap.tpl rename to stable/plausible/10.14.1/templates/_configmap.tpl diff --git a/stable/plausible/10.12.0/templates/_secret.tpl b/stable/plausible/10.14.1/templates/_secret.tpl similarity index 100% rename from stable/plausible/10.12.0/templates/_secret.tpl rename to stable/plausible/10.14.1/templates/_secret.tpl diff --git a/stable/plausible/10.12.0/templates/common.yaml b/stable/plausible/10.14.1/templates/common.yaml similarity index 100% rename from stable/plausible/10.12.0/templates/common.yaml rename to stable/plausible/10.14.1/templates/common.yaml diff --git a/stable/plexripper/8.5.1/values.yaml b/stable/plausible/10.14.1/values.yaml similarity index 100% rename from stable/plexripper/8.5.1/values.yaml rename to stable/plausible/10.14.1/values.yaml diff --git a/stable/plaxt/8.5.1/CHANGELOG.md b/stable/plaxt/8.5.1/CHANGELOG.md deleted file mode 100644 index 2f21aa941e0..00000000000 --- a/stable/plaxt/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plaxt-8.5.1](https://github.com/truecharts/charts/compare/plaxt-8.5.0...plaxt-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plaxt-8.5.0](https://github.com/truecharts/charts/compare/plaxt-8.4.1...plaxt-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plaxt-8.4.1](https://github.com/truecharts/charts/compare/plaxt-8.4.0...plaxt-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plaxt-8.4.0](https://github.com/truecharts/charts/compare/plaxt-8.3.0...plaxt-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plaxt-8.3.0](https://github.com/truecharts/charts/compare/plaxt-8.2.3...plaxt-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plaxt-8.2.3](https://github.com/truecharts/charts/compare/plaxt-8.2.2...plaxt-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plaxt-8.2.2](https://github.com/truecharts/charts/compare/plaxt-8.2.0...plaxt-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plaxt-7.1.11](https://github.com/truecharts/charts/compare/plaxt-7.1.10...plaxt-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plaxt-7.1.10](https://github.com/truecharts/charts/compare/plaxt-7.1.9...plaxt-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plaxt/8.5.1/Chart.yaml b/stable/plaxt/8.5.1/Chart.yaml deleted file mode 100644 index 384220376a6..00000000000 --- a/stable/plaxt/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/plaxt/8.5.1/charts/common-20.0.8.tgz b/stable/plaxt/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plaxt/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.7.0/.helmignore b/stable/plaxt/8.7.1/.helmignore similarity index 100% rename from stable/plextraktsync/7.7.0/.helmignore rename to stable/plaxt/8.7.1/.helmignore diff --git a/stable/plaxt/8.7.1/CHANGELOG.md b/stable/plaxt/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e57255d31d1 --- /dev/null +++ b/stable/plaxt/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plaxt-8.7.1](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plaxt/8.7.1/Chart.yaml new file mode 100644 index 00000000000..d19fb8744d3 --- /dev/null +++ b/stable/plaxt/8.7.1/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.2 + 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.1 diff --git a/stable/plaxt/8.5.1/README.md b/stable/plaxt/8.7.1/README.md similarity index 100% rename from stable/plaxt/8.5.1/README.md rename to stable/plaxt/8.7.1/README.md diff --git a/stable/plaxt/8.7.1/app-changelog.md b/stable/plaxt/8.7.1/app-changelog.md new file mode 100644 index 00000000000..9376896fb21 --- /dev/null +++ b/stable/plaxt/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plaxt-8.7.1](https://github.com/truecharts/charts/compare/plaxt-8.6.0...plaxt-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plaxt/8.7.1/app-readme.md similarity index 100% rename from stable/plaxt/8.5.1/app-readme.md rename to stable/plaxt/8.7.1/app-readme.md diff --git a/stable/plaxt/8.7.1/charts/common-20.2.2.tgz b/stable/plaxt/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plaxt/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plaxt/8.5.1/ix_values.yaml b/stable/plaxt/8.7.1/ix_values.yaml similarity index 100% rename from stable/plaxt/8.5.1/ix_values.yaml rename to stable/plaxt/8.7.1/ix_values.yaml diff --git a/stable/plaxt/8.5.1/questions.yaml b/stable/plaxt/8.7.1/questions.yaml similarity index 100% rename from stable/plaxt/8.5.1/questions.yaml rename to stable/plaxt/8.7.1/questions.yaml diff --git a/stable/plextraktsync/7.7.0/templates/NOTES.txt b/stable/plaxt/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/plextraktsync/7.7.0/templates/NOTES.txt rename to stable/plaxt/8.7.1/templates/NOTES.txt diff --git a/stable/plaxt/8.5.1/templates/common.yaml b/stable/plaxt/8.7.1/templates/common.yaml similarity index 100% rename from stable/plaxt/8.5.1/templates/common.yaml rename to stable/plaxt/8.7.1/templates/common.yaml diff --git a/stable/plextraktsync/7.7.0/values.yaml b/stable/plaxt/8.7.1/values.yaml similarity index 100% rename from stable/plextraktsync/7.7.0/values.yaml rename to stable/plaxt/8.7.1/values.yaml diff --git a/stable/plex-auto-languages/8.5.1/CHANGELOG.md b/stable/plex-auto-languages/8.5.1/CHANGELOG.md deleted file mode 100644 index 5cd4b627db3..00000000000 --- a/stable/plex-auto-languages/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-auto-languages-8.5.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.5.0...plex-auto-languages-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plex-auto-languages-8.5.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.4.1...plex-auto-languages-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plex-auto-languages-8.4.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.4.0...plex-auto-languages-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plex-auto-languages-8.4.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.3.0...plex-auto-languages-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plex-auto-languages-8.3.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.3...plex-auto-languages-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plex-auto-languages-8.2.3](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.2...plex-auto-languages-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plex-auto-languages-8.2.2](https://github.com/truecharts/charts/compare/plex-auto-languages-8.2.0...plex-auto-languages-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plex-auto-languages-7.1.11](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.10...plex-auto-languages-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-auto-languages-7.1.10](https://github.com/truecharts/charts/compare/plex-auto-languages-7.1.9...plex-auto-languages-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plex-auto-languages/8.5.1/Chart.yaml b/stable/plex-auto-languages/8.5.1/Chart.yaml deleted file mode 100644 index 09a7919e856..00000000000 --- a/stable/plex-auto-languages/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/plex-auto-languages/8.5.1/charts/common-20.0.8.tgz b/stable/plex-auto-languages/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plex-auto-languages/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pocketmine-mp/3.5.2/.helmignore b/stable/plex-auto-languages/8.7.1/.helmignore similarity index 100% rename from stable/pocketmine-mp/3.5.2/.helmignore rename to stable/plex-auto-languages/8.7.1/.helmignore diff --git a/stable/plex-auto-languages/8.7.1/CHANGELOG.md b/stable/plex-auto-languages/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8ab4803efe8 --- /dev/null +++ b/stable/plex-auto-languages/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-auto-languages-8.7.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plex-auto-languages/8.7.1/Chart.yaml new file mode 100644 index 00000000000..4c17cc696f5 --- /dev/null +++ b/stable/plex-auto-languages/8.7.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: 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.2 + 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.1 diff --git a/stable/plex-auto-languages/8.5.1/README.md b/stable/plex-auto-languages/8.7.1/README.md similarity index 100% rename from stable/plex-auto-languages/8.5.1/README.md rename to stable/plex-auto-languages/8.7.1/README.md diff --git a/stable/plex-auto-languages/8.7.1/app-changelog.md b/stable/plex-auto-languages/8.7.1/app-changelog.md new file mode 100644 index 00000000000..978a4e4a152 --- /dev/null +++ b/stable/plex-auto-languages/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plex-auto-languages-8.7.1](https://github.com/truecharts/charts/compare/plex-auto-languages-8.6.0...plex-auto-languages-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plex-auto-languages/8.7.1/app-readme.md similarity index 100% rename from stable/plex-auto-languages/8.5.1/app-readme.md rename to stable/plex-auto-languages/8.7.1/app-readme.md diff --git a/stable/plex-auto-languages/8.7.1/charts/common-20.2.2.tgz b/stable/plex-auto-languages/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plex-auto-languages/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plex-auto-languages/8.5.1/ix_values.yaml b/stable/plex-auto-languages/8.7.1/ix_values.yaml similarity index 100% rename from stable/plex-auto-languages/8.5.1/ix_values.yaml rename to stable/plex-auto-languages/8.7.1/ix_values.yaml diff --git a/stable/plex-auto-languages/8.5.1/questions.yaml b/stable/plex-auto-languages/8.7.1/questions.yaml similarity index 100% rename from stable/plex-auto-languages/8.5.1/questions.yaml rename to stable/plex-auto-languages/8.7.1/questions.yaml diff --git a/stable/pocketmine-mp/3.5.2/templates/NOTES.txt b/stable/plex-auto-languages/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/pocketmine-mp/3.5.2/templates/NOTES.txt rename to stable/plex-auto-languages/8.7.1/templates/NOTES.txt diff --git a/stable/plex-auto-languages/8.5.1/templates/common.yaml b/stable/plex-auto-languages/8.7.1/templates/common.yaml similarity index 100% rename from stable/plex-auto-languages/8.5.1/templates/common.yaml rename to stable/plex-auto-languages/8.7.1/templates/common.yaml diff --git a/stable/pocketmine-mp/3.5.2/values.yaml b/stable/plex-auto-languages/8.7.1/values.yaml similarity index 100% rename from stable/pocketmine-mp/3.5.2/values.yaml rename to stable/plex-auto-languages/8.7.1/values.yaml diff --git a/stable/plex-meta-manager/6.5.1/CHANGELOG.md b/stable/plex-meta-manager/6.5.1/CHANGELOG.md deleted file mode 100644 index b1f5495b21c..00000000000 --- a/stable/plex-meta-manager/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-meta-manager-6.5.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.5.0...plex-meta-manager-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plex-meta-manager-6.5.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.4.1...plex-meta-manager-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plex-meta-manager-6.4.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.4.0...plex-meta-manager-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plex-meta-manager-6.4.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.3.0...plex-meta-manager-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plex-meta-manager-6.3.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.3...plex-meta-manager-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plex-meta-manager-6.2.3](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.2...plex-meta-manager-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plex-meta-manager-6.2.2](https://github.com/truecharts/charts/compare/plex-meta-manager-6.2.0...plex-meta-manager-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plex-meta-manager-5.2.6](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.5...plex-meta-manager-5.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-meta-manager-5.2.5](https://github.com/truecharts/charts/compare/plex-meta-manager-5.2.4...plex-meta-manager-5.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plex-meta-manager/6.5.1/Chart.yaml b/stable/plex-meta-manager/6.5.1/Chart.yaml deleted file mode 100644 index eed27fa9468..00000000000 --- a/stable/plex-meta-manager/6.5.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: 1.20.0 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/plex-meta-manager/6.5.1/charts/common-20.0.8.tgz b/stable/plex-meta-manager/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plex-meta-manager/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/podgrab/17.5.1/.helmignore b/stable/plex-meta-manager/6.7.1/.helmignore similarity index 100% rename from stable/podgrab/17.5.1/.helmignore rename to stable/plex-meta-manager/6.7.1/.helmignore diff --git a/stable/plex-meta-manager/6.7.1/CHANGELOG.md b/stable/plex-meta-manager/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e393b946bcd --- /dev/null +++ b/stable/plex-meta-manager/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-meta-manager-6.7.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plex-meta-manager/6.7.1/Chart.yaml new file mode 100644 index 00000000000..9aac0200f9a --- /dev/null +++ b/stable/plex-meta-manager/6.7.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: 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.2 + 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.1 diff --git a/stable/plex-meta-manager/6.5.1/README.md b/stable/plex-meta-manager/6.7.1/README.md similarity index 100% rename from stable/plex-meta-manager/6.5.1/README.md rename to stable/plex-meta-manager/6.7.1/README.md diff --git a/stable/plex-meta-manager/6.7.1/app-changelog.md b/stable/plex-meta-manager/6.7.1/app-changelog.md new file mode 100644 index 00000000000..063d9bd1459 --- /dev/null +++ b/stable/plex-meta-manager/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plex-meta-manager-6.7.1](https://github.com/truecharts/charts/compare/plex-meta-manager-6.6.0...plex-meta-manager-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plex-meta-manager/6.7.1/app-readme.md similarity index 100% rename from stable/plex-meta-manager/6.5.1/app-readme.md rename to stable/plex-meta-manager/6.7.1/app-readme.md diff --git a/stable/plex-meta-manager/6.7.1/charts/common-20.2.2.tgz b/stable/plex-meta-manager/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plex-meta-manager/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plex-meta-manager/6.5.1/ix_values.yaml b/stable/plex-meta-manager/6.7.1/ix_values.yaml similarity index 100% rename from stable/plex-meta-manager/6.5.1/ix_values.yaml rename to stable/plex-meta-manager/6.7.1/ix_values.yaml diff --git a/stable/plex-meta-manager/6.5.1/questions.yaml b/stable/plex-meta-manager/6.7.1/questions.yaml similarity index 100% rename from stable/plex-meta-manager/6.5.1/questions.yaml rename to stable/plex-meta-manager/6.7.1/questions.yaml diff --git a/stable/podgrab/17.5.1/templates/NOTES.txt b/stable/plex-meta-manager/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/podgrab/17.5.1/templates/NOTES.txt rename to stable/plex-meta-manager/6.7.1/templates/NOTES.txt diff --git a/stable/plex-meta-manager/6.5.1/templates/_secret.tpl b/stable/plex-meta-manager/6.7.1/templates/_secret.tpl similarity index 100% rename from stable/plex-meta-manager/6.5.1/templates/_secret.tpl rename to stable/plex-meta-manager/6.7.1/templates/_secret.tpl diff --git a/stable/plex-meta-manager/6.5.1/templates/common.yaml b/stable/plex-meta-manager/6.7.1/templates/common.yaml similarity index 100% rename from stable/plex-meta-manager/6.5.1/templates/common.yaml rename to stable/plex-meta-manager/6.7.1/templates/common.yaml diff --git a/stable/podgrab/17.5.1/values.yaml b/stable/plex-meta-manager/6.7.1/values.yaml similarity index 100% rename from stable/podgrab/17.5.1/values.yaml rename to stable/plex-meta-manager/6.7.1/values.yaml diff --git a/stable/plex-playlist-sync/3.5.1/CHANGELOG.md b/stable/plex-playlist-sync/3.5.1/CHANGELOG.md deleted file mode 100644 index 382c9918ece..00000000000 --- a/stable/plex-playlist-sync/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-playlist-sync-3.5.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.5.0...plex-playlist-sync-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plex-playlist-sync-3.5.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.4.1...plex-playlist-sync-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plex-playlist-sync-3.4.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.4.0...plex-playlist-sync-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plex-playlist-sync-3.4.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.3.0...plex-playlist-sync-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plex-playlist-sync-3.3.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.3...plex-playlist-sync-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plex-playlist-sync-3.2.3](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.2...plex-playlist-sync-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plex-playlist-sync-3.2.2](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.2.0...plex-playlist-sync-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plex-playlist-sync-2.1.14](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.13...plex-playlist-sync-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-playlist-sync-2.1.13](https://github.com/truecharts/charts/compare/plex-playlist-sync-2.1.12...plex-playlist-sync-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plex-playlist-sync/3.5.1/Chart.yaml b/stable/plex-playlist-sync/3.5.1/Chart.yaml deleted file mode 100644 index c521cd818cf..00000000000 --- a/stable/plex-playlist-sync/3.5.1/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.0.8 - 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.5.1 diff --git a/stable/plex-playlist-sync/3.5.1/charts/common-20.0.8.tgz b/stable/plex-playlist-sync/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plex-playlist-sync/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/portainer/8.5.2/.helmignore b/stable/plex-playlist-sync/3.7.1/.helmignore similarity index 100% rename from stable/portainer/8.5.2/.helmignore rename to stable/plex-playlist-sync/3.7.1/.helmignore diff --git a/stable/plex-playlist-sync/3.7.1/CHANGELOG.md b/stable/plex-playlist-sync/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d07d47296aa --- /dev/null +++ b/stable/plex-playlist-sync/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-playlist-sync-3.7.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plex-playlist-sync/3.7.1/Chart.yaml new file mode 100644 index 00000000000..66d3e0d5203 --- /dev/null +++ b/stable/plex-playlist-sync/3.7.1/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.2 + 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.1 diff --git a/stable/plex-playlist-sync/3.5.1/README.md b/stable/plex-playlist-sync/3.7.1/README.md similarity index 100% rename from stable/plex-playlist-sync/3.5.1/README.md rename to stable/plex-playlist-sync/3.7.1/README.md diff --git a/stable/plex-playlist-sync/3.7.1/app-changelog.md b/stable/plex-playlist-sync/3.7.1/app-changelog.md new file mode 100644 index 00000000000..3702b6309d5 --- /dev/null +++ b/stable/plex-playlist-sync/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plex-playlist-sync-3.7.1](https://github.com/truecharts/charts/compare/plex-playlist-sync-3.6.0...plex-playlist-sync-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plex-playlist-sync/3.7.1/app-readme.md similarity index 100% rename from stable/plex-playlist-sync/3.5.1/app-readme.md rename to stable/plex-playlist-sync/3.7.1/app-readme.md diff --git a/stable/plex-playlist-sync/3.7.1/charts/common-20.2.2.tgz b/stable/plex-playlist-sync/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plex-playlist-sync/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plex-playlist-sync/3.5.1/ix_values.yaml b/stable/plex-playlist-sync/3.7.1/ix_values.yaml similarity index 100% rename from stable/plex-playlist-sync/3.5.1/ix_values.yaml rename to stable/plex-playlist-sync/3.7.1/ix_values.yaml diff --git a/stable/plex-playlist-sync/3.5.1/questions.yaml b/stable/plex-playlist-sync/3.7.1/questions.yaml similarity index 100% rename from stable/plex-playlist-sync/3.5.1/questions.yaml rename to stable/plex-playlist-sync/3.7.1/questions.yaml diff --git a/stable/portainer/8.5.2/templates/NOTES.txt b/stable/plex-playlist-sync/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/portainer/8.5.2/templates/NOTES.txt rename to stable/plex-playlist-sync/3.7.1/templates/NOTES.txt diff --git a/stable/plex-playlist-sync/3.5.1/templates/common.yaml b/stable/plex-playlist-sync/3.7.1/templates/common.yaml similarity index 100% rename from stable/plex-playlist-sync/3.5.1/templates/common.yaml rename to stable/plex-playlist-sync/3.7.1/templates/common.yaml diff --git a/stable/portainer/8.5.2/values.yaml b/stable/plex-playlist-sync/3.7.1/values.yaml similarity index 100% rename from stable/portainer/8.5.2/values.yaml rename to stable/plex-playlist-sync/3.7.1/values.yaml diff --git a/stable/plex-utills/8.5.1/CHANGELOG.md b/stable/plex-utills/8.5.1/CHANGELOG.md deleted file mode 100644 index e60523a72e1..00000000000 --- a/stable/plex-utills/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-utills-8.5.1](https://github.com/truecharts/charts/compare/plex-utills-8.5.0...plex-utills-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plex-utills-8.5.0](https://github.com/truecharts/charts/compare/plex-utills-8.4.1...plex-utills-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plex-utills-8.4.1](https://github.com/truecharts/charts/compare/plex-utills-8.4.0...plex-utills-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plex-utills-8.4.0](https://github.com/truecharts/charts/compare/plex-utills-8.3.0...plex-utills-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plex-utills-8.3.0](https://github.com/truecharts/charts/compare/plex-utills-8.2.3...plex-utills-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plex-utills-8.2.3](https://github.com/truecharts/charts/compare/plex-utills-8.2.2...plex-utills-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plex-utills-8.2.2](https://github.com/truecharts/charts/compare/plex-utills-8.2.0...plex-utills-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plex-utills-7.1.11](https://github.com/truecharts/charts/compare/plex-utills-7.1.10...plex-utills-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plex-utills-7.1.10](https://github.com/truecharts/charts/compare/plex-utills-7.1.9...plex-utills-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plex-utills/8.5.1/Chart.yaml b/stable/plex-utills/8.5.1/Chart.yaml deleted file mode 100644 index 866a8fd10ee..00000000000 --- a/stable/plex-utills/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/plex-utills/8.5.1/charts/common-20.0.8.tgz b/stable/plex-utills/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plex-utills/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/post-recording/5.5.2/.helmignore b/stable/plex-utills/8.7.1/.helmignore similarity index 100% rename from stable/post-recording/5.5.2/.helmignore rename to stable/plex-utills/8.7.1/.helmignore diff --git a/stable/plex-utills/8.7.1/CHANGELOG.md b/stable/plex-utills/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7636226fedb --- /dev/null +++ b/stable/plex-utills/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-utills-8.7.1](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plex-utills/8.7.1/Chart.yaml new file mode 100644 index 00000000000..03464d40ade --- /dev/null +++ b/stable/plex-utills/8.7.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: 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.2 + 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.1 diff --git a/stable/plex-utills/8.5.1/README.md b/stable/plex-utills/8.7.1/README.md similarity index 100% rename from stable/plex-utills/8.5.1/README.md rename to stable/plex-utills/8.7.1/README.md diff --git a/stable/plex-utills/8.7.1/app-changelog.md b/stable/plex-utills/8.7.1/app-changelog.md new file mode 100644 index 00000000000..0ae073e1aab --- /dev/null +++ b/stable/plex-utills/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plex-utills-8.7.1](https://github.com/truecharts/charts/compare/plex-utills-8.6.0...plex-utills-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plex-utills/8.7.1/app-readme.md similarity index 100% rename from stable/plex-utills/8.5.1/app-readme.md rename to stable/plex-utills/8.7.1/app-readme.md diff --git a/stable/plex-utills/8.7.1/charts/common-20.2.2.tgz b/stable/plex-utills/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plex-utills/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plex-utills/8.5.1/ix_values.yaml b/stable/plex-utills/8.7.1/ix_values.yaml similarity index 100% rename from stable/plex-utills/8.5.1/ix_values.yaml rename to stable/plex-utills/8.7.1/ix_values.yaml diff --git a/stable/plex-utills/8.5.1/questions.yaml b/stable/plex-utills/8.7.1/questions.yaml similarity index 100% rename from stable/plex-utills/8.5.1/questions.yaml rename to stable/plex-utills/8.7.1/questions.yaml diff --git a/stable/posterr/8.5.1/templates/NOTES.txt b/stable/plex-utills/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/posterr/8.5.1/templates/NOTES.txt rename to stable/plex-utills/8.7.1/templates/NOTES.txt diff --git a/stable/plex-utills/8.5.1/templates/common.yaml b/stable/plex-utills/8.7.1/templates/common.yaml similarity index 100% rename from stable/plex-utills/8.5.1/templates/common.yaml rename to stable/plex-utills/8.7.1/templates/common.yaml diff --git a/stable/post-recording/5.5.2/values.yaml b/stable/plex-utills/8.7.1/values.yaml similarity index 100% rename from stable/post-recording/5.5.2/values.yaml rename to stable/plex-utills/8.7.1/values.yaml diff --git a/stable/plex/17.5.2/CHANGELOG.md b/stable/plex/17.5.2/CHANGELOG.md deleted file mode 100644 index 411b3feda72..00000000000 --- a/stable/plex/17.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plex-17.5.2](https://github.com/truecharts/charts/compare/plex-17.5.1...plex-17.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [plex-17.5.1](https://github.com/truecharts/charts/compare/plex-17.5.0...plex-17.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plex-17.5.0](https://github.com/truecharts/charts/compare/plex-17.4.1...plex-17.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plex-17.4.1](https://github.com/truecharts/charts/compare/plex-17.4.0...plex-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plex-17.4.0](https://github.com/truecharts/charts/compare/plex-17.3.0...plex-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plex-17.3.0](https://github.com/truecharts/charts/compare/plex-17.2.4...plex-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plex-17.2.4](https://github.com/truecharts/charts/compare/plex-17.2.3...plex-17.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plex-17.2.3](https://github.com/truecharts/charts/compare/plex-17.2.1...plex-17.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - -## [plex-16.1.13](https://github.com/truecharts/charts/compare/plex-16.1.12...plex-16.1.13) (2024-02-12) - -### Chore \ No newline at end of file diff --git a/stable/plex/17.5.2/Chart.yaml b/stable/plex/17.5.2/Chart.yaml deleted file mode 100644 index 7d38faf2e04..00000000000 --- a/stable/plex/17.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.40.0.7998 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/plex/17.5.2/charts/common-20.0.9.tgz b/stable/plex/17.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/plex/17.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/plex/17.5.2/ix_values.yaml b/stable/plex/17.5.2/ix_values.yaml deleted file mode 100644 index fcead8cf040..00000000000 --- a/stable/plex/17.5.2/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/onedr0p/plex - pullPolicy: IfNotPresent - tag: 1.40.0.7998-c29d4c0c8@sha256:7c4501799f0d5f4f94fcb95a8a47b883528354c779a182a9ae4af118a1fc6b10 -service: - main: - ports: - main: - protocol: http - port: 32400 - targetPort: 32400 -persistence: - config: - enabled: true - mountPath: "/config" - transcode: - enabled: true - mountPath: "/transcode" - type: emptyDir - medium: Memory - targetSelectAll: true -plex: - # User Defined - serverIP: "127.0.0.1" - additionalAdvertiseURL: "" - disableGDM: true - requireHTTPS: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - path: /identity - readiness: - enabled: true - path: /identity - startup: - enabled: true - path: /identity - env: - PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' - # 0=Required, 1=Preferred - PLEX_PREFERENCE_SEC_CON: 'secureConnections={{ ternary "0" "1" .Values.plex.requireHTTPS }}' - # User Defined - ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" - PLEX_CLAIM: "" -portal: - open: - enabled: true diff --git a/stable/posterr/8.5.1/.helmignore b/stable/plex/17.7.1/.helmignore similarity index 100% rename from stable/posterr/8.5.1/.helmignore rename to stable/plex/17.7.1/.helmignore diff --git a/stable/plex/17.7.1/CHANGELOG.md b/stable/plex/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..569fc207077 --- /dev/null +++ b/stable/plex/17.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plex-17.7.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/plex/17.7.1/Chart.yaml b/stable/plex/17.7.1/Chart.yaml new file mode 100644 index 00000000000..d1eee61dae9 --- /dev/null +++ b/stable/plex/17.7.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.40.1.8227 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/plex/17.5.2/README.md b/stable/plex/17.7.1/README.md similarity index 100% rename from stable/plex/17.5.2/README.md rename to stable/plex/17.7.1/README.md diff --git a/stable/plex/17.7.1/app-changelog.md b/stable/plex/17.7.1/app-changelog.md new file mode 100644 index 00000000000..21c787f9c19 --- /dev/null +++ b/stable/plex/17.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [plex-17.7.1](https://github.com/truecharts/charts/compare/plex-17.6.0...plex-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/plex/17.7.1/app-readme.md similarity index 100% rename from stable/plex/17.5.2/app-readme.md rename to stable/plex/17.7.1/app-readme.md diff --git a/stable/plex/17.7.1/charts/common-20.2.2.tgz b/stable/plex/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plex/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plex/17.7.1/ix_values.yaml b/stable/plex/17.7.1/ix_values.yaml new file mode 100644 index 00000000000..b8cfa6ab24b --- /dev/null +++ b/stable/plex/17.7.1/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: ghcr.io/onedr0p/plex + pullPolicy: IfNotPresent + tag: 1.40.1.8227-c0dd5a73e@sha256:4ca8db0ffa1bee5a2976a0385cc43368112e81a2485b80d0fff3b04c9d5bd1ca +service: + main: + ports: + main: + protocol: http + port: 32400 + targetPort: 32400 +persistence: + config: + enabled: true + mountPath: "/config" + transcode: + enabled: true + mountPath: "/transcode" + type: emptyDir + medium: Memory + targetSelectAll: true +plex: + # User Defined + serverIP: "127.0.0.1" + additionalAdvertiseURL: "" + disableGDM: true + requireHTTPS: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + path: /identity + readiness: + enabled: true + path: /identity + startup: + enabled: true + path: /identity + env: + PLEX_PREFERENCE_GDM: 'GdmEnabled={{ ternary "0" "1" .Values.plex.disableGDM }}' + # 0=Required, 1=Preferred + PLEX_PREFERENCE_SEC_CON: 'secureConnections={{ ternary "0" "1" .Values.plex.requireHTTPS }}' + # User Defined + ALLOWED_NETWORKS: "172.16.0.0/12,10.0.0.0/8,192.168.0.0/16" + PLEX_CLAIM: "" +portal: + open: + enabled: true diff --git a/stable/plex/17.5.2/questions.yaml b/stable/plex/17.7.1/questions.yaml similarity index 100% rename from stable/plex/17.5.2/questions.yaml rename to stable/plex/17.7.1/questions.yaml diff --git a/stable/pretend-youre-xyzzy/13.5.1/templates/NOTES.txt b/stable/plex/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/templates/NOTES.txt rename to stable/plex/17.7.1/templates/NOTES.txt diff --git a/stable/plex/17.5.2/templates/common.yaml b/stable/plex/17.7.1/templates/common.yaml similarity index 100% rename from stable/plex/17.5.2/templates/common.yaml rename to stable/plex/17.7.1/templates/common.yaml diff --git a/stable/posterr/8.5.1/values.yaml b/stable/plex/17.7.1/values.yaml similarity index 100% rename from stable/posterr/8.5.1/values.yaml rename to stable/plex/17.7.1/values.yaml diff --git a/stable/plexanisync/6.6.1/CHANGELOG.md b/stable/plexanisync/6.6.1/CHANGELOG.md deleted file mode 100644 index 257e65fa8de..00000000000 --- a/stable/plexanisync/6.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plexanisync-6.6.1](https://github.com/truecharts/charts/compare/plexanisync-6.6.0...plexanisync-6.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plexanisync-6.6.0](https://github.com/truecharts/charts/compare/plexanisync-6.5.0...plexanisync-6.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plexanisync-6.5.0](https://github.com/truecharts/charts/compare/plexanisync-6.4.1...plexanisync-6.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/rickdb/plexanisync to v1.4.0[@d507820](https://github.com/d507820) by renovate ([#19103](https://github.com/truecharts/charts/issues/19103)) - - -## [plexanisync-6.4.1](https://github.com/truecharts/charts/compare/plexanisync-6.4.0...plexanisync-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plexanisync-6.4.0](https://github.com/truecharts/charts/compare/plexanisync-6.3.0...plexanisync-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plexanisync-6.3.0](https://github.com/truecharts/charts/compare/plexanisync-6.2.3...plexanisync-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plexanisync-6.2.3](https://github.com/truecharts/charts/compare/plexanisync-6.2.2...plexanisync-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plexanisync-6.2.2](https://github.com/truecharts/charts/compare/plexanisync-6.2.0...plexanisync-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [plexanisync-5.1.12](https://github.com/truecharts/charts/compare/plexanisync-5.1.11...plexanisync-5.1.12) (2024-02-03) \ No newline at end of file diff --git a/stable/plexanisync/6.6.1/Chart.yaml b/stable/plexanisync/6.6.1/Chart.yaml deleted file mode 100644 index 1773e7e5ff7..00000000000 --- a/stable/plexanisync/6.6.1/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.0.8 - 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.6.1 diff --git a/stable/plexanisync/6.6.1/charts/common-20.0.8.tgz b/stable/plexanisync/6.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plexanisync/6.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/postscriptum/5.5.1/.helmignore b/stable/plexanisync/6.8.1/.helmignore similarity index 100% rename from stable/postscriptum/5.5.1/.helmignore rename to stable/plexanisync/6.8.1/.helmignore diff --git a/stable/plexanisync/6.8.1/CHANGELOG.md b/stable/plexanisync/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..59ee6f06201 --- /dev/null +++ b/stable/plexanisync/6.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexanisync-6.8.1](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plexanisync/6.8.1/Chart.yaml new file mode 100644 index 00000000000..b11d2eae54d --- /dev/null +++ b/stable/plexanisync/6.8.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: 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.2 + 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.1 diff --git a/stable/plexanisync/6.6.1/README.md b/stable/plexanisync/6.8.1/README.md similarity index 100% rename from stable/plexanisync/6.6.1/README.md rename to stable/plexanisync/6.8.1/README.md diff --git a/stable/plexanisync/6.8.1/app-changelog.md b/stable/plexanisync/6.8.1/app-changelog.md new file mode 100644 index 00000000000..5abe424c409 --- /dev/null +++ b/stable/plexanisync/6.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plexanisync-6.8.1](https://github.com/truecharts/charts/compare/plexanisync-6.7.0...plexanisync-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/plexanisync/6.8.1/app-readme.md similarity index 100% rename from stable/plexanisync/6.6.1/app-readme.md rename to stable/plexanisync/6.8.1/app-readme.md diff --git a/stable/plexanisync/6.8.1/charts/common-20.2.2.tgz b/stable/plexanisync/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plexanisync/6.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/plexanisync/6.6.1/ix_values.yaml b/stable/plexanisync/6.8.1/ix_values.yaml similarity index 100% rename from stable/plexanisync/6.6.1/ix_values.yaml rename to stable/plexanisync/6.8.1/ix_values.yaml diff --git a/stable/plexanisync/6.6.1/questions.yaml b/stable/plexanisync/6.8.1/questions.yaml similarity index 100% rename from stable/plexanisync/6.6.1/questions.yaml rename to stable/plexanisync/6.8.1/questions.yaml diff --git a/stable/projectsend/12.9.1/templates/NOTES.txt b/stable/plexanisync/6.8.1/templates/NOTES.txt similarity index 100% rename from stable/projectsend/12.9.1/templates/NOTES.txt rename to stable/plexanisync/6.8.1/templates/NOTES.txt diff --git a/stable/plexanisync/6.6.1/templates/_config.tpl b/stable/plexanisync/6.8.1/templates/_config.tpl similarity index 100% rename from stable/plexanisync/6.6.1/templates/_config.tpl rename to stable/plexanisync/6.8.1/templates/_config.tpl diff --git a/stable/plexanisync/6.6.1/templates/_secret.tpl b/stable/plexanisync/6.8.1/templates/_secret.tpl similarity index 100% rename from stable/plexanisync/6.6.1/templates/_secret.tpl rename to stable/plexanisync/6.8.1/templates/_secret.tpl diff --git a/stable/plexanisync/6.6.1/templates/common.yaml b/stable/plexanisync/6.8.1/templates/common.yaml similarity index 100% rename from stable/plexanisync/6.6.1/templates/common.yaml rename to stable/plexanisync/6.8.1/templates/common.yaml diff --git a/stable/postscriptum/5.5.1/values.yaml b/stable/plexanisync/6.8.1/values.yaml similarity index 100% rename from stable/postscriptum/5.5.1/values.yaml rename to stable/plexanisync/6.8.1/values.yaml diff --git a/stable/plexripper/8.5.1/CHANGELOG.md b/stable/plexripper/8.5.1/CHANGELOG.md deleted file mode 100644 index 8eb3154a5b6..00000000000 --- a/stable/plexripper/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plexripper-8.5.1](https://github.com/truecharts/charts/compare/plexripper-8.5.0...plexripper-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plexripper-8.5.0](https://github.com/truecharts/charts/compare/plexripper-8.4.1...plexripper-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plexripper-8.4.1](https://github.com/truecharts/charts/compare/plexripper-8.4.0...plexripper-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plexripper-8.4.0](https://github.com/truecharts/charts/compare/plexripper-8.3.0...plexripper-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plexripper-8.3.0](https://github.com/truecharts/charts/compare/plexripper-8.2.3...plexripper-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plexripper-8.2.3](https://github.com/truecharts/charts/compare/plexripper-8.2.2...plexripper-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plexripper-8.2.2](https://github.com/truecharts/charts/compare/plexripper-8.2.0...plexripper-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [plexripper-7.1.11](https://github.com/truecharts/charts/compare/plexripper-7.1.10...plexripper-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [plexripper-7.1.10](https://github.com/truecharts/charts/compare/plexripper-7.1.9...plexripper-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/plexripper/8.5.1/Chart.yaml b/stable/plexripper/8.5.1/Chart.yaml deleted file mode 100644 index 7a6eab3f9de..00000000000 --- a/stable/plexripper/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/plexripper/8.5.1/charts/common-20.0.8.tgz b/stable/plexripper/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/plexripper/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pretend-youre-xyzzy/13.5.1/.helmignore b/stable/plexripper/8.7.1/.helmignore similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/.helmignore rename to stable/plexripper/8.7.1/.helmignore diff --git a/stable/plexripper/8.7.1/CHANGELOG.md b/stable/plexripper/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eced13ca643 --- /dev/null +++ b/stable/plexripper/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plexripper-8.7.1](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/plexripper/8.7.1/Chart.yaml new file mode 100644 index 00000000000..5bfbb14d662 --- /dev/null +++ b/stable/plexripper/8.7.1/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.2 + 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.1 diff --git a/stable/plexripper/8.5.1/README.md b/stable/plexripper/8.7.1/README.md similarity index 100% rename from stable/plexripper/8.5.1/README.md rename to stable/plexripper/8.7.1/README.md diff --git a/stable/plexripper/8.7.1/app-changelog.md b/stable/plexripper/8.7.1/app-changelog.md new file mode 100644 index 00000000000..544c4ecbc61 --- /dev/null +++ b/stable/plexripper/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [plexripper-8.7.1](https://github.com/truecharts/charts/compare/plexripper-8.6.0...plexripper-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/plexripper/8.7.1/app-readme.md similarity index 100% rename from stable/plexripper/8.5.1/app-readme.md rename to stable/plexripper/8.7.1/app-readme.md diff --git a/stable/plexripper/8.7.1/charts/common-20.2.2.tgz b/stable/plexripper/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plexripper/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/plexripper/8.5.1/ix_values.yaml b/stable/plexripper/8.7.1/ix_values.yaml similarity index 100% rename from stable/plexripper/8.5.1/ix_values.yaml rename to stable/plexripper/8.7.1/ix_values.yaml diff --git a/stable/plexripper/8.5.1/questions.yaml b/stable/plexripper/8.7.1/questions.yaml similarity index 100% rename from stable/plexripper/8.5.1/questions.yaml rename to stable/plexripper/8.7.1/questions.yaml diff --git a/stable/promcord/11.5.1/templates/NOTES.txt b/stable/plexripper/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/promcord/11.5.1/templates/NOTES.txt rename to stable/plexripper/8.7.1/templates/NOTES.txt diff --git a/stable/podgrab/17.5.1/templates/common.yaml b/stable/plexripper/8.7.1/templates/common.yaml similarity index 100% rename from stable/podgrab/17.5.1/templates/common.yaml rename to stable/plexripper/8.7.1/templates/common.yaml diff --git a/stable/pretend-youre-xyzzy/13.5.1/values.yaml b/stable/plexripper/8.7.1/values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/values.yaml rename to stable/plexripper/8.7.1/values.yaml diff --git a/stable/plextraktsync/7.7.0/CHANGELOG.md b/stable/plextraktsync/7.7.0/CHANGELOG.md deleted file mode 100644 index eea8e761ca7..00000000000 --- a/stable/plextraktsync/7.7.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [plextraktsync-7.7.0](https://github.com/truecharts/charts/compare/plextraktsync-7.6.2...plextraktsync-7.7.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [plextraktsync-7.6.2](https://github.com/truecharts/charts/compare/plextraktsync-7.6.1...plextraktsync-7.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [plextraktsync-7.6.1](https://github.com/truecharts/charts/compare/plextraktsync-7.6.0...plextraktsync-7.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [plextraktsync-7.6.0](https://github.com/truecharts/charts/compare/plextraktsync-7.5.2...plextraktsync-7.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [plextraktsync-7.5.2](https://github.com/truecharts/charts/compare/plextraktsync-7.5.1...plextraktsync-7.5.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/taxel/plextraktsync to v0.29.6[@d8dda11](https://github.com/d8dda11) by renovate ([#19072](https://github.com/truecharts/charts/issues/19072)) - - -## [plextraktsync-7.5.1](https://github.com/truecharts/charts/compare/plextraktsync-7.5.0...plextraktsync-7.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [plextraktsync-7.5.0](https://github.com/truecharts/charts/compare/plextraktsync-7.4.0...plextraktsync-7.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [plextraktsync-7.4.0](https://github.com/truecharts/charts/compare/plextraktsync-7.3.4...plextraktsync-7.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [plextraktsync-7.3.4](https://github.com/truecharts/charts/compare/plextraktsync-7.3.3...plextraktsync-7.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [plextraktsync-7.3.3](https://github.com/truecharts/charts/compare/plextraktsync-7.3.1...plextraktsync-7.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/plextraktsync/7.7.0/Chart.yaml b/stable/plextraktsync/7.7.0/Chart.yaml deleted file mode 100644 index f4d31fab7c3..00000000000 --- a/stable/plextraktsync/7.7.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: 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.6 -dependencies: - - name: common - version: 20.1.5 - 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.7.0 diff --git a/stable/plextraktsync/7.7.0/charts/common-20.1.5.tgz b/stable/plextraktsync/7.7.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/plextraktsync/7.7.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/plextraktsync/7.7.0/ix_values.yaml b/stable/plextraktsync/7.7.0/ix_values.yaml deleted file mode 100644 index 026beea2cad..00000000000 --- a/stable/plextraktsync/7.7.0/ix_values.yaml +++ /dev/null @@ -1,52 +0,0 @@ -image: - repository: ghcr.io/taxel/plextraktsync - tag: 0.29.6@sha256:d8dda11d2e29f192ac29c8515319d326cb7052ddbff95f4c4dcd668e5385a4c5 - 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/projectsend/12.9.1/.helmignore b/stable/plextraktsync/7.8.2/.helmignore similarity index 100% rename from stable/projectsend/12.9.1/.helmignore rename to stable/plextraktsync/7.8.2/.helmignore diff --git a/stable/plextraktsync/7.8.2/CHANGELOG.md b/stable/plextraktsync/7.8.2/CHANGELOG.md new file mode 100644 index 00000000000..d632fa45976 --- /dev/null +++ b/stable/plextraktsync/7.8.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [plextraktsync-7.8.2](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/plextraktsync/7.8.2/Chart.yaml b/stable/plextraktsync/7.8.2/Chart.yaml new file mode 100644 index 00000000000..c8a8cd28c4f --- /dev/null +++ b/stable/plextraktsync/7.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: 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.8 +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/plextraktsync/7.7.0/README.md b/stable/plextraktsync/7.8.2/README.md similarity index 100% rename from stable/plextraktsync/7.7.0/README.md rename to stable/plextraktsync/7.8.2/README.md diff --git a/stable/plextraktsync/7.8.2/app-changelog.md b/stable/plextraktsync/7.8.2/app-changelog.md new file mode 100644 index 00000000000..844a641e87c --- /dev/null +++ b/stable/plextraktsync/7.8.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [plextraktsync-7.8.2](https://github.com/truecharts/charts/compare/plextraktsync-7.7.0...plextraktsync-7.8.2) (2024-03-17) + +### Chore + + + +- update container 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.7.0/app-readme.md b/stable/plextraktsync/7.8.2/app-readme.md similarity index 100% rename from stable/plextraktsync/7.7.0/app-readme.md rename to stable/plextraktsync/7.8.2/app-readme.md diff --git a/stable/plextraktsync/7.8.2/charts/common-20.2.2.tgz b/stable/plextraktsync/7.8.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/plextraktsync/7.8.2/charts/common-20.2.2.tgz differ diff --git a/stable/plextraktsync/7.8.2/ix_values.yaml b/stable/plextraktsync/7.8.2/ix_values.yaml new file mode 100644 index 00000000000..105d09ebca7 --- /dev/null +++ b/stable/plextraktsync/7.8.2/ix_values.yaml @@ -0,0 +1,52 @@ +image: + repository: ghcr.io/taxel/plextraktsync + tag: 0.29.8@sha256:bf668fcf754105a4ee37a83e3c07e0671621da6d18f776087dc7b41728202822 + 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.7.0/questions.yaml b/stable/plextraktsync/7.8.2/questions.yaml similarity index 100% rename from stable/plextraktsync/7.7.0/questions.yaml rename to stable/plextraktsync/7.8.2/questions.yaml diff --git a/stable/protonmail-bridge/14.6.1/templates/NOTES.txt b/stable/plextraktsync/7.8.2/templates/NOTES.txt similarity index 100% rename from stable/protonmail-bridge/14.6.1/templates/NOTES.txt rename to stable/plextraktsync/7.8.2/templates/NOTES.txt diff --git a/stable/plextraktsync/7.7.0/templates/_cronjob.tpl b/stable/plextraktsync/7.8.2/templates/_cronjob.tpl similarity index 100% rename from stable/plextraktsync/7.7.0/templates/_cronjob.tpl rename to stable/plextraktsync/7.8.2/templates/_cronjob.tpl diff --git a/stable/plextraktsync/7.7.0/templates/common.yaml b/stable/plextraktsync/7.8.2/templates/common.yaml similarity index 100% rename from stable/plextraktsync/7.7.0/templates/common.yaml rename to stable/plextraktsync/7.8.2/templates/common.yaml diff --git a/stable/projectsend/12.9.1/values.yaml b/stable/plextraktsync/7.8.2/values.yaml similarity index 100% rename from stable/projectsend/12.9.1/values.yaml rename to stable/plextraktsync/7.8.2/values.yaml diff --git a/stable/pocketmine-mp/3.5.2/CHANGELOG.md b/stable/pocketmine-mp/3.5.2/CHANGELOG.md deleted file mode 100644 index 9a809f7ab79..00000000000 --- a/stable/pocketmine-mp/3.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pocketmine-mp-3.5.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.5.1...pocketmine-mp-3.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [pocketmine-mp-3.5.1](https://github.com/truecharts/charts/compare/pocketmine-mp-3.5.0...pocketmine-mp-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pocketmine-mp-3.5.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.4.1...pocketmine-mp-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pocketmine-mp-3.4.1](https://github.com/truecharts/charts/compare/pocketmine-mp-3.4.0...pocketmine-mp-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pocketmine-mp-3.4.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.3.0...pocketmine-mp-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pocketmine-mp-3.3.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.3...pocketmine-mp-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pocketmine-mp-3.2.3](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.2...pocketmine-mp-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pocketmine-mp-3.2.2](https://github.com/truecharts/charts/compare/pocketmine-mp-3.2.0...pocketmine-mp-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pocketmine-mp-2.1.12](https://github.com/truecharts/charts/compare/pocketmine-mp-2.1.11...pocketmine-mp-2.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/pocketmine-mp/3.5.2/Chart.yaml b/stable/pocketmine-mp/3.5.2/Chart.yaml deleted file mode 100644 index 460569a8e70..00000000000 --- a/stable/pocketmine-mp/3.5.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: games - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.8.2 -dependencies: - - name: common - version: 20.0.9 - 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://github.com/truecharts/containers/tree/master/apps/pocketmine-mp -type: application -version: 3.5.2 diff --git a/stable/pocketmine-mp/3.5.2/charts/common-20.0.9.tgz b/stable/pocketmine-mp/3.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/pocketmine-mp/3.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/pocketmine-mp/3.5.2/ix_values.yaml b/stable/pocketmine-mp/3.5.2/ix_values.yaml deleted file mode 100644 index 878392410de..00000000000 --- a/stable/pocketmine-mp/3.5.2/ix_values.yaml +++ /dev/null @@ -1,51 +0,0 @@ -image: - repository: tccr.io/tccr/pocketmine-mp - pullPolicy: IfNotPresent - tag: v5.8.2@sha256:85b5b10f86044282ec1f1707659419347e1e48e899b351196b81e376e7fd38c0 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - protocol: udp - targetPort: 19132 - port: 19132 - -workload: - main: - podSpec: - containers: - main: - tty: true - stdin: true - probes: - # -- Liveness probe configuration - # @default -- See below - liveness: - enabled: false - # -- Redainess probe configuration - # @default -- See below - readiness: - enabled: false - # -- Startup probe configuration - # @default -- See below - startup: - enabled: false - -persistence: - data: - enabled: true - mountPath: "/data" - plugins: - enabled: true - mountPath: "/plugins" - -portal: - open: - enabled: false diff --git a/stable/promcord/11.5.1/.helmignore b/stable/pocketmine-mp/3.8.1/.helmignore similarity index 100% rename from stable/promcord/11.5.1/.helmignore rename to stable/pocketmine-mp/3.8.1/.helmignore diff --git a/stable/pocketmine-mp/3.8.1/CHANGELOG.md b/stable/pocketmine-mp/3.8.1/CHANGELOG.md new file mode 100644 index 00000000000..a1d3d3fbff4 --- /dev/null +++ b/stable/pocketmine-mp/3.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pocketmine-mp-3.8.1](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.0) (2024-03-17) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pocketmine-mp/3.8.1/Chart.yaml new file mode 100644 index 00000000000..53f8fda876b --- /dev/null +++ b/stable/pocketmine-mp/3.8.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: 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.2 + 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://github.com/truecharts/containers/tree/master/apps/pocketmine-mp +type: application +version: 3.8.1 diff --git a/stable/pocketmine-mp/3.5.2/README.md b/stable/pocketmine-mp/3.8.1/README.md similarity index 100% rename from stable/pocketmine-mp/3.5.2/README.md rename to stable/pocketmine-mp/3.8.1/README.md diff --git a/stable/pocketmine-mp/3.8.1/app-changelog.md b/stable/pocketmine-mp/3.8.1/app-changelog.md new file mode 100644 index 00000000000..1ef84e61a3f --- /dev/null +++ b/stable/pocketmine-mp/3.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pocketmine-mp-3.8.1](https://github.com/truecharts/charts/compare/pocketmine-mp-3.6.0...pocketmine-mp-3.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/pocketmine-mp/3.8.1/app-readme.md similarity index 100% rename from stable/pocketmine-mp/3.5.2/app-readme.md rename to stable/pocketmine-mp/3.8.1/app-readme.md diff --git a/stable/pocketmine-mp/3.8.1/charts/common-20.2.2.tgz b/stable/pocketmine-mp/3.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pocketmine-mp/3.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/pocketmine-mp/3.8.1/ix_values.yaml b/stable/pocketmine-mp/3.8.1/ix_values.yaml new file mode 100644 index 00000000000..1467760e781 --- /dev/null +++ b/stable/pocketmine-mp/3.8.1/ix_values.yaml @@ -0,0 +1,51 @@ +image: + repository: ghcr.io/pmmp/pocketmine-mp + pullPolicy: IfNotPresent + tag: 5.13.0@sha256:97685b678f9e8a3605e190559d2c57c53f389b8e474082a4fea29155bacd75e0 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + protocol: udp + targetPort: 19132 + port: 19132 + +workload: + main: + podSpec: + containers: + main: + tty: true + stdin: true + probes: + # -- Liveness probe configuration + # @default -- See below + liveness: + enabled: false + # -- Redainess probe configuration + # @default -- See below + readiness: + enabled: false + # -- Startup probe configuration + # @default -- See below + startup: + enabled: false + +persistence: + data: + enabled: true + mountPath: "/data" + plugins: + enabled: true + mountPath: "/plugins" + +portal: + open: + enabled: false diff --git a/stable/pocketmine-mp/3.5.2/questions.yaml b/stable/pocketmine-mp/3.8.1/questions.yaml similarity index 100% rename from stable/pocketmine-mp/3.5.2/questions.yaml rename to stable/pocketmine-mp/3.8.1/questions.yaml diff --git a/stable/prowlarr/16.4.1/templates/NOTES.txt b/stable/pocketmine-mp/3.8.1/templates/NOTES.txt similarity index 100% rename from stable/prowlarr/16.4.1/templates/NOTES.txt rename to stable/pocketmine-mp/3.8.1/templates/NOTES.txt diff --git a/stable/pretend-youre-xyzzy/13.5.1/templates/common.yaml b/stable/pocketmine-mp/3.8.1/templates/common.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/templates/common.yaml rename to stable/pocketmine-mp/3.8.1/templates/common.yaml diff --git a/stable/promcord/11.5.1/values.yaml b/stable/pocketmine-mp/3.8.1/values.yaml similarity index 100% rename from stable/promcord/11.5.1/values.yaml rename to stable/pocketmine-mp/3.8.1/values.yaml diff --git a/stable/podgrab/17.5.1/CHANGELOG.md b/stable/podgrab/17.5.1/CHANGELOG.md deleted file mode 100644 index 10f66e7d31d..00000000000 --- a/stable/podgrab/17.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [podgrab-17.5.1](https://github.com/truecharts/charts/compare/podgrab-17.5.0...podgrab-17.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [podgrab-17.5.0](https://github.com/truecharts/charts/compare/podgrab-17.4.1...podgrab-17.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [podgrab-17.4.1](https://github.com/truecharts/charts/compare/podgrab-17.4.0...podgrab-17.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [podgrab-17.4.0](https://github.com/truecharts/charts/compare/podgrab-17.3.0...podgrab-17.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [podgrab-17.3.0](https://github.com/truecharts/charts/compare/podgrab-17.2.3...podgrab-17.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [podgrab-17.2.3](https://github.com/truecharts/charts/compare/podgrab-17.2.2...podgrab-17.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [podgrab-17.2.2](https://github.com/truecharts/charts/compare/podgrab-17.2.0...podgrab-17.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [podgrab-16.1.11](https://github.com/truecharts/charts/compare/podgrab-16.1.10...podgrab-16.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [podgrab-16.1.10](https://github.com/truecharts/charts/compare/podgrab-16.1.9...podgrab-16.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/podgrab/17.5.1/Chart.yaml b/stable/podgrab/17.5.1/Chart.yaml deleted file mode 100644 index 79e2d796401..00000000000 --- a/stable/podgrab/17.5.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: 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.0.8 - 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.5.1 diff --git a/stable/podgrab/17.5.1/charts/common-20.0.8.tgz b/stable/podgrab/17.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/podgrab/17.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/protonmail-bridge/14.6.1/.helmignore b/stable/podgrab/17.7.1/.helmignore similarity index 100% rename from stable/protonmail-bridge/14.6.1/.helmignore rename to stable/podgrab/17.7.1/.helmignore diff --git a/stable/podgrab/17.7.1/CHANGELOG.md b/stable/podgrab/17.7.1/CHANGELOG.md new file mode 100644 index 00000000000..df418e9b784 --- /dev/null +++ b/stable/podgrab/17.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [podgrab-17.7.1](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/podgrab/17.7.1/Chart.yaml new file mode 100644 index 00000000000..1d825d1b950 --- /dev/null +++ b/stable/podgrab/17.7.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: 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.2 + 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.1 diff --git a/stable/podgrab/17.5.1/README.md b/stable/podgrab/17.7.1/README.md similarity index 100% rename from stable/podgrab/17.5.1/README.md rename to stable/podgrab/17.7.1/README.md diff --git a/stable/podgrab/17.7.1/app-changelog.md b/stable/podgrab/17.7.1/app-changelog.md new file mode 100644 index 00000000000..950e74a9709 --- /dev/null +++ b/stable/podgrab/17.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [podgrab-17.7.1](https://github.com/truecharts/charts/compare/podgrab-17.6.0...podgrab-17.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/podgrab/17.7.1/app-readme.md similarity index 100% rename from stable/podgrab/17.5.1/app-readme.md rename to stable/podgrab/17.7.1/app-readme.md diff --git a/stable/podgrab/17.7.1/charts/common-20.2.2.tgz b/stable/podgrab/17.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/podgrab/17.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/podgrab/17.5.1/ix_values.yaml b/stable/podgrab/17.7.1/ix_values.yaml similarity index 100% rename from stable/podgrab/17.5.1/ix_values.yaml rename to stable/podgrab/17.7.1/ix_values.yaml diff --git a/stable/podgrab/17.5.1/questions.yaml b/stable/podgrab/17.7.1/questions.yaml similarity index 100% rename from stable/podgrab/17.5.1/questions.yaml rename to stable/podgrab/17.7.1/questions.yaml diff --git a/stable/prusaslicer-novnc/8.5.2/templates/NOTES.txt b/stable/podgrab/17.7.1/templates/NOTES.txt similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/templates/NOTES.txt rename to stable/podgrab/17.7.1/templates/NOTES.txt diff --git a/stable/protonmail-bridge/14.6.1/templates/common.yaml b/stable/podgrab/17.7.1/templates/common.yaml similarity index 100% rename from stable/protonmail-bridge/14.6.1/templates/common.yaml rename to stable/podgrab/17.7.1/templates/common.yaml diff --git a/stable/protonmail-bridge/14.6.1/values.yaml b/stable/podgrab/17.7.1/values.yaml similarity index 100% rename from stable/protonmail-bridge/14.6.1/values.yaml rename to stable/podgrab/17.7.1/values.yaml diff --git a/stable/portainer/8.5.2/CHANGELOG.md b/stable/portainer/8.5.2/CHANGELOG.md deleted file mode 100644 index 8b9fbb93950..00000000000 --- a/stable/portainer/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [portainer-8.5.2](https://github.com/truecharts/charts/compare/portainer-8.5.1...portainer-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [portainer-8.5.1](https://github.com/truecharts/charts/compare/portainer-8.5.0...portainer-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [portainer-8.5.0](https://github.com/truecharts/charts/compare/portainer-8.4.1...portainer-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [portainer-8.4.1](https://github.com/truecharts/charts/compare/portainer-8.4.0...portainer-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [portainer-8.4.0](https://github.com/truecharts/charts/compare/portainer-8.3.0...portainer-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [portainer-8.3.0](https://github.com/truecharts/charts/compare/portainer-8.2.3...portainer-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [portainer-8.2.3](https://github.com/truecharts/charts/compare/portainer-8.2.2...portainer-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [portainer-8.2.2](https://github.com/truecharts/charts/compare/portainer-8.2.0...portainer-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [portainer-7.1.11](https://github.com/truecharts/charts/compare/portainer-7.1.10...portainer-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/portainer/8.5.2/Chart.yaml b/stable/portainer/8.5.2/Chart.yaml deleted file mode 100644 index 854538e9487..00000000000 --- a/stable/portainer/8.5.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.19.4 -dependencies: - - name: common - version: 20.0.9 - 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-ce - - https://hub.docker.com/r/portainer/portainer-ee -type: application -version: 8.5.2 diff --git a/stable/portainer/8.5.2/charts/common-20.0.9.tgz b/stable/portainer/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/portainer/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/portainer/8.5.2/questions.yaml b/stable/portainer/8.5.2/questions.yaml deleted file mode 100755 index 3089c5f4d19..00000000000 --- a/stable/portainer/8.5.2/questions.yaml +++ /dev/null @@ -1,2939 +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 - group: Container Image - label: Select Edition - schema: - type: string - default: image - enum: - - value: image - description: Community - - value: beImage - description: Business - - 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: portainer - group: App Configuration - label: Portainer Configuration - schema: - additional_attrs: true - type: dict - attrs: - - variable: logo - label: Logo URL - description: Specifies the URL to the image to be displayed as a logo in the UI. If not specified, the Portainer logo is used instead. - schema: - type: string - default: "" - - variable: edge_compute - label: Edge Compute - description: Automatically enables Edge Compute features. - schema: - type: boolean - default: false - - variable: snapshot_interval - label: Snapshot Interval - description: Specifies the time interval between two environment snapshot jobs expressed as a string. For example 30s, 5m, 1h… Supported by the time.ParseDuration method - schema: - type: string - default: 5m - - variable: hide_labels - label: Hide Labels - description: Hides containers with a specific label in the UI. Format "label=value" - schema: - type: list - default: [] - items: - - variable: label - label: Label - schema: - type: string - default: "" - - 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: 10400 - required: true - - variable: edge - label: Edge Service - description: The Edge 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: edge - label: Edge 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: 10401 - 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: 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/prowlarr/16.4.1/.helmignore b/stable/portainer/8.7.1/.helmignore similarity index 100% rename from stable/prowlarr/16.4.1/.helmignore rename to stable/portainer/8.7.1/.helmignore diff --git a/stable/portainer/8.7.1/CHANGELOG.md b/stable/portainer/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5aacee4697a --- /dev/null +++ b/stable/portainer/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [portainer-8.7.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/portainer/8.7.1/Chart.yaml new file mode 100644 index 00000000000..23ebe0a7781 --- /dev/null +++ b/stable/portainer/8.7.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: management + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 2.19.4 +dependencies: + - name: common + version: 20.2.2 + 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-ce + - https://hub.docker.com/r/portainer/portainer-ee +type: application +version: 8.7.1 diff --git a/stable/portainer/8.5.2/README.md b/stable/portainer/8.7.1/README.md similarity index 100% rename from stable/portainer/8.5.2/README.md rename to stable/portainer/8.7.1/README.md diff --git a/stable/portainer/8.7.1/app-changelog.md b/stable/portainer/8.7.1/app-changelog.md new file mode 100644 index 00000000000..e6153b4eeb9 --- /dev/null +++ b/stable/portainer/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [portainer-8.7.1](https://github.com/truecharts/charts/compare/portainer-8.6.0...portainer-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/portainer/8.7.1/app-readme.md similarity index 100% rename from stable/portainer/8.5.2/app-readme.md rename to stable/portainer/8.7.1/app-readme.md diff --git a/stable/portainer/8.7.1/charts/common-20.2.2.tgz b/stable/portainer/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/portainer/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/portainer/8.5.2/ix_values.yaml b/stable/portainer/8.7.1/ix_values.yaml similarity index 100% rename from stable/portainer/8.5.2/ix_values.yaml rename to stable/portainer/8.7.1/ix_values.yaml diff --git a/stable/portainer/8.7.1/questions.yaml b/stable/portainer/8.7.1/questions.yaml new file mode 100755 index 00000000000..c3b43e11033 --- /dev/null +++ b/stable/portainer/8.7.1/questions.yaml @@ -0,0 +1,2939 @@ +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 + group: Container Image + label: Select Edition + schema: + type: string + default: image + enum: + - value: image + description: Community + - value: beImage + description: Business + - 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: portainer + group: App Configuration + label: Portainer Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: logo + label: Logo URL + description: Specifies the URL to the image to be displayed as a logo in the UI. If not specified, the Portainer logo is used instead. + schema: + type: string + default: "" + - variable: edge_compute + label: Edge Compute + description: Automatically enables Edge Compute features. + schema: + type: boolean + default: false + - variable: snapshot_interval + label: Snapshot Interval + description: Specifies the time interval between two environment snapshot jobs expressed as a string. For example 30s, 5m, 1h… Supported by the time.ParseDuration method + schema: + type: string + default: 5m + - variable: hide_labels + label: Hide Labels + description: Hides containers with a specific label in the UI. Format "label=value" + schema: + type: list + default: [] + items: + - variable: label + label: Label + schema: + type: string + default: "" + - 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: 10400 + required: true + - variable: edge + label: Edge Service + description: The Edge 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: edge + label: Edge 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: 10401 + 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: 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: 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/putty/9.5.1/templates/NOTES.txt b/stable/portainer/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/putty/9.5.1/templates/NOTES.txt rename to stable/portainer/8.7.1/templates/NOTES.txt diff --git a/stable/portainer/8.5.2/templates/_args.tpl b/stable/portainer/8.7.1/templates/_args.tpl similarity index 100% rename from stable/portainer/8.5.2/templates/_args.tpl rename to stable/portainer/8.7.1/templates/_args.tpl diff --git a/stable/portainer/8.5.2/templates/common.yaml b/stable/portainer/8.7.1/templates/common.yaml similarity index 100% rename from stable/portainer/8.5.2/templates/common.yaml rename to stable/portainer/8.7.1/templates/common.yaml diff --git a/stable/prowlarr/16.4.1/values.yaml b/stable/portainer/8.7.1/values.yaml similarity index 100% rename from stable/prowlarr/16.4.1/values.yaml rename to stable/portainer/8.7.1/values.yaml diff --git a/stable/post-recording/5.5.2/CHANGELOG.md b/stable/post-recording/5.5.2/CHANGELOG.md deleted file mode 100644 index b27e5610537..00000000000 --- a/stable/post-recording/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [post-recording-5.5.2](https://github.com/truecharts/charts/compare/post-recording-5.5.1...post-recording-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [post-recording-5.5.1](https://github.com/truecharts/charts/compare/post-recording-5.5.0...post-recording-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [post-recording-5.5.0](https://github.com/truecharts/charts/compare/post-recording-5.4.1...post-recording-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [post-recording-5.4.1](https://github.com/truecharts/charts/compare/post-recording-5.4.0...post-recording-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [post-recording-5.4.0](https://github.com/truecharts/charts/compare/post-recording-5.3.0...post-recording-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [post-recording-5.3.0](https://github.com/truecharts/charts/compare/post-recording-5.2.3...post-recording-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [post-recording-5.2.3](https://github.com/truecharts/charts/compare/post-recording-5.2.2...post-recording-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [post-recording-5.2.2](https://github.com/truecharts/charts/compare/post-recording-5.2.0...post-recording-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [post-recording-4.1.11](https://github.com/truecharts/charts/compare/post-recording-4.1.10...post-recording-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/post-recording/5.5.2/Chart.yaml b/stable/post-recording/5.5.2/Chart.yaml deleted file mode 100644 index 87d3b5fd20d..00000000000 --- a/stable/post-recording/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/post-recording/5.5.2/charts/common-20.0.9.tgz b/stable/post-recording/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/post-recording/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/post-recording/5.5.2/ix_values.yaml b/stable/post-recording/5.5.2/ix_values.yaml deleted file mode 100644 index 6d953b5455f..00000000000 --- a/stable/post-recording/5.5.2/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: chacawaca/post-recording - tag: latest@sha256:98f0e32c2e58476c3b72418a197ce181f9b9ae3c656a9e51c98660fe6b2f6603 -persistence: - backupfolder: - enabled: true - mountPath: /backup - config: - enabled: true - mountPath: /config - watchfolder: - enabled: true - mountPath: /watch -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: - env: - CONVERSION_FORMAT: mkv - DELETE_TS: "1" - NVIDIA_VISIBLE_DEVICES: "" - POST_PROCESS: comchap - SOURCE_EXT: ts - SUBTITLES: "0" - - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/post-recording/5.5.2/questions.yaml b/stable/post-recording/5.5.2/questions.yaml deleted file mode 100755 index 0d41c644c7a..00000000000 --- a/stable/post-recording/5.5.2/questions.yaml +++ /dev/null @@ -1,2820 +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: env - label: Image Environment - schema: - additional_attrs: true - type: dict - attrs: - - variable: DELETE_TS - label: "DELETE_TS" - description: "Remove the original .ts recording file. 0 = Yes, 1 = No, 2 = Move to backup directory" - schema: - type: string - default: "1" - - variable: SUBTITLES - label: "SUBTITLES" - description: "Extract subtitles to .srt. 0= Yes, 1 = No" - schema: - type: string - default: "0" - - variable: CONVERSION_FORMAT - label: "CONVERSION_FORMAT" - description: "mkv or mp4" - schema: - type: string - default: "mkv" - - variable: SOURCE_EXT - label: "SOURCE_EXT" - description: "Source file extension, default .ts" - schema: - type: string - default: "ts" - - variable: POST_PROCESS - label: "POST_PROCESS" - description: "comchap or comcutdefault comchap" - schema: - type: string - default: "comchap" - - variable: NVIDIA_VISIBLE_DEVICES - label: "NVIDIA_VISIBLE_DEVICES" - description: "GPU UUID retrieved from Nvidia plugin settings" - schema: - type: string - default: "" - - 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: 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: "config Storage" - description: "Configuration folder config" - 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: watchfolder - label: "watchfolder Storage" - description: "This location contains .ts files that need converting watch" - 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: backupfolder - label: "backupfolder Storage" - description: "Optional, only used if DELETETS is set to 2 backup" - 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: 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/proxmox-backup-server/3.5.1/.helmignore b/stable/post-recording/5.7.1/.helmignore similarity index 100% rename from stable/proxmox-backup-server/3.5.1/.helmignore rename to stable/post-recording/5.7.1/.helmignore diff --git a/stable/post-recording/5.7.1/CHANGELOG.md b/stable/post-recording/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..41709512a82 --- /dev/null +++ b/stable/post-recording/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [post-recording-5.7.1](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/post-recording/5.7.1/Chart.yaml new file mode 100644 index 00000000000..6d52c9a97dd --- /dev/null +++ b/stable/post-recording/5.7.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: 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.2 + 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.1 diff --git a/stable/post-recording/5.5.2/README.md b/stable/post-recording/5.7.1/README.md similarity index 100% rename from stable/post-recording/5.5.2/README.md rename to stable/post-recording/5.7.1/README.md diff --git a/stable/post-recording/5.7.1/app-changelog.md b/stable/post-recording/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f3d0e9408a1 --- /dev/null +++ b/stable/post-recording/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [post-recording-5.7.1](https://github.com/truecharts/charts/compare/post-recording-5.6.0...post-recording-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/post-recording/5.7.1/app-readme.md similarity index 100% rename from stable/post-recording/5.5.2/app-readme.md rename to stable/post-recording/5.7.1/app-readme.md diff --git a/stable/post-recording/5.7.1/charts/common-20.2.2.tgz b/stable/post-recording/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/post-recording/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/post-recording/5.7.1/ix_values.yaml b/stable/post-recording/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..38dc0c99dcf --- /dev/null +++ b/stable/post-recording/5.7.1/ix_values.yaml @@ -0,0 +1,47 @@ +image: + pullPolicy: IfNotPresent + repository: chacawaca/post-recording + tag: latest@sha256:98f0e32c2e58476c3b72418a197ce181f9b9ae3c656a9e51c98660fe6b2f6603 +persistence: + backupfolder: + enabled: true + mountPath: /backup + config: + enabled: true + mountPath: /config + watchfolder: + enabled: true + mountPath: /watch +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: + env: + CONVERSION_FORMAT: mkv + DELETE_TS: "1" + POST_PROCESS: comchap + SOURCE_EXT: ts + SUBTITLES: "0" + + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/post-recording/5.7.1/questions.yaml b/stable/post-recording/5.7.1/questions.yaml new file mode 100755 index 00000000000..568dcf038c3 --- /dev/null +++ b/stable/post-recording/5.7.1/questions.yaml @@ -0,0 +1,2814 @@ +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: env + label: Image Environment + schema: + additional_attrs: true + type: dict + attrs: + - variable: DELETE_TS + label: "DELETE_TS" + description: "Remove the original .ts recording file. 0 = Yes, 1 = No, 2 = Move to backup directory" + schema: + type: string + default: "1" + - variable: SUBTITLES + label: "SUBTITLES" + description: "Extract subtitles to .srt. 0= Yes, 1 = No" + schema: + type: string + default: "0" + - variable: CONVERSION_FORMAT + label: "CONVERSION_FORMAT" + description: "mkv or mp4" + schema: + type: string + default: "mkv" + - variable: SOURCE_EXT + label: "SOURCE_EXT" + description: "Source file extension, default .ts" + schema: + type: string + default: "ts" + - variable: POST_PROCESS + label: "POST_PROCESS" + description: "comchap or comcutdefault comchap" + schema: + type: string + default: "comchap" + - 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: 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: "config Storage" + description: "Configuration folder config" + 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: watchfolder + label: "watchfolder Storage" + description: "This location contains .ts files that need converting watch" + 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: backupfolder + label: "backupfolder Storage" + description: "Optional, only used if DELETETS is set to 2 backup" + 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: 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/post-recording/5.5.2/templates/common.yaml b/stable/post-recording/5.7.1/templates/common.yaml similarity index 100% rename from stable/post-recording/5.5.2/templates/common.yaml rename to stable/post-recording/5.7.1/templates/common.yaml diff --git a/stable/proxmox-backup-server/3.5.1/values.yaml b/stable/post-recording/5.7.1/values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.5.1/values.yaml rename to stable/post-recording/5.7.1/values.yaml diff --git a/stable/posterr/8.5.1/CHANGELOG.md b/stable/posterr/8.5.1/CHANGELOG.md deleted file mode 100644 index 2445138f7dd..00000000000 --- a/stable/posterr/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [posterr-8.5.1](https://github.com/truecharts/charts/compare/posterr-8.5.0...posterr-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [posterr-8.5.0](https://github.com/truecharts/charts/compare/posterr-8.4.1...posterr-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [posterr-8.4.1](https://github.com/truecharts/charts/compare/posterr-8.4.0...posterr-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [posterr-8.4.0](https://github.com/truecharts/charts/compare/posterr-8.3.0...posterr-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [posterr-8.3.0](https://github.com/truecharts/charts/compare/posterr-8.2.4...posterr-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [posterr-8.2.4](https://github.com/truecharts/charts/compare/posterr-8.2.3...posterr-8.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [posterr-8.2.3](https://github.com/truecharts/charts/compare/posterr-8.2.1...posterr-8.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - -## [posterr-7.1.16](https://github.com/truecharts/charts/compare/posterr-7.1.15...posterr-7.1.16) (2024-02-12) - -### Chore - - - -- update container image petersem/posterr to latest[@852e536](https://github.com/852e536) by renovate ([#18214](https://github.com/truecharts/charts/issues/18214)) \ No newline at end of file diff --git a/stable/posterr/8.5.1/Chart.yaml b/stable/posterr/8.5.1/Chart.yaml deleted file mode 100644 index 98324e3ce44..00000000000 --- a/stable/posterr/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/posterr/8.5.1/charts/common-20.0.8.tgz b/stable/posterr/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/posterr/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/prpdf/5.5.1/.helmignore b/stable/posterr/8.7.1/.helmignore similarity index 100% rename from stable/prpdf/5.5.1/.helmignore rename to stable/posterr/8.7.1/.helmignore diff --git a/stable/posterr/8.7.1/CHANGELOG.md b/stable/posterr/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3d4f6b53b7b --- /dev/null +++ b/stable/posterr/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [posterr-8.7.1](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/posterr/8.7.1/Chart.yaml new file mode 100644 index 00000000000..dfeb2c9e19e --- /dev/null +++ b/stable/posterr/8.7.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: 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.2 + 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.1 diff --git a/stable/posterr/8.5.1/README.md b/stable/posterr/8.7.1/README.md similarity index 100% rename from stable/posterr/8.5.1/README.md rename to stable/posterr/8.7.1/README.md diff --git a/stable/posterr/8.7.1/app-changelog.md b/stable/posterr/8.7.1/app-changelog.md new file mode 100644 index 00000000000..e6fda822605 --- /dev/null +++ b/stable/posterr/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [posterr-8.7.1](https://github.com/truecharts/charts/compare/posterr-8.6.0...posterr-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/posterr/8.7.1/app-readme.md similarity index 100% rename from stable/posterr/8.5.1/app-readme.md rename to stable/posterr/8.7.1/app-readme.md diff --git a/stable/posterr/8.7.1/charts/common-20.2.2.tgz b/stable/posterr/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/posterr/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/posterr/8.5.1/ix_values.yaml b/stable/posterr/8.7.1/ix_values.yaml similarity index 100% rename from stable/posterr/8.5.1/ix_values.yaml rename to stable/posterr/8.7.1/ix_values.yaml diff --git a/stable/posterr/8.5.1/questions.yaml b/stable/posterr/8.7.1/questions.yaml similarity index 100% rename from stable/posterr/8.5.1/questions.yaml rename to stable/posterr/8.7.1/questions.yaml diff --git a/stable/pwndrop/9.5.1/templates/NOTES.txt b/stable/posterr/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/pwndrop/9.5.1/templates/NOTES.txt rename to stable/posterr/8.7.1/templates/NOTES.txt diff --git a/stable/posterr/8.5.1/templates/common.yaml b/stable/posterr/8.7.1/templates/common.yaml similarity index 100% rename from stable/posterr/8.5.1/templates/common.yaml rename to stable/posterr/8.7.1/templates/common.yaml diff --git a/stable/prpdf/5.5.1/values.yaml b/stable/posterr/8.7.1/values.yaml similarity index 100% rename from stable/prpdf/5.5.1/values.yaml rename to stable/posterr/8.7.1/values.yaml diff --git a/stable/postscriptum/5.5.1/CHANGELOG.md b/stable/postscriptum/5.5.1/CHANGELOG.md deleted file mode 100644 index 1718733889c..00000000000 --- a/stable/postscriptum/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [postscriptum-5.5.1](https://github.com/truecharts/charts/compare/postscriptum-5.5.0...postscriptum-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [postscriptum-5.5.0](https://github.com/truecharts/charts/compare/postscriptum-5.4.1...postscriptum-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [postscriptum-5.4.1](https://github.com/truecharts/charts/compare/postscriptum-5.4.0...postscriptum-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [postscriptum-5.4.0](https://github.com/truecharts/charts/compare/postscriptum-5.3.0...postscriptum-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [postscriptum-5.3.0](https://github.com/truecharts/charts/compare/postscriptum-5.2.3...postscriptum-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [postscriptum-5.2.3](https://github.com/truecharts/charts/compare/postscriptum-5.2.2...postscriptum-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [postscriptum-5.2.2](https://github.com/truecharts/charts/compare/postscriptum-5.2.0...postscriptum-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [postscriptum-4.1.11](https://github.com/truecharts/charts/compare/postscriptum-4.1.10...postscriptum-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [postscriptum-4.1.10](https://github.com/truecharts/charts/compare/postscriptum-4.1.9...postscriptum-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/postscriptum/5.5.1/Chart.yaml b/stable/postscriptum/5.5.1/Chart.yaml deleted file mode 100644 index b174f0cd818..00000000000 --- a/stable/postscriptum/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/postscriptum/5.5.1/charts/common-20.0.8.tgz b/stable/postscriptum/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/postscriptum/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.5.2/.helmignore b/stable/postscriptum/5.7.1/.helmignore similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/.helmignore rename to stable/postscriptum/5.7.1/.helmignore diff --git a/stable/postscriptum/5.7.1/CHANGELOG.md b/stable/postscriptum/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dd29d92aef9 --- /dev/null +++ b/stable/postscriptum/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [postscriptum-5.7.1](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/postscriptum/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c336b53982b --- /dev/null +++ b/stable/postscriptum/5.7.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: 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.2 + 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.1 diff --git a/stable/postscriptum/5.5.1/README.md b/stable/postscriptum/5.7.1/README.md similarity index 100% rename from stable/postscriptum/5.5.1/README.md rename to stable/postscriptum/5.7.1/README.md diff --git a/stable/postscriptum/5.7.1/app-changelog.md b/stable/postscriptum/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a648d88cf3c --- /dev/null +++ b/stable/postscriptum/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [postscriptum-5.7.1](https://github.com/truecharts/charts/compare/postscriptum-5.6.0...postscriptum-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/postscriptum/5.7.1/app-readme.md similarity index 100% rename from stable/postscriptum/5.5.1/app-readme.md rename to stable/postscriptum/5.7.1/app-readme.md diff --git a/stable/postscriptum/5.7.1/charts/common-20.2.2.tgz b/stable/postscriptum/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/postscriptum/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/postscriptum/5.5.1/ix_values.yaml b/stable/postscriptum/5.7.1/ix_values.yaml similarity index 100% rename from stable/postscriptum/5.5.1/ix_values.yaml rename to stable/postscriptum/5.7.1/ix_values.yaml diff --git a/stable/postscriptum/5.5.1/questions.yaml b/stable/postscriptum/5.7.1/questions.yaml similarity index 100% rename from stable/postscriptum/5.5.1/questions.yaml rename to stable/postscriptum/5.7.1/questions.yaml diff --git a/stable/postscriptum/5.5.1/templates/common.yaml b/stable/postscriptum/5.7.1/templates/common.yaml similarity index 100% rename from stable/postscriptum/5.5.1/templates/common.yaml rename to stable/postscriptum/5.7.1/templates/common.yaml diff --git a/stable/prusaslicer-novnc/8.5.2/values.yaml b/stable/postscriptum/5.7.1/values.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/values.yaml rename to stable/postscriptum/5.7.1/values.yaml diff --git a/stable/pretend-youre-xyzzy/13.5.1/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.5.1/CHANGELOG.md deleted file mode 100644 index 274a147cc98..00000000000 --- a/stable/pretend-youre-xyzzy/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pretend-youre-xyzzy-13.5.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.5.0...pretend-youre-xyzzy-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pretend-youre-xyzzy-13.5.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.4.1...pretend-youre-xyzzy-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pretend-youre-xyzzy-13.4.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.4.0...pretend-youre-xyzzy-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pretend-youre-xyzzy-13.4.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.3.0...pretend-youre-xyzzy-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pretend-youre-xyzzy-13.3.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.3...pretend-youre-xyzzy-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pretend-youre-xyzzy-13.2.3](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.2...pretend-youre-xyzzy-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pretend-youre-xyzzy-13.2.2](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.2.0...pretend-youre-xyzzy-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pretend-youre-xyzzy-12.1.11](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.10...pretend-youre-xyzzy-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pretend-youre-xyzzy-12.1.10](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-12.1.9...pretend-youre-xyzzy-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pretend-youre-xyzzy/13.5.1/Chart.yaml b/stable/pretend-youre-xyzzy/13.5.1/Chart.yaml deleted file mode 100644 index 4eb7cb4d06a..00000000000 --- a/stable/pretend-youre-xyzzy/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/pretend-youre-xyzzy/13.5.1/charts/common-20.0.8.tgz b/stable/pretend-youre-xyzzy/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pretend-youre-xyzzy/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pt-helper/5.5.1/.helmignore b/stable/pretend-youre-xyzzy/13.7.1/.helmignore similarity index 100% rename from stable/pt-helper/5.5.1/.helmignore rename to stable/pretend-youre-xyzzy/13.7.1/.helmignore diff --git a/stable/pretend-youre-xyzzy/13.7.1/CHANGELOG.md b/stable/pretend-youre-xyzzy/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dcd8e7700b1 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pretend-youre-xyzzy-13.7.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pretend-youre-xyzzy/13.7.1/Chart.yaml new file mode 100644 index 00000000000..92755b2dcd2 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.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: 4.0.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/pretend-youre-xyzzy/13.5.1/README.md b/stable/pretend-youre-xyzzy/13.7.1/README.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/README.md rename to stable/pretend-youre-xyzzy/13.7.1/README.md diff --git a/stable/pretend-youre-xyzzy/13.7.1/app-changelog.md b/stable/pretend-youre-xyzzy/13.7.1/app-changelog.md new file mode 100644 index 00000000000..eaf1395ef58 --- /dev/null +++ b/stable/pretend-youre-xyzzy/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pretend-youre-xyzzy-13.7.1](https://github.com/truecharts/charts/compare/pretend-youre-xyzzy-13.6.0...pretend-youre-xyzzy-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pretend-youre-xyzzy/13.7.1/app-readme.md similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/app-readme.md rename to stable/pretend-youre-xyzzy/13.7.1/app-readme.md diff --git a/stable/pretend-youre-xyzzy/13.7.1/charts/common-20.2.2.tgz b/stable/pretend-youre-xyzzy/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pretend-youre-xyzzy/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pretend-youre-xyzzy/13.5.1/ix_values.yaml b/stable/pretend-youre-xyzzy/13.7.1/ix_values.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/ix_values.yaml rename to stable/pretend-youre-xyzzy/13.7.1/ix_values.yaml diff --git a/stable/pretend-youre-xyzzy/13.5.1/questions.yaml b/stable/pretend-youre-xyzzy/13.7.1/questions.yaml similarity index 100% rename from stable/pretend-youre-xyzzy/13.5.1/questions.yaml rename to stable/pretend-youre-xyzzy/13.7.1/questions.yaml diff --git a/stable/pyload/13.5.1/templates/NOTES.txt b/stable/pretend-youre-xyzzy/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/pyload/13.5.1/templates/NOTES.txt rename to stable/pretend-youre-xyzzy/13.7.1/templates/NOTES.txt diff --git a/stable/proxmox-backup-server/3.5.1/templates/common.yaml b/stable/pretend-youre-xyzzy/13.7.1/templates/common.yaml similarity index 100% rename from stable/proxmox-backup-server/3.5.1/templates/common.yaml rename to stable/pretend-youre-xyzzy/13.7.1/templates/common.yaml diff --git a/stable/pt-helper/5.5.1/values.yaml b/stable/pretend-youre-xyzzy/13.7.1/values.yaml similarity index 100% rename from stable/pt-helper/5.5.1/values.yaml rename to stable/pretend-youre-xyzzy/13.7.1/values.yaml diff --git a/stable/putty/9.5.1/.helmignore b/stable/projectsend/12.12.1/.helmignore similarity index 100% rename from stable/putty/9.5.1/.helmignore rename to stable/projectsend/12.12.1/.helmignore diff --git a/stable/projectsend/12.12.1/CHANGELOG.md b/stable/projectsend/12.12.1/CHANGELOG.md new file mode 100644 index 00000000000..06ca88f340b --- /dev/null +++ b/stable/projectsend/12.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [projectsend-12.12.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/projectsend/12.12.1/Chart.yaml b/stable/projectsend/12.12.1/Chart.yaml new file mode 100644 index 00000000000..b3cdd1b649e --- /dev/null +++ b/stable/projectsend/12.12.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/projectsend/12.9.1/README.md b/stable/projectsend/12.12.1/README.md similarity index 100% rename from stable/projectsend/12.9.1/README.md rename to stable/projectsend/12.12.1/README.md diff --git a/stable/projectsend/12.12.1/app-changelog.md b/stable/projectsend/12.12.1/app-changelog.md new file mode 100644 index 00000000000..62aa0be91f9 --- /dev/null +++ b/stable/projectsend/12.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [projectsend-12.12.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/projectsend/12.12.1/app-readme.md similarity index 100% rename from stable/projectsend/12.9.1/app-readme.md rename to stable/projectsend/12.12.1/app-readme.md diff --git a/stable/projectsend/12.12.1/charts/common-20.2.2.tgz b/stable/projectsend/12.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/projectsend/12.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/projectsend/12.12.1/charts/mariadb-13.7.0.tgz b/stable/projectsend/12.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/projectsend/12.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/projectsend/12.9.1/ix_values.yaml b/stable/projectsend/12.12.1/ix_values.yaml similarity index 100% rename from stable/projectsend/12.9.1/ix_values.yaml rename to stable/projectsend/12.12.1/ix_values.yaml diff --git a/stable/projectsend/12.9.1/questions.yaml b/stable/projectsend/12.12.1/questions.yaml similarity index 100% rename from stable/projectsend/12.9.1/questions.yaml rename to stable/projectsend/12.12.1/questions.yaml diff --git a/stable/pylon/9.5.1/templates/NOTES.txt b/stable/projectsend/12.12.1/templates/NOTES.txt similarity index 100% rename from stable/pylon/9.5.1/templates/NOTES.txt rename to stable/projectsend/12.12.1/templates/NOTES.txt diff --git a/stable/projectsend/12.9.1/templates/_configmap.tpl b/stable/projectsend/12.12.1/templates/_configmap.tpl similarity index 100% rename from stable/projectsend/12.9.1/templates/_configmap.tpl rename to stable/projectsend/12.12.1/templates/_configmap.tpl diff --git a/stable/projectsend/12.9.1/templates/common.yaml b/stable/projectsend/12.12.1/templates/common.yaml similarity index 100% rename from stable/projectsend/12.9.1/templates/common.yaml rename to stable/projectsend/12.12.1/templates/common.yaml diff --git a/stable/putty/9.5.1/values.yaml b/stable/projectsend/12.12.1/values.yaml similarity index 100% rename from stable/putty/9.5.1/values.yaml rename to stable/projectsend/12.12.1/values.yaml diff --git a/stable/projectsend/12.9.1/CHANGELOG.md b/stable/projectsend/12.9.1/CHANGELOG.md deleted file mode 100644 index 1f9bb0fed99..00000000000 --- a/stable/projectsend/12.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [projectsend-12.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/projectsend-12.8.3...projectsend-12.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [projectsend-12.8.3](https://github.com/truecharts/charts/compare/projectsend-12.8.2...projectsend-12.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/projectsend/12.9.1/Chart.yaml b/stable/projectsend/12.9.1/Chart.yaml deleted file mode 100644 index c2e8303f9e8..00000000000 --- a/stable/projectsend/12.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/projectsend/12.9.1/app-changelog.md b/stable/projectsend/12.9.1/app-changelog.md deleted file mode 100644 index 0d717db0dcd..00000000000 --- a/stable/projectsend/12.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [projectsend-12.9.1](https://github.com/truecharts/charts/compare/projectsend-12.9.0...projectsend-12.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/projectsend/12.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/projectsend/12.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/projectsend/12.9.1/charts/mariadb-13.5.4.tgz b/stable/projectsend/12.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/projectsend/12.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/promcord/11.5.1/CHANGELOG.md b/stable/promcord/11.5.1/CHANGELOG.md deleted file mode 100644 index 9e4e075388d..00000000000 --- a/stable/promcord/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [promcord-11.5.1](https://github.com/truecharts/charts/compare/promcord-11.5.0...promcord-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [promcord-11.5.0](https://github.com/truecharts/charts/compare/promcord-11.4.1...promcord-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [promcord-11.4.1](https://github.com/truecharts/charts/compare/promcord-11.4.0...promcord-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [promcord-11.4.0](https://github.com/truecharts/charts/compare/promcord-11.3.0...promcord-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [promcord-11.3.0](https://github.com/truecharts/charts/compare/promcord-11.2.3...promcord-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [promcord-11.2.3](https://github.com/truecharts/charts/compare/promcord-11.2.2...promcord-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [promcord-11.2.2](https://github.com/truecharts/charts/compare/promcord-11.2.0...promcord-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [promcord-10.1.12](https://github.com/truecharts/charts/compare/promcord-10.1.11...promcord-10.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [promcord-10.1.11](https://github.com/truecharts/charts/compare/promcord-10.1.10...promcord-10.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/promcord/11.5.1/Chart.yaml b/stable/promcord/11.5.1/Chart.yaml deleted file mode 100644 index 10a4998324d..00000000000 --- a/stable/promcord/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/promcord/11.5.1/charts/common-20.0.8.tgz b/stable/promcord/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/promcord/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pvk-ii/5.5.1/.helmignore b/stable/promcord/11.7.1/.helmignore similarity index 100% rename from stable/pvk-ii/5.5.1/.helmignore rename to stable/promcord/11.7.1/.helmignore diff --git a/stable/promcord/11.7.1/CHANGELOG.md b/stable/promcord/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..53d34c2bc53 --- /dev/null +++ b/stable/promcord/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [promcord-11.7.1](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/promcord/11.7.1/Chart.yaml new file mode 100644 index 00000000000..6bf0fe6f450 --- /dev/null +++ b/stable/promcord/11.7.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: 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.2 + 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.1 diff --git a/stable/promcord/11.5.1/README.md b/stable/promcord/11.7.1/README.md similarity index 100% rename from stable/promcord/11.5.1/README.md rename to stable/promcord/11.7.1/README.md diff --git a/stable/promcord/11.7.1/app-changelog.md b/stable/promcord/11.7.1/app-changelog.md new file mode 100644 index 00000000000..edd9b7bafe6 --- /dev/null +++ b/stable/promcord/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [promcord-11.7.1](https://github.com/truecharts/charts/compare/promcord-11.6.0...promcord-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/promcord/11.7.1/app-readme.md similarity index 100% rename from stable/promcord/11.5.1/app-readme.md rename to stable/promcord/11.7.1/app-readme.md diff --git a/stable/promcord/11.7.1/charts/common-20.2.2.tgz b/stable/promcord/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/promcord/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/promcord/11.5.1/ix_values.yaml b/stable/promcord/11.7.1/ix_values.yaml similarity index 100% rename from stable/promcord/11.5.1/ix_values.yaml rename to stable/promcord/11.7.1/ix_values.yaml diff --git a/stable/promcord/11.5.1/questions.yaml b/stable/promcord/11.7.1/questions.yaml similarity index 100% rename from stable/promcord/11.5.1/questions.yaml rename to stable/promcord/11.7.1/questions.yaml diff --git a/stable/qbitmanage/8.5.1/templates/NOTES.txt b/stable/promcord/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/qbitmanage/8.5.1/templates/NOTES.txt rename to stable/promcord/11.7.1/templates/NOTES.txt diff --git a/stable/promcord/11.5.1/templates/common.yaml b/stable/promcord/11.7.1/templates/common.yaml similarity index 100% rename from stable/promcord/11.5.1/templates/common.yaml rename to stable/promcord/11.7.1/templates/common.yaml diff --git a/stable/pvk-ii/5.5.1/values.yaml b/stable/promcord/11.7.1/values.yaml similarity index 100% rename from stable/pvk-ii/5.5.1/values.yaml rename to stable/promcord/11.7.1/values.yaml diff --git a/stable/protonmail-bridge/14.6.1/CHANGELOG.md b/stable/protonmail-bridge/14.6.1/CHANGELOG.md deleted file mode 100644 index e4b3fa11bd5..00000000000 --- a/stable/protonmail-bridge/14.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [protonmail-bridge-14.6.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.6.0...protonmail-bridge-14.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [protonmail-bridge-14.6.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.5.1...protonmail-bridge-14.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [protonmail-bridge-14.5.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.5.0...protonmail-bridge-14.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [protonmail-bridge-14.5.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.4.0...protonmail-bridge-14.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [protonmail-bridge-14.4.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.3...protonmail-bridge-14.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [protonmail-bridge-14.3.3](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.2...protonmail-bridge-14.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [protonmail-bridge-14.3.2](https://github.com/truecharts/charts/compare/protonmail-bridge-14.3.0...protonmail-bridge-14.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [protonmail-bridge-13.2.6](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.5...protonmail-bridge-13.2.6) (2024-02-05) - -### Chore - - - -- update container image shenxn/protonmail-bridge to v3.8.2[@3b84ff9](https://github.com/3b84ff9) by renovate ([#17930](https://github.com/truecharts/charts/issues/17930)) - - -## [protonmail-bridge-13.2.5](https://github.com/truecharts/charts/compare/protonmail-bridge-13.2.4...protonmail-bridge-13.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/protonmail-bridge/14.6.1/Chart.yaml b/stable/protonmail-bridge/14.6.1/Chart.yaml deleted file mode 100644 index 91ae13c6a70..00000000000 --- a/stable/protonmail-bridge/14.6.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: 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.0.8 - 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.6.1 diff --git a/stable/protonmail-bridge/14.6.1/charts/common-20.0.8.tgz b/stable/protonmail-bridge/14.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/protonmail-bridge/14.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pwm/5.5.1/.helmignore b/stable/protonmail-bridge/14.8.1/.helmignore similarity index 100% rename from stable/pwm/5.5.1/.helmignore rename to stable/protonmail-bridge/14.8.1/.helmignore diff --git a/stable/protonmail-bridge/14.8.1/CHANGELOG.md b/stable/protonmail-bridge/14.8.1/CHANGELOG.md new file mode 100644 index 00000000000..6866de433c1 --- /dev/null +++ b/stable/protonmail-bridge/14.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [protonmail-bridge-14.8.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/protonmail-bridge/14.8.1/Chart.yaml new file mode 100644 index 00000000000..1c01ddcf6f4 --- /dev/null +++ b/stable/protonmail-bridge/14.8.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: 3.9.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/protonmail-bridge/14.6.1/README.md b/stable/protonmail-bridge/14.8.1/README.md similarity index 100% rename from stable/protonmail-bridge/14.6.1/README.md rename to stable/protonmail-bridge/14.8.1/README.md diff --git a/stable/protonmail-bridge/14.8.1/app-changelog.md b/stable/protonmail-bridge/14.8.1/app-changelog.md new file mode 100644 index 00000000000..cc2af57f668 --- /dev/null +++ b/stable/protonmail-bridge/14.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [protonmail-bridge-14.8.1](https://github.com/truecharts/charts/compare/protonmail-bridge-14.7.0...protonmail-bridge-14.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/protonmail-bridge/14.8.1/app-readme.md similarity index 100% rename from stable/protonmail-bridge/14.6.1/app-readme.md rename to stable/protonmail-bridge/14.8.1/app-readme.md diff --git a/stable/protonmail-bridge/14.8.1/charts/common-20.2.2.tgz b/stable/protonmail-bridge/14.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/protonmail-bridge/14.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/protonmail-bridge/14.6.1/ix_values.yaml b/stable/protonmail-bridge/14.8.1/ix_values.yaml similarity index 100% rename from stable/protonmail-bridge/14.6.1/ix_values.yaml rename to stable/protonmail-bridge/14.8.1/ix_values.yaml diff --git a/stable/protonmail-bridge/14.6.1/questions.yaml b/stable/protonmail-bridge/14.8.1/questions.yaml similarity index 100% rename from stable/protonmail-bridge/14.6.1/questions.yaml rename to stable/protonmail-bridge/14.8.1/questions.yaml diff --git a/stable/qbitrr/4.6.1/templates/NOTES.txt b/stable/protonmail-bridge/14.8.1/templates/NOTES.txt similarity index 100% rename from stable/qbitrr/4.6.1/templates/NOTES.txt rename to stable/protonmail-bridge/14.8.1/templates/NOTES.txt diff --git a/stable/putty/9.5.1/templates/common.yaml b/stable/protonmail-bridge/14.8.1/templates/common.yaml similarity index 100% rename from stable/putty/9.5.1/templates/common.yaml rename to stable/protonmail-bridge/14.8.1/templates/common.yaml diff --git a/stable/pwm/5.5.1/values.yaml b/stable/protonmail-bridge/14.8.1/values.yaml similarity index 100% rename from stable/pwm/5.5.1/values.yaml rename to stable/protonmail-bridge/14.8.1/values.yaml diff --git a/stable/prowlarr/16.4.1/CHANGELOG.md b/stable/prowlarr/16.4.1/CHANGELOG.md deleted file mode 100644 index 135c76e44f2..00000000000 --- a/stable/prowlarr/16.4.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prowlarr-16.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.0](https://github.com/truecharts/charts/compare/prowlarr-16.3.3...prowlarr-16.4.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - diff --git a/stable/prowlarr/16.4.1/Chart.yaml b/stable/prowlarr/16.4.1/Chart.yaml deleted file mode 100644 index 8e7b4bdbb88..00000000000 --- a/stable/prowlarr/16.4.1/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.1.4316 -dependencies: - - name: common - version: 20.1.5 - 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.4.1 diff --git a/stable/prowlarr/16.4.1/app-changelog.md b/stable/prowlarr/16.4.1/app-changelog.md deleted file mode 100644 index 238a7a77709..00000000000 --- a/stable/prowlarr/16.4.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [prowlarr-16.4.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.4.1) (2024-03-16) - -### Chore - - - -- 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.4.1/charts/common-20.1.5.tgz b/stable/prowlarr/16.4.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/prowlarr/16.4.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/prowlarr/16.4.1/ix_values.yaml b/stable/prowlarr/16.4.1/ix_values.yaml deleted file mode 100644 index 5ca8ad609d6..00000000000 --- a/stable/prowlarr/16.4.1/ix_values.yaml +++ /dev/null @@ -1,115 +0,0 @@ -image: - repository: ghcr.io/onedr0p/prowlarr-develop - tag: 1.14.1.4316@sha256:882daa1e28f989bc6d76ea7ab7e729da3d9a7a67714e6db606a8ef45a6e6c14b - 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/pwndrop/9.5.1/.helmignore b/stable/prowlarr/16.5.3/.helmignore similarity index 100% rename from stable/pwndrop/9.5.1/.helmignore rename to stable/prowlarr/16.5.3/.helmignore diff --git a/stable/prowlarr/16.5.3/CHANGELOG.md b/stable/prowlarr/16.5.3/CHANGELOG.md new file mode 100644 index 00000000000..80e2caa525d --- /dev/null +++ b/stable/prowlarr/16.5.3/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prowlarr-16.5.3](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.3) (2024-03-17) + +### Chore + + + +- update container 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.2](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.2) (2024-03-17) + +### Chore + + + +- 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.2](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.2) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.1) (2024-03-17) diff --git a/stable/prowlarr/16.5.3/Chart.yaml b/stable/prowlarr/16.5.3/Chart.yaml new file mode 100644 index 00000000000..5c033ac8a32 --- /dev/null +++ b/stable/prowlarr/16.5.3/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.14.3.4333 +dependencies: + - name: common + version: 20.2.2 + 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.3 diff --git a/stable/prowlarr/16.4.1/README.md b/stable/prowlarr/16.5.3/README.md similarity index 100% rename from stable/prowlarr/16.4.1/README.md rename to stable/prowlarr/16.5.3/README.md diff --git a/stable/prowlarr/16.5.3/app-changelog.md b/stable/prowlarr/16.5.3/app-changelog.md new file mode 100644 index 00000000000..704eac1b04b --- /dev/null +++ b/stable/prowlarr/16.5.3/app-changelog.md @@ -0,0 +1,17 @@ + + +## [prowlarr-16.5.3](https://github.com/truecharts/charts/compare/prowlarr-16.4.0...prowlarr-16.5.3) (2024-03-17) + +### Chore + + + +- update container 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.4.1/app-readme.md b/stable/prowlarr/16.5.3/app-readme.md similarity index 100% rename from stable/prowlarr/16.4.1/app-readme.md rename to stable/prowlarr/16.5.3/app-readme.md diff --git a/stable/prowlarr/16.5.3/charts/common-20.2.2.tgz b/stable/prowlarr/16.5.3/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/prowlarr/16.5.3/charts/common-20.2.2.tgz differ diff --git a/stable/prowlarr/16.4.1/dashboard.json b/stable/prowlarr/16.5.3/dashboard.json similarity index 100% rename from stable/prowlarr/16.4.1/dashboard.json rename to stable/prowlarr/16.5.3/dashboard.json diff --git a/stable/prowlarr/16.5.3/ix_values.yaml b/stable/prowlarr/16.5.3/ix_values.yaml new file mode 100644 index 00000000000..93ccfbd1812 --- /dev/null +++ b/stable/prowlarr/16.5.3/ix_values.yaml @@ -0,0 +1,115 @@ +image: + repository: ghcr.io/onedr0p/prowlarr-develop + tag: 1.14.3.4333@sha256:af90aa422bf142df26cf70aaebab5fd609f68cc5639ebfe643b4547fee8c76e3 + 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.4.1/questions.yaml b/stable/prowlarr/16.5.3/questions.yaml similarity index 100% rename from stable/prowlarr/16.4.1/questions.yaml rename to stable/prowlarr/16.5.3/questions.yaml diff --git a/stable/qbittorrent/19.5.3/templates/NOTES.txt b/stable/prowlarr/16.5.3/templates/NOTES.txt similarity index 100% rename from stable/qbittorrent/19.5.3/templates/NOTES.txt rename to stable/prowlarr/16.5.3/templates/NOTES.txt diff --git a/stable/prowlarr/16.4.1/templates/common.yaml b/stable/prowlarr/16.5.3/templates/common.yaml similarity index 100% rename from stable/prowlarr/16.4.1/templates/common.yaml rename to stable/prowlarr/16.5.3/templates/common.yaml diff --git a/stable/pwndrop/9.5.1/values.yaml b/stable/prowlarr/16.5.3/values.yaml similarity index 100% rename from stable/pwndrop/9.5.1/values.yaml rename to stable/prowlarr/16.5.3/values.yaml diff --git a/stable/proxmox-backup-server/3.5.1/CHANGELOG.md b/stable/proxmox-backup-server/3.5.1/CHANGELOG.md deleted file mode 100644 index c3c6d08dbd9..00000000000 --- a/stable/proxmox-backup-server/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [proxmox-backup-server-3.5.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.5.0...proxmox-backup-server-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [proxmox-backup-server-3.5.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.4.1...proxmox-backup-server-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [proxmox-backup-server-3.4.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.4.0...proxmox-backup-server-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [proxmox-backup-server-3.4.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.3.0...proxmox-backup-server-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [proxmox-backup-server-3.3.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.3...proxmox-backup-server-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [proxmox-backup-server-3.2.3](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.2...proxmox-backup-server-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [proxmox-backup-server-3.2.2](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.2.0...proxmox-backup-server-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [proxmox-backup-server-2.2.6](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.5...proxmox-backup-server-2.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [proxmox-backup-server-2.2.5](https://github.com/truecharts/charts/compare/proxmox-backup-server-2.2.4...proxmox-backup-server-2.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/proxmox-backup-server/3.5.1/Chart.yaml b/stable/proxmox-backup-server/3.5.1/Chart.yaml deleted file mode 100644 index 33b19dac2c4..00000000000 --- a/stable/proxmox-backup-server/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/proxmox-backup-server/3.5.1/charts/common-20.0.8.tgz b/stable/proxmox-backup-server/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/proxmox-backup-server/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.5.2/.helmignore b/stable/proxmox-backup-server/3.7.1/.helmignore similarity index 100% rename from stable/pyload-ng/5.5.2/.helmignore rename to stable/proxmox-backup-server/3.7.1/.helmignore diff --git a/stable/proxmox-backup-server/3.7.1/CHANGELOG.md b/stable/proxmox-backup-server/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..71eb3210ab2 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [proxmox-backup-server-3.7.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/proxmox-backup-server/3.7.1/Chart.yaml new file mode 100644 index 00000000000..aa0a0cbfb17 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.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: 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.2 + 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.1 diff --git a/stable/proxmox-backup-server/3.5.1/README.md b/stable/proxmox-backup-server/3.7.1/README.md similarity index 100% rename from stable/proxmox-backup-server/3.5.1/README.md rename to stable/proxmox-backup-server/3.7.1/README.md diff --git a/stable/proxmox-backup-server/3.7.1/app-changelog.md b/stable/proxmox-backup-server/3.7.1/app-changelog.md new file mode 100644 index 00000000000..55726687387 --- /dev/null +++ b/stable/proxmox-backup-server/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [proxmox-backup-server-3.7.1](https://github.com/truecharts/charts/compare/proxmox-backup-server-3.6.0...proxmox-backup-server-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/proxmox-backup-server/3.7.1/app-readme.md similarity index 100% rename from stable/proxmox-backup-server/3.5.1/app-readme.md rename to stable/proxmox-backup-server/3.7.1/app-readme.md diff --git a/stable/proxmox-backup-server/3.7.1/charts/common-20.2.2.tgz b/stable/proxmox-backup-server/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/proxmox-backup-server/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/proxmox-backup-server/3.5.1/ix_values.yaml b/stable/proxmox-backup-server/3.7.1/ix_values.yaml similarity index 100% rename from stable/proxmox-backup-server/3.5.1/ix_values.yaml rename to stable/proxmox-backup-server/3.7.1/ix_values.yaml diff --git a/stable/proxmox-backup-server/3.5.1/questions.yaml b/stable/proxmox-backup-server/3.7.1/questions.yaml similarity index 100% rename from stable/proxmox-backup-server/3.5.1/questions.yaml rename to stable/proxmox-backup-server/3.7.1/questions.yaml diff --git a/stable/pwndrop/9.5.1/templates/common.yaml b/stable/proxmox-backup-server/3.7.1/templates/common.yaml similarity index 100% rename from stable/pwndrop/9.5.1/templates/common.yaml rename to stable/proxmox-backup-server/3.7.1/templates/common.yaml diff --git a/stable/pyload-ng/5.5.2/values.yaml b/stable/proxmox-backup-server/3.7.1/values.yaml similarity index 100% rename from stable/pyload-ng/5.5.2/values.yaml rename to stable/proxmox-backup-server/3.7.1/values.yaml diff --git a/stable/prpdf/5.5.1/CHANGELOG.md b/stable/prpdf/5.5.1/CHANGELOG.md deleted file mode 100644 index 2c96d76120b..00000000000 --- a/stable/prpdf/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prpdf-5.5.1](https://github.com/truecharts/charts/compare/prpdf-5.5.0...prpdf-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [prpdf-5.5.0](https://github.com/truecharts/charts/compare/prpdf-5.4.1...prpdf-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [prpdf-5.4.1](https://github.com/truecharts/charts/compare/prpdf-5.4.0...prpdf-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [prpdf-5.4.0](https://github.com/truecharts/charts/compare/prpdf-5.3.0...prpdf-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [prpdf-5.3.0](https://github.com/truecharts/charts/compare/prpdf-5.2.3...prpdf-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [prpdf-5.2.3](https://github.com/truecharts/charts/compare/prpdf-5.2.2...prpdf-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [prpdf-5.2.2](https://github.com/truecharts/charts/compare/prpdf-5.2.0...prpdf-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [prpdf-4.1.11](https://github.com/truecharts/charts/compare/prpdf-4.1.10...prpdf-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [prpdf-4.1.10](https://github.com/truecharts/charts/compare/prpdf-4.1.9...prpdf-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/prpdf/5.5.1/Chart.yaml b/stable/prpdf/5.5.1/Chart.yaml deleted file mode 100644 index 9d189058785..00000000000 --- a/stable/prpdf/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/prpdf/5.5.1/charts/common-20.0.8.tgz b/stable/prpdf/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/prpdf/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/pyload/13.5.1/.helmignore b/stable/prpdf/5.7.1/.helmignore similarity index 100% rename from stable/pyload/13.5.1/.helmignore rename to stable/prpdf/5.7.1/.helmignore diff --git a/stable/prpdf/5.7.1/CHANGELOG.md b/stable/prpdf/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..433314a057a --- /dev/null +++ b/stable/prpdf/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prpdf-5.7.1](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/prpdf/5.7.1/Chart.yaml new file mode 100644 index 00000000000..413ffc69351 --- /dev/null +++ b/stable/prpdf/5.7.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: 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.2 + 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.1 diff --git a/stable/prpdf/5.5.1/README.md b/stable/prpdf/5.7.1/README.md similarity index 100% rename from stable/prpdf/5.5.1/README.md rename to stable/prpdf/5.7.1/README.md diff --git a/stable/prpdf/5.7.1/app-changelog.md b/stable/prpdf/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9ed32f966c3 --- /dev/null +++ b/stable/prpdf/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [prpdf-5.7.1](https://github.com/truecharts/charts/compare/prpdf-5.6.0...prpdf-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/prpdf/5.7.1/app-readme.md similarity index 100% rename from stable/prpdf/5.5.1/app-readme.md rename to stable/prpdf/5.7.1/app-readme.md diff --git a/stable/prpdf/5.7.1/charts/common-20.2.2.tgz b/stable/prpdf/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/prpdf/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/prpdf/5.5.1/ix_values.yaml b/stable/prpdf/5.7.1/ix_values.yaml similarity index 100% rename from stable/prpdf/5.5.1/ix_values.yaml rename to stable/prpdf/5.7.1/ix_values.yaml diff --git a/stable/prpdf/5.5.1/questions.yaml b/stable/prpdf/5.7.1/questions.yaml similarity index 100% rename from stable/prpdf/5.5.1/questions.yaml rename to stable/prpdf/5.7.1/questions.yaml diff --git a/stable/prpdf/5.5.1/templates/common.yaml b/stable/prpdf/5.7.1/templates/common.yaml similarity index 100% rename from stable/prpdf/5.5.1/templates/common.yaml rename to stable/prpdf/5.7.1/templates/common.yaml diff --git a/stable/pyload/13.5.1/values.yaml b/stable/prpdf/5.7.1/values.yaml similarity index 100% rename from stable/pyload/13.5.1/values.yaml rename to stable/prpdf/5.7.1/values.yaml diff --git a/stable/prusaslicer-novnc/8.5.2/CHANGELOG.md b/stable/prusaslicer-novnc/8.5.2/CHANGELOG.md deleted file mode 100644 index 11561805fa9..00000000000 --- a/stable/prusaslicer-novnc/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [prusaslicer-novnc-8.5.2](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.5.1...prusaslicer-novnc-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [prusaslicer-novnc-8.5.1](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.5.0...prusaslicer-novnc-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [prusaslicer-novnc-8.5.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.4.2...prusaslicer-novnc-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [prusaslicer-novnc-8.4.2](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.4.1...prusaslicer-novnc-8.4.2) (2024-03-11) - -### Chore - - - -- update container image mikeah/prusaslicer-novnc to latest[@5aa1687](https://github.com/5aa1687) by renovate ([#19034](https://github.com/truecharts/charts/issues/19034)) - - -## [prusaslicer-novnc-8.4.1](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.4.0...prusaslicer-novnc-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [prusaslicer-novnc-8.4.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.3.0...prusaslicer-novnc-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [prusaslicer-novnc-8.3.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.4...prusaslicer-novnc-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [prusaslicer-novnc-8.2.4](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.3...prusaslicer-novnc-8.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [prusaslicer-novnc-8.2.3](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.2.1...prusaslicer-novnc-8.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/prusaslicer-novnc/8.5.2/Chart.yaml b/stable/prusaslicer-novnc/8.5.2/Chart.yaml deleted file mode 100644 index 115e074c908..00000000000 --- a/stable/prusaslicer-novnc/8.5.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: 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.0.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.5.2 diff --git a/stable/prusaslicer-novnc/8.5.2/charts/common-20.0.9.tgz b/stable/prusaslicer-novnc/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/prusaslicer-novnc/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/prusaslicer-novnc/8.5.2/ix_values.yaml b/stable/prusaslicer-novnc/8.5.2/ix_values.yaml deleted file mode 100644 index 3ed9136d42f..00000000000 --- a/stable/prusaslicer-novnc/8.5.2/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikeah/prusaslicer-novnc - tag: latest@sha256:5aa1687fa55d96deb3894130a5c0c22c14c1945f3362b60454f5c0c9153640f0 -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/pylon/9.5.1/.helmignore b/stable/prusaslicer-novnc/8.7.1/.helmignore similarity index 100% rename from stable/pylon/9.5.1/.helmignore rename to stable/prusaslicer-novnc/8.7.1/.helmignore diff --git a/stable/prusaslicer-novnc/8.7.1/CHANGELOG.md b/stable/prusaslicer-novnc/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..713b90f6f1e --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prusaslicer-novnc-8.7.1](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/prusaslicer-novnc/8.7.1/Chart.yaml b/stable/prusaslicer-novnc/8.7.1/Chart.yaml new file mode 100644 index 00000000000..d1392fd907b --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.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: 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.2 + 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.1 diff --git a/stable/prusaslicer-novnc/8.5.2/README.md b/stable/prusaslicer-novnc/8.7.1/README.md similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/README.md rename to stable/prusaslicer-novnc/8.7.1/README.md diff --git a/stable/prusaslicer-novnc/8.7.1/app-changelog.md b/stable/prusaslicer-novnc/8.7.1/app-changelog.md new file mode 100644 index 00000000000..712f26977a7 --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [prusaslicer-novnc-8.7.1](https://github.com/truecharts/charts/compare/prusaslicer-novnc-8.6.0...prusaslicer-novnc-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/prusaslicer-novnc/8.7.1/app-readme.md similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/app-readme.md rename to stable/prusaslicer-novnc/8.7.1/app-readme.md diff --git a/stable/prusaslicer-novnc/8.7.1/charts/common-20.2.2.tgz b/stable/prusaslicer-novnc/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/prusaslicer-novnc/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/prusaslicer-novnc/8.7.1/ix_values.yaml b/stable/prusaslicer-novnc/8.7.1/ix_values.yaml new file mode 100644 index 00000000000..c70397e421d --- /dev/null +++ b/stable/prusaslicer-novnc/8.7.1/ix_values.yaml @@ -0,0 +1,34 @@ +image: + pullPolicy: IfNotPresent + repository: mikeah/prusaslicer-novnc + tag: latest@sha256:1377f075c3b2535f128974223c9eb583887b0e300fcb678d2e596927a4bdb874 +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.5.2/questions.yaml b/stable/prusaslicer-novnc/8.7.1/questions.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/questions.yaml rename to stable/prusaslicer-novnc/8.7.1/questions.yaml diff --git a/stable/qdirstat/9.5.1/templates/NOTES.txt b/stable/prusaslicer-novnc/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/qdirstat/9.5.1/templates/NOTES.txt rename to stable/prusaslicer-novnc/8.7.1/templates/NOTES.txt diff --git a/stable/prusaslicer-novnc/8.5.2/templates/common.yaml b/stable/prusaslicer-novnc/8.7.1/templates/common.yaml similarity index 100% rename from stable/prusaslicer-novnc/8.5.2/templates/common.yaml rename to stable/prusaslicer-novnc/8.7.1/templates/common.yaml diff --git a/stable/pylon/9.5.1/values.yaml b/stable/prusaslicer-novnc/8.7.1/values.yaml similarity index 100% rename from stable/pylon/9.5.1/values.yaml rename to stable/prusaslicer-novnc/8.7.1/values.yaml diff --git a/stable/pt-helper/5.5.1/CHANGELOG.md b/stable/pt-helper/5.5.1/CHANGELOG.md deleted file mode 100644 index 6a8ad0c6b92..00000000000 --- a/stable/pt-helper/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pt-helper-5.5.1](https://github.com/truecharts/charts/compare/pt-helper-5.5.0...pt-helper-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pt-helper-5.5.0](https://github.com/truecharts/charts/compare/pt-helper-5.4.1...pt-helper-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pt-helper-5.4.1](https://github.com/truecharts/charts/compare/pt-helper-5.4.0...pt-helper-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pt-helper-5.4.0](https://github.com/truecharts/charts/compare/pt-helper-5.3.0...pt-helper-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pt-helper-5.3.0](https://github.com/truecharts/charts/compare/pt-helper-5.2.3...pt-helper-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pt-helper-5.2.3](https://github.com/truecharts/charts/compare/pt-helper-5.2.2...pt-helper-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pt-helper-5.2.2](https://github.com/truecharts/charts/compare/pt-helper-5.2.0...pt-helper-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pt-helper-4.1.11](https://github.com/truecharts/charts/compare/pt-helper-4.1.10...pt-helper-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pt-helper-4.1.10](https://github.com/truecharts/charts/compare/pt-helper-4.1.9...pt-helper-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pt-helper/5.5.1/Chart.yaml b/stable/pt-helper/5.5.1/Chart.yaml deleted file mode 100644 index 8865126d593..00000000000 --- a/stable/pt-helper/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pt-helper/5.5.1/charts/common-20.0.8.tgz b/stable/pt-helper/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pt-helper/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qbitmanage/8.5.1/.helmignore b/stable/pt-helper/5.7.1/.helmignore similarity index 100% rename from stable/qbitmanage/8.5.1/.helmignore rename to stable/pt-helper/5.7.1/.helmignore diff --git a/stable/pt-helper/5.7.1/CHANGELOG.md b/stable/pt-helper/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0a91edc57bf --- /dev/null +++ b/stable/pt-helper/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pt-helper-5.7.1](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pt-helper/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1b00791d16c --- /dev/null +++ b/stable/pt-helper/5.7.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: 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.2 + 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.1 diff --git a/stable/pt-helper/5.5.1/README.md b/stable/pt-helper/5.7.1/README.md similarity index 100% rename from stable/pt-helper/5.5.1/README.md rename to stable/pt-helper/5.7.1/README.md diff --git a/stable/pt-helper/5.7.1/app-changelog.md b/stable/pt-helper/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f53548aa502 --- /dev/null +++ b/stable/pt-helper/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pt-helper-5.7.1](https://github.com/truecharts/charts/compare/pt-helper-5.6.0...pt-helper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pt-helper/5.7.1/app-readme.md similarity index 100% rename from stable/pt-helper/5.5.1/app-readme.md rename to stable/pt-helper/5.7.1/app-readme.md diff --git a/stable/pt-helper/5.7.1/charts/common-20.2.2.tgz b/stable/pt-helper/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pt-helper/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pt-helper/5.5.1/ix_values.yaml b/stable/pt-helper/5.7.1/ix_values.yaml similarity index 100% rename from stable/pt-helper/5.5.1/ix_values.yaml rename to stable/pt-helper/5.7.1/ix_values.yaml diff --git a/stable/pt-helper/5.5.1/questions.yaml b/stable/pt-helper/5.7.1/questions.yaml similarity index 100% rename from stable/pt-helper/5.5.1/questions.yaml rename to stable/pt-helper/5.7.1/questions.yaml diff --git a/stable/pt-helper/5.5.1/templates/common.yaml b/stable/pt-helper/5.7.1/templates/common.yaml similarity index 100% rename from stable/pt-helper/5.5.1/templates/common.yaml rename to stable/pt-helper/5.7.1/templates/common.yaml diff --git a/stable/qbitmanage/8.5.1/values.yaml b/stable/pt-helper/5.7.1/values.yaml similarity index 100% rename from stable/qbitmanage/8.5.1/values.yaml rename to stable/pt-helper/5.7.1/values.yaml diff --git a/stable/putty/9.5.1/CHANGELOG.md b/stable/putty/9.5.1/CHANGELOG.md deleted file mode 100644 index b007f365756..00000000000 --- a/stable/putty/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [putty-9.5.1](https://github.com/truecharts/charts/compare/putty-9.5.0...putty-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [putty-9.5.0](https://github.com/truecharts/charts/compare/putty-9.4.1...putty-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [putty-9.4.1](https://github.com/truecharts/charts/compare/putty-9.4.0...putty-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [putty-9.4.0](https://github.com/truecharts/charts/compare/putty-9.3.0...putty-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [putty-9.3.0](https://github.com/truecharts/charts/compare/putty-9.2.3...putty-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [putty-9.2.3](https://github.com/truecharts/charts/compare/putty-9.2.2...putty-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [putty-9.2.2](https://github.com/truecharts/charts/compare/putty-9.2.0...putty-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [putty-8.0.1](https://github.com/truecharts/charts/compare/putty-8.0.0...putty-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [putty-8.0.0](https://github.com/truecharts/charts/compare/putty-7.1.10...putty-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/putty to v24.01.1[@3731054](https://github.com/3731054) by renovate ([#17710](https://github.com/truecharts/charts/issues/17710)) diff --git a/stable/putty/9.5.1/Chart.yaml b/stable/putty/9.5.1/Chart.yaml deleted file mode 100644 index f7d9e7adf55..00000000000 --- a/stable/putty/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/putty/9.5.1/charts/common-20.0.8.tgz b/stable/putty/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/putty/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qbitrr/4.6.1/.helmignore b/stable/putty/9.7.1/.helmignore similarity index 100% rename from stable/qbitrr/4.6.1/.helmignore rename to stable/putty/9.7.1/.helmignore diff --git a/stable/putty/9.7.1/CHANGELOG.md b/stable/putty/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f0797e0ba1a --- /dev/null +++ b/stable/putty/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [putty-9.7.1](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/putty/9.7.1/Chart.yaml new file mode 100644 index 00000000000..5244292bbbe --- /dev/null +++ b/stable/putty/9.7.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: 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.2 + 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.1 diff --git a/stable/putty/9.5.1/README.md b/stable/putty/9.7.1/README.md similarity index 100% rename from stable/putty/9.5.1/README.md rename to stable/putty/9.7.1/README.md diff --git a/stable/putty/9.7.1/app-changelog.md b/stable/putty/9.7.1/app-changelog.md new file mode 100644 index 00000000000..2af606d8378 --- /dev/null +++ b/stable/putty/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [putty-9.7.1](https://github.com/truecharts/charts/compare/putty-9.6.0...putty-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/putty/9.7.1/app-readme.md similarity index 100% rename from stable/putty/9.5.1/app-readme.md rename to stable/putty/9.7.1/app-readme.md diff --git a/stable/putty/9.7.1/charts/common-20.2.2.tgz b/stable/putty/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/putty/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/putty/9.5.1/ix_values.yaml b/stable/putty/9.7.1/ix_values.yaml similarity index 100% rename from stable/putty/9.5.1/ix_values.yaml rename to stable/putty/9.7.1/ix_values.yaml diff --git a/stable/putty/9.5.1/questions.yaml b/stable/putty/9.7.1/questions.yaml similarity index 100% rename from stable/putty/9.5.1/questions.yaml rename to stable/putty/9.7.1/questions.yaml diff --git a/stable/qinglong/9.5.1/templates/NOTES.txt b/stable/putty/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/qinglong/9.5.1/templates/NOTES.txt rename to stable/putty/9.7.1/templates/NOTES.txt diff --git a/stable/pyload/13.5.1/templates/common.yaml b/stable/putty/9.7.1/templates/common.yaml similarity index 100% rename from stable/pyload/13.5.1/templates/common.yaml rename to stable/putty/9.7.1/templates/common.yaml diff --git a/stable/qbitrr/4.6.1/values.yaml b/stable/putty/9.7.1/values.yaml similarity index 100% rename from stable/qbitrr/4.6.1/values.yaml rename to stable/putty/9.7.1/values.yaml diff --git a/stable/pvk-ii/5.5.1/CHANGELOG.md b/stable/pvk-ii/5.5.1/CHANGELOG.md deleted file mode 100644 index 24aaec32ee2..00000000000 --- a/stable/pvk-ii/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pvk-ii-5.5.1](https://github.com/truecharts/charts/compare/pvk-ii-5.5.0...pvk-ii-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pvk-ii-5.5.0](https://github.com/truecharts/charts/compare/pvk-ii-5.4.1...pvk-ii-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pvk-ii-5.4.1](https://github.com/truecharts/charts/compare/pvk-ii-5.4.0...pvk-ii-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pvk-ii-5.4.0](https://github.com/truecharts/charts/compare/pvk-ii-5.3.0...pvk-ii-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pvk-ii-5.3.0](https://github.com/truecharts/charts/compare/pvk-ii-5.2.3...pvk-ii-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pvk-ii-5.2.3](https://github.com/truecharts/charts/compare/pvk-ii-5.2.2...pvk-ii-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pvk-ii-5.2.2](https://github.com/truecharts/charts/compare/pvk-ii-5.2.0...pvk-ii-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pvk-ii-4.1.11](https://github.com/truecharts/charts/compare/pvk-ii-4.1.10...pvk-ii-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pvk-ii-4.1.10](https://github.com/truecharts/charts/compare/pvk-ii-4.1.9...pvk-ii-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pvk-ii/5.5.1/Chart.yaml b/stable/pvk-ii/5.5.1/Chart.yaml deleted file mode 100644 index 8c6b56e20b1..00000000000 --- a/stable/pvk-ii/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pvk-ii/5.5.1/charts/common-20.0.8.tgz b/stable/pvk-ii/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pvk-ii/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.5.3/.helmignore b/stable/pvk-ii/5.7.1/.helmignore similarity index 100% rename from stable/qbittorrent/19.5.3/.helmignore rename to stable/pvk-ii/5.7.1/.helmignore diff --git a/stable/pvk-ii/5.7.1/CHANGELOG.md b/stable/pvk-ii/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..775d244ec1e --- /dev/null +++ b/stable/pvk-ii/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pvk-ii-5.7.1](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pvk-ii/5.7.1/Chart.yaml new file mode 100644 index 00000000000..78aafa868fa --- /dev/null +++ b/stable/pvk-ii/5.7.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: 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.2 + 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.1 diff --git a/stable/pvk-ii/5.5.1/README.md b/stable/pvk-ii/5.7.1/README.md similarity index 100% rename from stable/pvk-ii/5.5.1/README.md rename to stable/pvk-ii/5.7.1/README.md diff --git a/stable/pvk-ii/5.7.1/app-changelog.md b/stable/pvk-ii/5.7.1/app-changelog.md new file mode 100644 index 00000000000..27ae2b0bbea --- /dev/null +++ b/stable/pvk-ii/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pvk-ii-5.7.1](https://github.com/truecharts/charts/compare/pvk-ii-5.6.0...pvk-ii-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pvk-ii/5.7.1/app-readme.md similarity index 100% rename from stable/pvk-ii/5.5.1/app-readme.md rename to stable/pvk-ii/5.7.1/app-readme.md diff --git a/stable/pvk-ii/5.7.1/charts/common-20.2.2.tgz b/stable/pvk-ii/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pvk-ii/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pvk-ii/5.5.1/ix_values.yaml b/stable/pvk-ii/5.7.1/ix_values.yaml similarity index 100% rename from stable/pvk-ii/5.5.1/ix_values.yaml rename to stable/pvk-ii/5.7.1/ix_values.yaml diff --git a/stable/pvk-ii/5.5.1/questions.yaml b/stable/pvk-ii/5.7.1/questions.yaml similarity index 100% rename from stable/pvk-ii/5.5.1/questions.yaml rename to stable/pvk-ii/5.7.1/questions.yaml diff --git a/stable/pvk-ii/5.5.1/templates/common.yaml b/stable/pvk-ii/5.7.1/templates/common.yaml similarity index 100% rename from stable/pvk-ii/5.5.1/templates/common.yaml rename to stable/pvk-ii/5.7.1/templates/common.yaml diff --git a/stable/qbittorrent/19.5.3/values.yaml b/stable/pvk-ii/5.7.1/values.yaml similarity index 100% rename from stable/qbittorrent/19.5.3/values.yaml rename to stable/pvk-ii/5.7.1/values.yaml diff --git a/stable/pwm/5.5.1/CHANGELOG.md b/stable/pwm/5.5.1/CHANGELOG.md deleted file mode 100644 index f85cbc41b87..00000000000 --- a/stable/pwm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pwm-5.5.1](https://github.com/truecharts/charts/compare/pwm-5.5.0...pwm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pwm-5.5.0](https://github.com/truecharts/charts/compare/pwm-5.4.1...pwm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pwm-5.4.1](https://github.com/truecharts/charts/compare/pwm-5.4.0...pwm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pwm-5.4.0](https://github.com/truecharts/charts/compare/pwm-5.3.0...pwm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pwm-5.3.0](https://github.com/truecharts/charts/compare/pwm-5.2.3...pwm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pwm-5.2.3](https://github.com/truecharts/charts/compare/pwm-5.2.2...pwm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pwm-5.2.2](https://github.com/truecharts/charts/compare/pwm-5.2.0...pwm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pwm-4.1.11](https://github.com/truecharts/charts/compare/pwm-4.1.10...pwm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pwm-4.1.10](https://github.com/truecharts/charts/compare/pwm-4.1.9...pwm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pwm/5.5.1/Chart.yaml b/stable/pwm/5.5.1/Chart.yaml deleted file mode 100644 index a0d27cce44e..00000000000 --- a/stable/pwm/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pwm/5.5.1/charts/common-20.0.8.tgz b/stable/pwm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pwm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qdirstat/9.5.1/.helmignore b/stable/pwm/5.7.1/.helmignore similarity index 100% rename from stable/qdirstat/9.5.1/.helmignore rename to stable/pwm/5.7.1/.helmignore diff --git a/stable/pwm/5.7.1/CHANGELOG.md b/stable/pwm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..570f85211ff --- /dev/null +++ b/stable/pwm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwm-5.7.1](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pwm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7236c48e749 --- /dev/null +++ b/stable/pwm/5.7.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: 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.2 + 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.1 diff --git a/stable/pwm/5.5.1/README.md b/stable/pwm/5.7.1/README.md similarity index 100% rename from stable/pwm/5.5.1/README.md rename to stable/pwm/5.7.1/README.md diff --git a/stable/pwm/5.7.1/app-changelog.md b/stable/pwm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c902896a902 --- /dev/null +++ b/stable/pwm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pwm-5.7.1](https://github.com/truecharts/charts/compare/pwm-5.6.0...pwm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pwm/5.7.1/app-readme.md similarity index 100% rename from stable/pwm/5.5.1/app-readme.md rename to stable/pwm/5.7.1/app-readme.md diff --git a/stable/pwm/5.7.1/charts/common-20.2.2.tgz b/stable/pwm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pwm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pwm/5.5.1/ix_values.yaml b/stable/pwm/5.7.1/ix_values.yaml similarity index 100% rename from stable/pwm/5.5.1/ix_values.yaml rename to stable/pwm/5.7.1/ix_values.yaml diff --git a/stable/pwm/5.5.1/questions.yaml b/stable/pwm/5.7.1/questions.yaml similarity index 100% rename from stable/pwm/5.5.1/questions.yaml rename to stable/pwm/5.7.1/questions.yaml diff --git a/stable/pwm/5.5.1/templates/common.yaml b/stable/pwm/5.7.1/templates/common.yaml similarity index 100% rename from stable/pwm/5.5.1/templates/common.yaml rename to stable/pwm/5.7.1/templates/common.yaml diff --git a/stable/qdirstat/9.5.1/values.yaml b/stable/pwm/5.7.1/values.yaml similarity index 100% rename from stable/qdirstat/9.5.1/values.yaml rename to stable/pwm/5.7.1/values.yaml diff --git a/stable/pwndrop/9.5.1/CHANGELOG.md b/stable/pwndrop/9.5.1/CHANGELOG.md deleted file mode 100644 index bb335fd97bf..00000000000 --- a/stable/pwndrop/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pwndrop-9.5.1](https://github.com/truecharts/charts/compare/pwndrop-9.5.0...pwndrop-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pwndrop-9.5.0](https://github.com/truecharts/charts/compare/pwndrop-9.4.1...pwndrop-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pwndrop-9.4.1](https://github.com/truecharts/charts/compare/pwndrop-9.4.0...pwndrop-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pwndrop-9.4.0](https://github.com/truecharts/charts/compare/pwndrop-9.3.0...pwndrop-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pwndrop-9.3.0](https://github.com/truecharts/charts/compare/pwndrop-9.2.4...pwndrop-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pwndrop-9.2.4](https://github.com/truecharts/charts/compare/pwndrop-9.2.3...pwndrop-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pwndrop-9.2.3](https://github.com/truecharts/charts/compare/pwndrop-9.2.1...pwndrop-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - -## [pwndrop-8.1.14](https://github.com/truecharts/charts/compare/pwndrop-8.1.13...pwndrop-8.1.14) (2024-02-03) - -### Chore diff --git a/stable/pwndrop/9.5.1/Chart.yaml b/stable/pwndrop/9.5.1/Chart.yaml deleted file mode 100644 index 95f150990f5..00000000000 --- a/stable/pwndrop/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/pwndrop/9.5.1/charts/common-20.0.8.tgz b/stable/pwndrop/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pwndrop/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qflood/5.5.1/.helmignore b/stable/pwndrop/9.7.1/.helmignore similarity index 100% rename from stable/qflood/5.5.1/.helmignore rename to stable/pwndrop/9.7.1/.helmignore diff --git a/stable/pwndrop/9.7.1/CHANGELOG.md b/stable/pwndrop/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bd4d6371f7d --- /dev/null +++ b/stable/pwndrop/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pwndrop/9.7.1/Chart.yaml new file mode 100644 index 00000000000..bd0d9359f40 --- /dev/null +++ b/stable/pwndrop/9.7.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: 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.2 + 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.1 diff --git a/stable/pwndrop/9.5.1/README.md b/stable/pwndrop/9.7.1/README.md similarity index 100% rename from stable/pwndrop/9.5.1/README.md rename to stable/pwndrop/9.7.1/README.md diff --git a/stable/pwndrop/9.7.1/app-changelog.md b/stable/pwndrop/9.7.1/app-changelog.md new file mode 100644 index 00000000000..86a6201207f --- /dev/null +++ b/stable/pwndrop/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pwndrop-9.7.1](https://github.com/truecharts/charts/compare/pwndrop-9.6.0...pwndrop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pwndrop/9.7.1/app-readme.md similarity index 100% rename from stable/pwndrop/9.5.1/app-readme.md rename to stable/pwndrop/9.7.1/app-readme.md diff --git a/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz b/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pwndrop/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pwndrop/9.5.1/ix_values.yaml b/stable/pwndrop/9.7.1/ix_values.yaml similarity index 100% rename from stable/pwndrop/9.5.1/ix_values.yaml rename to stable/pwndrop/9.7.1/ix_values.yaml diff --git a/stable/pwndrop/9.5.1/questions.yaml b/stable/pwndrop/9.7.1/questions.yaml similarity index 100% rename from stable/pwndrop/9.5.1/questions.yaml rename to stable/pwndrop/9.7.1/questions.yaml diff --git a/stable/quassel-core/11.5.1/templates/NOTES.txt b/stable/pwndrop/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/quassel-core/11.5.1/templates/NOTES.txt rename to stable/pwndrop/9.7.1/templates/NOTES.txt diff --git a/stable/pylon/9.5.1/templates/common.yaml b/stable/pwndrop/9.7.1/templates/common.yaml similarity index 100% rename from stable/pylon/9.5.1/templates/common.yaml rename to stable/pwndrop/9.7.1/templates/common.yaml diff --git a/stable/qflood/5.5.1/values.yaml b/stable/pwndrop/9.7.1/values.yaml similarity index 100% rename from stable/qflood/5.5.1/values.yaml rename to stable/pwndrop/9.7.1/values.yaml diff --git a/stable/pyload-ng/5.5.2/CHANGELOG.md b/stable/pyload-ng/5.5.2/CHANGELOG.md deleted file mode 100644 index 9589120d9f9..00000000000 --- a/stable/pyload-ng/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pyload-ng-5.5.2](https://github.com/truecharts/charts/compare/pyload-ng-5.5.1...pyload-ng-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [pyload-ng-5.5.1](https://github.com/truecharts/charts/compare/pyload-ng-5.5.0...pyload-ng-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pyload-ng-5.5.0](https://github.com/truecharts/charts/compare/pyload-ng-5.4.2...pyload-ng-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pyload-ng-5.4.2](https://github.com/truecharts/charts/compare/pyload-ng-5.4.1...pyload-ng-5.4.2) (2024-03-11) - -### Chore - - - -- update container image lscr.io/linuxserver/pyload-ng to latest[@4b813ba](https://github.com/4b813ba) by renovate ([#19032](https://github.com/truecharts/charts/issues/19032)) - - -## [pyload-ng-5.4.1](https://github.com/truecharts/charts/compare/pyload-ng-5.4.0...pyload-ng-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pyload-ng-5.4.0](https://github.com/truecharts/charts/compare/pyload-ng-5.3.0...pyload-ng-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pyload-ng-5.3.0](https://github.com/truecharts/charts/compare/pyload-ng-5.2.4...pyload-ng-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pyload-ng-5.2.4](https://github.com/truecharts/charts/compare/pyload-ng-5.2.3...pyload-ng-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pyload-ng-5.2.3](https://github.com/truecharts/charts/compare/pyload-ng-5.2.1...pyload-ng-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/pyload-ng/5.5.2/Chart.yaml b/stable/pyload-ng/5.5.2/Chart.yaml deleted file mode 100644 index 1fad34a1515..00000000000 --- a/stable/pyload-ng/5.5.2/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.0.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.5.2 diff --git a/stable/pyload-ng/5.5.2/charts/common-20.0.9.tgz b/stable/pyload-ng/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/pyload-ng/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/pyload-ng/5.5.2/ix_values.yaml b/stable/pyload-ng/5.5.2/ix_values.yaml deleted file mode 100644 index ca77b4412ff..00000000000 --- a/stable/pyload-ng/5.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/pyload-ng - tag: latest@sha256:4b813bab72f5c5ece1a2db4267fe412f95b9ac0bc1f16b0f6079496036f1a923 -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/qinglong/9.5.1/.helmignore b/stable/pyload-ng/5.7.1/.helmignore similarity index 100% rename from stable/qinglong/9.5.1/.helmignore rename to stable/pyload-ng/5.7.1/.helmignore diff --git a/stable/pyload-ng/5.7.1/CHANGELOG.md b/stable/pyload-ng/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..283cc7c2eca --- /dev/null +++ b/stable/pyload-ng/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-ng-5.7.1](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/pyload-ng/5.7.1/Chart.yaml b/stable/pyload-ng/5.7.1/Chart.yaml new file mode 100644 index 00000000000..47b330b7d3b --- /dev/null +++ b/stable/pyload-ng/5.7.1/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.2 + 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.1 diff --git a/stable/pyload-ng/5.5.2/README.md b/stable/pyload-ng/5.7.1/README.md similarity index 100% rename from stable/pyload-ng/5.5.2/README.md rename to stable/pyload-ng/5.7.1/README.md diff --git a/stable/pyload-ng/5.7.1/app-changelog.md b/stable/pyload-ng/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6cc907270a0 --- /dev/null +++ b/stable/pyload-ng/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [pyload-ng-5.7.1](https://github.com/truecharts/charts/compare/pyload-ng-5.6.0...pyload-ng-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/pyload-ng/5.7.1/app-readme.md similarity index 100% rename from stable/pyload-ng/5.5.2/app-readme.md rename to stable/pyload-ng/5.7.1/app-readme.md diff --git a/stable/pyload-ng/5.7.1/charts/common-20.2.2.tgz b/stable/pyload-ng/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pyload-ng/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pyload-ng/5.7.1/ix_values.yaml b/stable/pyload-ng/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..8939bceb0c9 --- /dev/null +++ b/stable/pyload-ng/5.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/pyload-ng + tag: latest@sha256:59d3b486542ed3fd531a03b584cbcbf9dd288127cf98b9ed533e252cded0dd34 +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.5.2/questions.yaml b/stable/pyload-ng/5.7.1/questions.yaml similarity index 100% rename from stable/pyload-ng/5.5.2/questions.yaml rename to stable/pyload-ng/5.7.1/questions.yaml diff --git a/stable/pyload-ng/5.5.2/templates/common.yaml b/stable/pyload-ng/5.7.1/templates/common.yaml similarity index 100% rename from stable/pyload-ng/5.5.2/templates/common.yaml rename to stable/pyload-ng/5.7.1/templates/common.yaml diff --git a/stable/qinglong/9.5.1/values.yaml b/stable/pyload-ng/5.7.1/values.yaml similarity index 100% rename from stable/qinglong/9.5.1/values.yaml rename to stable/pyload-ng/5.7.1/values.yaml diff --git a/stable/pyload/13.5.1/CHANGELOG.md b/stable/pyload/13.5.1/CHANGELOG.md deleted file mode 100644 index 6c57abc7e52..00000000000 --- a/stable/pyload/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pyload-13.5.1](https://github.com/truecharts/charts/compare/pyload-13.5.0...pyload-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pyload-13.5.0](https://github.com/truecharts/charts/compare/pyload-13.4.1...pyload-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pyload-13.4.1](https://github.com/truecharts/charts/compare/pyload-13.4.0...pyload-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pyload-13.4.0](https://github.com/truecharts/charts/compare/pyload-13.3.0...pyload-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pyload-13.3.0](https://github.com/truecharts/charts/compare/pyload-13.2.3...pyload-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pyload-13.2.3](https://github.com/truecharts/charts/compare/pyload-13.2.2...pyload-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pyload-13.2.2](https://github.com/truecharts/charts/compare/pyload-13.2.0...pyload-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [pyload-12.1.11](https://github.com/truecharts/charts/compare/pyload-12.1.10...pyload-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [pyload-12.1.10](https://github.com/truecharts/charts/compare/pyload-12.1.9...pyload-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/pyload/13.5.1/Chart.yaml b/stable/pyload/13.5.1/Chart.yaml deleted file mode 100644 index 2e2fc840951..00000000000 --- a/stable/pyload/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/pyload/13.5.1/charts/common-20.0.8.tgz b/stable/pyload/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pyload/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/quake3/5.5.1/.helmignore b/stable/pyload/13.7.1/.helmignore similarity index 100% rename from stable/quake3/5.5.1/.helmignore rename to stable/pyload/13.7.1/.helmignore diff --git a/stable/pyload/13.7.1/CHANGELOG.md b/stable/pyload/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..19386b250bc --- /dev/null +++ b/stable/pyload/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pyload-13.7.1](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pyload/13.7.1/Chart.yaml new file mode 100644 index 00000000000..1d89c8f3772 --- /dev/null +++ b/stable/pyload/13.7.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: 360b2295 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/pyload/13.5.1/README.md b/stable/pyload/13.7.1/README.md similarity index 100% rename from stable/pyload/13.5.1/README.md rename to stable/pyload/13.7.1/README.md diff --git a/stable/pyload/13.7.1/app-changelog.md b/stable/pyload/13.7.1/app-changelog.md new file mode 100644 index 00000000000..3e5168aa021 --- /dev/null +++ b/stable/pyload/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pyload-13.7.1](https://github.com/truecharts/charts/compare/pyload-13.6.0...pyload-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pyload/13.7.1/app-readme.md similarity index 100% rename from stable/pyload/13.5.1/app-readme.md rename to stable/pyload/13.7.1/app-readme.md diff --git a/stable/pyload/13.7.1/charts/common-20.2.2.tgz b/stable/pyload/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pyload/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pyload/13.5.1/ix_values.yaml b/stable/pyload/13.7.1/ix_values.yaml similarity index 100% rename from stable/pyload/13.5.1/ix_values.yaml rename to stable/pyload/13.7.1/ix_values.yaml diff --git a/stable/pyload/13.5.1/questions.yaml b/stable/pyload/13.7.1/questions.yaml similarity index 100% rename from stable/pyload/13.5.1/questions.yaml rename to stable/pyload/13.7.1/questions.yaml diff --git a/stable/quassel-web/9.5.1/templates/NOTES.txt b/stable/pyload/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/quassel-web/9.5.1/templates/NOTES.txt rename to stable/pyload/13.7.1/templates/NOTES.txt diff --git a/stable/qdirstat/9.5.1/templates/common.yaml b/stable/pyload/13.7.1/templates/common.yaml similarity index 100% rename from stable/qdirstat/9.5.1/templates/common.yaml rename to stable/pyload/13.7.1/templates/common.yaml diff --git a/stable/quake3/5.5.1/values.yaml b/stable/pyload/13.7.1/values.yaml similarity index 100% rename from stable/quake3/5.5.1/values.yaml rename to stable/pyload/13.7.1/values.yaml diff --git a/stable/pylon/9.5.1/CHANGELOG.md b/stable/pylon/9.5.1/CHANGELOG.md deleted file mode 100644 index 1f3663a94fb..00000000000 --- a/stable/pylon/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [pylon-9.5.1](https://github.com/truecharts/charts/compare/pylon-9.5.0...pylon-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [pylon-9.5.0](https://github.com/truecharts/charts/compare/pylon-9.4.2...pylon-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [pylon-9.4.2](https://github.com/truecharts/charts/compare/pylon-9.4.1...pylon-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/pylon to 2.10.0[@ce3d64c](https://github.com/ce3d64c) by renovate ([#19009](https://github.com/truecharts/charts/issues/19009)) - - -## [pylon-9.4.1](https://github.com/truecharts/charts/compare/pylon-9.4.0...pylon-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [pylon-9.4.0](https://github.com/truecharts/charts/compare/pylon-9.3.0...pylon-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [pylon-9.3.0](https://github.com/truecharts/charts/compare/pylon-9.2.4...pylon-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [pylon-9.2.4](https://github.com/truecharts/charts/compare/pylon-9.2.3...pylon-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [pylon-9.2.3](https://github.com/truecharts/charts/compare/pylon-9.2.1...pylon-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/pylon/9.5.1/Chart.yaml b/stable/pylon/9.5.1/Chart.yaml deleted file mode 100644 index c6ac1cd6900..00000000000 --- a/stable/pylon/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/pylon/9.5.1/charts/common-20.0.8.tgz b/stable/pylon/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/pylon/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/quassel-core/11.5.1/.helmignore b/stable/pylon/9.7.1/.helmignore similarity index 100% rename from stable/quassel-core/11.5.1/.helmignore rename to stable/pylon/9.7.1/.helmignore diff --git a/stable/pylon/9.7.1/CHANGELOG.md b/stable/pylon/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6a3b9a1023a --- /dev/null +++ b/stable/pylon/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [pylon-9.7.1](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/pylon/9.7.1/Chart.yaml new file mode 100644 index 00000000000..df261d2869d --- /dev/null +++ b/stable/pylon/9.7.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: 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.2 + 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.1 diff --git a/stable/pylon/9.5.1/README.md b/stable/pylon/9.7.1/README.md similarity index 100% rename from stable/pylon/9.5.1/README.md rename to stable/pylon/9.7.1/README.md diff --git a/stable/pylon/9.7.1/app-changelog.md b/stable/pylon/9.7.1/app-changelog.md new file mode 100644 index 00000000000..8eb4b16b004 --- /dev/null +++ b/stable/pylon/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [pylon-9.7.1](https://github.com/truecharts/charts/compare/pylon-9.6.0...pylon-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/pylon/9.7.1/app-readme.md similarity index 100% rename from stable/pylon/9.5.1/app-readme.md rename to stable/pylon/9.7.1/app-readme.md diff --git a/stable/pylon/9.7.1/charts/common-20.2.2.tgz b/stable/pylon/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/pylon/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/pylon/9.5.1/ix_values.yaml b/stable/pylon/9.7.1/ix_values.yaml similarity index 100% rename from stable/pylon/9.5.1/ix_values.yaml rename to stable/pylon/9.7.1/ix_values.yaml diff --git a/stable/pylon/9.5.1/questions.yaml b/stable/pylon/9.7.1/questions.yaml similarity index 100% rename from stable/pylon/9.5.1/questions.yaml rename to stable/pylon/9.7.1/questions.yaml diff --git a/stable/radarr/21.3.2/templates/NOTES.txt b/stable/pylon/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/radarr/21.3.2/templates/NOTES.txt rename to stable/pylon/9.7.1/templates/NOTES.txt diff --git a/stable/qinglong/9.5.1/templates/common.yaml b/stable/pylon/9.7.1/templates/common.yaml similarity index 100% rename from stable/qinglong/9.5.1/templates/common.yaml rename to stable/pylon/9.7.1/templates/common.yaml diff --git a/stable/quassel-core/11.5.1/values.yaml b/stable/pylon/9.7.1/values.yaml similarity index 100% rename from stable/quassel-core/11.5.1/values.yaml rename to stable/pylon/9.7.1/values.yaml diff --git a/stable/qbitmanage/8.5.1/CHANGELOG.md b/stable/qbitmanage/8.5.1/CHANGELOG.md deleted file mode 100644 index b62dd4fa9f9..00000000000 --- a/stable/qbitmanage/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbitmanage-8.5.1](https://github.com/truecharts/charts/compare/qbitmanage-8.5.0...qbitmanage-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qbitmanage-8.5.0](https://github.com/truecharts/charts/compare/qbitmanage-8.4.1...qbitmanage-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qbitmanage-8.4.1](https://github.com/truecharts/charts/compare/qbitmanage-8.4.0...qbitmanage-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qbitmanage-8.4.0](https://github.com/truecharts/charts/compare/qbitmanage-8.3.0...qbitmanage-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qbitmanage-8.3.0](https://github.com/truecharts/charts/compare/qbitmanage-8.2.4...qbitmanage-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qbitmanage-8.2.4](https://github.com/truecharts/charts/compare/qbitmanage-8.2.3...qbitmanage-8.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qbitmanage-8.2.3](https://github.com/truecharts/charts/compare/qbitmanage-8.2.1...qbitmanage-8.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [qbitmanage-7.1.13](https://github.com/truecharts/charts/compare/qbitmanage-7.1.12...qbitmanage-7.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qbitmanage-7.1.12](https://github.com/truecharts/charts/compare/qbitmanage-7.1.11...qbitmanage-7.1.12) (2024-01-29) - -### Chore - - - -- update container image bobokun/qbit_manage to v4.0.8[@64f264d](https://github.com/64f264d) by renovate ([#17661](https://github.com/truecharts/charts/issues/17661)) \ No newline at end of file diff --git a/stable/qbitmanage/8.5.1/Chart.yaml b/stable/qbitmanage/8.5.1/Chart.yaml deleted file mode 100644 index a916af42573..00000000000 --- a/stable/qbitmanage/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/qbitmanage/8.5.1/charts/common-20.0.8.tgz b/stable/qbitmanage/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qbitmanage/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/quassel-web/9.5.1/.helmignore b/stable/qbitmanage/8.7.1/.helmignore similarity index 100% rename from stable/quassel-web/9.5.1/.helmignore rename to stable/qbitmanage/8.7.1/.helmignore diff --git a/stable/qbitmanage/8.7.1/CHANGELOG.md b/stable/qbitmanage/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3c7a9cbab29 --- /dev/null +++ b/stable/qbitmanage/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitmanage-8.7.1](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qbitmanage/8.7.1/Chart.yaml new file mode 100644 index 00000000000..872cf819dc1 --- /dev/null +++ b/stable/qbitmanage/8.7.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: 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.2 + 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.1 diff --git a/stable/qbitmanage/8.5.1/README.md b/stable/qbitmanage/8.7.1/README.md similarity index 100% rename from stable/qbitmanage/8.5.1/README.md rename to stable/qbitmanage/8.7.1/README.md diff --git a/stable/qbitmanage/8.7.1/app-changelog.md b/stable/qbitmanage/8.7.1/app-changelog.md new file mode 100644 index 00000000000..aa8f0bc7a1d --- /dev/null +++ b/stable/qbitmanage/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qbitmanage-8.7.1](https://github.com/truecharts/charts/compare/qbitmanage-8.6.0...qbitmanage-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/qbitmanage/8.7.1/app-readme.md similarity index 100% rename from stable/qbitmanage/8.5.1/app-readme.md rename to stable/qbitmanage/8.7.1/app-readme.md diff --git a/stable/qbitmanage/8.7.1/charts/common-20.2.2.tgz b/stable/qbitmanage/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qbitmanage/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qbitmanage/8.5.1/ix_values.yaml b/stable/qbitmanage/8.7.1/ix_values.yaml similarity index 100% rename from stable/qbitmanage/8.5.1/ix_values.yaml rename to stable/qbitmanage/8.7.1/ix_values.yaml diff --git a/stable/qbitmanage/8.5.1/questions.yaml b/stable/qbitmanage/8.7.1/questions.yaml similarity index 100% rename from stable/qbitmanage/8.5.1/questions.yaml rename to stable/qbitmanage/8.7.1/questions.yaml diff --git a/stable/radicale/5.5.1/templates/NOTES.txt b/stable/qbitmanage/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/radicale/5.5.1/templates/NOTES.txt rename to stable/qbitmanage/8.7.1/templates/NOTES.txt diff --git a/stable/qbitmanage/8.5.1/templates/common.yaml b/stable/qbitmanage/8.7.1/templates/common.yaml similarity index 100% rename from stable/qbitmanage/8.5.1/templates/common.yaml rename to stable/qbitmanage/8.7.1/templates/common.yaml diff --git a/stable/quassel-web/9.5.1/values.yaml b/stable/qbitmanage/8.7.1/values.yaml similarity index 100% rename from stable/quassel-web/9.5.1/values.yaml rename to stable/qbitmanage/8.7.1/values.yaml diff --git a/stable/qbitrr/4.6.1/CHANGELOG.md b/stable/qbitrr/4.6.1/CHANGELOG.md deleted file mode 100644 index 0d7655b1fff..00000000000 --- a/stable/qbitrr/4.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbitrr-4.6.1](https://github.com/truecharts/charts/compare/qbitrr-4.6.0...qbitrr-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qbitrr-4.6.0](https://github.com/truecharts/charts/compare/qbitrr-4.5.2...qbitrr-4.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qbitrr-4.5.2](https://github.com/truecharts/charts/compare/qbitrr-4.5.1...qbitrr-4.5.2) (2024-03-11) - -### Chore - - - -- update container image feramance/qbitrr to v4.4.1[@d359f66](https://github.com/d359f66) by renovate ([#19061](https://github.com/truecharts/charts/issues/19061)) - - -## [qbitrr-4.5.1](https://github.com/truecharts/charts/compare/qbitrr-4.5.0...qbitrr-4.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qbitrr-4.5.0](https://github.com/truecharts/charts/compare/qbitrr-4.4.0...qbitrr-4.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qbitrr-4.4.0](https://github.com/truecharts/charts/compare/qbitrr-4.3.3...qbitrr-4.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qbitrr-4.3.3](https://github.com/truecharts/charts/compare/qbitrr-4.3.2...qbitrr-4.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qbitrr-4.3.2](https://github.com/truecharts/charts/compare/qbitrr-4.3.0...qbitrr-4.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [qbitrr-3.3.1](https://github.com/truecharts/charts/compare/qbitrr-3.3.0...qbitrr-3.3.1) (2024-02-12) - -### Chore - - diff --git a/stable/qbitrr/4.6.1/Chart.yaml b/stable/qbitrr/4.6.1/Chart.yaml deleted file mode 100644 index b76f7d859f4..00000000000 --- a/stable/qbitrr/4.6.1/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.1 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/qbitrr/4.6.1/charts/common-20.0.8.tgz b/stable/qbitrr/4.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qbitrr/4.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/quickshare/5.5.1/.helmignore b/stable/qbitrr/4.8.1/.helmignore similarity index 100% rename from stable/quickshare/5.5.1/.helmignore rename to stable/qbitrr/4.8.1/.helmignore diff --git a/stable/qbitrr/4.8.1/CHANGELOG.md b/stable/qbitrr/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..33a31e782fd --- /dev/null +++ b/stable/qbitrr/4.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbitrr-4.8.1](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qbitrr/4.8.1/Chart.yaml new file mode 100644 index 00000000000..c4b4fb53372 --- /dev/null +++ b/stable/qbitrr/4.8.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: Downloaders + 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.2 + 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.1 diff --git a/stable/qbitrr/4.6.1/README.md b/stable/qbitrr/4.8.1/README.md similarity index 100% rename from stable/qbitrr/4.6.1/README.md rename to stable/qbitrr/4.8.1/README.md diff --git a/stable/qbitrr/4.8.1/app-changelog.md b/stable/qbitrr/4.8.1/app-changelog.md new file mode 100644 index 00000000000..69738fb4b20 --- /dev/null +++ b/stable/qbitrr/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qbitrr-4.8.1](https://github.com/truecharts/charts/compare/qbitrr-4.7.0...qbitrr-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/qbitrr/4.8.1/app-readme.md similarity index 100% rename from stable/qbitrr/4.6.1/app-readme.md rename to stable/qbitrr/4.8.1/app-readme.md diff --git a/stable/qbitrr/4.8.1/charts/common-20.2.2.tgz b/stable/qbitrr/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qbitrr/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/qbitrr/4.6.1/ix_values.yaml b/stable/qbitrr/4.8.1/ix_values.yaml similarity index 100% rename from stable/qbitrr/4.6.1/ix_values.yaml rename to stable/qbitrr/4.8.1/ix_values.yaml diff --git a/stable/qbitrr/4.6.1/questions.yaml b/stable/qbitrr/4.8.1/questions.yaml similarity index 100% rename from stable/qbitrr/4.6.1/questions.yaml rename to stable/qbitrr/4.8.1/questions.yaml diff --git a/stable/rcon-webadmin/8.5.1/templates/NOTES.txt b/stable/qbitrr/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/rcon-webadmin/8.5.1/templates/NOTES.txt rename to stable/qbitrr/4.8.1/templates/NOTES.txt diff --git a/stable/qbitrr/4.6.1/templates/common.yaml b/stable/qbitrr/4.8.1/templates/common.yaml similarity index 100% rename from stable/qbitrr/4.6.1/templates/common.yaml rename to stable/qbitrr/4.8.1/templates/common.yaml diff --git a/stable/quickshare/5.5.1/values.yaml b/stable/qbitrr/4.8.1/values.yaml similarity index 100% rename from stable/quickshare/5.5.1/values.yaml rename to stable/qbitrr/4.8.1/values.yaml diff --git a/stable/qbittorrent/19.5.3/CHANGELOG.md b/stable/qbittorrent/19.5.3/CHANGELOG.md deleted file mode 100644 index 1b606465fdc..00000000000 --- a/stable/qbittorrent/19.5.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qbittorrent-19.5.3](https://github.com/truecharts/charts/compare/qbittorrent-19.5.2...qbittorrent-19.5.3) (2024-03-16) - - -## [qbittorrent-19.5.2](https://github.com/truecharts/charts/compare/qbittorrent-19.5.1...qbittorrent-19.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [qbittorrent-19.5.1](https://github.com/truecharts/charts/compare/qbittorrent-19.5.0...qbittorrent-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qbittorrent-19.5.0](https://github.com/truecharts/charts/compare/qbittorrent-19.4.1...qbittorrent-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qbittorrent-19.4.1](https://github.com/truecharts/charts/compare/qbittorrent-19.4.0...qbittorrent-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qbittorrent-19.4.0](https://github.com/truecharts/charts/compare/qbittorrent-19.3.0...qbittorrent-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qbittorrent-19.3.0](https://github.com/truecharts/charts/compare/qbittorrent-19.2.4...qbittorrent-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qbittorrent-19.2.4](https://github.com/truecharts/charts/compare/qbittorrent-19.2.3...qbittorrent-19.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qbittorrent-19.2.3](https://github.com/truecharts/charts/compare/qbittorrent-19.2.1...qbittorrent-19.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [qbittorrent-18.1.12](https://github.com/truecharts/charts/compare/qbittorrent-18.1.11...qbittorrent-18.1.12) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/qbittorrent/19.5.3/Chart.yaml b/stable/qbittorrent/19.5.3/Chart.yaml deleted file mode 100644 index 686388ebdd4..00000000000 --- a/stable/qbittorrent/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.6.3 -dependencies: - - name: common - version: 20.0.9 - 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.5.3 diff --git a/stable/qbittorrent/19.5.3/charts/common-20.0.9.tgz b/stable/qbittorrent/19.5.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/qbittorrent/19.5.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/qbittorrent/19.5.3/ix_values.yaml b/stable/qbittorrent/19.5.3/ix_values.yaml deleted file mode 100644 index 902dae51b1e..00000000000 --- a/stable/qbittorrent/19.5.3/ix_values.yaml +++ /dev/null @@ -1,87 +0,0 @@ -image: - repository: ghcr.io/onedr0p/qbittorrent - pullPolicy: IfNotPresent - tag: 4.6.3@sha256:a4ad890e8c4a287c17d12ca22eb1d84a046aba2efbd882bf7d6eb12459f6a70c -qbitportforwardImage: - repository: mjmeli/qbittorrent-port-forward-gluetun-server - pullPolicy: IfNotPresent - tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 - -securityContext: - container: - readOnlyRootFilesystem: false -qbitportforward: - enabled: false - QBT_USERNAME: "admin" - QBT_PASSWORD: "adminadmin" -service: - main: - ports: - main: - port: 10095 - torrent: - enabled: true - ports: - torrent: - enabled: true - port: 6881 - protocol: tcp - torrentudp: - enabled: true - port: "{{ .Values.service.torrent.ports.torrent.port }}" - protocol: udp - gluetun: - enabled: true - type: ClusterIP - ports: - gluetun: - enabled: true - port: 8000 - targetPort: 8000 - protocol: http -workload: - main: - podSpec: - containers: - main: - env: - # set the default port - QBITTORRENT__PORT: "{{ .Values.service.main.ports.main.port }}" - # stops users from bricking their chart from setting the ip to a random ip when its a container. - QBT_Preferences__WebUI__Address: "0.0.0.0" - # set port from gui. - QBT_BitTorrent__Session__Port: "{{ .Values.service.torrent.ports.torrent.port }}" - # legacy ini key - # key deprecated https://github.com/qbittorrent/qBittorrent/issues/8324 - QBT_Preferences__Connection__PortRangeMin: "{{ .Values.service.torrent.ports.torrent.port }}" - qbitportforward: - enabled: true - type: CronJob - schedule: "*/5 * * * *" - podSpec: - restartPolicy: OnFailure - containers: - qbitportforward: - primary: true - enabled: true - imageSelector: qbitportforwardImage - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}" - QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}" - QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' - GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}' - command: /usr/src/app/main.sh -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true diff --git a/stable/quiz-game/5.5.1/.helmignore b/stable/qbittorrent/19.7.1/.helmignore similarity index 100% rename from stable/quiz-game/5.5.1/.helmignore rename to stable/qbittorrent/19.7.1/.helmignore diff --git a/stable/qbittorrent/19.7.1/CHANGELOG.md b/stable/qbittorrent/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..68571e6db9c --- /dev/null +++ b/stable/qbittorrent/19.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qbittorrent-19.7.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/qbittorrent/19.7.1/Chart.yaml b/stable/qbittorrent/19.7.1/Chart.yaml new file mode 100644 index 00000000000..ff71ab76870 --- /dev/null +++ b/stable/qbittorrent/19.7.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: 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.2 + 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.1 diff --git a/stable/qbittorrent/19.5.3/README.md b/stable/qbittorrent/19.7.1/README.md similarity index 100% rename from stable/qbittorrent/19.5.3/README.md rename to stable/qbittorrent/19.7.1/README.md diff --git a/stable/qbittorrent/19.7.1/app-changelog.md b/stable/qbittorrent/19.7.1/app-changelog.md new file mode 100644 index 00000000000..7877225d818 --- /dev/null +++ b/stable/qbittorrent/19.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [qbittorrent-19.7.1](https://github.com/truecharts/charts/compare/qbittorrent-19.6.0...qbittorrent-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.3/app-readme.md b/stable/qbittorrent/19.7.1/app-readme.md similarity index 100% rename from stable/qbittorrent/19.5.3/app-readme.md rename to stable/qbittorrent/19.7.1/app-readme.md diff --git a/stable/qbittorrent/19.7.1/charts/common-20.2.2.tgz b/stable/qbittorrent/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qbittorrent/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qbittorrent/19.7.1/ix_values.yaml b/stable/qbittorrent/19.7.1/ix_values.yaml new file mode 100644 index 00000000000..0ee0e4a9348 --- /dev/null +++ b/stable/qbittorrent/19.7.1/ix_values.yaml @@ -0,0 +1,87 @@ +image: + repository: ghcr.io/onedr0p/qbittorrent + pullPolicy: IfNotPresent + tag: 4.6.3@sha256:f2895e632fe66299d8ccc68265cc11aea92a232b7d0844de9961864b3e504026 +qbitportforwardImage: + repository: mjmeli/qbittorrent-port-forward-gluetun-server + pullPolicy: IfNotPresent + tag: latest@sha256:67d0d21ed792cf80716d4211e7162b6d375af5c12f3cf096c9032ad705dddaa8 + +securityContext: + container: + readOnlyRootFilesystem: false +qbitportforward: + enabled: false + QBT_USERNAME: "admin" + QBT_PASSWORD: "adminadmin" +service: + main: + ports: + main: + port: 10095 + torrent: + enabled: true + ports: + torrent: + enabled: true + port: 6881 + protocol: tcp + torrentudp: + enabled: true + port: "{{ .Values.service.torrent.ports.torrent.port }}" + protocol: udp + gluetun: + enabled: true + type: ClusterIP + ports: + gluetun: + enabled: true + port: 8000 + targetPort: 8000 + protocol: http +workload: + main: + podSpec: + containers: + main: + env: + # set the default port + QBITTORRENT__PORT: "{{ .Values.service.main.ports.main.port }}" + # stops users from bricking their chart from setting the ip to a random ip when its a container. + QBT_Preferences__WebUI__Address: "0.0.0.0" + # set port from gui. + QBT_BitTorrent__Session__Port: "{{ .Values.service.torrent.ports.torrent.port }}" + # legacy ini key + # key deprecated https://github.com/qbittorrent/qBittorrent/issues/8324 + QBT_Preferences__Connection__PortRangeMin: "{{ .Values.service.torrent.ports.torrent.port }}" + qbitportforward: + enabled: true + type: CronJob + schedule: "*/5 * * * *" + podSpec: + restartPolicy: OnFailure + containers: + qbitportforward: + primary: true + enabled: true + imageSelector: qbitportforwardImage + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + QBT_USERNAME: "{{ .Values.qbitportforward.QBT_USERNAME }}" + QBT_PASSWORD: "{{ .Values.qbitportforward.QBT_PASSWORD }}" + QBT_ADDR: '{{ printf "http://%v:%v" (include "tc.v1.common.lib.chart.names.fullname" $) .Values.service.main.ports.main.port }}' + GTN_ADDR: '{{ printf "http://%v-gluetun:8000" (include "tc.v1.common.lib.chart.names.fullname" $) }}' + command: /usr/src/app/main.sh +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true diff --git a/stable/qbittorrent/19.5.3/questions.yaml b/stable/qbittorrent/19.7.1/questions.yaml similarity index 100% rename from stable/qbittorrent/19.5.3/questions.yaml rename to stable/qbittorrent/19.7.1/questions.yaml diff --git a/stable/rdesktop/8.5.2/templates/NOTES.txt b/stable/qbittorrent/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/rdesktop/8.5.2/templates/NOTES.txt rename to stable/qbittorrent/19.7.1/templates/NOTES.txt diff --git a/stable/qbittorrent/19.5.3/templates/common.yaml b/stable/qbittorrent/19.7.1/templates/common.yaml similarity index 100% rename from stable/qbittorrent/19.5.3/templates/common.yaml rename to stable/qbittorrent/19.7.1/templates/common.yaml diff --git a/stable/quiz-game/5.5.1/values.yaml b/stable/qbittorrent/19.7.1/values.yaml similarity index 100% rename from stable/quiz-game/5.5.1/values.yaml rename to stable/qbittorrent/19.7.1/values.yaml diff --git a/stable/qdirstat/9.5.1/CHANGELOG.md b/stable/qdirstat/9.5.1/CHANGELOG.md deleted file mode 100644 index f2bf2ae5eca..00000000000 --- a/stable/qdirstat/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qdirstat-9.5.1](https://github.com/truecharts/charts/compare/qdirstat-9.5.0...qdirstat-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qdirstat-9.5.0](https://github.com/truecharts/charts/compare/qdirstat-9.4.1...qdirstat-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qdirstat-9.4.1](https://github.com/truecharts/charts/compare/qdirstat-9.4.0...qdirstat-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qdirstat-9.4.0](https://github.com/truecharts/charts/compare/qdirstat-9.3.0...qdirstat-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qdirstat-9.3.0](https://github.com/truecharts/charts/compare/qdirstat-9.2.3...qdirstat-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qdirstat-9.2.3](https://github.com/truecharts/charts/compare/qdirstat-9.2.2...qdirstat-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qdirstat-9.2.2](https://github.com/truecharts/charts/compare/qdirstat-9.2.0...qdirstat-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [qdirstat-8.0.5](https://github.com/truecharts/charts/compare/qdirstat-8.0.4...qdirstat-8.0.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qdirstat-8.0.4](https://github.com/truecharts/charts/compare/qdirstat-8.0.3...qdirstat-8.0.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/qdirstat/9.5.1/Chart.yaml b/stable/qdirstat/9.5.1/Chart.yaml deleted file mode 100644 index f980c9df51f..00000000000 --- a/stable/qdirstat/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/qdirstat/9.5.1/charts/common-20.0.8.tgz b/stable/qdirstat/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qdirstat/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/qwantify/3.5.1/.helmignore b/stable/qdirstat/9.7.1/.helmignore similarity index 100% rename from stable/qwantify/3.5.1/.helmignore rename to stable/qdirstat/9.7.1/.helmignore diff --git a/stable/qdirstat/9.7.1/CHANGELOG.md b/stable/qdirstat/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..17d0b60b26f --- /dev/null +++ b/stable/qdirstat/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qdirstat-9.7.1](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qdirstat/9.7.1/Chart.yaml new file mode 100644 index 00000000000..8e5861a0f65 --- /dev/null +++ b/stable/qdirstat/9.7.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: 24.01.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/qdirstat/9.5.1/README.md b/stable/qdirstat/9.7.1/README.md similarity index 100% rename from stable/qdirstat/9.5.1/README.md rename to stable/qdirstat/9.7.1/README.md diff --git a/stable/qdirstat/9.7.1/app-changelog.md b/stable/qdirstat/9.7.1/app-changelog.md new file mode 100644 index 00000000000..a79c4c12436 --- /dev/null +++ b/stable/qdirstat/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qdirstat-9.7.1](https://github.com/truecharts/charts/compare/qdirstat-9.6.0...qdirstat-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/qdirstat/9.7.1/app-readme.md similarity index 100% rename from stable/qdirstat/9.5.1/app-readme.md rename to stable/qdirstat/9.7.1/app-readme.md diff --git a/stable/qdirstat/9.7.1/charts/common-20.2.2.tgz b/stable/qdirstat/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qdirstat/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qdirstat/9.5.1/ix_values.yaml b/stable/qdirstat/9.7.1/ix_values.yaml similarity index 100% rename from stable/qdirstat/9.5.1/ix_values.yaml rename to stable/qdirstat/9.7.1/ix_values.yaml diff --git a/stable/qdirstat/9.5.1/questions.yaml b/stable/qdirstat/9.7.1/questions.yaml similarity index 100% rename from stable/qdirstat/9.5.1/questions.yaml rename to stable/qdirstat/9.7.1/questions.yaml diff --git a/stable/rdtclient/4.5.1/templates/NOTES.txt b/stable/qdirstat/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/rdtclient/4.5.1/templates/NOTES.txt rename to stable/qdirstat/9.7.1/templates/NOTES.txt diff --git a/stable/quassel-core/11.5.1/templates/common.yaml b/stable/qdirstat/9.7.1/templates/common.yaml similarity index 100% rename from stable/quassel-core/11.5.1/templates/common.yaml rename to stable/qdirstat/9.7.1/templates/common.yaml diff --git a/stable/qwantify/3.5.1/values.yaml b/stable/qdirstat/9.7.1/values.yaml similarity index 100% rename from stable/qwantify/3.5.1/values.yaml rename to stable/qdirstat/9.7.1/values.yaml diff --git a/stable/qflood/5.5.1/CHANGELOG.md b/stable/qflood/5.5.1/CHANGELOG.md deleted file mode 100644 index 64d1195e950..00000000000 --- a/stable/qflood/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qflood-5.5.1](https://github.com/truecharts/charts/compare/qflood-5.5.0...qflood-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qflood-5.5.0](https://github.com/truecharts/charts/compare/qflood-5.4.1...qflood-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qflood-5.4.1](https://github.com/truecharts/charts/compare/qflood-5.4.0...qflood-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qflood-5.4.0](https://github.com/truecharts/charts/compare/qflood-5.3.0...qflood-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qflood-5.3.0](https://github.com/truecharts/charts/compare/qflood-5.2.3...qflood-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qflood-5.2.3](https://github.com/truecharts/charts/compare/qflood-5.2.2...qflood-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qflood-5.2.2](https://github.com/truecharts/charts/compare/qflood-5.2.0...qflood-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [qflood-4.1.11](https://github.com/truecharts/charts/compare/qflood-4.1.10...qflood-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qflood-4.1.10](https://github.com/truecharts/charts/compare/qflood-4.1.9...qflood-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/qflood/5.5.1/Chart.yaml b/stable/qflood/5.5.1/Chart.yaml deleted file mode 100644 index b13c772d362..00000000000 --- a/stable/qflood/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/qflood/5.5.1/charts/common-20.0.8.tgz b/stable/qflood/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qflood/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/radarr/21.3.2/.helmignore b/stable/qflood/5.7.1/.helmignore similarity index 100% rename from stable/radarr/21.3.2/.helmignore rename to stable/qflood/5.7.1/.helmignore diff --git a/stable/qflood/5.7.1/CHANGELOG.md b/stable/qflood/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..288120ddf60 --- /dev/null +++ b/stable/qflood/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qflood-5.7.1](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qflood/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0d0adc6e35e --- /dev/null +++ b/stable/qflood/5.7.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: 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.2 + 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.1 diff --git a/stable/qflood/5.5.1/README.md b/stable/qflood/5.7.1/README.md similarity index 100% rename from stable/qflood/5.5.1/README.md rename to stable/qflood/5.7.1/README.md diff --git a/stable/qflood/5.7.1/app-changelog.md b/stable/qflood/5.7.1/app-changelog.md new file mode 100644 index 00000000000..61c6f9289c4 --- /dev/null +++ b/stable/qflood/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qflood-5.7.1](https://github.com/truecharts/charts/compare/qflood-5.6.0...qflood-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/qflood/5.7.1/app-readme.md similarity index 100% rename from stable/qflood/5.5.1/app-readme.md rename to stable/qflood/5.7.1/app-readme.md diff --git a/stable/qflood/5.7.1/charts/common-20.2.2.tgz b/stable/qflood/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qflood/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qflood/5.5.1/ix_values.yaml b/stable/qflood/5.7.1/ix_values.yaml similarity index 100% rename from stable/qflood/5.5.1/ix_values.yaml rename to stable/qflood/5.7.1/ix_values.yaml diff --git a/stable/qflood/5.5.1/questions.yaml b/stable/qflood/5.7.1/questions.yaml similarity index 100% rename from stable/qflood/5.5.1/questions.yaml rename to stable/qflood/5.7.1/questions.yaml diff --git a/stable/qflood/5.5.1/templates/common.yaml b/stable/qflood/5.7.1/templates/common.yaml similarity index 100% rename from stable/qflood/5.5.1/templates/common.yaml rename to stable/qflood/5.7.1/templates/common.yaml diff --git a/stable/radarr/21.3.2/values.yaml b/stable/qflood/5.7.1/values.yaml similarity index 100% rename from stable/radarr/21.3.2/values.yaml rename to stable/qflood/5.7.1/values.yaml diff --git a/stable/qinglong/9.5.1/CHANGELOG.md b/stable/qinglong/9.5.1/CHANGELOG.md deleted file mode 100644 index ba16380f9c5..00000000000 --- a/stable/qinglong/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qinglong-9.5.1](https://github.com/truecharts/charts/compare/qinglong-9.5.0...qinglong-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qinglong-9.5.0](https://github.com/truecharts/charts/compare/qinglong-9.4.1...qinglong-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qinglong-9.4.1](https://github.com/truecharts/charts/compare/qinglong-9.4.0...qinglong-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qinglong-9.4.0](https://github.com/truecharts/charts/compare/qinglong-9.3.0...qinglong-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qinglong-9.3.0](https://github.com/truecharts/charts/compare/qinglong-9.2.4...qinglong-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qinglong-9.2.4](https://github.com/truecharts/charts/compare/qinglong-9.2.3...qinglong-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qinglong-9.2.3](https://github.com/truecharts/charts/compare/qinglong-9.2.1...qinglong-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - -## [qinglong-8.2.6](https://github.com/truecharts/charts/compare/qinglong-8.2.5...qinglong-8.2.6) (2024-02-12) - -### Chore - - - -- update container image whyour/qinglong to v2.17.1[@83b868e](https://github.com/83b868e) by renovate ([#18150](https://github.com/truecharts/charts/issues/18150)) \ No newline at end of file diff --git a/stable/qinglong/9.5.1/Chart.yaml b/stable/qinglong/9.5.1/Chart.yaml deleted file mode 100644 index 6724f957313..00000000000 --- a/stable/qinglong/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/qinglong/9.5.1/charts/common-20.0.8.tgz b/stable/qinglong/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qinglong/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/radarrsync/5.5.1/.helmignore b/stable/qinglong/9.7.1/.helmignore similarity index 100% rename from stable/radarrsync/5.5.1/.helmignore rename to stable/qinglong/9.7.1/.helmignore diff --git a/stable/qinglong/9.7.1/CHANGELOG.md b/stable/qinglong/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f92934bfaf5 --- /dev/null +++ b/stable/qinglong/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qinglong-9.7.1](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qinglong/9.7.1/Chart.yaml new file mode 100644 index 00000000000..0bbbd2fa1c9 --- /dev/null +++ b/stable/qinglong/9.7.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: 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.2 + 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.1 diff --git a/stable/qinglong/9.5.1/README.md b/stable/qinglong/9.7.1/README.md similarity index 100% rename from stable/qinglong/9.5.1/README.md rename to stable/qinglong/9.7.1/README.md diff --git a/stable/qinglong/9.7.1/app-changelog.md b/stable/qinglong/9.7.1/app-changelog.md new file mode 100644 index 00000000000..1da4d788125 --- /dev/null +++ b/stable/qinglong/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qinglong-9.7.1](https://github.com/truecharts/charts/compare/qinglong-9.6.0...qinglong-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/qinglong/9.7.1/app-readme.md similarity index 100% rename from stable/qinglong/9.5.1/app-readme.md rename to stable/qinglong/9.7.1/app-readme.md diff --git a/stable/qinglong/9.7.1/charts/common-20.2.2.tgz b/stable/qinglong/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qinglong/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qinglong/9.5.1/ix_values.yaml b/stable/qinglong/9.7.1/ix_values.yaml similarity index 100% rename from stable/qinglong/9.5.1/ix_values.yaml rename to stable/qinglong/9.7.1/ix_values.yaml diff --git a/stable/qinglong/9.5.1/questions.yaml b/stable/qinglong/9.7.1/questions.yaml similarity index 100% rename from stable/qinglong/9.5.1/questions.yaml rename to stable/qinglong/9.7.1/questions.yaml diff --git a/stable/readarr/21.4.0/templates/NOTES.txt b/stable/qinglong/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/readarr/21.4.0/templates/NOTES.txt rename to stable/qinglong/9.7.1/templates/NOTES.txt diff --git a/stable/quassel-web/9.5.1/templates/common.yaml b/stable/qinglong/9.7.1/templates/common.yaml similarity index 100% rename from stable/quassel-web/9.5.1/templates/common.yaml rename to stable/qinglong/9.7.1/templates/common.yaml diff --git a/stable/radarrsync/5.5.1/values.yaml b/stable/qinglong/9.7.1/values.yaml similarity index 100% rename from stable/radarrsync/5.5.1/values.yaml rename to stable/qinglong/9.7.1/values.yaml diff --git a/stable/quake3/5.5.1/CHANGELOG.md b/stable/quake3/5.5.1/CHANGELOG.md deleted file mode 100644 index 29c9fa5c81b..00000000000 --- a/stable/quake3/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quake3-5.5.1](https://github.com/truecharts/charts/compare/quake3-5.5.0...quake3-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [quake3-5.5.0](https://github.com/truecharts/charts/compare/quake3-5.4.1...quake3-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [quake3-5.4.1](https://github.com/truecharts/charts/compare/quake3-5.4.0...quake3-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [quake3-5.4.0](https://github.com/truecharts/charts/compare/quake3-5.3.0...quake3-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [quake3-5.3.0](https://github.com/truecharts/charts/compare/quake3-5.2.3...quake3-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [quake3-5.2.3](https://github.com/truecharts/charts/compare/quake3-5.2.2...quake3-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [quake3-5.2.2](https://github.com/truecharts/charts/compare/quake3-5.2.0...quake3-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [quake3-4.1.11](https://github.com/truecharts/charts/compare/quake3-4.1.10...quake3-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quake3-4.1.10](https://github.com/truecharts/charts/compare/quake3-4.1.9...quake3-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/quake3/5.5.1/Chart.yaml b/stable/quake3/5.5.1/Chart.yaml deleted file mode 100644 index f3b2867d04d..00000000000 --- a/stable/quake3/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/quake3/5.5.1/charts/common-20.0.8.tgz b/stable/quake3/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/quake3/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/radicale/5.5.1/.helmignore b/stable/quake3/5.7.1/.helmignore similarity index 100% rename from stable/radicale/5.5.1/.helmignore rename to stable/quake3/5.7.1/.helmignore diff --git a/stable/quake3/5.7.1/CHANGELOG.md b/stable/quake3/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dbbfc812be5 --- /dev/null +++ b/stable/quake3/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quake3-5.7.1](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/quake3/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b7214d8f9d2 --- /dev/null +++ b/stable/quake3/5.7.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: 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.2 + 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.1 diff --git a/stable/quake3/5.5.1/README.md b/stable/quake3/5.7.1/README.md similarity index 100% rename from stable/quake3/5.5.1/README.md rename to stable/quake3/5.7.1/README.md diff --git a/stable/quake3/5.7.1/app-changelog.md b/stable/quake3/5.7.1/app-changelog.md new file mode 100644 index 00000000000..cf14b46233d --- /dev/null +++ b/stable/quake3/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [quake3-5.7.1](https://github.com/truecharts/charts/compare/quake3-5.6.0...quake3-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/quake3/5.7.1/app-readme.md similarity index 100% rename from stable/quake3/5.5.1/app-readme.md rename to stable/quake3/5.7.1/app-readme.md diff --git a/stable/quake3/5.7.1/charts/common-20.2.2.tgz b/stable/quake3/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/quake3/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/quake3/5.5.1/ix_values.yaml b/stable/quake3/5.7.1/ix_values.yaml similarity index 100% rename from stable/quake3/5.5.1/ix_values.yaml rename to stable/quake3/5.7.1/ix_values.yaml diff --git a/stable/quake3/5.5.1/questions.yaml b/stable/quake3/5.7.1/questions.yaml similarity index 100% rename from stable/quake3/5.5.1/questions.yaml rename to stable/quake3/5.7.1/questions.yaml diff --git a/stable/quake3/5.5.1/templates/common.yaml b/stable/quake3/5.7.1/templates/common.yaml similarity index 100% rename from stable/quake3/5.5.1/templates/common.yaml rename to stable/quake3/5.7.1/templates/common.yaml diff --git a/stable/radicale/5.5.1/values.yaml b/stable/quake3/5.7.1/values.yaml similarity index 100% rename from stable/radicale/5.5.1/values.yaml rename to stable/quake3/5.7.1/values.yaml diff --git a/stable/quassel-core/11.5.1/CHANGELOG.md b/stable/quassel-core/11.5.1/CHANGELOG.md deleted file mode 100644 index 1487f1811a7..00000000000 --- a/stable/quassel-core/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quassel-core-11.5.1](https://github.com/truecharts/charts/compare/quassel-core-11.5.0...quassel-core-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [quassel-core-11.5.0](https://github.com/truecharts/charts/compare/quassel-core-11.4.1...quassel-core-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [quassel-core-11.4.1](https://github.com/truecharts/charts/compare/quassel-core-11.4.0...quassel-core-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [quassel-core-11.4.0](https://github.com/truecharts/charts/compare/quassel-core-11.3.0...quassel-core-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [quassel-core-11.3.0](https://github.com/truecharts/charts/compare/quassel-core-11.2.4...quassel-core-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [quassel-core-11.2.4](https://github.com/truecharts/charts/compare/quassel-core-11.2.3...quassel-core-11.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [quassel-core-11.2.3](https://github.com/truecharts/charts/compare/quassel-core-11.2.1...quassel-core-11.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - -## [quassel-core-10.1.17](https://github.com/truecharts/charts/compare/quassel-core-10.1.16...quassel-core-10.1.17) (2024-02-12) - -### Chore - - diff --git a/stable/quassel-core/11.5.1/Chart.yaml b/stable/quassel-core/11.5.1/Chart.yaml deleted file mode 100644 index 7cb29815517..00000000000 --- a/stable/quassel-core/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/quassel-core/11.5.1/charts/common-20.0.8.tgz b/stable/quassel-core/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/quassel-core/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rapidphotodownloader/5.5.1/.helmignore b/stable/quassel-core/11.7.1/.helmignore similarity index 100% rename from stable/rapidphotodownloader/5.5.1/.helmignore rename to stable/quassel-core/11.7.1/.helmignore diff --git a/stable/quassel-core/11.7.1/CHANGELOG.md b/stable/quassel-core/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7e2863e9508 --- /dev/null +++ b/stable/quassel-core/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-core-11.7.1](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/quassel-core/11.7.1/Chart.yaml new file mode 100644 index 00000000000..0781f91d336 --- /dev/null +++ b/stable/quassel-core/11.7.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: 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.2 + 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.1 diff --git a/stable/quassel-core/11.5.1/README.md b/stable/quassel-core/11.7.1/README.md similarity index 100% rename from stable/quassel-core/11.5.1/README.md rename to stable/quassel-core/11.7.1/README.md diff --git a/stable/quassel-core/11.7.1/app-changelog.md b/stable/quassel-core/11.7.1/app-changelog.md new file mode 100644 index 00000000000..946c0bc4ad6 --- /dev/null +++ b/stable/quassel-core/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [quassel-core-11.7.1](https://github.com/truecharts/charts/compare/quassel-core-11.6.0...quassel-core-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/quassel-core/11.7.1/app-readme.md similarity index 100% rename from stable/quassel-core/11.5.1/app-readme.md rename to stable/quassel-core/11.7.1/app-readme.md diff --git a/stable/quassel-core/11.7.1/charts/common-20.2.2.tgz b/stable/quassel-core/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/quassel-core/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/quassel-core/11.5.1/ix_values.yaml b/stable/quassel-core/11.7.1/ix_values.yaml similarity index 100% rename from stable/quassel-core/11.5.1/ix_values.yaml rename to stable/quassel-core/11.7.1/ix_values.yaml diff --git a/stable/quassel-core/11.5.1/questions.yaml b/stable/quassel-core/11.7.1/questions.yaml similarity index 100% rename from stable/quassel-core/11.5.1/questions.yaml rename to stable/quassel-core/11.7.1/questions.yaml diff --git a/stable/recyclarr/9.5.1/templates/NOTES.txt b/stable/quassel-core/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/recyclarr/9.5.1/templates/NOTES.txt rename to stable/quassel-core/11.7.1/templates/NOTES.txt diff --git a/stable/qwantify/3.5.1/templates/common.yaml b/stable/quassel-core/11.7.1/templates/common.yaml similarity index 100% rename from stable/qwantify/3.5.1/templates/common.yaml rename to stable/quassel-core/11.7.1/templates/common.yaml diff --git a/stable/rapidphotodownloader/5.5.1/values.yaml b/stable/quassel-core/11.7.1/values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.5.1/values.yaml rename to stable/quassel-core/11.7.1/values.yaml diff --git a/stable/quassel-web/9.5.1/CHANGELOG.md b/stable/quassel-web/9.5.1/CHANGELOG.md deleted file mode 100644 index 09feba68918..00000000000 --- a/stable/quassel-web/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quassel-web-9.5.1](https://github.com/truecharts/charts/compare/quassel-web-9.5.0...quassel-web-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [quassel-web-9.5.0](https://github.com/truecharts/charts/compare/quassel-web-9.4.1...quassel-web-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [quassel-web-9.4.1](https://github.com/truecharts/charts/compare/quassel-web-9.4.0...quassel-web-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [quassel-web-9.4.0](https://github.com/truecharts/charts/compare/quassel-web-9.3.0...quassel-web-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [quassel-web-9.3.0](https://github.com/truecharts/charts/compare/quassel-web-9.2.3...quassel-web-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [quassel-web-9.2.3](https://github.com/truecharts/charts/compare/quassel-web-9.2.2...quassel-web-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [quassel-web-9.2.2](https://github.com/truecharts/charts/compare/quassel-web-9.2.0...quassel-web-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [quassel-web-8.1.11](https://github.com/truecharts/charts/compare/quassel-web-8.1.10...quassel-web-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quassel-web-8.1.10](https://github.com/truecharts/charts/compare/quassel-web-8.1.9...quassel-web-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/quassel-web/9.5.1/Chart.yaml b/stable/quassel-web/9.5.1/Chart.yaml deleted file mode 100644 index bdf75c525ad..00000000000 --- a/stable/quassel-web/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/quassel-web/9.5.1/charts/common-20.0.8.tgz b/stable/quassel-web/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/quassel-web/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rcon-webadmin/8.5.1/.helmignore b/stable/quassel-web/9.7.1/.helmignore similarity index 100% rename from stable/rcon-webadmin/8.5.1/.helmignore rename to stable/quassel-web/9.7.1/.helmignore diff --git a/stable/quassel-web/9.7.1/CHANGELOG.md b/stable/quassel-web/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..26a33a286a2 --- /dev/null +++ b/stable/quassel-web/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quassel-web-9.7.1](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/quassel-web/9.7.1/Chart.yaml new file mode 100644 index 00000000000..52aa87f684f --- /dev/null +++ b/stable/quassel-web/9.7.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: 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.2 + 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.1 diff --git a/stable/quassel-web/9.5.1/README.md b/stable/quassel-web/9.7.1/README.md similarity index 100% rename from stable/quassel-web/9.5.1/README.md rename to stable/quassel-web/9.7.1/README.md diff --git a/stable/quassel-web/9.7.1/app-changelog.md b/stable/quassel-web/9.7.1/app-changelog.md new file mode 100644 index 00000000000..15161fade60 --- /dev/null +++ b/stable/quassel-web/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [quassel-web-9.7.1](https://github.com/truecharts/charts/compare/quassel-web-9.6.0...quassel-web-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/quassel-web/9.7.1/app-readme.md similarity index 100% rename from stable/quassel-web/9.5.1/app-readme.md rename to stable/quassel-web/9.7.1/app-readme.md diff --git a/stable/quassel-web/9.7.1/charts/common-20.2.2.tgz b/stable/quassel-web/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/quassel-web/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/quassel-web/9.5.1/ix_values.yaml b/stable/quassel-web/9.7.1/ix_values.yaml similarity index 100% rename from stable/quassel-web/9.5.1/ix_values.yaml rename to stable/quassel-web/9.7.1/ix_values.yaml diff --git a/stable/quassel-web/9.5.1/questions.yaml b/stable/quassel-web/9.7.1/questions.yaml similarity index 100% rename from stable/quassel-web/9.5.1/questions.yaml rename to stable/quassel-web/9.7.1/questions.yaml diff --git a/stable/redisinsight/6.5.1/templates/NOTES.txt b/stable/quassel-web/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/redisinsight/6.5.1/templates/NOTES.txt rename to stable/quassel-web/9.7.1/templates/NOTES.txt diff --git a/stable/redisinsight/6.5.1/templates/common.yaml b/stable/quassel-web/9.7.1/templates/common.yaml similarity index 100% rename from stable/redisinsight/6.5.1/templates/common.yaml rename to stable/quassel-web/9.7.1/templates/common.yaml diff --git a/stable/rcon-webadmin/8.5.1/values.yaml b/stable/quassel-web/9.7.1/values.yaml similarity index 100% rename from stable/rcon-webadmin/8.5.1/values.yaml rename to stable/quassel-web/9.7.1/values.yaml diff --git a/stable/quickshare/5.5.1/CHANGELOG.md b/stable/quickshare/5.5.1/CHANGELOG.md deleted file mode 100644 index 8ecb310043c..00000000000 --- a/stable/quickshare/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quickshare-5.5.1](https://github.com/truecharts/charts/compare/quickshare-5.5.0...quickshare-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [quickshare-5.5.0](https://github.com/truecharts/charts/compare/quickshare-5.4.1...quickshare-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [quickshare-5.4.1](https://github.com/truecharts/charts/compare/quickshare-5.4.0...quickshare-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [quickshare-5.4.0](https://github.com/truecharts/charts/compare/quickshare-5.3.0...quickshare-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [quickshare-5.3.0](https://github.com/truecharts/charts/compare/quickshare-5.2.3...quickshare-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [quickshare-5.2.3](https://github.com/truecharts/charts/compare/quickshare-5.2.2...quickshare-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [quickshare-5.2.2](https://github.com/truecharts/charts/compare/quickshare-5.2.0...quickshare-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [quickshare-4.1.11](https://github.com/truecharts/charts/compare/quickshare-4.1.10...quickshare-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quickshare-4.1.10](https://github.com/truecharts/charts/compare/quickshare-4.1.9...quickshare-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/quickshare/5.5.1/Chart.yaml b/stable/quickshare/5.5.1/Chart.yaml deleted file mode 100644 index 018ad36b0f0..00000000000 --- a/stable/quickshare/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/quickshare/5.5.1/charts/common-20.0.8.tgz b/stable/quickshare/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/quickshare/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rdesktop/8.5.2/.helmignore b/stable/quickshare/5.7.1/.helmignore similarity index 100% rename from stable/rdesktop/8.5.2/.helmignore rename to stable/quickshare/5.7.1/.helmignore diff --git a/stable/quickshare/5.7.1/CHANGELOG.md b/stable/quickshare/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0c401641caf --- /dev/null +++ b/stable/quickshare/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quickshare-5.7.1](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/quickshare/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0580a444e08 --- /dev/null +++ b/stable/quickshare/5.7.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: 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.2 + 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.1 diff --git a/stable/quickshare/5.5.1/README.md b/stable/quickshare/5.7.1/README.md similarity index 100% rename from stable/quickshare/5.5.1/README.md rename to stable/quickshare/5.7.1/README.md diff --git a/stable/quickshare/5.7.1/app-changelog.md b/stable/quickshare/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9bbac83d2f5 --- /dev/null +++ b/stable/quickshare/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [quickshare-5.7.1](https://github.com/truecharts/charts/compare/quickshare-5.6.0...quickshare-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/quickshare/5.7.1/app-readme.md similarity index 100% rename from stable/quickshare/5.5.1/app-readme.md rename to stable/quickshare/5.7.1/app-readme.md diff --git a/stable/quickshare/5.7.1/charts/common-20.2.2.tgz b/stable/quickshare/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/quickshare/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/quickshare/5.5.1/ix_values.yaml b/stable/quickshare/5.7.1/ix_values.yaml similarity index 100% rename from stable/quickshare/5.5.1/ix_values.yaml rename to stable/quickshare/5.7.1/ix_values.yaml diff --git a/stable/quickshare/5.5.1/questions.yaml b/stable/quickshare/5.7.1/questions.yaml similarity index 100% rename from stable/quickshare/5.5.1/questions.yaml rename to stable/quickshare/5.7.1/questions.yaml diff --git a/stable/quickshare/5.5.1/templates/common.yaml b/stable/quickshare/5.7.1/templates/common.yaml similarity index 100% rename from stable/quickshare/5.5.1/templates/common.yaml rename to stable/quickshare/5.7.1/templates/common.yaml diff --git a/stable/rdesktop/8.5.2/values.yaml b/stable/quickshare/5.7.1/values.yaml similarity index 100% rename from stable/rdesktop/8.5.2/values.yaml rename to stable/quickshare/5.7.1/values.yaml diff --git a/stable/quiz-game/5.5.1/CHANGELOG.md b/stable/quiz-game/5.5.1/CHANGELOG.md deleted file mode 100644 index 90abd9452d0..00000000000 --- a/stable/quiz-game/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [quiz-game-5.5.1](https://github.com/truecharts/charts/compare/quiz-game-5.5.0...quiz-game-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [quiz-game-5.5.0](https://github.com/truecharts/charts/compare/quiz-game-5.4.1...quiz-game-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [quiz-game-5.4.1](https://github.com/truecharts/charts/compare/quiz-game-5.4.0...quiz-game-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [quiz-game-5.4.0](https://github.com/truecharts/charts/compare/quiz-game-5.3.0...quiz-game-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [quiz-game-5.3.0](https://github.com/truecharts/charts/compare/quiz-game-5.2.3...quiz-game-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [quiz-game-5.2.3](https://github.com/truecharts/charts/compare/quiz-game-5.2.2...quiz-game-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [quiz-game-5.2.2](https://github.com/truecharts/charts/compare/quiz-game-5.2.0...quiz-game-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [quiz-game-4.1.11](https://github.com/truecharts/charts/compare/quiz-game-4.1.10...quiz-game-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [quiz-game-4.1.10](https://github.com/truecharts/charts/compare/quiz-game-4.1.9...quiz-game-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/quiz-game/5.5.1/Chart.yaml b/stable/quiz-game/5.5.1/Chart.yaml deleted file mode 100644 index 2ab5941aa24..00000000000 --- a/stable/quiz-game/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/quiz-game/5.5.1/charts/common-20.0.8.tgz b/stable/quiz-game/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/quiz-game/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rdtclient/4.5.1/.helmignore b/stable/quiz-game/5.7.1/.helmignore similarity index 100% rename from stable/rdtclient/4.5.1/.helmignore rename to stable/quiz-game/5.7.1/.helmignore diff --git a/stable/quiz-game/5.7.1/CHANGELOG.md b/stable/quiz-game/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cc337a11dc9 --- /dev/null +++ b/stable/quiz-game/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [quiz-game-5.7.1](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/quiz-game/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ca53362b881 --- /dev/null +++ b/stable/quiz-game/5.7.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: 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.2 + 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.1 diff --git a/stable/quiz-game/5.5.1/README.md b/stable/quiz-game/5.7.1/README.md similarity index 100% rename from stable/quiz-game/5.5.1/README.md rename to stable/quiz-game/5.7.1/README.md diff --git a/stable/quiz-game/5.7.1/app-changelog.md b/stable/quiz-game/5.7.1/app-changelog.md new file mode 100644 index 00000000000..0699526c133 --- /dev/null +++ b/stable/quiz-game/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [quiz-game-5.7.1](https://github.com/truecharts/charts/compare/quiz-game-5.6.0...quiz-game-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/quiz-game/5.7.1/app-readme.md similarity index 100% rename from stable/quiz-game/5.5.1/app-readme.md rename to stable/quiz-game/5.7.1/app-readme.md diff --git a/stable/quiz-game/5.7.1/charts/common-20.2.2.tgz b/stable/quiz-game/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/quiz-game/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/quiz-game/5.5.1/ix_values.yaml b/stable/quiz-game/5.7.1/ix_values.yaml similarity index 100% rename from stable/quiz-game/5.5.1/ix_values.yaml rename to stable/quiz-game/5.7.1/ix_values.yaml diff --git a/stable/quiz-game/5.5.1/questions.yaml b/stable/quiz-game/5.7.1/questions.yaml similarity index 100% rename from stable/quiz-game/5.5.1/questions.yaml rename to stable/quiz-game/5.7.1/questions.yaml diff --git a/stable/quiz-game/5.5.1/templates/common.yaml b/stable/quiz-game/5.7.1/templates/common.yaml similarity index 100% rename from stable/quiz-game/5.5.1/templates/common.yaml rename to stable/quiz-game/5.7.1/templates/common.yaml diff --git a/stable/rdtclient/4.5.1/values.yaml b/stable/quiz-game/5.7.1/values.yaml similarity index 100% rename from stable/rdtclient/4.5.1/values.yaml rename to stable/quiz-game/5.7.1/values.yaml diff --git a/stable/qwantify/3.5.1/CHANGELOG.md b/stable/qwantify/3.5.1/CHANGELOG.md deleted file mode 100644 index 2ceca2cb154..00000000000 --- a/stable/qwantify/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [qwantify-3.5.1](https://github.com/truecharts/charts/compare/qwantify-3.5.0...qwantify-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [qwantify-3.5.0](https://github.com/truecharts/charts/compare/qwantify-3.4.1...qwantify-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [qwantify-3.4.1](https://github.com/truecharts/charts/compare/qwantify-3.4.0...qwantify-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [qwantify-3.4.0](https://github.com/truecharts/charts/compare/qwantify-3.3.0...qwantify-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [qwantify-3.3.0](https://github.com/truecharts/charts/compare/qwantify-3.2.3...qwantify-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [qwantify-3.2.3](https://github.com/truecharts/charts/compare/qwantify-3.2.2...qwantify-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [qwantify-3.2.2](https://github.com/truecharts/charts/compare/qwantify-3.2.0...qwantify-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [qwantify-2.1.11](https://github.com/truecharts/charts/compare/qwantify-2.1.10...qwantify-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [qwantify-2.1.10](https://github.com/truecharts/charts/compare/qwantify-2.1.9...qwantify-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/qwantify/3.5.1/Chart.yaml b/stable/qwantify/3.5.1/Chart.yaml deleted file mode 100644 index ba0b13b0279..00000000000 --- a/stable/qwantify/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/qwantify/3.5.1/charts/common-20.0.8.tgz b/stable/qwantify/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/qwantify/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/readarr/21.4.0/.helmignore b/stable/qwantify/3.7.1/.helmignore similarity index 100% rename from stable/readarr/21.4.0/.helmignore rename to stable/qwantify/3.7.1/.helmignore diff --git a/stable/qwantify/3.7.1/CHANGELOG.md b/stable/qwantify/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..58e3a763979 --- /dev/null +++ b/stable/qwantify/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [qwantify-3.7.1](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/qwantify/3.7.1/Chart.yaml new file mode 100644 index 00000000000..c7ea80ff117 --- /dev/null +++ b/stable/qwantify/3.7.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: 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.2 + 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.1 diff --git a/stable/qwantify/3.5.1/README.md b/stable/qwantify/3.7.1/README.md similarity index 100% rename from stable/qwantify/3.5.1/README.md rename to stable/qwantify/3.7.1/README.md diff --git a/stable/qwantify/3.7.1/app-changelog.md b/stable/qwantify/3.7.1/app-changelog.md new file mode 100644 index 00000000000..324700be7e0 --- /dev/null +++ b/stable/qwantify/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [qwantify-3.7.1](https://github.com/truecharts/charts/compare/qwantify-3.6.0...qwantify-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/qwantify/3.7.1/app-readme.md similarity index 100% rename from stable/qwantify/3.5.1/app-readme.md rename to stable/qwantify/3.7.1/app-readme.md diff --git a/stable/qwantify/3.7.1/charts/common-20.2.2.tgz b/stable/qwantify/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/qwantify/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/qwantify/3.5.1/ix_values.yaml b/stable/qwantify/3.7.1/ix_values.yaml similarity index 100% rename from stable/qwantify/3.5.1/ix_values.yaml rename to stable/qwantify/3.7.1/ix_values.yaml diff --git a/stable/qwantify/3.5.1/questions.yaml b/stable/qwantify/3.7.1/questions.yaml similarity index 100% rename from stable/qwantify/3.5.1/questions.yaml rename to stable/qwantify/3.7.1/questions.yaml diff --git a/stable/reg/13.6.0/templates/common.yaml b/stable/qwantify/3.7.1/templates/common.yaml similarity index 100% rename from stable/reg/13.6.0/templates/common.yaml rename to stable/qwantify/3.7.1/templates/common.yaml diff --git a/stable/readarr/21.4.0/values.yaml b/stable/qwantify/3.7.1/values.yaml similarity index 100% rename from stable/readarr/21.4.0/values.yaml rename to stable/qwantify/3.7.1/values.yaml diff --git a/stable/radarr/21.3.2/CHANGELOG.md b/stable/radarr/21.3.2/CHANGELOG.md deleted file mode 100644 index 148c749103c..00000000000 --- a/stable/radarr/21.3.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radarr-21.3.2](https://github.com/truecharts/charts/compare/radarr-21.3.1...radarr-21.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [radarr-21.3.1](https://github.com/truecharts/charts/compare/radarr-21.3.0...radarr-21.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [radarr-21.3.0](https://github.com/truecharts/charts/compare/radarr-21.2.1...radarr-21.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [radarr-21.2.1](https://github.com/truecharts/charts/compare/radarr-21.2.0...radarr-21.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [radarr-21.2.0](https://github.com/truecharts/charts/compare/radarr-21.1.0...radarr-21.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [radarr-21.1.0](https://github.com/truecharts/charts/compare/radarr-21.0.3...radarr-21.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [radarr-21.0.3](https://github.com/truecharts/charts/compare/radarr-21.0.2...radarr-21.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [radarr-21.0.2](https://github.com/truecharts/charts/compare/radarr-21.0.0...radarr-21.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - -## [radarr-19.1.12](https://github.com/truecharts/charts/compare/radarr-19.1.11...radarr-19.1.12) (2024-02-03) diff --git a/stable/radarr/21.3.2/Chart.yaml b/stable/radarr/21.3.2/Chart.yaml deleted file mode 100644 index 3e2a0c3bbe8..00000000000 --- a/stable/radarr/21.3.2/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.0.9 - 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.3.2 diff --git a/stable/radarr/21.3.2/charts/common-20.0.9.tgz b/stable/radarr/21.3.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/radarr/21.3.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/radarr/21.3.2/ix_values.yaml b/stable/radarr/21.3.2/ix_values.yaml deleted file mode 100644 index 237139e346c..00000000000 --- a/stable/radarr/21.3.2/ix_values.yaml +++ /dev/null @@ -1,108 +0,0 @@ -image: - repository: ghcr.io/onedr0p/radarr - pullPolicy: IfNotPresent - tag: 5.3.6.8612@sha256:8d299e59fce7f947643bc709dce6b4d0780d8eb092575274b396eebe7f9e1cfa -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 7878 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 7879 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - probes: - readiness: - enabled: true - type: http - path: /ping - liveness: - enabled: true - type: http - path: /ping - startup: - enabled: true - type: http - path: /ping - env: - RADARR__PORT: "{{ .Values.service.main.ports.main.port }}" - exportarr: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - radarr - 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 - CONFIG: "/config/config.xml" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -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/recyclarr/9.5.1/.helmignore b/stable/radarr/21.5.1/.helmignore similarity index 100% rename from stable/recyclarr/9.5.1/.helmignore rename to stable/radarr/21.5.1/.helmignore diff --git a/stable/radarr/21.5.1/CHANGELOG.md b/stable/radarr/21.5.1/CHANGELOG.md new file mode 100644 index 00000000000..5f54be03700 --- /dev/null +++ b/stable/radarr/21.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarr-21.5.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/radarr/21.5.1/Chart.yaml b/stable/radarr/21.5.1/Chart.yaml new file mode 100644 index 00000000000..03ad149a60a --- /dev/null +++ b/stable/radarr/21.5.1/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.2 + 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.1 diff --git a/stable/radarr/21.3.2/README.md b/stable/radarr/21.5.1/README.md similarity index 100% rename from stable/radarr/21.3.2/README.md rename to stable/radarr/21.5.1/README.md diff --git a/stable/radarr/21.5.1/app-changelog.md b/stable/radarr/21.5.1/app-changelog.md new file mode 100644 index 00000000000..393803a631e --- /dev/null +++ b/stable/radarr/21.5.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [radarr-21.5.1](https://github.com/truecharts/charts/compare/radarr-21.4.0...radarr-21.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.3.2/app-readme.md b/stable/radarr/21.5.1/app-readme.md similarity index 100% rename from stable/radarr/21.3.2/app-readme.md rename to stable/radarr/21.5.1/app-readme.md diff --git a/stable/radarr/21.5.1/charts/common-20.2.2.tgz b/stable/radarr/21.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/radarr/21.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/radarr/21.5.1/ix_values.yaml b/stable/radarr/21.5.1/ix_values.yaml new file mode 100644 index 00000000000..4c4f2d98a5a --- /dev/null +++ b/stable/radarr/21.5.1/ix_values.yaml @@ -0,0 +1,108 @@ +image: + repository: ghcr.io/onedr0p/radarr + pullPolicy: IfNotPresent + tag: 5.3.6.8612@sha256:431f4d8da415645cd18359d0b704d4191f400eb57137ed3e5749774f3915c0a8 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 7878 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 7879 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + readiness: + enabled: true + type: http + path: /ping + liveness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + RADARR__PORT: "{{ .Values.service.main.ports.main.port }}" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - radarr + 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 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +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/radarr/21.3.2/questions.yaml b/stable/radarr/21.5.1/questions.yaml similarity index 100% rename from stable/radarr/21.3.2/questions.yaml rename to stable/radarr/21.5.1/questions.yaml diff --git a/stable/redmine/11.6.0/templates/NOTES.txt b/stable/radarr/21.5.1/templates/NOTES.txt similarity index 100% rename from stable/redmine/11.6.0/templates/NOTES.txt rename to stable/radarr/21.5.1/templates/NOTES.txt diff --git a/stable/radarr/21.3.2/templates/common.yaml b/stable/radarr/21.5.1/templates/common.yaml similarity index 100% rename from stable/radarr/21.3.2/templates/common.yaml rename to stable/radarr/21.5.1/templates/common.yaml diff --git a/stable/recyclarr/9.5.1/values.yaml b/stable/radarr/21.5.1/values.yaml similarity index 100% rename from stable/recyclarr/9.5.1/values.yaml rename to stable/radarr/21.5.1/values.yaml diff --git a/stable/radarrsync/5.5.1/CHANGELOG.md b/stable/radarrsync/5.5.1/CHANGELOG.md deleted file mode 100644 index f176fb7a410..00000000000 --- a/stable/radarrsync/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radarrsync-5.5.1](https://github.com/truecharts/charts/compare/radarrsync-5.5.0...radarrsync-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [radarrsync-5.5.0](https://github.com/truecharts/charts/compare/radarrsync-5.4.1...radarrsync-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [radarrsync-5.4.1](https://github.com/truecharts/charts/compare/radarrsync-5.4.0...radarrsync-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [radarrsync-5.4.0](https://github.com/truecharts/charts/compare/radarrsync-5.3.0...radarrsync-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [radarrsync-5.3.0](https://github.com/truecharts/charts/compare/radarrsync-5.2.3...radarrsync-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [radarrsync-5.2.3](https://github.com/truecharts/charts/compare/radarrsync-5.2.2...radarrsync-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [radarrsync-5.2.2](https://github.com/truecharts/charts/compare/radarrsync-5.2.0...radarrsync-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [radarrsync-4.1.11](https://github.com/truecharts/charts/compare/radarrsync-4.1.10...radarrsync-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [radarrsync-4.1.10](https://github.com/truecharts/charts/compare/radarrsync-4.1.9...radarrsync-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/radarrsync/5.5.1/Chart.yaml b/stable/radarrsync/5.5.1/Chart.yaml deleted file mode 100644 index 0e110a45862..00000000000 --- a/stable/radarrsync/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/radarrsync/5.5.1/charts/common-20.0.8.tgz b/stable/radarrsync/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/radarrsync/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/red-discordbot/5.5.2/.helmignore b/stable/radarrsync/5.7.1/.helmignore similarity index 100% rename from stable/red-discordbot/5.5.2/.helmignore rename to stable/radarrsync/5.7.1/.helmignore diff --git a/stable/radarrsync/5.7.1/CHANGELOG.md b/stable/radarrsync/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..04a22163ac0 --- /dev/null +++ b/stable/radarrsync/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radarrsync-5.7.1](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/radarrsync/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4ea92d00c9a --- /dev/null +++ b/stable/radarrsync/5.7.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: 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.2 + 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.1 diff --git a/stable/radarrsync/5.5.1/README.md b/stable/radarrsync/5.7.1/README.md similarity index 100% rename from stable/radarrsync/5.5.1/README.md rename to stable/radarrsync/5.7.1/README.md diff --git a/stable/radarrsync/5.7.1/app-changelog.md b/stable/radarrsync/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bcd71cbbf2d --- /dev/null +++ b/stable/radarrsync/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [radarrsync-5.7.1](https://github.com/truecharts/charts/compare/radarrsync-5.6.0...radarrsync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/radarrsync/5.7.1/app-readme.md similarity index 100% rename from stable/radarrsync/5.5.1/app-readme.md rename to stable/radarrsync/5.7.1/app-readme.md diff --git a/stable/radarrsync/5.7.1/charts/common-20.2.2.tgz b/stable/radarrsync/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/radarrsync/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/radarrsync/5.5.1/ix_values.yaml b/stable/radarrsync/5.7.1/ix_values.yaml similarity index 100% rename from stable/radarrsync/5.5.1/ix_values.yaml rename to stable/radarrsync/5.7.1/ix_values.yaml diff --git a/stable/radarrsync/5.5.1/questions.yaml b/stable/radarrsync/5.7.1/questions.yaml similarity index 100% rename from stable/radarrsync/5.5.1/questions.yaml rename to stable/radarrsync/5.7.1/questions.yaml diff --git a/stable/radarrsync/5.5.1/templates/common.yaml b/stable/radarrsync/5.7.1/templates/common.yaml similarity index 100% rename from stable/radarrsync/5.5.1/templates/common.yaml rename to stable/radarrsync/5.7.1/templates/common.yaml diff --git a/stable/red-discordbot/5.5.2/values.yaml b/stable/radarrsync/5.7.1/values.yaml similarity index 100% rename from stable/red-discordbot/5.5.2/values.yaml rename to stable/radarrsync/5.7.1/values.yaml diff --git a/stable/radicale/5.5.1/CHANGELOG.md b/stable/radicale/5.5.1/CHANGELOG.md deleted file mode 100644 index 06bdafdd72e..00000000000 --- a/stable/radicale/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [radicale-5.5.1](https://github.com/truecharts/charts/compare/radicale-5.5.0...radicale-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [radicale-5.5.0](https://github.com/truecharts/charts/compare/radicale-5.4.1...radicale-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [radicale-5.4.1](https://github.com/truecharts/charts/compare/radicale-5.4.0...radicale-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [radicale-5.4.0](https://github.com/truecharts/charts/compare/radicale-5.3.0...radicale-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [radicale-5.3.0](https://github.com/truecharts/charts/compare/radicale-5.2.3...radicale-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [radicale-5.2.3](https://github.com/truecharts/charts/compare/radicale-5.2.2...radicale-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [radicale-5.2.2](https://github.com/truecharts/charts/compare/radicale-5.2.0...radicale-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [radicale-4.1.12](https://github.com/truecharts/charts/compare/radicale-4.1.11...radicale-4.1.12) (2024-02-04) - - -## [radicale-4.1.11](https://github.com/truecharts/charts/compare/radicale-4.1.10...radicale-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [radicale-4.1.10](https://github.com/truecharts/charts/compare/radicale-4.1.9...radicale-4.1.10) (2024-01-26) - -### Chore - diff --git a/stable/radicale/5.5.1/Chart.yaml b/stable/radicale/5.5.1/Chart.yaml deleted file mode 100644 index 36603ad98c7..00000000000 --- a/stable/radicale/5.5.1/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.8.3 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/radicale/5.5.1/charts/common-20.0.8.tgz b/stable/radicale/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/radicale/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/redisinsight/6.5.1/.helmignore b/stable/radicale/5.7.1/.helmignore similarity index 100% rename from stable/redisinsight/6.5.1/.helmignore rename to stable/radicale/5.7.1/.helmignore diff --git a/stable/radicale/5.7.1/CHANGELOG.md b/stable/radicale/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e8f2eb293eb --- /dev/null +++ b/stable/radicale/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [radicale-5.7.1](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/radicale/5.7.1/Chart.yaml new file mode 100644 index 00000000000..df0e4a066df --- /dev/null +++ b/stable/radicale/5.7.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: radicale + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 3.1.8.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/radicale/5.5.1/README.md b/stable/radicale/5.7.1/README.md similarity index 100% rename from stable/radicale/5.5.1/README.md rename to stable/radicale/5.7.1/README.md diff --git a/stable/radicale/5.7.1/app-changelog.md b/stable/radicale/5.7.1/app-changelog.md new file mode 100644 index 00000000000..74b0ba6ae71 --- /dev/null +++ b/stable/radicale/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [radicale-5.7.1](https://github.com/truecharts/charts/compare/radicale-5.6.0...radicale-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/radicale/5.7.1/app-readme.md similarity index 100% rename from stable/radicale/5.5.1/app-readme.md rename to stable/radicale/5.7.1/app-readme.md diff --git a/stable/radicale/5.7.1/charts/common-20.2.2.tgz b/stable/radicale/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/radicale/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/radicale/5.5.1/ix_values.yaml b/stable/radicale/5.7.1/ix_values.yaml similarity index 100% rename from stable/radicale/5.5.1/ix_values.yaml rename to stable/radicale/5.7.1/ix_values.yaml diff --git a/stable/radicale/5.5.1/questions.yaml b/stable/radicale/5.7.1/questions.yaml similarity index 100% rename from stable/radicale/5.5.1/questions.yaml rename to stable/radicale/5.7.1/questions.yaml diff --git a/stable/reg/13.6.0/templates/NOTES.txt b/stable/radicale/5.7.1/templates/NOTES.txt similarity index 100% rename from stable/reg/13.6.0/templates/NOTES.txt rename to stable/radicale/5.7.1/templates/NOTES.txt diff --git a/stable/radicale/5.5.1/templates/_configmap.tpl b/stable/radicale/5.7.1/templates/_configmap.tpl similarity index 100% rename from stable/radicale/5.5.1/templates/_configmap.tpl rename to stable/radicale/5.7.1/templates/_configmap.tpl diff --git a/stable/radicale/5.5.1/templates/common.yaml b/stable/radicale/5.7.1/templates/common.yaml similarity index 100% rename from stable/radicale/5.5.1/templates/common.yaml rename to stable/radicale/5.7.1/templates/common.yaml diff --git a/stable/redisinsight/6.5.1/values.yaml b/stable/radicale/5.7.1/values.yaml similarity index 100% rename from stable/redisinsight/6.5.1/values.yaml rename to stable/radicale/5.7.1/values.yaml diff --git a/stable/rapidphotodownloader/5.5.1/CHANGELOG.md b/stable/rapidphotodownloader/5.5.1/CHANGELOG.md deleted file mode 100644 index a4bfd4423a7..00000000000 --- a/stable/rapidphotodownloader/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rapidphotodownloader-5.5.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.5.0...rapidphotodownloader-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rapidphotodownloader-5.5.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.4.1...rapidphotodownloader-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rapidphotodownloader-5.4.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.4.0...rapidphotodownloader-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rapidphotodownloader-5.4.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.3.0...rapidphotodownloader-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rapidphotodownloader-5.3.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.3...rapidphotodownloader-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rapidphotodownloader-5.2.3](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.2...rapidphotodownloader-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rapidphotodownloader-5.2.2](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.2.0...rapidphotodownloader-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rapidphotodownloader-4.1.12](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.11...rapidphotodownloader-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rapidphotodownloader-4.1.11](https://github.com/truecharts/charts/compare/rapidphotodownloader-4.1.10...rapidphotodownloader-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/rapidphotodownloader to latest[@5d4af0a](https://github.com/5d4af0a) by renovate ([#17636](https://github.com/truecharts/charts/issues/17636)) diff --git a/stable/rapidphotodownloader/5.5.1/Chart.yaml b/stable/rapidphotodownloader/5.5.1/Chart.yaml deleted file mode 100644 index fb3932787a8..00000000000 --- a/stable/rapidphotodownloader/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/rapidphotodownloader/5.5.1/charts/common-20.0.8.tgz b/stable/rapidphotodownloader/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rapidphotodownloader/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/redm/5.5.1/.helmignore b/stable/rapidphotodownloader/5.7.1/.helmignore similarity index 100% rename from stable/redm/5.5.1/.helmignore rename to stable/rapidphotodownloader/5.7.1/.helmignore diff --git a/stable/rapidphotodownloader/5.7.1/CHANGELOG.md b/stable/rapidphotodownloader/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9d122a80f74 --- /dev/null +++ b/stable/rapidphotodownloader/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rapidphotodownloader-5.7.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rapidphotodownloader/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3d8e6b7c91a --- /dev/null +++ b/stable/rapidphotodownloader/5.7.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: 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.2 + 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.1 diff --git a/stable/rapidphotodownloader/5.5.1/README.md b/stable/rapidphotodownloader/5.7.1/README.md similarity index 100% rename from stable/rapidphotodownloader/5.5.1/README.md rename to stable/rapidphotodownloader/5.7.1/README.md diff --git a/stable/rapidphotodownloader/5.7.1/app-changelog.md b/stable/rapidphotodownloader/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1485824eaa3 --- /dev/null +++ b/stable/rapidphotodownloader/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rapidphotodownloader-5.7.1](https://github.com/truecharts/charts/compare/rapidphotodownloader-5.6.0...rapidphotodownloader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rapidphotodownloader/5.7.1/app-readme.md similarity index 100% rename from stable/rapidphotodownloader/5.5.1/app-readme.md rename to stable/rapidphotodownloader/5.7.1/app-readme.md diff --git a/stable/rapidphotodownloader/5.7.1/charts/common-20.2.2.tgz b/stable/rapidphotodownloader/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rapidphotodownloader/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rapidphotodownloader/5.5.1/ix_values.yaml b/stable/rapidphotodownloader/5.7.1/ix_values.yaml similarity index 100% rename from stable/rapidphotodownloader/5.5.1/ix_values.yaml rename to stable/rapidphotodownloader/5.7.1/ix_values.yaml diff --git a/stable/rapidphotodownloader/5.5.1/questions.yaml b/stable/rapidphotodownloader/5.7.1/questions.yaml similarity index 100% rename from stable/rapidphotodownloader/5.5.1/questions.yaml rename to stable/rapidphotodownloader/5.7.1/questions.yaml diff --git a/stable/rapidphotodownloader/5.5.1/templates/common.yaml b/stable/rapidphotodownloader/5.7.1/templates/common.yaml similarity index 100% rename from stable/rapidphotodownloader/5.5.1/templates/common.yaml rename to stable/rapidphotodownloader/5.7.1/templates/common.yaml diff --git a/stable/redm/5.5.1/values.yaml b/stable/rapidphotodownloader/5.7.1/values.yaml similarity index 100% rename from stable/redm/5.5.1/values.yaml rename to stable/rapidphotodownloader/5.7.1/values.yaml diff --git a/stable/rcon-webadmin/8.5.1/CHANGELOG.md b/stable/rcon-webadmin/8.5.1/CHANGELOG.md deleted file mode 100644 index c2d7ece981a..00000000000 --- a/stable/rcon-webadmin/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rcon-webadmin-8.5.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.5.0...rcon-webadmin-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rcon-webadmin-8.5.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.4.1...rcon-webadmin-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rcon-webadmin-8.4.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.4.0...rcon-webadmin-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rcon-webadmin-8.4.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.3.0...rcon-webadmin-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rcon-webadmin-8.3.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.3...rcon-webadmin-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rcon-webadmin-8.2.3](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.2...rcon-webadmin-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rcon-webadmin-8.2.2](https://github.com/truecharts/charts/compare/rcon-webadmin-8.2.0...rcon-webadmin-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rcon-webadmin-7.1.11](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.10...rcon-webadmin-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rcon-webadmin-7.1.10](https://github.com/truecharts/charts/compare/rcon-webadmin-7.1.9...rcon-webadmin-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/rcon-webadmin/8.5.1/Chart.yaml b/stable/rcon-webadmin/8.5.1/Chart.yaml deleted file mode 100644 index 77a5503efc4..00000000000 --- a/stable/rcon-webadmin/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/rcon-webadmin/8.5.1/charts/common-20.0.8.tgz b/stable/rcon-webadmin/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rcon-webadmin/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/redmine/11.6.0/.helmignore b/stable/rcon-webadmin/8.7.1/.helmignore similarity index 100% rename from stable/redmine/11.6.0/.helmignore rename to stable/rcon-webadmin/8.7.1/.helmignore diff --git a/stable/rcon-webadmin/8.7.1/CHANGELOG.md b/stable/rcon-webadmin/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..af2ea87fe02 --- /dev/null +++ b/stable/rcon-webadmin/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rcon-webadmin-8.7.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rcon-webadmin/8.7.1/Chart.yaml new file mode 100644 index 00000000000..7ec92d0189e --- /dev/null +++ b/stable/rcon-webadmin/8.7.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: 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.2 + 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.1 diff --git a/stable/rcon-webadmin/8.5.1/README.md b/stable/rcon-webadmin/8.7.1/README.md similarity index 100% rename from stable/rcon-webadmin/8.5.1/README.md rename to stable/rcon-webadmin/8.7.1/README.md diff --git a/stable/rcon-webadmin/8.7.1/app-changelog.md b/stable/rcon-webadmin/8.7.1/app-changelog.md new file mode 100644 index 00000000000..a7c0752197e --- /dev/null +++ b/stable/rcon-webadmin/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rcon-webadmin-8.7.1](https://github.com/truecharts/charts/compare/rcon-webadmin-8.6.0...rcon-webadmin-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rcon-webadmin/8.7.1/app-readme.md similarity index 100% rename from stable/rcon-webadmin/8.5.1/app-readme.md rename to stable/rcon-webadmin/8.7.1/app-readme.md diff --git a/stable/rcon-webadmin/8.7.1/charts/common-20.2.2.tgz b/stable/rcon-webadmin/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rcon-webadmin/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rcon-webadmin/8.5.1/ix_values.yaml b/stable/rcon-webadmin/8.7.1/ix_values.yaml similarity index 100% rename from stable/rcon-webadmin/8.5.1/ix_values.yaml rename to stable/rcon-webadmin/8.7.1/ix_values.yaml diff --git a/stable/rcon-webadmin/8.5.1/questions.yaml b/stable/rcon-webadmin/8.7.1/questions.yaml similarity index 100% rename from stable/rcon-webadmin/8.5.1/questions.yaml rename to stable/rcon-webadmin/8.7.1/questions.yaml diff --git a/stable/remmina/10.5.2/templates/NOTES.txt b/stable/rcon-webadmin/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/remmina/10.5.2/templates/NOTES.txt rename to stable/rcon-webadmin/8.7.1/templates/NOTES.txt diff --git a/stable/rcon-webadmin/8.5.1/templates/common.yaml b/stable/rcon-webadmin/8.7.1/templates/common.yaml similarity index 100% rename from stable/rcon-webadmin/8.5.1/templates/common.yaml rename to stable/rcon-webadmin/8.7.1/templates/common.yaml diff --git a/stable/redmine/11.6.0/values.yaml b/stable/rcon-webadmin/8.7.1/values.yaml similarity index 100% rename from stable/redmine/11.6.0/values.yaml rename to stable/rcon-webadmin/8.7.1/values.yaml diff --git a/stable/rdesktop/8.5.2/CHANGELOG.md b/stable/rdesktop/8.5.2/CHANGELOG.md deleted file mode 100644 index 3546d72c9bb..00000000000 --- a/stable/rdesktop/8.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rdesktop-8.5.2](https://github.com/truecharts/charts/compare/rdesktop-8.5.1...rdesktop-8.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [rdesktop-8.5.1](https://github.com/truecharts/charts/compare/rdesktop-8.5.0...rdesktop-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rdesktop-8.5.0](https://github.com/truecharts/charts/compare/rdesktop-8.4.24...rdesktop-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rdesktop-8.4.24](https://github.com/truecharts/charts/compare/rdesktop-8.4.1...rdesktop-8.4.24) (2024-03-11) - -### Chore - - - -- update rdesktop by renovate ([#19050](https://github.com/truecharts/charts/issues/19050)) - - -## [rdesktop-8.4.1](https://github.com/truecharts/charts/compare/rdesktop-8.4.0...rdesktop-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rdesktop-8.4.0](https://github.com/truecharts/charts/compare/rdesktop-8.3.0...rdesktop-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rdesktop-8.3.0](https://github.com/truecharts/charts/compare/rdesktop-8.2.27...rdesktop-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rdesktop-8.2.27](https://github.com/truecharts/charts/compare/rdesktop-8.2.26...rdesktop-8.2.27) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rdesktop-8.2.26](https://github.com/truecharts/charts/compare/rdesktop-8.2.24...rdesktop-8.2.26) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/rdesktop/8.5.2/Chart.yaml b/stable/rdesktop/8.5.2/Chart.yaml deleted file mode 100644 index 5e8da91720d..00000000000 --- a/stable/rdesktop/8.5.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: 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.0.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.5.2 diff --git a/stable/rdesktop/8.5.2/charts/common-20.0.9.tgz b/stable/rdesktop/8.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/rdesktop/8.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/rdesktop/8.5.2/ix_values.yaml b/stable/rdesktop/8.5.2/ix_values.yaml deleted file mode 100644 index f3b6dfb02ba..00000000000 --- a/stable/rdesktop/8.5.2/ix_values.yaml +++ /dev/null @@ -1,123 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/rdesktop - tag: latest@sha256:3580b0c951f6c7319ff046781e27eb68c89f1758ab7bbe0b1936edc67ab113dd -ubuntuXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-xfce@sha256:a8fc20133ea8d5582dfb7e5844918101e039b6b400274d48cc2ab0beeecceca8 - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-xfce@sha256:655166420f1ea3b439f24d6ea221a68409ae55603a16afa4f87819eee1f8a903 - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-xfce@sha256:cf7345ae90b766d58b5cf1a58e70934e909066c7fd1c792339aa3ac8d406d3e5 - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-kde@sha256:e76e38a03140bd19f9e4820d44fb957c366233e950aba60d868d4a419538642b - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-kde@sha256:8ecb24aa13dc59d03c21a6bcee0500956d77063cc8db45d5aff424bd43d0fa6d - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-kde@sha256:90f638c07fdc07e2bf361551f172b1fd6a8d234483ea3fb612c66ee6f68be333 - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-kde@sha256:6170eeceec66a152eab08d6986ff5a848aecaf31404ae0b627c0969b8dad317f - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-mate@sha256:eda9fb48d452959ba82cd95b8da14f257af68cd16db7e91c1e648f9ee02f90e5 - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-mate@sha256:3c982a084474390f18d96454e79c5e9443d4b6f74e2d3b4efd7224ca8697bf6b - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-mate@sha256:84356168013d91392800674b3c81c71c39c7e7eb70354bdf57a288143757ed33 - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-mate@sha256:c3940717e82af2b0452413a0a7f9a5b65896cf1b7ee7ae8eb9626ce59e30ea26 - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-i3@sha256:2b7f239ea2cfe3223c864b03e563e85960788b0054f3a7ccb1d937604f123b47 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-i3@sha256:ba45420f18ce1d71c7a507949783f2ed3d8288fd48383ba50f53f48ebede21c3 - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-i3@sha256:b8fcd48aeda51ac60275876d7f81d6ac61198077999f17b161b972b70c76cc12 - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/rdesktop - tag: arch-i3@sha256:83ef6a455168880688a2619d6d832cee1f634728a328cd9ca4154af06ac102d3 - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-openbox@sha256:9d409564d5a9447f05973b0a052447dcf2b86965b98a96b74ac2b77e575373bb - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-openbox@sha256:e1cf2124a49a3766da11411a5a63a86472a99f560df652675bbc3e96263398eb - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-openbox@sha256:75dfbf3d565ae7f861afab4e662dbbf24c133f410ab1eef054692c905c5dfd97 - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-openbox@sha256:d63ddfd7dc3d4c2195558ad5e175c6b844f57752db5e4dfbd45ee1bbf68369c0 - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: alpine-icewm@sha256:cd141f72c6ca99fe8ff2b1b57ef89946eb985343a80bf6193632ef45f819c73f - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: ubuntu-icewm@sha256:4f305133a5c0e5b0a5f5db82c98d26bb95386033b9ea72610419d3f439878e7b - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: fedora-icewm@sha256:f5cc0217575b9ba0f9341dd16dcdb53fc16a828aabad434faa0e72d35546959b - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/rdesktop - tag: arch-icewm@sha256:cb2f25c7fd0bdcb5e7e98b95e5891ba2c7cde9cc459b75c956b15927e1e6e5b4 - 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/reg/13.6.0/.helmignore b/stable/rdesktop/8.7.7/.helmignore similarity index 100% rename from stable/reg/13.6.0/.helmignore rename to stable/rdesktop/8.7.7/.helmignore diff --git a/stable/rdesktop/8.7.7/CHANGELOG.md b/stable/rdesktop/8.7.7/CHANGELOG.md new file mode 100644 index 00000000000..b8af14ccccb --- /dev/null +++ b/stable/rdesktop/8.7.7/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdesktop-8.7.7](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.7) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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.6](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.6) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/rdesktop/8.7.7/Chart.yaml b/stable/rdesktop/8.7.7/Chart.yaml new file mode 100644 index 00000000000..4d8a37c86b0 --- /dev/null +++ b/stable/rdesktop/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: 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.2 + 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.7 diff --git a/stable/rdesktop/8.5.2/README.md b/stable/rdesktop/8.7.7/README.md similarity index 100% rename from stable/rdesktop/8.5.2/README.md rename to stable/rdesktop/8.7.7/README.md diff --git a/stable/rdesktop/8.7.7/app-changelog.md b/stable/rdesktop/8.7.7/app-changelog.md new file mode 100644 index 00000000000..49962f8e0f9 --- /dev/null +++ b/stable/rdesktop/8.7.7/app-changelog.md @@ -0,0 +1,13 @@ + + +## [rdesktop-8.7.7](https://github.com/truecharts/charts/compare/rdesktop-8.6.0...rdesktop-8.7.7) (2024-03-17) + +### Chore + + + +- 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.5.2/app-readme.md b/stable/rdesktop/8.7.7/app-readme.md similarity index 100% rename from stable/rdesktop/8.5.2/app-readme.md rename to stable/rdesktop/8.7.7/app-readme.md diff --git a/stable/rdesktop/8.7.7/charts/common-20.2.2.tgz b/stable/rdesktop/8.7.7/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rdesktop/8.7.7/charts/common-20.2.2.tgz differ diff --git a/stable/rdesktop/8.7.7/ix_values.yaml b/stable/rdesktop/8.7.7/ix_values.yaml new file mode 100644 index 00000000000..cf7d31270f7 --- /dev/null +++ b/stable/rdesktop/8.7.7/ix_values.yaml @@ -0,0 +1,123 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/rdesktop + tag: latest@sha256:3580b0c951f6c7319ff046781e27eb68c89f1758ab7bbe0b1936edc67ab113dd +ubuntuXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-xfce@sha256:a8fc20133ea8d5582dfb7e5844918101e039b6b400274d48cc2ab0beeecceca8 + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-xfce@sha256:655166420f1ea3b439f24d6ea221a68409ae55603a16afa4f87819eee1f8a903 + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-xfce@sha256:85fce5ed11ea4cd157bf4d8a1fa4bc72caf920d97d33b4cda2d571c1a1831eaa + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-kde@sha256:e76e38a03140bd19f9e4820d44fb957c366233e950aba60d868d4a419538642b + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-kde@sha256:8ecb24aa13dc59d03c21a6bcee0500956d77063cc8db45d5aff424bd43d0fa6d + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-kde@sha256:90f638c07fdc07e2bf361551f172b1fd6a8d234483ea3fb612c66ee6f68be333 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-kde@sha256:0e38a11ab98ffcf142474c57431664096ef8b96d76ec4306183a69f70e386ba8 + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-mate@sha256:eda9fb48d452959ba82cd95b8da14f257af68cd16db7e91c1e648f9ee02f90e5 + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-mate@sha256:3c982a084474390f18d96454e79c5e9443d4b6f74e2d3b4efd7224ca8697bf6b + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-mate@sha256:84356168013d91392800674b3c81c71c39c7e7eb70354bdf57a288143757ed33 + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-mate@sha256:e3ceb9a0f94d74348175afc27acd3311fd78c980518b50b69332a087da206616 + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-i3@sha256:2b7f239ea2cfe3223c864b03e563e85960788b0054f3a7ccb1d937604f123b47 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-i3@sha256:ba45420f18ce1d71c7a507949783f2ed3d8288fd48383ba50f53f48ebede21c3 + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-i3@sha256:b8fcd48aeda51ac60275876d7f81d6ac61198077999f17b161b972b70c76cc12 + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/rdesktop + tag: arch-i3@sha256:7f8e03b50d92638bd00eb7e06b3946b7a75a1883629b012b57c82d8d442c2e3f + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-openbox@sha256:9d409564d5a9447f05973b0a052447dcf2b86965b98a96b74ac2b77e575373bb + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-openbox@sha256:e1cf2124a49a3766da11411a5a63a86472a99f560df652675bbc3e96263398eb + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-openbox@sha256:75dfbf3d565ae7f861afab4e662dbbf24c133f410ab1eef054692c905c5dfd97 + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-openbox@sha256:e32cae4f253693f617af0c078a7ca7011587560c7a2f6f0e06d752500e12b276 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: alpine-icewm@sha256:cd141f72c6ca99fe8ff2b1b57ef89946eb985343a80bf6193632ef45f819c73f + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: ubuntu-icewm@sha256:4f305133a5c0e5b0a5f5db82c98d26bb95386033b9ea72610419d3f439878e7b + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: fedora-icewm@sha256:f5cc0217575b9ba0f9341dd16dcdb53fc16a828aabad434faa0e72d35546959b + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/rdesktop + tag: arch-icewm@sha256:0cf614b6888ecde4b2029f3bc5bd0a764d723c35b6b8c8f1275ebfceee24e215 + 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.5.2/questions.yaml b/stable/rdesktop/8.7.7/questions.yaml similarity index 100% rename from stable/rdesktop/8.5.2/questions.yaml rename to stable/rdesktop/8.7.7/questions.yaml diff --git a/stable/requestrr/10.5.2/templates/NOTES.txt b/stable/rdesktop/8.7.7/templates/NOTES.txt similarity index 100% rename from stable/requestrr/10.5.2/templates/NOTES.txt rename to stable/rdesktop/8.7.7/templates/NOTES.txt diff --git a/stable/rdesktop/8.5.2/templates/common.yaml b/stable/rdesktop/8.7.7/templates/common.yaml similarity index 100% rename from stable/rdesktop/8.5.2/templates/common.yaml rename to stable/rdesktop/8.7.7/templates/common.yaml diff --git a/stable/reg/13.6.0/values.yaml b/stable/rdesktop/8.7.7/values.yaml similarity index 100% rename from stable/reg/13.6.0/values.yaml rename to stable/rdesktop/8.7.7/values.yaml diff --git a/stable/rdtclient/4.5.1/CHANGELOG.md b/stable/rdtclient/4.5.1/CHANGELOG.md deleted file mode 100644 index 3b2acaec6c1..00000000000 --- a/stable/rdtclient/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rdtclient-4.5.1](https://github.com/truecharts/charts/compare/rdtclient-4.5.0...rdtclient-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rdtclient-4.5.0](https://github.com/truecharts/charts/compare/rdtclient-4.4.2...rdtclient-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rdtclient-4.4.2](https://github.com/truecharts/charts/compare/rdtclient-4.4.1...rdtclient-4.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/rogerfar/rdtclient to v2.0.63[@ff17d94](https://github.com/ff17d94) by renovate ([#19070](https://github.com/truecharts/charts/issues/19070)) - - -## [rdtclient-4.4.1](https://github.com/truecharts/charts/compare/rdtclient-4.4.0...rdtclient-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rdtclient-4.4.0](https://github.com/truecharts/charts/compare/rdtclient-4.3.0...rdtclient-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rdtclient-4.3.0](https://github.com/truecharts/charts/compare/rdtclient-4.2.3...rdtclient-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rdtclient-4.2.3](https://github.com/truecharts/charts/compare/rdtclient-4.2.2...rdtclient-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rdtclient-4.2.2](https://github.com/truecharts/charts/compare/rdtclient-4.2.0...rdtclient-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [rdtclient-3.1.15](https://github.com/truecharts/charts/compare/rdtclient-3.1.14...rdtclient-3.1.15) (2024-02-03) \ No newline at end of file diff --git a/stable/rdtclient/4.5.1/Chart.yaml b/stable/rdtclient/4.5.1/Chart.yaml deleted file mode 100644 index 2b1742c723c..00000000000 --- a/stable/rdtclient/4.5.1/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.0.8 - 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.5.1 diff --git a/stable/rdtclient/4.5.1/charts/common-20.0.8.tgz b/stable/rdtclient/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rdtclient/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/remmina/10.5.2/.helmignore b/stable/rdtclient/4.7.1/.helmignore similarity index 100% rename from stable/remmina/10.5.2/.helmignore rename to stable/rdtclient/4.7.1/.helmignore diff --git a/stable/rdtclient/4.7.1/CHANGELOG.md b/stable/rdtclient/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e8d22b8a66f --- /dev/null +++ b/stable/rdtclient/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rdtclient-4.7.1](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rdtclient/4.7.1/Chart.yaml new file mode 100644 index 00000000000..cd966d65588 --- /dev/null +++ b/stable/rdtclient/4.7.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: 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.2 + 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.1 diff --git a/stable/rdtclient/4.5.1/README.md b/stable/rdtclient/4.7.1/README.md similarity index 100% rename from stable/rdtclient/4.5.1/README.md rename to stable/rdtclient/4.7.1/README.md diff --git a/stable/rdtclient/4.7.1/app-changelog.md b/stable/rdtclient/4.7.1/app-changelog.md new file mode 100644 index 00000000000..defb772ccc7 --- /dev/null +++ b/stable/rdtclient/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rdtclient-4.7.1](https://github.com/truecharts/charts/compare/rdtclient-4.6.0...rdtclient-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rdtclient/4.7.1/app-readme.md similarity index 100% rename from stable/rdtclient/4.5.1/app-readme.md rename to stable/rdtclient/4.7.1/app-readme.md diff --git a/stable/rdtclient/4.7.1/charts/common-20.2.2.tgz b/stable/rdtclient/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rdtclient/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rdtclient/4.5.1/ix_values.yaml b/stable/rdtclient/4.7.1/ix_values.yaml similarity index 100% rename from stable/rdtclient/4.5.1/ix_values.yaml rename to stable/rdtclient/4.7.1/ix_values.yaml diff --git a/stable/rdtclient/4.5.1/questions.yaml b/stable/rdtclient/4.7.1/questions.yaml similarity index 100% rename from stable/rdtclient/4.5.1/questions.yaml rename to stable/rdtclient/4.7.1/questions.yaml diff --git a/stable/resilio-sync/14.5.2/templates/NOTES.txt b/stable/rdtclient/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/resilio-sync/14.5.2/templates/NOTES.txt rename to stable/rdtclient/4.7.1/templates/NOTES.txt diff --git a/stable/rdtclient/4.5.1/templates/common.yaml b/stable/rdtclient/4.7.1/templates/common.yaml similarity index 100% rename from stable/rdtclient/4.5.1/templates/common.yaml rename to stable/rdtclient/4.7.1/templates/common.yaml diff --git a/stable/remmina/10.5.2/values.yaml b/stable/rdtclient/4.7.1/values.yaml similarity index 100% rename from stable/remmina/10.5.2/values.yaml rename to stable/rdtclient/4.7.1/values.yaml diff --git a/stable/readarr/21.4.0/CHANGELOG.md b/stable/readarr/21.4.0/CHANGELOG.md deleted file mode 100644 index b4d020bec94..00000000000 --- a/stable/readarr/21.4.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [readarr-21.4.0](https://github.com/truecharts/charts/compare/readarr-21.3.2...readarr-21.4.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [readarr-21.3.2](https://github.com/truecharts/charts/compare/readarr-21.3.1...readarr-21.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [readarr-21.3.1](https://github.com/truecharts/charts/compare/readarr-21.3.0...readarr-21.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [readarr-21.3.0](https://github.com/truecharts/charts/compare/readarr-21.2.2...readarr-21.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [readarr-21.2.2](https://github.com/truecharts/charts/compare/readarr-21.2.1...readarr-21.2.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/onedr0p/readarr-develop to v0.3.19.2437[@b238cd6](https://github.com/b238cd6) by renovate ([#19069](https://github.com/truecharts/charts/issues/19069)) - - -## [readarr-21.2.1](https://github.com/truecharts/charts/compare/readarr-21.2.0...readarr-21.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [readarr-21.2.0](https://github.com/truecharts/charts/compare/readarr-21.1.0...readarr-21.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [readarr-21.1.0](https://github.com/truecharts/charts/compare/readarr-21.0.3...readarr-21.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [readarr-21.0.3](https://github.com/truecharts/charts/compare/readarr-21.0.2...readarr-21.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [readarr-21.0.2](https://github.com/truecharts/charts/compare/readarr-21.0.0...readarr-21.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/readarr/21.4.0/Chart.yaml b/stable/readarr/21.4.0/Chart.yaml deleted file mode 100644 index 53c8d01a195..00000000000 --- a/stable/readarr/21.4.0/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.19.2437 -dependencies: - - name: common - version: 20.1.5 - 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/readarr-develop - - https://ghcr.io/onedr0p/exportarr -type: application -version: 21.4.0 diff --git a/stable/readarr/21.4.0/charts/common-20.1.5.tgz b/stable/readarr/21.4.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/readarr/21.4.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/readarr/21.4.0/ix_values.yaml b/stable/readarr/21.4.0/ix_values.yaml deleted file mode 100644 index 0262334274e..00000000000 --- a/stable/readarr/21.4.0/ix_values.yaml +++ /dev/null @@ -1,109 +0,0 @@ -image: - repository: ghcr.io/onedr0p/readarr-develop - pullPolicy: IfNotPresent - tag: 0.3.19.2437@sha256:b238cd6ce560e7bb90e544faeebf664a40bab03f4d22de4e6e8d47ba6aa14cdb -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -securityContext: - container: - readOnlyRootFilesystem: false -service: - main: - ports: - main: - port: 8787 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 8788 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /ping - readiness: - enabled: true - type: http - path: /ping - startup: - enabled: true - type: http - path: /ping - env: - READARR__PORT: "{{ .Values.service.main.ports.main.port }}" - READARR__AUTHENTICATION_METHOD: "None" - exportarr: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - readarr - 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 - CONFIG: "/config/config.xml" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -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/remotely/5.5.1/.helmignore b/stable/readarr/21.5.2/.helmignore similarity index 100% rename from stable/remotely/5.5.1/.helmignore rename to stable/readarr/21.5.2/.helmignore diff --git a/stable/readarr/21.5.2/CHANGELOG.md b/stable/readarr/21.5.2/CHANGELOG.md new file mode 100644 index 00000000000..927ec0a1e80 --- /dev/null +++ b/stable/readarr/21.5.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [readarr-21.5.2](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.1) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/readarr/21.5.2/Chart.yaml b/stable/readarr/21.5.2/Chart.yaml new file mode 100644 index 00000000000..0c12470ae03 --- /dev/null +++ b/stable/readarr/21.5.2/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.20.2452 +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/readarr/21.4.0/README.md b/stable/readarr/21.5.2/README.md similarity index 100% rename from stable/readarr/21.4.0/README.md rename to stable/readarr/21.5.2/README.md diff --git a/stable/readarr/21.5.2/app-changelog.md b/stable/readarr/21.5.2/app-changelog.md new file mode 100644 index 00000000000..1dbfdd19715 --- /dev/null +++ b/stable/readarr/21.5.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [readarr-21.5.2](https://github.com/truecharts/charts/compare/readarr-21.4.0...readarr-21.5.2) (2024-03-17) + +### Chore + + + +- update container 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.4.0/app-readme.md b/stable/readarr/21.5.2/app-readme.md similarity index 100% rename from stable/readarr/21.4.0/app-readme.md rename to stable/readarr/21.5.2/app-readme.md diff --git a/stable/readarr/21.5.2/charts/common-20.2.2.tgz b/stable/readarr/21.5.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/readarr/21.5.2/charts/common-20.2.2.tgz differ diff --git a/stable/readarr/21.5.2/ix_values.yaml b/stable/readarr/21.5.2/ix_values.yaml new file mode 100644 index 00000000000..b3e57607403 --- /dev/null +++ b/stable/readarr/21.5.2/ix_values.yaml @@ -0,0 +1,109 @@ +image: + repository: ghcr.io/onedr0p/readarr-develop + pullPolicy: IfNotPresent + tag: 0.3.20.2452@sha256:0a9941206dacb75a9415a196819af618140933cd91374932d2b93b95df9af42d +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +securityContext: + container: + readOnlyRootFilesystem: false +service: + main: + ports: + main: + port: 8787 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8788 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + READARR__PORT: "{{ .Values.service.main.ports.main.port }}" + READARR__AUTHENTICATION_METHOD: "None" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - readarr + 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 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +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/readarr/21.4.0/questions.yaml b/stable/readarr/21.5.2/questions.yaml similarity index 100% rename from stable/readarr/21.4.0/questions.yaml rename to stable/readarr/21.5.2/questions.yaml diff --git a/stable/retrobot/8.5.1/templates/NOTES.txt b/stable/readarr/21.5.2/templates/NOTES.txt similarity index 100% rename from stable/retrobot/8.5.1/templates/NOTES.txt rename to stable/readarr/21.5.2/templates/NOTES.txt diff --git a/stable/readarr/21.4.0/templates/common.yaml b/stable/readarr/21.5.2/templates/common.yaml similarity index 100% rename from stable/readarr/21.4.0/templates/common.yaml rename to stable/readarr/21.5.2/templates/common.yaml diff --git a/stable/remotely/5.5.1/values.yaml b/stable/readarr/21.5.2/values.yaml similarity index 100% rename from stable/remotely/5.5.1/values.yaml rename to stable/readarr/21.5.2/values.yaml diff --git a/stable/recyclarr/9.5.1/CHANGELOG.md b/stable/recyclarr/9.5.1/CHANGELOG.md deleted file mode 100644 index bf8ccbad28e..00000000000 --- a/stable/recyclarr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [recyclarr-9.5.1](https://github.com/truecharts/charts/compare/recyclarr-9.5.0...recyclarr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [recyclarr-9.5.0](https://github.com/truecharts/charts/compare/recyclarr-9.4.1...recyclarr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [recyclarr-9.4.1](https://github.com/truecharts/charts/compare/recyclarr-9.4.0...recyclarr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [recyclarr-9.4.0](https://github.com/truecharts/charts/compare/recyclarr-9.3.0...recyclarr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [recyclarr-9.3.0](https://github.com/truecharts/charts/compare/recyclarr-9.2.3...recyclarr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [recyclarr-9.2.3](https://github.com/truecharts/charts/compare/recyclarr-9.2.2...recyclarr-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [recyclarr-9.2.2](https://github.com/truecharts/charts/compare/recyclarr-9.2.0...recyclarr-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [recyclarr-8.1.11](https://github.com/truecharts/charts/compare/recyclarr-8.1.10...recyclarr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [recyclarr-8.1.10](https://github.com/truecharts/charts/compare/recyclarr-8.1.9...recyclarr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/recyclarr/9.5.1/Chart.yaml b/stable/recyclarr/9.5.1/Chart.yaml deleted file mode 100644 index 0f182fc5b7d..00000000000 --- a/stable/recyclarr/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/recyclarr/9.5.1/charts/common-20.0.8.tgz b/stable/recyclarr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/recyclarr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/requestrr/10.5.2/.helmignore b/stable/recyclarr/9.7.1/.helmignore similarity index 100% rename from stable/requestrr/10.5.2/.helmignore rename to stable/recyclarr/9.7.1/.helmignore diff --git a/stable/recyclarr/9.7.1/CHANGELOG.md b/stable/recyclarr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1e1bcb3a895 --- /dev/null +++ b/stable/recyclarr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [recyclarr-9.7.1](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/recyclarr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..22f9ff79779 --- /dev/null +++ b/stable/recyclarr/9.7.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: 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.2 + 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.1 diff --git a/stable/recyclarr/9.5.1/README.md b/stable/recyclarr/9.7.1/README.md similarity index 100% rename from stable/recyclarr/9.5.1/README.md rename to stable/recyclarr/9.7.1/README.md diff --git a/stable/recyclarr/9.7.1/app-changelog.md b/stable/recyclarr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..30c47a38efb --- /dev/null +++ b/stable/recyclarr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [recyclarr-9.7.1](https://github.com/truecharts/charts/compare/recyclarr-9.6.0...recyclarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/recyclarr/9.7.1/app-readme.md similarity index 100% rename from stable/recyclarr/9.5.1/app-readme.md rename to stable/recyclarr/9.7.1/app-readme.md diff --git a/stable/recyclarr/9.7.1/charts/common-20.2.2.tgz b/stable/recyclarr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/recyclarr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/recyclarr/9.5.1/ix_values.yaml b/stable/recyclarr/9.7.1/ix_values.yaml similarity index 100% rename from stable/recyclarr/9.5.1/ix_values.yaml rename to stable/recyclarr/9.7.1/ix_values.yaml diff --git a/stable/recyclarr/9.5.1/questions.yaml b/stable/recyclarr/9.7.1/questions.yaml similarity index 100% rename from stable/recyclarr/9.5.1/questions.yaml rename to stable/recyclarr/9.7.1/questions.yaml diff --git a/stable/rickroll/6.5.1/templates/NOTES.txt b/stable/recyclarr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/rickroll/6.5.1/templates/NOTES.txt rename to stable/recyclarr/9.7.1/templates/NOTES.txt diff --git a/stable/recyclarr/9.5.1/templates/common.yaml b/stable/recyclarr/9.7.1/templates/common.yaml similarity index 100% rename from stable/recyclarr/9.5.1/templates/common.yaml rename to stable/recyclarr/9.7.1/templates/common.yaml diff --git a/stable/requestrr/10.5.2/values.yaml b/stable/recyclarr/9.7.1/values.yaml similarity index 100% rename from stable/requestrr/10.5.2/values.yaml rename to stable/recyclarr/9.7.1/values.yaml diff --git a/stable/red-discordbot/5.5.2/CHANGELOG.md b/stable/red-discordbot/5.5.2/CHANGELOG.md deleted file mode 100644 index de3b19b0521..00000000000 --- a/stable/red-discordbot/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [red-discordbot-5.5.2](https://github.com/truecharts/charts/compare/red-discordbot-5.5.1...red-discordbot-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [red-discordbot-5.5.1](https://github.com/truecharts/charts/compare/red-discordbot-5.5.0...red-discordbot-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [red-discordbot-5.5.0](https://github.com/truecharts/charts/compare/red-discordbot-5.4.1...red-discordbot-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [red-discordbot-5.4.1](https://github.com/truecharts/charts/compare/red-discordbot-5.4.0...red-discordbot-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [red-discordbot-5.4.0](https://github.com/truecharts/charts/compare/red-discordbot-5.3.0...red-discordbot-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [red-discordbot-5.3.0](https://github.com/truecharts/charts/compare/red-discordbot-5.2.3...red-discordbot-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [red-discordbot-5.2.3](https://github.com/truecharts/charts/compare/red-discordbot-5.2.2...red-discordbot-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [red-discordbot-5.2.2](https://github.com/truecharts/charts/compare/red-discordbot-5.2.0...red-discordbot-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/red-discordbot/5.5.2/Chart.yaml b/stable/red-discordbot/5.5.2/Chart.yaml deleted file mode 100644 index 56cdfa6d068..00000000000 --- a/stable/red-discordbot/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/red-discordbot/5.5.2/charts/common-20.0.9.tgz b/stable/red-discordbot/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/red-discordbot/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/red-discordbot/5.5.2/ix_values.yaml b/stable/red-discordbot/5.5.2/ix_values.yaml deleted file mode 100644 index 5a54eb91b03..00000000000 --- a/stable/red-discordbot/5.5.2/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: phasecorex/red-discordbot - tag: full@sha256:96dedd894112db6ef3503c4f13189dd7ab17b8d8a8c14e1d9bef99ee46352193 -persistence: - data: - enabled: true - mountPath: /data -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: - env: - PREFIX: "" - TOKEN: "" - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false diff --git a/stable/resilio-sync/14.5.2/.helmignore b/stable/red-discordbot/5.7.1/.helmignore similarity index 100% rename from stable/resilio-sync/14.5.2/.helmignore rename to stable/red-discordbot/5.7.1/.helmignore diff --git a/stable/red-discordbot/5.7.1/CHANGELOG.md b/stable/red-discordbot/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8969814afe0 --- /dev/null +++ b/stable/red-discordbot/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [red-discordbot-5.7.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/red-discordbot/5.7.1/Chart.yaml b/stable/red-discordbot/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4fb0e3c1692 --- /dev/null +++ b/stable/red-discordbot/5.7.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: 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.2 + 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.1 diff --git a/stable/red-discordbot/5.5.2/README.md b/stable/red-discordbot/5.7.1/README.md similarity index 100% rename from stable/red-discordbot/5.5.2/README.md rename to stable/red-discordbot/5.7.1/README.md diff --git a/stable/red-discordbot/5.7.1/app-changelog.md b/stable/red-discordbot/5.7.1/app-changelog.md new file mode 100644 index 00000000000..4c2b2a02ba6 --- /dev/null +++ b/stable/red-discordbot/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [red-discordbot-5.7.1](https://github.com/truecharts/charts/compare/red-discordbot-5.6.0...red-discordbot-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/red-discordbot/5.7.1/app-readme.md similarity index 100% rename from stable/red-discordbot/5.5.2/app-readme.md rename to stable/red-discordbot/5.7.1/app-readme.md diff --git a/stable/red-discordbot/5.7.1/charts/common-20.2.2.tgz b/stable/red-discordbot/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/red-discordbot/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/red-discordbot/5.7.1/ix_values.yaml b/stable/red-discordbot/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..eb8d2f582ea --- /dev/null +++ b/stable/red-discordbot/5.7.1/ix_values.yaml @@ -0,0 +1,37 @@ +image: + pullPolicy: IfNotPresent + repository: phasecorex/red-discordbot + tag: full@sha256:2ecaf4089d2fd46e2bfc2d2919d5b1c864b7f3eb1b15490c59b88f3839219a3d +persistence: + data: + enabled: true + mountPath: /data +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: + env: + PREFIX: "" + TOKEN: "" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false diff --git a/stable/red-discordbot/5.5.2/questions.yaml b/stable/red-discordbot/5.7.1/questions.yaml similarity index 100% rename from stable/red-discordbot/5.5.2/questions.yaml rename to stable/red-discordbot/5.7.1/questions.yaml diff --git a/stable/red-discordbot/5.5.2/templates/common.yaml b/stable/red-discordbot/5.7.1/templates/common.yaml similarity index 100% rename from stable/red-discordbot/5.5.2/templates/common.yaml rename to stable/red-discordbot/5.7.1/templates/common.yaml diff --git a/stable/resilio-sync/14.5.2/values.yaml b/stable/red-discordbot/5.7.1/values.yaml similarity index 100% rename from stable/resilio-sync/14.5.2/values.yaml rename to stable/red-discordbot/5.7.1/values.yaml diff --git a/stable/restic-rest-server/5.5.1/.helmignore b/stable/redis/13.2.1/.helmignore similarity index 100% rename from stable/restic-rest-server/5.5.1/.helmignore rename to stable/redis/13.2.1/.helmignore diff --git a/stable/redis/13.2.1/CHANGELOG.md b/stable/redis/13.2.1/CHANGELOG.md new file mode 100644 index 00000000000..f32b45b6569 --- /dev/null +++ b/stable/redis/13.2.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redis-13.2.1](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/redis/13.2.1/Chart.yaml new file mode 100644 index 00000000000..a6c93a8e812 --- /dev/null +++ b/stable/redis/13.2.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: 7.2.4 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/redis/13.2.1/README.md b/stable/redis/13.2.1/README.md new file mode 100644 index 00000000000..fd4e8ae565b --- /dev/null +++ b/stable/redis/13.2.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/redis) + +**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/redis/13.2.1/app-changelog.md b/stable/redis/13.2.1/app-changelog.md new file mode 100644 index 00000000000..a3e35de6300 --- /dev/null +++ b/stable/redis/13.2.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [redis-13.2.1](https://github.com/truecharts/charts/compare/redis-13.1.0...redis-13.2.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1/app-readme.md b/stable/redis/13.2.1/app-readme.md new file mode 100644 index 00000000000..ef1a0f0abc0 --- /dev/null +++ b/stable/redis/13.2.1/app-readme.md @@ -0,0 +1,8 @@ +Open source, advanced key-value store. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/redis](https://truecharts.org/charts/stable/redis) + +--- + +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/redis/13.2.1/charts/common-20.2.2.tgz b/stable/redis/13.2.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/redis/13.2.1/charts/common-20.2.2.tgz differ diff --git a/stable/redis/13.2.1/ix_values.yaml b/stable/redis/13.2.1/ix_values.yaml new file mode 100644 index 00000000000..c538f766912 --- /dev/null +++ b/stable/redis/13.2.1/ix_values.yaml @@ -0,0 +1,170 @@ +image: + repository: bitnami/redis + pullPolicy: IfNotPresent + tag: 7.2.4@sha256:413ba6ab7104ced40c1047451680f0679b235684a14a7db4a05a5990ff4e1e67 + +includeCommon: true +workload: + main: + replicas: 1 + type: StatefulSet + strategy: RollingUpdate + podSpec: + containers: + main: + env: + REDIS_REPLICATION_MODE: master + ALLOW_EMPTY_PASSWORD: "yes" + REDIS_PORT: "{{ .Values.service.main.ports.main.targetPort }}" + REDIS_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.redisPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.redisPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "rediscreds" }}{{ end }}' + key: "redis-password" + probes: + liveness: + enabled: true + type: exec + command: + - sh + - -c + - /health/ping_liveness_local.sh 2 + readiness: + enabled: true + type: exec + command: + - sh + - -c + - /health/ping_readiness_local.sh 2 + # -- Startup probe configuration + # @default -- See below + startup: + # -- Enable the startup probe + enabled: true + type: exec + command: + - sh + - -c + - /health/ping_readiness_local.sh 2 +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 +configmap: + health: + enabled: true + data: + ping_readiness_local.sh: |- + #!/bin/bash + [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD" + response=$( + timeout -s 3 $1 \ + redis-cli \ + -h localhost \ + -p $REDIS_PORT \ + ping + ) + if [ "$response" != "PONG" ]; then + echo "failed to connect using password: $REDIS_PASSWORD response: $response" + exit 1 + fi + ping_liveness_local.sh: |- + #!/bin/bash + [[ -n "$REDIS_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_PASSWORD" + response=$( + timeout -s 3 $1 \ + redis-cli \ + -h localhost \ + -p $REDIS_PORT \ + ping + ) + if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then + echo "$response" + exit 1 + fi + ping_readiness_master.sh: |- + #!/bin/bash + [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD" + response=$( + timeout -s 3 $1 \ + redis-cli \ + -h $REDIS_MASTER_HOST \ + -p $REDIS_MASTER_PORT_NUMBER \ + ping + ) + if [ "$response" != "PONG" ]; then + echo "$response" + exit 1 + fi + ping_liveness_master.sh: |- + #!/bin/bash + [[ -n "$REDIS_MASTER_PASSWORD" ]] && export REDISCLI_AUTH="$REDIS_MASTER_PASSWORD" + response=$( + timeout -s 3 $1 \ + redis-cli \ + -h $REDIS_MASTER_HOST \ + -p $REDIS_MASTER_PORT_NUMBER \ + ping + ) + if [ "$response" != "PONG" ] && [ "$response" != "LOADING Redis is loading the dataset in memory" ]; then + echo "$response" + exit 1 + fi + ping_readiness_local_and_master.sh: |- + script_dir="$(dirname "$0")" + exit_status=0 + "$script_dir/ping_readiness_local.sh" $1 || exit_status=$? + "$script_dir/ping_readiness_master.sh" $1 || exit_status=$? + exit $exit_status + ping_liveness_local_and_master.sh: |- + script_dir="$(dirname "$0")" + exit_status=0 + "$script_dir/ping_liveness_local.sh" $1 || exit_status=$? + "$script_dir/ping_liveness_master.sh" $1 || exit_status=$? + exit $exit_status +secret: + credentials: + enabled: true + data: + redis-password: '{{ ( .Values.redisPassword | default "nothing" ) }}' +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +redisPassword: "" +existingSecret: "" +service: + main: + ports: + main: + port: 6379 + targetPort: 6379 +volumeClaimTemplates: + data: + enabled: true + accessModes: + - ReadWriteOnce + mountPath: "/bitnami/redis" +persistence: + redis-health: + enabled: true + type: configmap + objectName: health + mountPath: "/health" + defaultMode: "0755" + items: + - key: ping_readiness_local.sh + path: ping_readiness_local.sh + - key: ping_liveness_local.sh + path: ping_liveness_local.sh + - key: ping_readiness_master.sh + path: ping_readiness_master.sh + - key: ping_liveness_master.sh + path: ping_liveness_master.sh + - key: ping_liveness_local_and_master.sh + path: ping_liveness_local_and_master.sh + - key: ping_readiness_local_and_master.sh + path: ping_readiness_local_and_master.sh +portal: + open: + enabled: false +manifestManager: + enabled: false diff --git a/stable/redis/13.2.1/questions.yaml b/stable/redis/13.2.1/questions.yaml new file mode 100755 index 00000000000..e824f8f5ecb --- /dev/null +++ b/stable/redis/13.2.1/questions.yaml @@ -0,0 +1,2305 @@ +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: 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: redisPassword + group: "App Configuration" + label: "Redis 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) + + - 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: 6379 + 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: volumeClaimTemplates + label: Integrated Persistent Storage + description: Integrated Persistent Storage + group: Storage and Persistence + schema: + + additional_attrs: true + type: dict + attrs: + - 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: 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 this App 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/ring-mqtt/8.5.1/templates/NOTES.txt b/stable/redis/13.2.1/templates/NOTES.txt similarity index 100% rename from stable/ring-mqtt/8.5.1/templates/NOTES.txt rename to stable/redis/13.2.1/templates/NOTES.txt diff --git a/stable/shorturl/10.5.1/templates/common.yaml b/stable/redis/13.2.1/templates/common.yaml similarity index 100% rename from stable/shorturl/10.5.1/templates/common.yaml rename to stable/redis/13.2.1/templates/common.yaml diff --git a/stable/restic-rest-server/5.5.1/values.yaml b/stable/redis/13.2.1/values.yaml similarity index 100% rename from stable/restic-rest-server/5.5.1/values.yaml rename to stable/redis/13.2.1/values.yaml diff --git a/stable/redisinsight/6.5.1/CHANGELOG.md b/stable/redisinsight/6.5.1/CHANGELOG.md deleted file mode 100644 index e0f359c5919..00000000000 --- a/stable/redisinsight/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redisinsight-6.5.1](https://github.com/truecharts/charts/compare/redisinsight-6.5.0...redisinsight-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [redisinsight-6.5.0](https://github.com/truecharts/charts/compare/redisinsight-6.4.1...redisinsight-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [redisinsight-6.4.1](https://github.com/truecharts/charts/compare/redisinsight-6.4.0...redisinsight-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [redisinsight-6.4.0](https://github.com/truecharts/charts/compare/redisinsight-6.3.0...redisinsight-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [redisinsight-6.3.0](https://github.com/truecharts/charts/compare/redisinsight-6.2.3...redisinsight-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [redisinsight-6.2.3](https://github.com/truecharts/charts/compare/redisinsight-6.2.2...redisinsight-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [redisinsight-6.2.2](https://github.com/truecharts/charts/compare/redisinsight-6.2.0...redisinsight-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [redisinsight-5.1.11](https://github.com/truecharts/charts/compare/redisinsight-5.1.10...redisinsight-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redisinsight-5.1.10](https://github.com/truecharts/charts/compare/redisinsight-5.1.9...redisinsight-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/redisinsight/6.5.1/Chart.yaml b/stable/redisinsight/6.5.1/Chart.yaml deleted file mode 100644 index 1729a503761..00000000000 --- a/stable/redisinsight/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/redisinsight/6.5.1/charts/common-20.0.8.tgz b/stable/redisinsight/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/redisinsight/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/retrobot/8.5.1/.helmignore b/stable/redisinsight/6.7.1/.helmignore similarity index 100% rename from stable/retrobot/8.5.1/.helmignore rename to stable/redisinsight/6.7.1/.helmignore diff --git a/stable/redisinsight/6.7.1/CHANGELOG.md b/stable/redisinsight/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f53146fab96 --- /dev/null +++ b/stable/redisinsight/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redisinsight-6.7.1](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/redisinsight/6.7.1/Chart.yaml new file mode 100644 index 00000000000..455fa529b05 --- /dev/null +++ b/stable/redisinsight/6.7.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: 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.2 + 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.1 diff --git a/stable/redisinsight/6.5.1/README.md b/stable/redisinsight/6.7.1/README.md similarity index 100% rename from stable/redisinsight/6.5.1/README.md rename to stable/redisinsight/6.7.1/README.md diff --git a/stable/redisinsight/6.7.1/app-changelog.md b/stable/redisinsight/6.7.1/app-changelog.md new file mode 100644 index 00000000000..080a73c1a86 --- /dev/null +++ b/stable/redisinsight/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [redisinsight-6.7.1](https://github.com/truecharts/charts/compare/redisinsight-6.6.0...redisinsight-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/redisinsight/6.7.1/app-readme.md similarity index 100% rename from stable/redisinsight/6.5.1/app-readme.md rename to stable/redisinsight/6.7.1/app-readme.md diff --git a/stable/redisinsight/6.7.1/charts/common-20.2.2.tgz b/stable/redisinsight/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/redisinsight/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/redisinsight/6.5.1/ix_values.yaml b/stable/redisinsight/6.7.1/ix_values.yaml similarity index 100% rename from stable/redisinsight/6.5.1/ix_values.yaml rename to stable/redisinsight/6.7.1/ix_values.yaml diff --git a/stable/redisinsight/6.5.1/questions.yaml b/stable/redisinsight/6.7.1/questions.yaml similarity index 100% rename from stable/redisinsight/6.5.1/questions.yaml rename to stable/redisinsight/6.7.1/questions.yaml diff --git a/stable/romm/8.0.0/templates/NOTES.txt b/stable/redisinsight/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/romm/8.0.0/templates/NOTES.txt rename to stable/redisinsight/6.7.1/templates/NOTES.txt diff --git a/stable/requestrr/10.5.2/templates/common.yaml b/stable/redisinsight/6.7.1/templates/common.yaml similarity index 100% rename from stable/requestrr/10.5.2/templates/common.yaml rename to stable/redisinsight/6.7.1/templates/common.yaml diff --git a/stable/retrobot/8.5.1/values.yaml b/stable/redisinsight/6.7.1/values.yaml similarity index 100% rename from stable/retrobot/8.5.1/values.yaml rename to stable/redisinsight/6.7.1/values.yaml diff --git a/stable/redm/5.5.1/CHANGELOG.md b/stable/redm/5.5.1/CHANGELOG.md deleted file mode 100644 index f1f13ec3386..00000000000 --- a/stable/redm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redm-5.5.1](https://github.com/truecharts/charts/compare/redm-5.5.0...redm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [redm-5.5.0](https://github.com/truecharts/charts/compare/redm-5.4.1...redm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [redm-5.4.1](https://github.com/truecharts/charts/compare/redm-5.4.0...redm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [redm-5.4.0](https://github.com/truecharts/charts/compare/redm-5.3.0...redm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [redm-5.3.0](https://github.com/truecharts/charts/compare/redm-5.2.3...redm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [redm-5.2.3](https://github.com/truecharts/charts/compare/redm-5.2.2...redm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [redm-5.2.2](https://github.com/truecharts/charts/compare/redm-5.2.0...redm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [redm-4.1.11](https://github.com/truecharts/charts/compare/redm-4.1.10...redm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [redm-4.1.10](https://github.com/truecharts/charts/compare/redm-4.1.9...redm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/redm/5.5.1/Chart.yaml b/stable/redm/5.5.1/Chart.yaml deleted file mode 100644 index c1fddcfffdd..00000000000 --- a/stable/redm/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/redm/5.5.1/charts/common-20.0.8.tgz b/stable/redm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/redm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rflood/5.5.1/.helmignore b/stable/redm/5.7.1/.helmignore similarity index 100% rename from stable/rflood/5.5.1/.helmignore rename to stable/redm/5.7.1/.helmignore diff --git a/stable/redm/5.7.1/CHANGELOG.md b/stable/redm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c6c06207c99 --- /dev/null +++ b/stable/redm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redm-5.7.1](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/redm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3a2c379af2a --- /dev/null +++ b/stable/redm/5.7.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: 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.2 + 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.1 diff --git a/stable/redm/5.5.1/README.md b/stable/redm/5.7.1/README.md similarity index 100% rename from stable/redm/5.5.1/README.md rename to stable/redm/5.7.1/README.md diff --git a/stable/redm/5.7.1/app-changelog.md b/stable/redm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b5462fcc893 --- /dev/null +++ b/stable/redm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [redm-5.7.1](https://github.com/truecharts/charts/compare/redm-5.6.0...redm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/redm/5.7.1/app-readme.md similarity index 100% rename from stable/redm/5.5.1/app-readme.md rename to stable/redm/5.7.1/app-readme.md diff --git a/stable/redm/5.7.1/charts/common-20.2.2.tgz b/stable/redm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/redm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/redm/5.5.1/ix_values.yaml b/stable/redm/5.7.1/ix_values.yaml similarity index 100% rename from stable/redm/5.5.1/ix_values.yaml rename to stable/redm/5.7.1/ix_values.yaml diff --git a/stable/redm/5.5.1/questions.yaml b/stable/redm/5.7.1/questions.yaml similarity index 100% rename from stable/redm/5.5.1/questions.yaml rename to stable/redm/5.7.1/questions.yaml diff --git a/stable/redm/5.5.1/templates/common.yaml b/stable/redm/5.7.1/templates/common.yaml similarity index 100% rename from stable/redm/5.5.1/templates/common.yaml rename to stable/redm/5.7.1/templates/common.yaml diff --git a/stable/rflood/5.5.1/values.yaml b/stable/redm/5.7.1/values.yaml similarity index 100% rename from stable/rflood/5.5.1/values.yaml rename to stable/redm/5.7.1/values.yaml diff --git a/stable/redmine/11.6.0/CHANGELOG.md b/stable/redmine/11.6.0/CHANGELOG.md deleted file mode 100644 index e1c0c0e3493..00000000000 --- a/stable/redmine/11.6.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [redmine-11.6.0](https://github.com/truecharts/charts/compare/redmine-11.5.2...redmine-11.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [redmine-11.5.2](https://github.com/truecharts/charts/compare/redmine-11.5.1...redmine-11.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [redmine-11.5.1](https://github.com/truecharts/charts/compare/redmine-11.5.0...redmine-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [redmine-11.5.0](https://github.com/truecharts/charts/compare/redmine-11.4.2...redmine-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [redmine-11.4.2](https://github.com/truecharts/charts/compare/redmine-11.4.1...redmine-11.4.2) (2024-03-11) - -### Chore - - - -- update container image redmine to v5.1.2[@66f381e](https://github.com/66f381e) by renovate ([#19084](https://github.com/truecharts/charts/issues/19084)) - - -## [redmine-11.4.1](https://github.com/truecharts/charts/compare/redmine-11.4.0...redmine-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [redmine-11.4.0](https://github.com/truecharts/charts/compare/redmine-11.3.0...redmine-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [redmine-11.3.0](https://github.com/truecharts/charts/compare/redmine-11.2.3...redmine-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [redmine-11.2.3](https://github.com/truecharts/charts/compare/redmine-11.2.2...redmine-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [redmine-11.2.2](https://github.com/truecharts/charts/compare/redmine-11.2.0...redmine-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/redmine/11.6.0/Chart.yaml b/stable/redmine/11.6.0/Chart.yaml deleted file mode 100644 index 35dfb442d77..00000000000 --- a/stable/redmine/11.6.0/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.1.5 - 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.6.0 diff --git a/stable/redmine/11.6.0/charts/common-20.1.5.tgz b/stable/redmine/11.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/redmine/11.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/redmine/11.6.0/ix_values.yaml b/stable/redmine/11.6.0/ix_values.yaml deleted file mode 100644 index 72690829c3a..00000000000 --- a/stable/redmine/11.6.0/ix_values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -image: - repository: redmine - pullPolicy: IfNotPresent - tag: 5.1.2@sha256:66f381e9edf22f2d665b99bcd2129aa447155f24154c9224cac2df59bc51cd52 -redmine: - plugins_migrate: true - no_db_migrate: false -service: - main: - ports: - main: - port: 10171 - targetPort: 3000 -persistence: - data: - enabled: true - mountPath: "/usr/src/redmine/files" -# Enabled postgres -cnpg: - main: - enabled: true - user: redmine - database: redmine -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 999 - runAsGroup: 999 - pod: - fsGroup: 999 -workload: - main: - podSpec: - containers: - main: - env: - REDMINE_DB_DATABASE: "{{ .Values.cnpg.main.database }}" - REDMINE_DB_USERNAME: "{{ .Values.cnpg.main.user }}" - REDMINE_DB_PORT: "5432" - # Anything but empty means true, empty means false - REDMINE_NO_DB_MIGRATE: '{{ ternary "true" "" .Values.redmine.no_db_migrate }}' - REDMINE_PLUGINS_MIGRATE: '{{ ternary "true" "" .Values.redmine.plugins_migrate }}' - REDMINE_DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - REDMINE_DB_POSTGRES: - secretKeyRef: - name: cnpg-main-urls - key: host - REDMINE_SECRET_KEY_BASE: - secretKeyRef: - name: secrets - key: REDMINE_SECRET_KEY_BASE diff --git a/stable/rickroll/6.5.1/.helmignore b/stable/redmine/11.7.2/.helmignore similarity index 100% rename from stable/rickroll/6.5.1/.helmignore rename to stable/redmine/11.7.2/.helmignore diff --git a/stable/redmine/11.7.2/CHANGELOG.md b/stable/redmine/11.7.2/CHANGELOG.md new file mode 100644 index 00000000000..ff63e4b53ca --- /dev/null +++ b/stable/redmine/11.7.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [redmine-11.7.2](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/redmine/11.7.2/Chart.yaml b/stable/redmine/11.7.2/Chart.yaml new file mode 100644 index 00000000000..03f8e74272a --- /dev/null +++ b/stable/redmine/11.7.2/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.2 + 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.2 diff --git a/stable/redmine/11.6.0/README.md b/stable/redmine/11.7.2/README.md similarity index 100% rename from stable/redmine/11.6.0/README.md rename to stable/redmine/11.7.2/README.md diff --git a/stable/redmine/11.7.2/app-changelog.md b/stable/redmine/11.7.2/app-changelog.md new file mode 100644 index 00000000000..ced56113cdf --- /dev/null +++ b/stable/redmine/11.7.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [redmine-11.7.2](https://github.com/truecharts/charts/compare/redmine-11.6.0...redmine-11.7.2) (2024-03-17) + +### Chore + + + +- update container 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.6.0/app-readme.md b/stable/redmine/11.7.2/app-readme.md similarity index 100% rename from stable/redmine/11.6.0/app-readme.md rename to stable/redmine/11.7.2/app-readme.md diff --git a/stable/redmine/11.7.2/charts/common-20.2.2.tgz b/stable/redmine/11.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/redmine/11.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/redmine/11.7.2/ix_values.yaml b/stable/redmine/11.7.2/ix_values.yaml new file mode 100644 index 00000000000..ffca004ac1d --- /dev/null +++ b/stable/redmine/11.7.2/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: redmine + pullPolicy: IfNotPresent + tag: 5.1.2@sha256:7ce83c55659ae3697c53bf75ac4b4b0a338a1588dee40a204a8e51541e44b90d +redmine: + plugins_migrate: true + no_db_migrate: false +service: + main: + ports: + main: + port: 10171 + targetPort: 3000 +persistence: + data: + enabled: true + mountPath: "/usr/src/redmine/files" +# Enabled postgres +cnpg: + main: + enabled: true + user: redmine + database: redmine +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 999 + runAsGroup: 999 + pod: + fsGroup: 999 +workload: + main: + podSpec: + containers: + main: + env: + REDMINE_DB_DATABASE: "{{ .Values.cnpg.main.database }}" + REDMINE_DB_USERNAME: "{{ .Values.cnpg.main.user }}" + REDMINE_DB_PORT: "5432" + # Anything but empty means true, empty means false + REDMINE_NO_DB_MIGRATE: '{{ ternary "true" "" .Values.redmine.no_db_migrate }}' + REDMINE_PLUGINS_MIGRATE: '{{ ternary "true" "" .Values.redmine.plugins_migrate }}' + REDMINE_DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + REDMINE_DB_POSTGRES: + secretKeyRef: + name: cnpg-main-urls + key: host + REDMINE_SECRET_KEY_BASE: + secretKeyRef: + name: secrets + key: REDMINE_SECRET_KEY_BASE diff --git a/stable/redmine/11.6.0/questions.yaml b/stable/redmine/11.7.2/questions.yaml similarity index 100% rename from stable/redmine/11.6.0/questions.yaml rename to stable/redmine/11.7.2/questions.yaml diff --git a/stable/rsnapshot/9.5.2/templates/NOTES.txt b/stable/redmine/11.7.2/templates/NOTES.txt similarity index 100% rename from stable/rsnapshot/9.5.2/templates/NOTES.txt rename to stable/redmine/11.7.2/templates/NOTES.txt diff --git a/stable/redmine/11.6.0/templates/_secrets.tpl b/stable/redmine/11.7.2/templates/_secrets.tpl similarity index 100% rename from stable/redmine/11.6.0/templates/_secrets.tpl rename to stable/redmine/11.7.2/templates/_secrets.tpl diff --git a/stable/redmine/11.6.0/templates/common.yaml b/stable/redmine/11.7.2/templates/common.yaml similarity index 100% rename from stable/redmine/11.6.0/templates/common.yaml rename to stable/redmine/11.7.2/templates/common.yaml diff --git a/stable/rickroll/6.5.1/values.yaml b/stable/redmine/11.7.2/values.yaml similarity index 100% rename from stable/rickroll/6.5.1/values.yaml rename to stable/redmine/11.7.2/values.yaml diff --git a/stable/reg/13.6.0/CHANGELOG.md b/stable/reg/13.6.0/CHANGELOG.md deleted file mode 100644 index e33ff576c44..00000000000 --- a/stable/reg/13.6.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [reg-13.6.0](https://github.com/truecharts/charts/compare/reg-13.5.2...reg-13.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [reg-13.5.2](https://github.com/truecharts/charts/compare/reg-13.5.1...reg-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [reg-13.5.1](https://github.com/truecharts/charts/compare/reg-13.5.0...reg-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [reg-13.5.0](https://github.com/truecharts/charts/compare/reg-13.4.1...reg-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [reg-13.4.1](https://github.com/truecharts/charts/compare/reg-13.4.0...reg-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [reg-13.4.0](https://github.com/truecharts/charts/compare/reg-13.3.0...reg-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [reg-13.3.0](https://github.com/truecharts/charts/compare/reg-13.2.3...reg-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [reg-13.2.3](https://github.com/truecharts/charts/compare/reg-13.2.2...reg-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [reg-13.2.2](https://github.com/truecharts/charts/compare/reg-13.2.0...reg-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/reg/13.6.0/Chart.yaml b/stable/reg/13.6.0/Chart.yaml deleted file mode 100644 index d8ee8092213..00000000000 --- a/stable/reg/13.6.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: 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.1.5 - 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.6.0 diff --git a/stable/reg/13.6.0/charts/common-20.1.5.tgz b/stable/reg/13.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/reg/13.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/reg/13.6.0/ix_values.yaml b/stable/reg/13.6.0/ix_values.yaml deleted file mode 100644 index 249ca000c28..00000000000 --- a/stable/reg/13.6.0/ix_values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -image: - repository: registry - pullPolicy: IfNotPresent - tag: 2@sha256:f4e1b878d4bc40a1f65532d68c94dcfbab56aa8cba1f00e355a206e7f6cc9111 -service: - main: - ports: - main: - port: 10096 - targetPort: 8080 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true diff --git a/stable/ring-mqtt/8.5.1/.helmignore b/stable/reg/13.7.1/.helmignore similarity index 100% rename from stable/ring-mqtt/8.5.1/.helmignore rename to stable/reg/13.7.1/.helmignore diff --git a/stable/reg/13.7.1/CHANGELOG.md b/stable/reg/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b690883f82a --- /dev/null +++ b/stable/reg/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [reg-13.7.1](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/stable/reg/13.7.1/Chart.yaml b/stable/reg/13.7.1/Chart.yaml new file mode 100644 index 00000000000..12f9b4dca36 --- /dev/null +++ b/stable/reg/13.7.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: 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.2 + 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.1 diff --git a/stable/reg/13.6.0/README.md b/stable/reg/13.7.1/README.md similarity index 100% rename from stable/reg/13.6.0/README.md rename to stable/reg/13.7.1/README.md diff --git a/stable/reg/13.7.1/app-changelog.md b/stable/reg/13.7.1/app-changelog.md new file mode 100644 index 00000000000..abceeebc03d --- /dev/null +++ b/stable/reg/13.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [reg-13.7.1](https://github.com/truecharts/charts/compare/reg-13.6.0...reg-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.0/app-readme.md b/stable/reg/13.7.1/app-readme.md similarity index 100% rename from stable/reg/13.6.0/app-readme.md rename to stable/reg/13.7.1/app-readme.md diff --git a/stable/reg/13.7.1/charts/common-20.2.2.tgz b/stable/reg/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/reg/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/reg/13.7.1/ix_values.yaml b/stable/reg/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..7dc5e7f7ed0 --- /dev/null +++ b/stable/reg/13.7.1/ix_values.yaml @@ -0,0 +1,17 @@ +image: + repository: registry + pullPolicy: IfNotPresent + tag: 2@sha256:fb9c9aef62af3955f6014613456551c92e88a67dcf1fc51f5f91bcbd1832813f +service: + main: + ports: + main: + port: 10096 + targetPort: 8080 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true diff --git a/stable/reg/13.6.0/questions.yaml b/stable/reg/13.7.1/questions.yaml similarity index 100% rename from stable/reg/13.6.0/questions.yaml rename to stable/reg/13.7.1/questions.yaml diff --git a/stable/rss-bridge/10.5.1/templates/NOTES.txt b/stable/reg/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/rss-bridge/10.5.1/templates/NOTES.txt rename to stable/reg/13.7.1/templates/NOTES.txt diff --git a/stable/resilio-sync/14.5.2/templates/common.yaml b/stable/reg/13.7.1/templates/common.yaml similarity index 100% rename from stable/resilio-sync/14.5.2/templates/common.yaml rename to stable/reg/13.7.1/templates/common.yaml diff --git a/stable/ring-mqtt/8.5.1/values.yaml b/stable/reg/13.7.1/values.yaml similarity index 100% rename from stable/ring-mqtt/8.5.1/values.yaml rename to stable/reg/13.7.1/values.yaml diff --git a/stable/remmina/10.5.2/CHANGELOG.md b/stable/remmina/10.5.2/CHANGELOG.md deleted file mode 100644 index e4bbbbc3655..00000000000 --- a/stable/remmina/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [remmina-10.5.2](https://github.com/truecharts/charts/compare/remmina-10.5.1...remmina-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [remmina-10.5.1](https://github.com/truecharts/charts/compare/remmina-10.5.0...remmina-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [remmina-10.5.0](https://github.com/truecharts/charts/compare/remmina-10.4.2...remmina-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [remmina-10.4.2](https://github.com/truecharts/charts/compare/remmina-10.4.1...remmina-10.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/remmina to 1.4.2[@c9fe321](https://github.com/c9fe321) by renovate ([#19010](https://github.com/truecharts/charts/issues/19010)) - - -## [remmina-10.4.1](https://github.com/truecharts/charts/compare/remmina-10.4.0...remmina-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [remmina-10.4.0](https://github.com/truecharts/charts/compare/remmina-10.3.0...remmina-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [remmina-10.3.0](https://github.com/truecharts/charts/compare/remmina-10.2.3...remmina-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [remmina-10.2.3](https://github.com/truecharts/charts/compare/remmina-10.2.2...remmina-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [remmina-10.2.2](https://github.com/truecharts/charts/compare/remmina-10.2.0...remmina-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/remmina/10.5.2/Chart.yaml b/stable/remmina/10.5.2/Chart.yaml deleted file mode 100644 index 39d05de1c98..00000000000 --- a/stable/remmina/10.5.2/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.0.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.5.2 diff --git a/stable/remmina/10.5.2/charts/common-20.0.9.tgz b/stable/remmina/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/remmina/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/remmina/10.5.2/ix_values.yaml b/stable/remmina/10.5.2/ix_values.yaml deleted file mode 100644 index 0ad6ef1a480..00000000000 --- a/stable/remmina/10.5.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/remmina - pullPolicy: IfNotPresent - tag: 1.4.2@sha256:c9fe32153671f7598c3923e7ef6ed1ffde11f93dea09bd43d5b22194c0830d7c -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/rmlint/5.5.1/.helmignore b/stable/remmina/10.7.1/.helmignore similarity index 100% rename from stable/rmlint/5.5.1/.helmignore rename to stable/remmina/10.7.1/.helmignore diff --git a/stable/remmina/10.7.1/CHANGELOG.md b/stable/remmina/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d15deb75592 --- /dev/null +++ b/stable/remmina/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remmina-10.7.1](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/remmina/10.7.1/Chart.yaml b/stable/remmina/10.7.1/Chart.yaml new file mode 100644 index 00000000000..f4a6178f5d7 --- /dev/null +++ b/stable/remmina/10.7.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.4.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/remmina/10.5.2/README.md b/stable/remmina/10.7.1/README.md similarity index 100% rename from stable/remmina/10.5.2/README.md rename to stable/remmina/10.7.1/README.md diff --git a/stable/remmina/10.7.1/app-changelog.md b/stable/remmina/10.7.1/app-changelog.md new file mode 100644 index 00000000000..d2e7835967c --- /dev/null +++ b/stable/remmina/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [remmina-10.7.1](https://github.com/truecharts/charts/compare/remmina-10.6.0...remmina-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/remmina/10.7.1/app-readme.md similarity index 100% rename from stable/remmina/10.5.2/app-readme.md rename to stable/remmina/10.7.1/app-readme.md diff --git a/stable/remmina/10.7.1/charts/common-20.2.2.tgz b/stable/remmina/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/remmina/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/remmina/10.7.1/ix_values.yaml b/stable/remmina/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..11076f39702 --- /dev/null +++ b/stable/remmina/10.7.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/remmina + pullPolicy: IfNotPresent + tag: 1.4.2@sha256:434b2fcdba1eb7597455c2a91294b0a14a460a016c0de1b50afc1b85240d5880 +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.5.2/questions.yaml b/stable/remmina/10.7.1/questions.yaml similarity index 100% rename from stable/remmina/10.5.2/questions.yaml rename to stable/remmina/10.7.1/questions.yaml diff --git a/stable/rtorrent-rutorrent/4.5.1/templates/NOTES.txt b/stable/remmina/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/templates/NOTES.txt rename to stable/remmina/10.7.1/templates/NOTES.txt diff --git a/stable/sickchill/11.6.2/templates/common.yaml b/stable/remmina/10.7.1/templates/common.yaml similarity index 100% rename from stable/sickchill/11.6.2/templates/common.yaml rename to stable/remmina/10.7.1/templates/common.yaml diff --git a/stable/rmlint/5.5.1/values.yaml b/stable/remmina/10.7.1/values.yaml similarity index 100% rename from stable/rmlint/5.5.1/values.yaml rename to stable/remmina/10.7.1/values.yaml diff --git a/stable/remotely/5.5.1/CHANGELOG.md b/stable/remotely/5.5.1/CHANGELOG.md deleted file mode 100644 index 7c8e2272c8b..00000000000 --- a/stable/remotely/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [remotely-5.5.1](https://github.com/truecharts/charts/compare/remotely-5.5.0...remotely-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [remotely-5.5.0](https://github.com/truecharts/charts/compare/remotely-5.4.1...remotely-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [remotely-5.4.1](https://github.com/truecharts/charts/compare/remotely-5.4.0...remotely-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [remotely-5.4.0](https://github.com/truecharts/charts/compare/remotely-5.3.0...remotely-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [remotely-5.3.0](https://github.com/truecharts/charts/compare/remotely-5.2.3...remotely-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [remotely-5.2.3](https://github.com/truecharts/charts/compare/remotely-5.2.2...remotely-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [remotely-5.2.2](https://github.com/truecharts/charts/compare/remotely-5.2.0...remotely-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [remotely-4.1.11](https://github.com/truecharts/charts/compare/remotely-4.1.10...remotely-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [remotely-4.1.10](https://github.com/truecharts/charts/compare/remotely-4.1.9...remotely-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/remotely/5.5.1/Chart.yaml b/stable/remotely/5.5.1/Chart.yaml deleted file mode 100644 index 0be631783b1..00000000000 --- a/stable/remotely/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/remotely/5.5.1/charts/common-20.0.8.tgz b/stable/remotely/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/remotely/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/romm/8.0.0/.helmignore b/stable/remotely/5.7.1/.helmignore similarity index 100% rename from stable/romm/8.0.0/.helmignore rename to stable/remotely/5.7.1/.helmignore diff --git a/stable/remotely/5.7.1/CHANGELOG.md b/stable/remotely/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a61ef9c5747 --- /dev/null +++ b/stable/remotely/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [remotely-5.7.1](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/remotely/5.7.1/Chart.yaml new file mode 100644 index 00000000000..45187e9891c --- /dev/null +++ b/stable/remotely/5.7.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: 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.2 + 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.1 diff --git a/stable/remotely/5.5.1/README.md b/stable/remotely/5.7.1/README.md similarity index 100% rename from stable/remotely/5.5.1/README.md rename to stable/remotely/5.7.1/README.md diff --git a/stable/remotely/5.7.1/app-changelog.md b/stable/remotely/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b7ba9611e67 --- /dev/null +++ b/stable/remotely/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [remotely-5.7.1](https://github.com/truecharts/charts/compare/remotely-5.6.0...remotely-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/remotely/5.7.1/app-readme.md similarity index 100% rename from stable/remotely/5.5.1/app-readme.md rename to stable/remotely/5.7.1/app-readme.md diff --git a/stable/remotely/5.7.1/charts/common-20.2.2.tgz b/stable/remotely/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/remotely/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/remotely/5.5.1/ix_values.yaml b/stable/remotely/5.7.1/ix_values.yaml similarity index 100% rename from stable/remotely/5.5.1/ix_values.yaml rename to stable/remotely/5.7.1/ix_values.yaml diff --git a/stable/remotely/5.5.1/questions.yaml b/stable/remotely/5.7.1/questions.yaml similarity index 100% rename from stable/remotely/5.5.1/questions.yaml rename to stable/remotely/5.7.1/questions.yaml diff --git a/stable/remotely/5.5.1/templates/common.yaml b/stable/remotely/5.7.1/templates/common.yaml similarity index 100% rename from stable/remotely/5.5.1/templates/common.yaml rename to stable/remotely/5.7.1/templates/common.yaml diff --git a/stable/romm/8.0.0/values.yaml b/stable/remotely/5.7.1/values.yaml similarity index 100% rename from stable/romm/8.0.0/values.yaml rename to stable/remotely/5.7.1/values.yaml diff --git a/stable/requestrr/10.5.2/CHANGELOG.md b/stable/requestrr/10.5.2/CHANGELOG.md deleted file mode 100644 index 4d4d6e03e2b..00000000000 --- a/stable/requestrr/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [requestrr-10.5.2](https://github.com/truecharts/charts/compare/requestrr-10.5.1...requestrr-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [requestrr-10.5.1](https://github.com/truecharts/charts/compare/requestrr-10.5.0...requestrr-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [requestrr-10.5.0](https://github.com/truecharts/charts/compare/requestrr-10.4.1...requestrr-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [requestrr-10.4.1](https://github.com/truecharts/charts/compare/requestrr-10.4.0...requestrr-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [requestrr-10.4.0](https://github.com/truecharts/charts/compare/requestrr-10.3.0...requestrr-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [requestrr-10.3.0](https://github.com/truecharts/charts/compare/requestrr-10.2.3...requestrr-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [requestrr-10.2.3](https://github.com/truecharts/charts/compare/requestrr-10.2.2...requestrr-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [requestrr-10.2.2](https://github.com/truecharts/charts/compare/requestrr-10.2.0...requestrr-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - -## [requestrr-9.0.5](https://github.com/truecharts/charts/compare/requestrr-9.0.4...requestrr-9.0.5) (2024-02-03) \ No newline at end of file diff --git a/stable/requestrr/10.5.2/Chart.yaml b/stable/requestrr/10.5.2/Chart.yaml deleted file mode 100644 index 9ffcae23400..00000000000 --- a/stable/requestrr/10.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 2.1.5 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/requestrr/10.5.2/charts/common-20.0.9.tgz b/stable/requestrr/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/requestrr/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/requestrr/10.5.2/ix_values.yaml b/stable/requestrr/10.5.2/ix_values.yaml deleted file mode 100644 index 9603d406441..00000000000 --- a/stable/requestrr/10.5.2/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: thomst08/requestrr - pullPolicy: IfNotPresent - tag: v2.1.5@sha256:4bfef92cc965dfd26c1fbc1cee000db886ab671d535e7f30dc407438ec0ca9eb - -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - targetPort: 4545 - port: 4545 - -persistence: - config: - enabled: true - mountPath: "/root/config" - varrun: - enabled: true - -portal: - open: - enabled: true diff --git a/stable/root/5.5.1/.helmignore b/stable/requestrr/10.7.1/.helmignore similarity index 100% rename from stable/root/5.5.1/.helmignore rename to stable/requestrr/10.7.1/.helmignore diff --git a/stable/requestrr/10.7.1/CHANGELOG.md b/stable/requestrr/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..aa1f60ed83b --- /dev/null +++ b/stable/requestrr/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [requestrr-10.7.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/requestrr/10.7.1/Chart.yaml b/stable/requestrr/10.7.1/Chart.yaml new file mode 100644 index 00000000000..e82e43c47b0 --- /dev/null +++ b/stable/requestrr/10.7.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: 2.1.6 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/requestrr/10.5.2/README.md b/stable/requestrr/10.7.1/README.md similarity index 100% rename from stable/requestrr/10.5.2/README.md rename to stable/requestrr/10.7.1/README.md diff --git a/stable/requestrr/10.7.1/app-changelog.md b/stable/requestrr/10.7.1/app-changelog.md new file mode 100644 index 00000000000..ea5be4e8997 --- /dev/null +++ b/stable/requestrr/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [requestrr-10.7.1](https://github.com/truecharts/charts/compare/requestrr-10.6.0...requestrr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/requestrr/10.7.1/app-readme.md similarity index 100% rename from stable/requestrr/10.5.2/app-readme.md rename to stable/requestrr/10.7.1/app-readme.md diff --git a/stable/requestrr/10.7.1/charts/common-20.2.2.tgz b/stable/requestrr/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/requestrr/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/requestrr/10.7.1/ix_values.yaml b/stable/requestrr/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..af0ea08fe35 --- /dev/null +++ b/stable/requestrr/10.7.1/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: thomst08/requestrr + pullPolicy: IfNotPresent + tag: v2.1.6@sha256:6cdeb523936ee78e5046648890e132a9576f71cfc997dc5549d9370134193a11 + +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + targetPort: 4545 + port: 4545 + +persistence: + config: + enabled: true + mountPath: "/root/config" + varrun: + enabled: true + +portal: + open: + enabled: true diff --git a/stable/requestrr/10.5.2/questions.yaml b/stable/requestrr/10.7.1/questions.yaml similarity index 100% rename from stable/requestrr/10.5.2/questions.yaml rename to stable/requestrr/10.7.1/questions.yaml diff --git a/stable/sabnzbd/19.3.2/templates/NOTES.txt b/stable/requestrr/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/sabnzbd/19.3.2/templates/NOTES.txt rename to stable/requestrr/10.7.1/templates/NOTES.txt diff --git a/stable/retrobot/8.5.1/templates/common.yaml b/stable/requestrr/10.7.1/templates/common.yaml similarity index 100% rename from stable/retrobot/8.5.1/templates/common.yaml rename to stable/requestrr/10.7.1/templates/common.yaml diff --git a/stable/root/5.5.1/values.yaml b/stable/requestrr/10.7.1/values.yaml similarity index 100% rename from stable/root/5.5.1/values.yaml rename to stable/requestrr/10.7.1/values.yaml diff --git a/stable/resilio-sync/14.5.2/CHANGELOG.md b/stable/resilio-sync/14.5.2/CHANGELOG.md deleted file mode 100644 index 17323aaea18..00000000000 --- a/stable/resilio-sync/14.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [resilio-sync-14.5.2](https://github.com/truecharts/charts/compare/resilio-sync-14.5.1...resilio-sync-14.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [resilio-sync-14.5.1](https://github.com/truecharts/charts/compare/resilio-sync-14.5.0...resilio-sync-14.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [resilio-sync-14.5.0](https://github.com/truecharts/charts/compare/resilio-sync-14.4.2...resilio-sync-14.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [resilio-sync-14.4.2](https://github.com/truecharts/charts/compare/resilio-sync-14.4.1...resilio-sync-14.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/resilio-sync to 2.7.3[@09eead9](https://github.com/09eead9) by renovate ([#19011](https://github.com/truecharts/charts/issues/19011)) - - -## [resilio-sync-14.4.1](https://github.com/truecharts/charts/compare/resilio-sync-14.4.0...resilio-sync-14.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [resilio-sync-14.4.0](https://github.com/truecharts/charts/compare/resilio-sync-14.3.0...resilio-sync-14.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [resilio-sync-14.3.0](https://github.com/truecharts/charts/compare/resilio-sync-14.2.4...resilio-sync-14.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [resilio-sync-14.2.4](https://github.com/truecharts/charts/compare/resilio-sync-14.2.3...resilio-sync-14.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [resilio-sync-14.2.3](https://github.com/truecharts/charts/compare/resilio-sync-14.2.1...resilio-sync-14.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/resilio-sync/14.5.2/Chart.yaml b/stable/resilio-sync/14.5.2/Chart.yaml deleted file mode 100644 index 926d47a2cb7..00000000000 --- a/stable/resilio-sync/14.5.2/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.0.9 - 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.5.2 diff --git a/stable/resilio-sync/14.5.2/charts/common-20.0.9.tgz b/stable/resilio-sync/14.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/resilio-sync/14.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/resilio-sync/14.5.2/ix_values.yaml b/stable/resilio-sync/14.5.2/ix_values.yaml deleted file mode 100644 index 5b6347ae6be..00000000000 --- a/stable/resilio-sync/14.5.2/ix_values.yaml +++ /dev/null @@ -1,58 +0,0 @@ -image: - repository: ghcr.io/linuxserver/resilio-sync - tag: 2.7.3@sha256:09eead9828619062e186957cf4b6bb9a144def158ebcb062178d58cd2fcfb5cb - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 8888 - targetPort: 8888 - bt-tcp: - enabled: true - ports: - bt-tcp: - enabled: true - port: 55555 - targetPort: 55555 - bt-udp: - enabled: true - ports: - bt-udp: - enabled: true - port: 55555 - targetPort: 55555 - protocol: udp -persistence: - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/sync" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" - readiness: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.targetPort }}" diff --git a/stable/rsnapshot/9.5.2/.helmignore b/stable/resilio-sync/14.7.1/.helmignore similarity index 100% rename from stable/rsnapshot/9.5.2/.helmignore rename to stable/resilio-sync/14.7.1/.helmignore diff --git a/stable/resilio-sync/14.7.1/CHANGELOG.md b/stable/resilio-sync/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6c1d5cdfa31 --- /dev/null +++ b/stable/resilio-sync/14.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [resilio-sync-14.7.1](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/resilio-sync/14.7.1/Chart.yaml b/stable/resilio-sync/14.7.1/Chart.yaml new file mode 100644 index 00000000000..ae183d2a0b0 --- /dev/null +++ b/stable/resilio-sync/14.7.1/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.2 + 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.1 diff --git a/stable/resilio-sync/14.5.2/README.md b/stable/resilio-sync/14.7.1/README.md similarity index 100% rename from stable/resilio-sync/14.5.2/README.md rename to stable/resilio-sync/14.7.1/README.md diff --git a/stable/resilio-sync/14.7.1/app-changelog.md b/stable/resilio-sync/14.7.1/app-changelog.md new file mode 100644 index 00000000000..27d15eb4d0a --- /dev/null +++ b/stable/resilio-sync/14.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [resilio-sync-14.7.1](https://github.com/truecharts/charts/compare/resilio-sync-14.6.0...resilio-sync-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/resilio-sync/14.7.1/app-readme.md similarity index 100% rename from stable/resilio-sync/14.5.2/app-readme.md rename to stable/resilio-sync/14.7.1/app-readme.md diff --git a/stable/resilio-sync/14.7.1/charts/common-20.2.2.tgz b/stable/resilio-sync/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/resilio-sync/14.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/resilio-sync/14.7.1/ix_values.yaml b/stable/resilio-sync/14.7.1/ix_values.yaml new file mode 100644 index 00000000000..858cfe11b80 --- /dev/null +++ b/stable/resilio-sync/14.7.1/ix_values.yaml @@ -0,0 +1,58 @@ +image: + repository: ghcr.io/linuxserver/resilio-sync + tag: 2.7.3@sha256:1dd0e6751a254798068b9c0f4bb32222d05e44f8f3e9da16028e189491a8a102 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 8888 + targetPort: 8888 + bt-tcp: + enabled: true + ports: + bt-tcp: + enabled: true + port: 55555 + targetPort: 55555 + bt-udp: + enabled: true + ports: + bt-udp: + enabled: true + port: 55555 + targetPort: 55555 + protocol: udp +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/sync" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" + readiness: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.targetPort }}" diff --git a/stable/resilio-sync/14.5.2/questions.yaml b/stable/resilio-sync/14.7.1/questions.yaml similarity index 100% rename from stable/resilio-sync/14.5.2/questions.yaml rename to stable/resilio-sync/14.7.1/questions.yaml diff --git a/stable/satisfactory/9.5.1/templates/NOTES.txt b/stable/resilio-sync/14.7.1/templates/NOTES.txt similarity index 100% rename from stable/satisfactory/9.5.1/templates/NOTES.txt rename to stable/resilio-sync/14.7.1/templates/NOTES.txt diff --git a/stable/rickroll/6.5.1/templates/common.yaml b/stable/resilio-sync/14.7.1/templates/common.yaml similarity index 100% rename from stable/rickroll/6.5.1/templates/common.yaml rename to stable/resilio-sync/14.7.1/templates/common.yaml diff --git a/stable/rsnapshot/9.5.2/values.yaml b/stable/resilio-sync/14.7.1/values.yaml similarity index 100% rename from stable/rsnapshot/9.5.2/values.yaml rename to stable/resilio-sync/14.7.1/values.yaml diff --git a/stable/restic-rest-server/5.5.1/CHANGELOG.md b/stable/restic-rest-server/5.5.1/CHANGELOG.md deleted file mode 100644 index 87ed83c778b..00000000000 --- a/stable/restic-rest-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [restic-rest-server-5.5.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.5.0...restic-rest-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [restic-rest-server-5.5.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.4.1...restic-rest-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [restic-rest-server-5.4.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.4.0...restic-rest-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [restic-rest-server-5.4.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.3.0...restic-rest-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [restic-rest-server-5.3.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.3...restic-rest-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [restic-rest-server-5.2.3](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.2...restic-rest-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [restic-rest-server-5.2.2](https://github.com/truecharts/charts/compare/restic-rest-server-5.2.0...restic-rest-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [restic-rest-server-4.1.11](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.10...restic-rest-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [restic-rest-server-4.1.10](https://github.com/truecharts/charts/compare/restic-rest-server-4.1.9...restic-rest-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/restic-rest-server/5.5.1/Chart.yaml b/stable/restic-rest-server/5.5.1/Chart.yaml deleted file mode 100644 index f01793f5fa2..00000000000 --- a/stable/restic-rest-server/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/restic-rest-server/5.5.1/charts/common-20.0.8.tgz b/stable/restic-rest-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/restic-rest-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rss-bridge/10.5.1/.helmignore b/stable/restic-rest-server/5.7.1/.helmignore similarity index 100% rename from stable/rss-bridge/10.5.1/.helmignore rename to stable/restic-rest-server/5.7.1/.helmignore diff --git a/stable/restic-rest-server/5.7.1/CHANGELOG.md b/stable/restic-rest-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1f41192cee7 --- /dev/null +++ b/stable/restic-rest-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [restic-rest-server-5.7.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/restic-rest-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fb353ac3438 --- /dev/null +++ b/stable/restic-rest-server/5.7.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: 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.2 + 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.1 diff --git a/stable/restic-rest-server/5.5.1/README.md b/stable/restic-rest-server/5.7.1/README.md similarity index 100% rename from stable/restic-rest-server/5.5.1/README.md rename to stable/restic-rest-server/5.7.1/README.md diff --git a/stable/restic-rest-server/5.7.1/app-changelog.md b/stable/restic-rest-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..cde879d9007 --- /dev/null +++ b/stable/restic-rest-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [restic-rest-server-5.7.1](https://github.com/truecharts/charts/compare/restic-rest-server-5.6.0...restic-rest-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/restic-rest-server/5.7.1/app-readme.md similarity index 100% rename from stable/restic-rest-server/5.5.1/app-readme.md rename to stable/restic-rest-server/5.7.1/app-readme.md diff --git a/stable/restic-rest-server/5.7.1/charts/common-20.2.2.tgz b/stable/restic-rest-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/restic-rest-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/restic-rest-server/5.5.1/ix_values.yaml b/stable/restic-rest-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/restic-rest-server/5.5.1/ix_values.yaml rename to stable/restic-rest-server/5.7.1/ix_values.yaml diff --git a/stable/restic-rest-server/5.5.1/questions.yaml b/stable/restic-rest-server/5.7.1/questions.yaml similarity index 100% rename from stable/restic-rest-server/5.5.1/questions.yaml rename to stable/restic-rest-server/5.7.1/questions.yaml diff --git a/stable/restic-rest-server/5.5.1/templates/common.yaml b/stable/restic-rest-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/restic-rest-server/5.5.1/templates/common.yaml rename to stable/restic-rest-server/5.7.1/templates/common.yaml diff --git a/stable/rss-bridge/10.5.1/values.yaml b/stable/restic-rest-server/5.7.1/values.yaml similarity index 100% rename from stable/rss-bridge/10.5.1/values.yaml rename to stable/restic-rest-server/5.7.1/values.yaml diff --git a/stable/retrobot/8.5.1/CHANGELOG.md b/stable/retrobot/8.5.1/CHANGELOG.md deleted file mode 100644 index cb48b31e629..00000000000 --- a/stable/retrobot/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [retrobot-8.5.1](https://github.com/truecharts/charts/compare/retrobot-8.5.0...retrobot-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [retrobot-8.5.0](https://github.com/truecharts/charts/compare/retrobot-8.4.1...retrobot-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [retrobot-8.4.1](https://github.com/truecharts/charts/compare/retrobot-8.4.0...retrobot-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [retrobot-8.4.0](https://github.com/truecharts/charts/compare/retrobot-8.3.0...retrobot-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [retrobot-8.3.0](https://github.com/truecharts/charts/compare/retrobot-8.2.3...retrobot-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [retrobot-8.2.3](https://github.com/truecharts/charts/compare/retrobot-8.2.2...retrobot-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [retrobot-8.2.2](https://github.com/truecharts/charts/compare/retrobot-8.2.0...retrobot-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [retrobot-7.1.11](https://github.com/truecharts/charts/compare/retrobot-7.1.10...retrobot-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [retrobot-7.1.10](https://github.com/truecharts/charts/compare/retrobot-7.1.9...retrobot-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/retrobot/8.5.1/Chart.yaml b/stable/retrobot/8.5.1/Chart.yaml deleted file mode 100644 index 8d596fa08da..00000000000 --- a/stable/retrobot/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/retrobot/8.5.1/charts/common-20.0.8.tgz b/stable/retrobot/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/retrobot/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rss-proxy/5.5.1/.helmignore b/stable/retrobot/8.7.1/.helmignore similarity index 100% rename from stable/rss-proxy/5.5.1/.helmignore rename to stable/retrobot/8.7.1/.helmignore diff --git a/stable/retrobot/8.7.1/CHANGELOG.md b/stable/retrobot/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d344927d96d --- /dev/null +++ b/stable/retrobot/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [retrobot-8.7.1](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/retrobot/8.7.1/Chart.yaml new file mode 100644 index 00000000000..85181a4bc0d --- /dev/null +++ b/stable/retrobot/8.7.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: 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.2 + 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.1 diff --git a/stable/retrobot/8.5.1/README.md b/stable/retrobot/8.7.1/README.md similarity index 100% rename from stable/retrobot/8.5.1/README.md rename to stable/retrobot/8.7.1/README.md diff --git a/stable/retrobot/8.7.1/app-changelog.md b/stable/retrobot/8.7.1/app-changelog.md new file mode 100644 index 00000000000..3512a26aa8c --- /dev/null +++ b/stable/retrobot/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [retrobot-8.7.1](https://github.com/truecharts/charts/compare/retrobot-8.6.0...retrobot-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/retrobot/8.7.1/app-readme.md similarity index 100% rename from stable/retrobot/8.5.1/app-readme.md rename to stable/retrobot/8.7.1/app-readme.md diff --git a/stable/retrobot/8.7.1/charts/common-20.2.2.tgz b/stable/retrobot/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/retrobot/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/retrobot/8.5.1/ix_values.yaml b/stable/retrobot/8.7.1/ix_values.yaml similarity index 100% rename from stable/retrobot/8.5.1/ix_values.yaml rename to stable/retrobot/8.7.1/ix_values.yaml diff --git a/stable/retrobot/8.5.1/questions.yaml b/stable/retrobot/8.7.1/questions.yaml similarity index 100% rename from stable/retrobot/8.5.1/questions.yaml rename to stable/retrobot/8.7.1/questions.yaml diff --git a/stable/scrutiny/10.5.2/templates/NOTES.txt b/stable/retrobot/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/scrutiny/10.5.2/templates/NOTES.txt rename to stable/retrobot/8.7.1/templates/NOTES.txt diff --git a/stable/rsnapshot/9.5.2/templates/common.yaml b/stable/retrobot/8.7.1/templates/common.yaml similarity index 100% rename from stable/rsnapshot/9.5.2/templates/common.yaml rename to stable/retrobot/8.7.1/templates/common.yaml diff --git a/stable/rss-proxy/5.5.1/values.yaml b/stable/retrobot/8.7.1/values.yaml similarity index 100% rename from stable/rss-proxy/5.5.1/values.yaml rename to stable/retrobot/8.7.1/values.yaml diff --git a/stable/rflood/5.5.1/CHANGELOG.md b/stable/rflood/5.5.1/CHANGELOG.md deleted file mode 100644 index 3ccef0acef4..00000000000 --- a/stable/rflood/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rflood-5.5.1](https://github.com/truecharts/charts/compare/rflood-5.5.0...rflood-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rflood-5.5.0](https://github.com/truecharts/charts/compare/rflood-5.4.2...rflood-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rflood-5.4.2](https://github.com/truecharts/charts/compare/rflood-5.4.1...rflood-5.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/hotio/rflood to latest[@88557fd](https://github.com/88557fd) by renovate ([#18988](https://github.com/truecharts/charts/issues/18988)) - - -## [rflood-5.4.1](https://github.com/truecharts/charts/compare/rflood-5.4.0...rflood-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rflood-5.4.0](https://github.com/truecharts/charts/compare/rflood-5.3.0...rflood-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rflood-5.3.0](https://github.com/truecharts/charts/compare/rflood-5.2.4...rflood-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rflood-5.2.4](https://github.com/truecharts/charts/compare/rflood-5.2.3...rflood-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rflood-5.2.3](https://github.com/truecharts/charts/compare/rflood-5.2.1...rflood-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/rflood/5.5.1/Chart.yaml b/stable/rflood/5.5.1/Chart.yaml deleted file mode 100644 index ad734f6a26e..00000000000 --- a/stable/rflood/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rflood/5.5.1/charts/common-20.0.8.tgz b/stable/rflood/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rflood/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rss-to-telegram/5.5.1/.helmignore b/stable/rflood/5.7.1/.helmignore similarity index 100% rename from stable/rss-to-telegram/5.5.1/.helmignore rename to stable/rflood/5.7.1/.helmignore diff --git a/stable/rflood/5.7.1/CHANGELOG.md b/stable/rflood/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..836e5c64458 --- /dev/null +++ b/stable/rflood/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rflood-5.7.1](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rflood/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c8e1ca10295 --- /dev/null +++ b/stable/rflood/5.7.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: 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.2 + 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.1 diff --git a/stable/rflood/5.5.1/README.md b/stable/rflood/5.7.1/README.md similarity index 100% rename from stable/rflood/5.5.1/README.md rename to stable/rflood/5.7.1/README.md diff --git a/stable/rflood/5.7.1/app-changelog.md b/stable/rflood/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f622e450b23 --- /dev/null +++ b/stable/rflood/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rflood-5.7.1](https://github.com/truecharts/charts/compare/rflood-5.6.0...rflood-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rflood/5.7.1/app-readme.md similarity index 100% rename from stable/rflood/5.5.1/app-readme.md rename to stable/rflood/5.7.1/app-readme.md diff --git a/stable/rflood/5.7.1/charts/common-20.2.2.tgz b/stable/rflood/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rflood/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rflood/5.5.1/ix_values.yaml b/stable/rflood/5.7.1/ix_values.yaml similarity index 100% rename from stable/rflood/5.5.1/ix_values.yaml rename to stable/rflood/5.7.1/ix_values.yaml diff --git a/stable/rflood/5.5.1/questions.yaml b/stable/rflood/5.7.1/questions.yaml similarity index 100% rename from stable/rflood/5.5.1/questions.yaml rename to stable/rflood/5.7.1/questions.yaml diff --git a/stable/rflood/5.5.1/templates/common.yaml b/stable/rflood/5.7.1/templates/common.yaml similarity index 100% rename from stable/rflood/5.5.1/templates/common.yaml rename to stable/rflood/5.7.1/templates/common.yaml diff --git a/stable/rss-to-telegram/5.5.1/values.yaml b/stable/rflood/5.7.1/values.yaml similarity index 100% rename from stable/rss-to-telegram/5.5.1/values.yaml rename to stable/rflood/5.7.1/values.yaml diff --git a/stable/rickroll/6.5.1/CHANGELOG.md b/stable/rickroll/6.5.1/CHANGELOG.md deleted file mode 100644 index d6e6fd7a336..00000000000 --- a/stable/rickroll/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rickroll-6.5.1](https://github.com/truecharts/charts/compare/rickroll-6.5.0...rickroll-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rickroll-6.5.0](https://github.com/truecharts/charts/compare/rickroll-6.4.1...rickroll-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rickroll-6.4.1](https://github.com/truecharts/charts/compare/rickroll-6.4.0...rickroll-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rickroll-6.4.0](https://github.com/truecharts/charts/compare/rickroll-6.3.0...rickroll-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rickroll-6.3.0](https://github.com/truecharts/charts/compare/rickroll-6.2.4...rickroll-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rickroll-6.2.4](https://github.com/truecharts/charts/compare/rickroll-6.2.3...rickroll-6.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rickroll-6.2.3](https://github.com/truecharts/charts/compare/rickroll-6.2.1...rickroll-6.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - -## [rickroll-5.1.11](https://github.com/truecharts/charts/compare/rickroll-5.1.10...rickroll-5.1.11) (2024-02-03) - -### Chore - - diff --git a/stable/rickroll/6.5.1/Chart.yaml b/stable/rickroll/6.5.1/Chart.yaml deleted file mode 100644 index 1f5607be13d..00000000000 --- a/stable/rickroll/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rickroll/6.5.1/charts/common-20.0.8.tgz b/stable/rickroll/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rickroll/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rstudio/6.5.2/.helmignore b/stable/rickroll/6.7.1/.helmignore similarity index 100% rename from stable/rstudio/6.5.2/.helmignore rename to stable/rickroll/6.7.1/.helmignore diff --git a/stable/rickroll/6.7.1/CHANGELOG.md b/stable/rickroll/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..db598277d14 --- /dev/null +++ b/stable/rickroll/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rickroll-6.7.1](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rickroll/6.7.1/Chart.yaml new file mode 100644 index 00000000000..c34e8939028 --- /dev/null +++ b/stable/rickroll/6.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/rickroll/6.5.1/README.md b/stable/rickroll/6.7.1/README.md similarity index 100% rename from stable/rickroll/6.5.1/README.md rename to stable/rickroll/6.7.1/README.md diff --git a/stable/rickroll/6.7.1/app-changelog.md b/stable/rickroll/6.7.1/app-changelog.md new file mode 100644 index 00000000000..de8f0f0a0fe --- /dev/null +++ b/stable/rickroll/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rickroll-6.7.1](https://github.com/truecharts/charts/compare/rickroll-6.6.0...rickroll-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rickroll/6.7.1/app-readme.md similarity index 100% rename from stable/rickroll/6.5.1/app-readme.md rename to stable/rickroll/6.7.1/app-readme.md diff --git a/stable/rickroll/6.7.1/charts/common-20.2.2.tgz b/stable/rickroll/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rickroll/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rickroll/6.5.1/ix_values.yaml b/stable/rickroll/6.7.1/ix_values.yaml similarity index 100% rename from stable/rickroll/6.5.1/ix_values.yaml rename to stable/rickroll/6.7.1/ix_values.yaml diff --git a/stable/rickroll/6.5.1/questions.yaml b/stable/rickroll/6.7.1/questions.yaml similarity index 100% rename from stable/rickroll/6.5.1/questions.yaml rename to stable/rickroll/6.7.1/questions.yaml diff --git a/stable/scrypted/4.5.1/templates/NOTES.txt b/stable/rickroll/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/scrypted/4.5.1/templates/NOTES.txt rename to stable/rickroll/6.7.1/templates/NOTES.txt diff --git a/stable/rss-bridge/10.5.1/templates/common.yaml b/stable/rickroll/6.7.1/templates/common.yaml similarity index 100% rename from stable/rss-bridge/10.5.1/templates/common.yaml rename to stable/rickroll/6.7.1/templates/common.yaml diff --git a/stable/rstudio/6.5.2/values.yaml b/stable/rickroll/6.7.1/values.yaml similarity index 100% rename from stable/rstudio/6.5.2/values.yaml rename to stable/rickroll/6.7.1/values.yaml diff --git a/stable/rimgo/6.7.2/CHANGELOG.md b/stable/rimgo/6.7.2/CHANGELOG.md index 05e0c4b0c4f..8c19920a38c 100644 --- a/stable/rimgo/6.7.2/CHANGELOG.md +++ b/stable/rimgo/6.7.2/CHANGELOG.md @@ -14,6 +14,25 @@ title: Changelog +- update container 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.2](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.2) (2024-03-17) + +### Chore + + + - 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)) @@ -78,23 +97,4 @@ title: Changelog -- 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.1](https://github.com/truecharts/charts/compare/rimgo-6.6.0...rimgo-6.7.1) (2024-03-17) - -### Chore - - - -- 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)) \ No newline at end of file +- update container image quay.io/pussthecatorg/rimgo to latest[@a9d1ed6](https://github.com/a9d1ed6) by renovate ([#19386](https://github.com/truecharts/charts/issues/19386)) \ No newline at end of file diff --git a/stable/rimgo/6.7.2/Chart.yaml b/stable/rimgo/6.7.2/Chart.yaml index aac96ff9fce..ecf08688f9e 100644 --- a/stable/rimgo/6.7.2/Chart.yaml +++ b/stable/rimgo/6.7.2/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.2.0 + version: 20.2.2 repository: oci://tccr.io/truecharts condition: "" alias: "" diff --git a/stable/rimgo/6.7.2/app-changelog.md b/stable/rimgo/6.7.2/app-changelog.md index 8ac9f5e8d12..adffd64cad0 100644 --- a/stable/rimgo/6.7.2/app-changelog.md +++ b/stable/rimgo/6.7.2/app-changelog.md @@ -6,6 +6,8 @@ +- update container 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)) diff --git a/stable/rimgo/6.7.2/charts/common-20.2.0.tgz b/stable/rimgo/6.7.2/charts/common-20.2.0.tgz deleted file mode 100644 index 8bc207a92f0..00000000000 Binary files a/stable/rimgo/6.7.2/charts/common-20.2.0.tgz and /dev/null differ diff --git a/stable/rimgo/6.7.2/charts/common-20.2.2.tgz b/stable/rimgo/6.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rimgo/6.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/ring-mqtt/8.5.1/CHANGELOG.md b/stable/ring-mqtt/8.5.1/CHANGELOG.md deleted file mode 100644 index 76b7bda76d7..00000000000 --- a/stable/ring-mqtt/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ring-mqtt-8.5.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.5.0...ring-mqtt-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ring-mqtt-8.5.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.4.1...ring-mqtt-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ring-mqtt-8.4.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.4.0...ring-mqtt-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ring-mqtt-8.4.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.3.0...ring-mqtt-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ring-mqtt-8.3.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.3...ring-mqtt-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ring-mqtt-8.2.3](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.2...ring-mqtt-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ring-mqtt-8.2.2](https://github.com/truecharts/charts/compare/ring-mqtt-8.2.0...ring-mqtt-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ring-mqtt-7.1.12](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.11...ring-mqtt-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ring-mqtt-7.1.11](https://github.com/truecharts/charts/compare/ring-mqtt-7.1.10...ring-mqtt-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ring-mqtt/8.5.1/Chart.yaml b/stable/ring-mqtt/8.5.1/Chart.yaml deleted file mode 100644 index 86e67328e58..00000000000 --- a/stable/ring-mqtt/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/ring-mqtt/8.5.1/charts/common-20.0.8.tgz b/stable/ring-mqtt/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ring-mqtt/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rtorrent-rutorrent/4.5.1/.helmignore b/stable/ring-mqtt/8.7.1/.helmignore similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/.helmignore rename to stable/ring-mqtt/8.7.1/.helmignore diff --git a/stable/ring-mqtt/8.7.1/CHANGELOG.md b/stable/ring-mqtt/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4b4af6f5622 --- /dev/null +++ b/stable/ring-mqtt/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ring-mqtt-8.7.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ring-mqtt/8.7.1/Chart.yaml new file mode 100644 index 00000000000..72180972b1b --- /dev/null +++ b/stable/ring-mqtt/8.7.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: 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.2 + 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.1 diff --git a/stable/ring-mqtt/8.5.1/README.md b/stable/ring-mqtt/8.7.1/README.md similarity index 100% rename from stable/ring-mqtt/8.5.1/README.md rename to stable/ring-mqtt/8.7.1/README.md diff --git a/stable/ring-mqtt/8.7.1/app-changelog.md b/stable/ring-mqtt/8.7.1/app-changelog.md new file mode 100644 index 00000000000..efc0cb2d817 --- /dev/null +++ b/stable/ring-mqtt/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ring-mqtt-8.7.1](https://github.com/truecharts/charts/compare/ring-mqtt-8.6.0...ring-mqtt-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ring-mqtt/8.7.1/app-readme.md similarity index 100% rename from stable/ring-mqtt/8.5.1/app-readme.md rename to stable/ring-mqtt/8.7.1/app-readme.md diff --git a/stable/ring-mqtt/8.7.1/charts/common-20.2.2.tgz b/stable/ring-mqtt/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ring-mqtt/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ring-mqtt/8.5.1/ix_values.yaml b/stable/ring-mqtt/8.7.1/ix_values.yaml similarity index 100% rename from stable/ring-mqtt/8.5.1/ix_values.yaml rename to stable/ring-mqtt/8.7.1/ix_values.yaml diff --git a/stable/ring-mqtt/8.5.1/questions.yaml b/stable/ring-mqtt/8.7.1/questions.yaml similarity index 100% rename from stable/ring-mqtt/8.5.1/questions.yaml rename to stable/ring-mqtt/8.7.1/questions.yaml diff --git a/stable/seafile/5.9.1/templates/NOTES.txt b/stable/ring-mqtt/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/seafile/5.9.1/templates/NOTES.txt rename to stable/ring-mqtt/8.7.1/templates/NOTES.txt diff --git a/stable/ring-mqtt/8.5.1/templates/_configmap.tpl b/stable/ring-mqtt/8.7.1/templates/_configmap.tpl similarity index 100% rename from stable/ring-mqtt/8.5.1/templates/_configmap.tpl rename to stable/ring-mqtt/8.7.1/templates/_configmap.tpl diff --git a/stable/ring-mqtt/8.5.1/templates/common.yaml b/stable/ring-mqtt/8.7.1/templates/common.yaml similarity index 100% rename from stable/ring-mqtt/8.5.1/templates/common.yaml rename to stable/ring-mqtt/8.7.1/templates/common.yaml diff --git a/stable/rtorrent-rutorrent/4.5.1/values.yaml b/stable/ring-mqtt/8.7.1/values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/values.yaml rename to stable/ring-mqtt/8.7.1/values.yaml diff --git a/stable/rmlint/5.5.1/CHANGELOG.md b/stable/rmlint/5.5.1/CHANGELOG.md deleted file mode 100644 index 98467b34078..00000000000 --- a/stable/rmlint/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rmlint-5.5.1](https://github.com/truecharts/charts/compare/rmlint-5.5.0...rmlint-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rmlint-5.5.0](https://github.com/truecharts/charts/compare/rmlint-5.4.1...rmlint-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rmlint-5.4.1](https://github.com/truecharts/charts/compare/rmlint-5.4.0...rmlint-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rmlint-5.4.0](https://github.com/truecharts/charts/compare/rmlint-5.3.0...rmlint-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rmlint-5.3.0](https://github.com/truecharts/charts/compare/rmlint-5.2.3...rmlint-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rmlint-5.2.3](https://github.com/truecharts/charts/compare/rmlint-5.2.2...rmlint-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rmlint-5.2.2](https://github.com/truecharts/charts/compare/rmlint-5.2.0...rmlint-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rmlint-4.1.11](https://github.com/truecharts/charts/compare/rmlint-4.1.10...rmlint-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rmlint-4.1.10](https://github.com/truecharts/charts/compare/rmlint-4.1.9...rmlint-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/rmlint/5.5.1/Chart.yaml b/stable/rmlint/5.5.1/Chart.yaml deleted file mode 100644 index 8138f2f3f28..00000000000 --- a/stable/rmlint/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rmlint/5.5.1/charts/common-20.0.8.tgz b/stable/rmlint/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rmlint/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/rust/5.5.1/.helmignore b/stable/rmlint/5.7.1/.helmignore similarity index 100% rename from stable/rust/5.5.1/.helmignore rename to stable/rmlint/5.7.1/.helmignore diff --git a/stable/rmlint/5.7.1/CHANGELOG.md b/stable/rmlint/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9b44ddccbf1 --- /dev/null +++ b/stable/rmlint/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rmlint-5.7.1](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rmlint/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fa73202ad7e --- /dev/null +++ b/stable/rmlint/5.7.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: 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.2 + 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.1 diff --git a/stable/rmlint/5.5.1/README.md b/stable/rmlint/5.7.1/README.md similarity index 100% rename from stable/rmlint/5.5.1/README.md rename to stable/rmlint/5.7.1/README.md diff --git a/stable/rmlint/5.7.1/app-changelog.md b/stable/rmlint/5.7.1/app-changelog.md new file mode 100644 index 00000000000..fda2e1b0b7b --- /dev/null +++ b/stable/rmlint/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rmlint-5.7.1](https://github.com/truecharts/charts/compare/rmlint-5.6.0...rmlint-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rmlint/5.7.1/app-readme.md similarity index 100% rename from stable/rmlint/5.5.1/app-readme.md rename to stable/rmlint/5.7.1/app-readme.md diff --git a/stable/rmlint/5.7.1/charts/common-20.2.2.tgz b/stable/rmlint/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rmlint/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rmlint/5.5.1/ix_values.yaml b/stable/rmlint/5.7.1/ix_values.yaml similarity index 100% rename from stable/rmlint/5.5.1/ix_values.yaml rename to stable/rmlint/5.7.1/ix_values.yaml diff --git a/stable/rmlint/5.5.1/questions.yaml b/stable/rmlint/5.7.1/questions.yaml similarity index 100% rename from stable/rmlint/5.5.1/questions.yaml rename to stable/rmlint/5.7.1/questions.yaml diff --git a/stable/rmlint/5.5.1/templates/common.yaml b/stable/rmlint/5.7.1/templates/common.yaml similarity index 100% rename from stable/rmlint/5.5.1/templates/common.yaml rename to stable/rmlint/5.7.1/templates/common.yaml diff --git a/stable/rust/5.5.1/values.yaml b/stable/rmlint/5.7.1/values.yaml similarity index 100% rename from stable/rust/5.5.1/values.yaml rename to stable/rmlint/5.7.1/values.yaml diff --git a/stable/romm/8.0.0/CHANGELOG.md b/stable/romm/8.0.0/CHANGELOG.md deleted file mode 100644 index 69f2e273510..00000000000 --- a/stable/romm/8.0.0/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [romm-8.0.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.0.0) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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-7.11.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-7.11.1) (2024-03-16) - -### Chore - - - -- 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)) - diff --git a/stable/romm/8.0.0/Chart.yaml b/stable/romm/8.0.0/Chart.yaml deleted file mode 100644 index 3cf0a472fe4..00000000000 --- a/stable/romm/8.0.0/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - repository: oci://tccr.io/truecharts - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.5 - 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.0.0 diff --git a/stable/romm/8.0.0/app-changelog.md b/stable/romm/8.0.0/app-changelog.md deleted file mode 100644 index 825aa226d28..00000000000 --- a/stable/romm/8.0.0/app-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ - - -## [romm-8.0.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.0.0) (2024-03-16) - -### Chore - - - -- 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.0.0/charts/common-20.1.5.tgz b/stable/romm/8.0.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/romm/8.0.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/romm/8.0.0/charts/mariadb-13.5.4.tgz b/stable/romm/8.0.0/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/romm/8.0.0/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/rustpad/5.5.1/.helmignore b/stable/romm/8.3.1/.helmignore similarity index 100% rename from stable/rustpad/5.5.1/.helmignore rename to stable/romm/8.3.1/.helmignore diff --git a/stable/romm/8.3.1/CHANGELOG.md b/stable/romm/8.3.1/CHANGELOG.md new file mode 100644 index 00000000000..5c35ebec77d --- /dev/null +++ b/stable/romm/8.3.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [romm-8.3.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.1) (2024-03-17) + +### Chore + + + +- update container 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.3.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.0) (2024-03-17) + +### Chore + + + +- 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.3.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.0) (2024-03-17) + +### Chore + + + +- 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.3.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.0) (2024-03-17) + +### Chore + + + +- 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.3.0](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.0) (2024-03-17) + +### Chore diff --git a/stable/romm/8.3.1/Chart.yaml b/stable/romm/8.3.1/Chart.yaml new file mode 100644 index 00000000000..3fdafd39bf6 --- /dev/null +++ b/stable/romm/8.3.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + repository: oci://tccr.io/truecharts + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.3.1 diff --git a/stable/romm/8.0.0/README.md b/stable/romm/8.3.1/README.md similarity index 100% rename from stable/romm/8.0.0/README.md rename to stable/romm/8.3.1/README.md diff --git a/stable/romm/8.3.1/app-changelog.md b/stable/romm/8.3.1/app-changelog.md new file mode 100644 index 00000000000..32da437087d --- /dev/null +++ b/stable/romm/8.3.1/app-changelog.md @@ -0,0 +1,23 @@ + + +## [romm-8.3.1](https://github.com/truecharts/charts/compare/romm-7.11.0...romm-8.3.1) (2024-03-17) + +### Chore + + + +- update container 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.0.0/app-readme.md b/stable/romm/8.3.1/app-readme.md similarity index 100% rename from stable/romm/8.0.0/app-readme.md rename to stable/romm/8.3.1/app-readme.md diff --git a/stable/romm/8.3.1/charts/common-20.2.2.tgz b/stable/romm/8.3.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/romm/8.3.1/charts/common-20.2.2.tgz differ diff --git a/stable/romm/8.3.1/charts/mariadb-13.7.0.tgz b/stable/romm/8.3.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/romm/8.3.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/romm/8.3.1/charts/redis-13.0.5.tgz b/stable/romm/8.3.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/romm/8.3.1/charts/redis-13.0.5.tgz differ diff --git a/stable/romm/8.0.0/ix_values.yaml b/stable/romm/8.3.1/ix_values.yaml similarity index 100% rename from stable/romm/8.0.0/ix_values.yaml rename to stable/romm/8.3.1/ix_values.yaml diff --git a/stable/romm/8.0.0/questions.yaml b/stable/romm/8.3.1/questions.yaml similarity index 100% rename from stable/romm/8.0.0/questions.yaml rename to stable/romm/8.3.1/questions.yaml diff --git a/stable/searxng/7.5.2/templates/NOTES.txt b/stable/romm/8.3.1/templates/NOTES.txt similarity index 100% rename from stable/searxng/7.5.2/templates/NOTES.txt rename to stable/romm/8.3.1/templates/NOTES.txt diff --git a/stable/romm/8.0.0/templates/_secrets.tpl b/stable/romm/8.3.1/templates/_secrets.tpl similarity index 100% rename from stable/romm/8.0.0/templates/_secrets.tpl rename to stable/romm/8.3.1/templates/_secrets.tpl diff --git a/stable/romm/8.0.0/templates/common.yaml b/stable/romm/8.3.1/templates/common.yaml similarity index 100% rename from stable/romm/8.0.0/templates/common.yaml rename to stable/romm/8.3.1/templates/common.yaml diff --git a/stable/rustpad/5.5.1/values.yaml b/stable/romm/8.3.1/values.yaml similarity index 100% rename from stable/rustpad/5.5.1/values.yaml rename to stable/romm/8.3.1/values.yaml diff --git a/stable/root/5.5.1/CHANGELOG.md b/stable/root/5.5.1/CHANGELOG.md deleted file mode 100644 index 4aefbd381b0..00000000000 --- a/stable/root/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [root-5.5.1](https://github.com/truecharts/charts/compare/root-5.5.0...root-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [root-5.5.0](https://github.com/truecharts/charts/compare/root-5.4.1...root-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [root-5.4.1](https://github.com/truecharts/charts/compare/root-5.4.0...root-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [root-5.4.0](https://github.com/truecharts/charts/compare/root-5.3.0...root-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [root-5.3.0](https://github.com/truecharts/charts/compare/root-5.2.3...root-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [root-5.2.3](https://github.com/truecharts/charts/compare/root-5.2.2...root-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [root-5.2.2](https://github.com/truecharts/charts/compare/root-5.2.0...root-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [root-4.1.11](https://github.com/truecharts/charts/compare/root-4.1.10...root-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [root-4.1.10](https://github.com/truecharts/charts/compare/root-4.1.9...root-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/root/5.5.1/Chart.yaml b/stable/root/5.5.1/Chart.yaml deleted file mode 100644 index 7d534a08938..00000000000 --- a/stable/root/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/root/5.5.1/charts/common-20.0.8.tgz b/stable/root/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/root/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/s3backup/5.5.1/.helmignore b/stable/root/5.7.1/.helmignore similarity index 100% rename from stable/s3backup/5.5.1/.helmignore rename to stable/root/5.7.1/.helmignore diff --git a/stable/root/5.7.1/CHANGELOG.md b/stable/root/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..42777dba83c --- /dev/null +++ b/stable/root/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [root-5.7.1](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/root/5.7.1/Chart.yaml new file mode 100644 index 00000000000..48bff2a0533 --- /dev/null +++ b/stable/root/5.7.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: 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.2 + 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.1 diff --git a/stable/root/5.5.1/README.md b/stable/root/5.7.1/README.md similarity index 100% rename from stable/root/5.5.1/README.md rename to stable/root/5.7.1/README.md diff --git a/stable/root/5.7.1/app-changelog.md b/stable/root/5.7.1/app-changelog.md new file mode 100644 index 00000000000..21d4cf06a6c --- /dev/null +++ b/stable/root/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [root-5.7.1](https://github.com/truecharts/charts/compare/root-5.6.0...root-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/root/5.7.1/app-readme.md similarity index 100% rename from stable/root/5.5.1/app-readme.md rename to stable/root/5.7.1/app-readme.md diff --git a/stable/root/5.7.1/charts/common-20.2.2.tgz b/stable/root/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/root/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/root/5.5.1/ix_values.yaml b/stable/root/5.7.1/ix_values.yaml similarity index 100% rename from stable/root/5.5.1/ix_values.yaml rename to stable/root/5.7.1/ix_values.yaml diff --git a/stable/root/5.5.1/questions.yaml b/stable/root/5.7.1/questions.yaml similarity index 100% rename from stable/root/5.5.1/questions.yaml rename to stable/root/5.7.1/questions.yaml diff --git a/stable/root/5.5.1/templates/common.yaml b/stable/root/5.7.1/templates/common.yaml similarity index 100% rename from stable/root/5.5.1/templates/common.yaml rename to stable/root/5.7.1/templates/common.yaml diff --git a/stable/s3backup/5.5.1/values.yaml b/stable/root/5.7.1/values.yaml similarity index 100% rename from stable/s3backup/5.5.1/values.yaml rename to stable/root/5.7.1/values.yaml diff --git a/stable/rsnapshot/9.5.2/CHANGELOG.md b/stable/rsnapshot/9.5.2/CHANGELOG.md deleted file mode 100644 index 7769b20f390..00000000000 --- a/stable/rsnapshot/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rsnapshot-9.5.2](https://github.com/truecharts/charts/compare/rsnapshot-9.5.1...rsnapshot-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [rsnapshot-9.5.1](https://github.com/truecharts/charts/compare/rsnapshot-9.5.0...rsnapshot-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rsnapshot-9.5.0](https://github.com/truecharts/charts/compare/rsnapshot-9.4.2...rsnapshot-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rsnapshot-9.4.2](https://github.com/truecharts/charts/compare/rsnapshot-9.4.1...rsnapshot-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/rsnapshot to 1.4.5[@3e8c9ca](https://github.com/3e8c9ca) by renovate ([#19012](https://github.com/truecharts/charts/issues/19012)) - - -## [rsnapshot-9.4.1](https://github.com/truecharts/charts/compare/rsnapshot-9.4.0...rsnapshot-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rsnapshot-9.4.0](https://github.com/truecharts/charts/compare/rsnapshot-9.3.0...rsnapshot-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rsnapshot-9.3.0](https://github.com/truecharts/charts/compare/rsnapshot-9.2.3...rsnapshot-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rsnapshot-9.2.3](https://github.com/truecharts/charts/compare/rsnapshot-9.2.2...rsnapshot-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rsnapshot-9.2.2](https://github.com/truecharts/charts/compare/rsnapshot-9.2.0...rsnapshot-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/rsnapshot/9.5.2/Chart.yaml b/stable/rsnapshot/9.5.2/Chart.yaml deleted file mode 100644 index 2ccb73655f3..00000000000 --- a/stable/rsnapshot/9.5.2/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.0.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.5.2 diff --git a/stable/rsnapshot/9.5.2/charts/common-20.0.9.tgz b/stable/rsnapshot/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/rsnapshot/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/rsnapshot/9.5.2/ix_values.yaml b/stable/rsnapshot/9.5.2/ix_values.yaml deleted file mode 100644 index 7c14a69c2b0..00000000000 --- a/stable/rsnapshot/9.5.2/ix_values.yaml +++ /dev/null @@ -1,37 +0,0 @@ -image: - repository: ghcr.io/linuxserver/rsnapshot - pullPolicy: IfNotPresent - tag: 1.4.5@sha256:3e8c9caca3a47d9550343c81b485631e8793ff1ceb7c72886630f6db8b77b71a -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/s3sync/5.5.1/.helmignore b/stable/rsnapshot/9.7.1/.helmignore similarity index 100% rename from stable/s3sync/5.5.1/.helmignore rename to stable/rsnapshot/9.7.1/.helmignore diff --git a/stable/rsnapshot/9.7.1/CHANGELOG.md b/stable/rsnapshot/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9413d24badf --- /dev/null +++ b/stable/rsnapshot/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rsnapshot-9.7.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/rsnapshot/9.7.1/Chart.yaml b/stable/rsnapshot/9.7.1/Chart.yaml new file mode 100644 index 00000000000..695f9005fb2 --- /dev/null +++ b/stable/rsnapshot/9.7.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: 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.2 + 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.1 diff --git a/stable/rsnapshot/9.5.2/README.md b/stable/rsnapshot/9.7.1/README.md similarity index 100% rename from stable/rsnapshot/9.5.2/README.md rename to stable/rsnapshot/9.7.1/README.md diff --git a/stable/rsnapshot/9.7.1/app-changelog.md b/stable/rsnapshot/9.7.1/app-changelog.md new file mode 100644 index 00000000000..ee161ba569c --- /dev/null +++ b/stable/rsnapshot/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [rsnapshot-9.7.1](https://github.com/truecharts/charts/compare/rsnapshot-9.6.0...rsnapshot-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/rsnapshot/9.7.1/app-readme.md similarity index 100% rename from stable/rsnapshot/9.5.2/app-readme.md rename to stable/rsnapshot/9.7.1/app-readme.md diff --git a/stable/rsnapshot/9.7.1/charts/common-20.2.2.tgz b/stable/rsnapshot/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rsnapshot/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rsnapshot/9.7.1/ix_values.yaml b/stable/rsnapshot/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..336a481c2c0 --- /dev/null +++ b/stable/rsnapshot/9.7.1/ix_values.yaml @@ -0,0 +1,37 @@ +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/rsnapshot/9.5.2/questions.yaml b/stable/rsnapshot/9.7.1/questions.yaml similarity index 100% rename from stable/rsnapshot/9.5.2/questions.yaml rename to stable/rsnapshot/9.7.1/questions.yaml diff --git a/stable/seedsync/7.5.1/templates/NOTES.txt b/stable/rsnapshot/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/seedsync/7.5.1/templates/NOTES.txt rename to stable/rsnapshot/9.7.1/templates/NOTES.txt diff --git a/stable/sabnzbd/19.3.2/templates/common.yaml b/stable/rsnapshot/9.7.1/templates/common.yaml similarity index 100% rename from stable/sabnzbd/19.3.2/templates/common.yaml rename to stable/rsnapshot/9.7.1/templates/common.yaml diff --git a/stable/s3sync/5.5.1/values.yaml b/stable/rsnapshot/9.7.1/values.yaml similarity index 100% rename from stable/s3sync/5.5.1/values.yaml rename to stable/rsnapshot/9.7.1/values.yaml diff --git a/stable/rss-bridge/10.5.1/CHANGELOG.md b/stable/rss-bridge/10.5.1/CHANGELOG.md deleted file mode 100644 index 3c71e8ac085..00000000000 --- a/stable/rss-bridge/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-bridge-10.5.1](https://github.com/truecharts/charts/compare/rss-bridge-10.5.0...rss-bridge-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rss-bridge-10.5.0](https://github.com/truecharts/charts/compare/rss-bridge-10.4.1...rss-bridge-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rss-bridge-10.4.1](https://github.com/truecharts/charts/compare/rss-bridge-10.4.0...rss-bridge-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rss-bridge-10.4.0](https://github.com/truecharts/charts/compare/rss-bridge-10.3.0...rss-bridge-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rss-bridge-10.3.0](https://github.com/truecharts/charts/compare/rss-bridge-10.2.3...rss-bridge-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rss-bridge-10.2.3](https://github.com/truecharts/charts/compare/rss-bridge-10.2.2...rss-bridge-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rss-bridge-10.2.2](https://github.com/truecharts/charts/compare/rss-bridge-10.2.0...rss-bridge-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rss-bridge-9.0.0](https://github.com/truecharts/charts/compare/rss-bridge-8.1.12...rss-bridge-9.0.0) (2024-02-05) - -### Chore - - - -- update container image rssbridge/rss-bridge to v2024-02-02[@1a4d30c](https://github.com/1a4d30c) by renovate ([#17967](https://github.com/truecharts/charts/issues/17967)) - - -## [rss-bridge-8.1.12](https://github.com/truecharts/charts/compare/rss-bridge-8.1.11...rss-bridge-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/rss-bridge/10.5.1/Chart.yaml b/stable/rss-bridge/10.5.1/Chart.yaml deleted file mode 100644 index d25cb15cb3a..00000000000 --- a/stable/rss-bridge/10.5.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: 2024.2.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/rss-bridge/10.5.1/charts/common-20.0.8.tgz b/stable/rss-bridge/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rss-bridge/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sabnzbd/19.3.2/.helmignore b/stable/rss-bridge/10.7.1/.helmignore similarity index 100% rename from stable/sabnzbd/19.3.2/.helmignore rename to stable/rss-bridge/10.7.1/.helmignore diff --git a/stable/rss-bridge/10.7.1/CHANGELOG.md b/stable/rss-bridge/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0018af76932 --- /dev/null +++ b/stable/rss-bridge/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-bridge-10.7.1](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rss-bridge/10.7.1/Chart.yaml new file mode 100644 index 00000000000..199a40e131b --- /dev/null +++ b/stable/rss-bridge/10.7.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: 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.2 + 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.1 diff --git a/stable/rss-bridge/10.5.1/README.md b/stable/rss-bridge/10.7.1/README.md similarity index 100% rename from stable/rss-bridge/10.5.1/README.md rename to stable/rss-bridge/10.7.1/README.md diff --git a/stable/rss-bridge/10.7.1/app-changelog.md b/stable/rss-bridge/10.7.1/app-changelog.md new file mode 100644 index 00000000000..e877a482a6d --- /dev/null +++ b/stable/rss-bridge/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rss-bridge-10.7.1](https://github.com/truecharts/charts/compare/rss-bridge-10.6.0...rss-bridge-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rss-bridge/10.7.1/app-readme.md similarity index 100% rename from stable/rss-bridge/10.5.1/app-readme.md rename to stable/rss-bridge/10.7.1/app-readme.md diff --git a/stable/rss-bridge/10.7.1/charts/common-20.2.2.tgz b/stable/rss-bridge/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rss-bridge/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rss-bridge/10.5.1/ix_values.yaml b/stable/rss-bridge/10.7.1/ix_values.yaml similarity index 100% rename from stable/rss-bridge/10.5.1/ix_values.yaml rename to stable/rss-bridge/10.7.1/ix_values.yaml diff --git a/stable/rss-bridge/10.5.1/questions.yaml b/stable/rss-bridge/10.7.1/questions.yaml similarity index 100% rename from stable/rss-bridge/10.5.1/questions.yaml rename to stable/rss-bridge/10.7.1/questions.yaml diff --git a/stable/ser2sock/13.5.1/templates/NOTES.txt b/stable/rss-bridge/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/ser2sock/13.5.1/templates/NOTES.txt rename to stable/rss-bridge/10.7.1/templates/NOTES.txt diff --git a/stable/satisfactory/9.5.1/templates/common.yaml b/stable/rss-bridge/10.7.1/templates/common.yaml similarity index 100% rename from stable/satisfactory/9.5.1/templates/common.yaml rename to stable/rss-bridge/10.7.1/templates/common.yaml diff --git a/stable/sabnzbd/19.3.2/values.yaml b/stable/rss-bridge/10.7.1/values.yaml similarity index 100% rename from stable/sabnzbd/19.3.2/values.yaml rename to stable/rss-bridge/10.7.1/values.yaml diff --git a/stable/rss-proxy/5.5.1/CHANGELOG.md b/stable/rss-proxy/5.5.1/CHANGELOG.md deleted file mode 100644 index a5179805e6e..00000000000 --- a/stable/rss-proxy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-proxy-5.5.1](https://github.com/truecharts/charts/compare/rss-proxy-5.5.0...rss-proxy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rss-proxy-5.5.0](https://github.com/truecharts/charts/compare/rss-proxy-5.4.1...rss-proxy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rss-proxy-5.4.1](https://github.com/truecharts/charts/compare/rss-proxy-5.4.0...rss-proxy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rss-proxy-5.4.0](https://github.com/truecharts/charts/compare/rss-proxy-5.3.0...rss-proxy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rss-proxy-5.3.0](https://github.com/truecharts/charts/compare/rss-proxy-5.2.3...rss-proxy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rss-proxy-5.2.3](https://github.com/truecharts/charts/compare/rss-proxy-5.2.2...rss-proxy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rss-proxy-5.2.2](https://github.com/truecharts/charts/compare/rss-proxy-5.2.0...rss-proxy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rss-proxy-4.1.11](https://github.com/truecharts/charts/compare/rss-proxy-4.1.10...rss-proxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rss-proxy-4.1.10](https://github.com/truecharts/charts/compare/rss-proxy-4.1.9...rss-proxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/rss-proxy/5.5.1/Chart.yaml b/stable/rss-proxy/5.5.1/Chart.yaml deleted file mode 100644 index d2447025178..00000000000 --- a/stable/rss-proxy/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rss-proxy/5.5.1/charts/common-20.0.8.tgz b/stable/rss-proxy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rss-proxy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/satisfactory/9.5.1/.helmignore b/stable/rss-proxy/5.7.1/.helmignore similarity index 100% rename from stable/satisfactory/9.5.1/.helmignore rename to stable/rss-proxy/5.7.1/.helmignore diff --git a/stable/rss-proxy/5.7.1/CHANGELOG.md b/stable/rss-proxy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a58385c0772 --- /dev/null +++ b/stable/rss-proxy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-proxy-5.7.1](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rss-proxy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..dda792c6080 --- /dev/null +++ b/stable/rss-proxy/5.7.1/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.2 + 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.1 diff --git a/stable/rss-proxy/5.5.1/README.md b/stable/rss-proxy/5.7.1/README.md similarity index 100% rename from stable/rss-proxy/5.5.1/README.md rename to stable/rss-proxy/5.7.1/README.md diff --git a/stable/rss-proxy/5.7.1/app-changelog.md b/stable/rss-proxy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..593603614a6 --- /dev/null +++ b/stable/rss-proxy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rss-proxy-5.7.1](https://github.com/truecharts/charts/compare/rss-proxy-5.6.0...rss-proxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rss-proxy/5.7.1/app-readme.md similarity index 100% rename from stable/rss-proxy/5.5.1/app-readme.md rename to stable/rss-proxy/5.7.1/app-readme.md diff --git a/stable/rss-proxy/5.7.1/charts/common-20.2.2.tgz b/stable/rss-proxy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rss-proxy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rss-proxy/5.5.1/ix_values.yaml b/stable/rss-proxy/5.7.1/ix_values.yaml similarity index 100% rename from stable/rss-proxy/5.5.1/ix_values.yaml rename to stable/rss-proxy/5.7.1/ix_values.yaml diff --git a/stable/rss-proxy/5.5.1/questions.yaml b/stable/rss-proxy/5.7.1/questions.yaml similarity index 100% rename from stable/rss-proxy/5.5.1/questions.yaml rename to stable/rss-proxy/5.7.1/questions.yaml diff --git a/stable/rss-proxy/5.5.1/templates/common.yaml b/stable/rss-proxy/5.7.1/templates/common.yaml similarity index 100% rename from stable/rss-proxy/5.5.1/templates/common.yaml rename to stable/rss-proxy/5.7.1/templates/common.yaml diff --git a/stable/satisfactory/9.5.1/values.yaml b/stable/rss-proxy/5.7.1/values.yaml similarity index 100% rename from stable/satisfactory/9.5.1/values.yaml rename to stable/rss-proxy/5.7.1/values.yaml diff --git a/stable/rss-to-telegram/5.5.1/CHANGELOG.md b/stable/rss-to-telegram/5.5.1/CHANGELOG.md deleted file mode 100644 index 49d6deb3028..00000000000 --- a/stable/rss-to-telegram/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rss-to-telegram-5.5.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.5.0...rss-to-telegram-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rss-to-telegram-5.5.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.4.1...rss-to-telegram-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rss-to-telegram-5.4.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.4.0...rss-to-telegram-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rss-to-telegram-5.4.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.3.0...rss-to-telegram-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rss-to-telegram-5.3.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.3...rss-to-telegram-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rss-to-telegram-5.2.3](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.2...rss-to-telegram-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rss-to-telegram-5.2.2](https://github.com/truecharts/charts/compare/rss-to-telegram-5.2.0...rss-to-telegram-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - -## [rss-to-telegram-4.1.11](https://github.com/truecharts/charts/compare/rss-to-telegram-4.1.10...rss-to-telegram-4.1.11) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/rss-to-telegram/5.5.1/Chart.yaml b/stable/rss-to-telegram/5.5.1/Chart.yaml deleted file mode 100644 index f090840e42d..00000000000 --- a/stable/rss-to-telegram/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rss-to-telegram/5.5.1/charts/common-20.0.8.tgz b/stable/rss-to-telegram/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rss-to-telegram/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/scrutiny/10.5.2/.helmignore b/stable/rss-to-telegram/5.7.1/.helmignore similarity index 100% rename from stable/scrutiny/10.5.2/.helmignore rename to stable/rss-to-telegram/5.7.1/.helmignore diff --git a/stable/rss-to-telegram/5.7.1/CHANGELOG.md b/stable/rss-to-telegram/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f3f10a0ad04 --- /dev/null +++ b/stable/rss-to-telegram/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rss-to-telegram-5.7.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rss-to-telegram/5.7.1/Chart.yaml new file mode 100644 index 00000000000..c904e1c524a --- /dev/null +++ b/stable/rss-to-telegram/5.7.1/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.2 + 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.1 diff --git a/stable/rss-to-telegram/5.5.1/README.md b/stable/rss-to-telegram/5.7.1/README.md similarity index 100% rename from stable/rss-to-telegram/5.5.1/README.md rename to stable/rss-to-telegram/5.7.1/README.md diff --git a/stable/rss-to-telegram/5.7.1/app-changelog.md b/stable/rss-to-telegram/5.7.1/app-changelog.md new file mode 100644 index 00000000000..cc9b59baea5 --- /dev/null +++ b/stable/rss-to-telegram/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rss-to-telegram-5.7.1](https://github.com/truecharts/charts/compare/rss-to-telegram-5.6.0...rss-to-telegram-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rss-to-telegram/5.7.1/app-readme.md similarity index 100% rename from stable/rss-to-telegram/5.5.1/app-readme.md rename to stable/rss-to-telegram/5.7.1/app-readme.md diff --git a/stable/rss-to-telegram/5.7.1/charts/common-20.2.2.tgz b/stable/rss-to-telegram/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rss-to-telegram/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rss-to-telegram/5.5.1/ix_values.yaml b/stable/rss-to-telegram/5.7.1/ix_values.yaml similarity index 100% rename from stable/rss-to-telegram/5.5.1/ix_values.yaml rename to stable/rss-to-telegram/5.7.1/ix_values.yaml diff --git a/stable/rss-to-telegram/5.5.1/questions.yaml b/stable/rss-to-telegram/5.7.1/questions.yaml similarity index 100% rename from stable/rss-to-telegram/5.5.1/questions.yaml rename to stable/rss-to-telegram/5.7.1/questions.yaml diff --git a/stable/rss-to-telegram/5.5.1/templates/common.yaml b/stable/rss-to-telegram/5.7.1/templates/common.yaml similarity index 100% rename from stable/rss-to-telegram/5.5.1/templates/common.yaml rename to stable/rss-to-telegram/5.7.1/templates/common.yaml diff --git a/stable/scrutiny/10.5.2/values.yaml b/stable/rss-to-telegram/5.7.1/values.yaml similarity index 100% rename from stable/scrutiny/10.5.2/values.yaml rename to stable/rss-to-telegram/5.7.1/values.yaml diff --git a/stable/rsshub/12.7.5/CHANGELOG.md b/stable/rsshub/12.7.5/CHANGELOG.md index f7823a7823f..f350c8d8403 100644 --- a/stable/rsshub/12.7.5/CHANGELOG.md +++ b/stable/rsshub/12.7.5/CHANGELOG.md @@ -14,6 +14,31 @@ title: Changelog +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image diygod/rsshub to latest[@59dcb9e](https://github.com/59dcb9e) by renovate ([#19430](https://github.com/truecharts/charts/issues/19430)) + +- update container image diygod/rsshub to latest[@4040524](https://github.com/4040524) by renovate ([#19419](https://github.com/truecharts/charts/issues/19419)) + +- update container image diygod/rsshub to latest[@3be9a6d](https://github.com/3be9a6d) by renovate ([#19396](https://github.com/truecharts/charts/issues/19396)) + +- update container image diygod/rsshub to latest[@57def26](https://github.com/57def26) by renovate ([#19380](https://github.com/truecharts/charts/issues/19380)) + +- update container image diygod/rsshub to latest[@a0ba520](https://github.com/a0ba520) by renovate ([#19372](https://github.com/truecharts/charts/issues/19372)) + +- update container 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 diygod/rsshub to latest[@b5a6e57](https://github.com/b5a6e57) by renovate ([#19220](https://github.com/truecharts/charts/issues/19220)) + + +## [rsshub-12.7.5](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.7.5) (2024-03-17) + +### Chore + + + - update container image diygod/rsshub to latest[@59dcb9e](https://github.com/59dcb9e) by renovate ([#19430](https://github.com/truecharts/charts/issues/19430)) - update container image diygod/rsshub to latest[@4040524](https://github.com/4040524) by renovate ([#19419](https://github.com/truecharts/charts/issues/19419)) @@ -72,28 +97,3 @@ title: Changelog - update container image diygod/rsshub to latest[@b5a6e57](https://github.com/b5a6e57) by renovate ([#19220](https://github.com/truecharts/charts/issues/19220)) - -## [rsshub-12.7.4](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.7.4) (2024-03-17) - -### Chore - - - -- update container image diygod/rsshub to latest[@4040524](https://github.com/4040524) by renovate ([#19419](https://github.com/truecharts/charts/issues/19419)) - -- update container image diygod/rsshub to latest[@3be9a6d](https://github.com/3be9a6d) by renovate ([#19396](https://github.com/truecharts/charts/issues/19396)) - -- update container image diygod/rsshub to latest[@57def26](https://github.com/57def26) by renovate ([#19380](https://github.com/truecharts/charts/issues/19380)) - -- update container image diygod/rsshub to latest[@a0ba520](https://github.com/a0ba520) by renovate ([#19372](https://github.com/truecharts/charts/issues/19372)) - -- update container 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 diygod/rsshub to latest[@b5a6e57](https://github.com/b5a6e57) by renovate ([#19220](https://github.com/truecharts/charts/issues/19220)) - - -## [rsshub-12.7.3](https://github.com/truecharts/charts/compare/rsshub-12.6.0...rsshub-12.7.3) (2024-03-17) - -### Chore diff --git a/stable/rsshub/12.7.5/Chart.yaml b/stable/rsshub/12.7.5/Chart.yaml index 9fdc47a5fa5..2bceb8b590c 100644 --- a/stable/rsshub/12.7.5/Chart.yaml +++ b/stable/rsshub/12.7.5/Chart.yaml @@ -10,7 +10,7 @@ apiVersion: v2 appVersion: latest dependencies: - name: common - version: 20.2.0 + version: 20.2.2 repository: oci://tccr.io/truecharts condition: "" alias: "" diff --git a/stable/rsshub/12.7.5/app-changelog.md b/stable/rsshub/12.7.5/app-changelog.md index 08bbab10dd0..a8dedc6db80 100644 --- a/stable/rsshub/12.7.5/app-changelog.md +++ b/stable/rsshub/12.7.5/app-changelog.md @@ -6,6 +6,8 @@ +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + - update container image diygod/rsshub to latest[@59dcb9e](https://github.com/59dcb9e) by renovate ([#19430](https://github.com/truecharts/charts/issues/19430)) - update container image diygod/rsshub to latest[@4040524](https://github.com/4040524) by renovate ([#19419](https://github.com/truecharts/charts/issues/19419)) diff --git a/stable/rsshub/12.7.5/charts/common-20.2.0.tgz b/stable/rsshub/12.7.5/charts/common-20.2.0.tgz deleted file mode 100644 index 8bc207a92f0..00000000000 Binary files a/stable/rsshub/12.7.5/charts/common-20.2.0.tgz and /dev/null differ diff --git a/stable/rsshub/12.7.5/charts/common-20.2.2.tgz b/stable/rsshub/12.7.5/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rsshub/12.7.5/charts/common-20.2.2.tgz differ diff --git a/stable/rstudio/6.5.2/CHANGELOG.md b/stable/rstudio/6.5.2/CHANGELOG.md deleted file mode 100644 index ca3733124a8..00000000000 --- a/stable/rstudio/6.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rstudio-6.5.2](https://github.com/truecharts/charts/compare/rstudio-6.5.1...rstudio-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [rstudio-6.5.1](https://github.com/truecharts/charts/compare/rstudio-6.5.0...rstudio-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rstudio-6.5.0](https://github.com/truecharts/charts/compare/rstudio-6.4.1...rstudio-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rstudio-6.4.1](https://github.com/truecharts/charts/compare/rstudio-6.4.0...rstudio-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rstudio-6.4.0](https://github.com/truecharts/charts/compare/rstudio-6.3.0...rstudio-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rstudio-6.3.0](https://github.com/truecharts/charts/compare/rstudio-6.2.5...rstudio-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rstudio-6.2.5](https://github.com/truecharts/charts/compare/rstudio-6.2.4...rstudio-6.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rstudio-6.2.4](https://github.com/truecharts/charts/compare/rstudio-6.2.2...rstudio-6.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [rstudio-5.1.14](https://github.com/truecharts/charts/compare/rstudio-5.1.13...rstudio-5.1.14) (2024-02-05) - -### Chore - - diff --git a/stable/rstudio/6.5.2/Chart.yaml b/stable/rstudio/6.5.2/Chart.yaml deleted file mode 100644 index 2a8c1e73c71..00000000000 --- a/stable/rstudio/6.5.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: 4.3.3 -dependencies: - - name: common - version: 20.0.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.5.2 diff --git a/stable/rstudio/6.5.2/charts/common-20.0.9.tgz b/stable/rstudio/6.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/rstudio/6.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/rstudio/6.5.2/ix_values.yaml b/stable/rstudio/6.5.2/ix_values.yaml deleted file mode 100644 index 5912cfc2719..00000000000 --- a/stable/rstudio/6.5.2/ix_values.yaml +++ /dev/null @@ -1,38 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: rocker/rstudio - tag: 4.3.3@sha256:9f4e48ff0808a80040cf3897be44a1b9618c4f0d4186eb74b7bb6fbec5e4b590 -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/scrypted/4.5.1/.helmignore b/stable/rstudio/6.7.1/.helmignore similarity index 100% rename from stable/scrypted/4.5.1/.helmignore rename to stable/rstudio/6.7.1/.helmignore diff --git a/stable/rstudio/6.7.1/CHANGELOG.md b/stable/rstudio/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c6a7ac7085e --- /dev/null +++ b/stable/rstudio/6.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rstudio-6.7.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/rstudio/6.7.1/Chart.yaml b/stable/rstudio/6.7.1/Chart.yaml new file mode 100644 index 00000000000..efd168f67eb --- /dev/null +++ b/stable/rstudio/6.7.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: 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.2 + 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.1 diff --git a/stable/rstudio/6.5.2/README.md b/stable/rstudio/6.7.1/README.md similarity index 100% rename from stable/rstudio/6.5.2/README.md rename to stable/rstudio/6.7.1/README.md diff --git a/stable/rstudio/6.7.1/app-changelog.md b/stable/rstudio/6.7.1/app-changelog.md new file mode 100644 index 00000000000..ec6538be5f4 --- /dev/null +++ b/stable/rstudio/6.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [rstudio-6.7.1](https://github.com/truecharts/charts/compare/rstudio-6.6.0...rstudio-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/rstudio/6.7.1/app-readme.md similarity index 100% rename from stable/rstudio/6.5.2/app-readme.md rename to stable/rstudio/6.7.1/app-readme.md diff --git a/stable/rstudio/6.7.1/charts/common-20.2.2.tgz b/stable/rstudio/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rstudio/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rstudio/6.7.1/ix_values.yaml b/stable/rstudio/6.7.1/ix_values.yaml new file mode 100644 index 00000000000..372d94983b1 --- /dev/null +++ b/stable/rstudio/6.7.1/ix_values.yaml @@ -0,0 +1,38 @@ +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/rstudio/6.5.2/questions.yaml b/stable/rstudio/6.7.1/questions.yaml similarity index 100% rename from stable/rstudio/6.5.2/questions.yaml rename to stable/rstudio/6.7.1/questions.yaml diff --git a/stable/rstudio/6.5.2/templates/common.yaml b/stable/rstudio/6.7.1/templates/common.yaml similarity index 100% rename from stable/rstudio/6.5.2/templates/common.yaml rename to stable/rstudio/6.7.1/templates/common.yaml diff --git a/stable/scrypted/4.5.1/values.yaml b/stable/rstudio/6.7.1/values.yaml similarity index 100% rename from stable/scrypted/4.5.1/values.yaml rename to stable/rstudio/6.7.1/values.yaml diff --git a/stable/rtorrent-rutorrent/4.5.1/CHANGELOG.md b/stable/rtorrent-rutorrent/4.5.1/CHANGELOG.md deleted file mode 100644 index bd227811909..00000000000 --- a/stable/rtorrent-rutorrent/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rtorrent-rutorrent-4.5.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.5.0...rtorrent-rutorrent-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rtorrent-rutorrent-4.5.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.4.1...rtorrent-rutorrent-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rtorrent-rutorrent-4.4.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.4.0...rtorrent-rutorrent-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rtorrent-rutorrent-4.4.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.3.0...rtorrent-rutorrent-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rtorrent-rutorrent-4.3.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.3...rtorrent-rutorrent-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rtorrent-rutorrent-4.2.3](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.2...rtorrent-rutorrent-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rtorrent-rutorrent-4.2.2](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.2.0...rtorrent-rutorrent-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - -## [rtorrent-rutorrent-3.1.11](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-3.1.10...rtorrent-rutorrent-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/rtorrent-rutorrent/4.5.1/Chart.yaml b/stable/rtorrent-rutorrent/4.5.1/Chart.yaml deleted file mode 100644 index 0fec20aa0f4..00000000000 --- a/stable/rtorrent-rutorrent/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rtorrent-rutorrent/4.5.1/charts/common-20.0.8.tgz b/stable/rtorrent-rutorrent/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rtorrent-rutorrent/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sdtd/7.5.1/.helmignore b/stable/rtorrent-rutorrent/4.7.1/.helmignore similarity index 100% rename from stable/sdtd/7.5.1/.helmignore rename to stable/rtorrent-rutorrent/4.7.1/.helmignore diff --git a/stable/rtorrent-rutorrent/4.7.1/CHANGELOG.md b/stable/rtorrent-rutorrent/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0b479a57bee --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rtorrent-rutorrent-4.7.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rtorrent-rutorrent/4.7.1/Chart.yaml new file mode 100644 index 00000000000..e1a50c01683 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.1/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.2 + 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.1 diff --git a/stable/rtorrent-rutorrent/4.5.1/README.md b/stable/rtorrent-rutorrent/4.7.1/README.md similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/README.md rename to stable/rtorrent-rutorrent/4.7.1/README.md diff --git a/stable/rtorrent-rutorrent/4.7.1/app-changelog.md b/stable/rtorrent-rutorrent/4.7.1/app-changelog.md new file mode 100644 index 00000000000..1a914220f29 --- /dev/null +++ b/stable/rtorrent-rutorrent/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rtorrent-rutorrent-4.7.1](https://github.com/truecharts/charts/compare/rtorrent-rutorrent-4.6.0...rtorrent-rutorrent-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rtorrent-rutorrent/4.7.1/app-readme.md similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/app-readme.md rename to stable/rtorrent-rutorrent/4.7.1/app-readme.md diff --git a/stable/rtorrent-rutorrent/4.7.1/charts/common-20.2.2.tgz b/stable/rtorrent-rutorrent/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rtorrent-rutorrent/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rtorrent-rutorrent/4.5.1/ix_values.yaml b/stable/rtorrent-rutorrent/4.7.1/ix_values.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/ix_values.yaml rename to stable/rtorrent-rutorrent/4.7.1/ix_values.yaml diff --git a/stable/rtorrent-rutorrent/4.5.1/questions.yaml b/stable/rtorrent-rutorrent/4.7.1/questions.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/questions.yaml rename to stable/rtorrent-rutorrent/4.7.1/questions.yaml diff --git a/stable/servas/4.9.1/templates/NOTES.txt b/stable/rtorrent-rutorrent/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/servas/4.9.1/templates/NOTES.txt rename to stable/rtorrent-rutorrent/4.7.1/templates/NOTES.txt diff --git a/stable/rtorrent-rutorrent/4.5.1/templates/common.yaml b/stable/rtorrent-rutorrent/4.7.1/templates/common.yaml similarity index 100% rename from stable/rtorrent-rutorrent/4.5.1/templates/common.yaml rename to stable/rtorrent-rutorrent/4.7.1/templates/common.yaml diff --git a/stable/sdtd/7.5.1/values.yaml b/stable/rtorrent-rutorrent/4.7.1/values.yaml similarity index 100% rename from stable/sdtd/7.5.1/values.yaml rename to stable/rtorrent-rutorrent/4.7.1/values.yaml diff --git a/stable/rust/5.5.1/CHANGELOG.md b/stable/rust/5.5.1/CHANGELOG.md deleted file mode 100644 index b5afba49422..00000000000 --- a/stable/rust/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rust-5.5.1](https://github.com/truecharts/charts/compare/rust-5.5.0...rust-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rust-5.5.0](https://github.com/truecharts/charts/compare/rust-5.4.1...rust-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rust-5.4.1](https://github.com/truecharts/charts/compare/rust-5.4.0...rust-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rust-5.4.0](https://github.com/truecharts/charts/compare/rust-5.3.0...rust-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rust-5.3.0](https://github.com/truecharts/charts/compare/rust-5.2.3...rust-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rust-5.2.3](https://github.com/truecharts/charts/compare/rust-5.2.2...rust-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rust-5.2.2](https://github.com/truecharts/charts/compare/rust-5.2.0...rust-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rust-4.1.11](https://github.com/truecharts/charts/compare/rust-4.1.10...rust-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rust-4.1.10](https://github.com/truecharts/charts/compare/rust-4.1.9...rust-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/rust/5.5.1/Chart.yaml b/stable/rust/5.5.1/Chart.yaml deleted file mode 100644 index d1a7a6cd85e..00000000000 --- a/stable/rust/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rust/5.5.1/charts/common-20.0.8.tgz b/stable/rust/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rust/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/seafile/5.9.1/.helmignore b/stable/rust/5.7.1/.helmignore similarity index 100% rename from stable/seafile/5.9.1/.helmignore rename to stable/rust/5.7.1/.helmignore diff --git a/stable/rust/5.7.1/CHANGELOG.md b/stable/rust/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7ff38d15fba --- /dev/null +++ b/stable/rust/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rust-5.7.1](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rust/5.7.1/Chart.yaml new file mode 100644 index 00000000000..2cb74cf8280 --- /dev/null +++ b/stable/rust/5.7.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: 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.2 + 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.1 diff --git a/stable/rust/5.5.1/README.md b/stable/rust/5.7.1/README.md similarity index 100% rename from stable/rust/5.5.1/README.md rename to stable/rust/5.7.1/README.md diff --git a/stable/rust/5.7.1/app-changelog.md b/stable/rust/5.7.1/app-changelog.md new file mode 100644 index 00000000000..d016ad68992 --- /dev/null +++ b/stable/rust/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rust-5.7.1](https://github.com/truecharts/charts/compare/rust-5.6.0...rust-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rust/5.7.1/app-readme.md similarity index 100% rename from stable/rust/5.5.1/app-readme.md rename to stable/rust/5.7.1/app-readme.md diff --git a/stable/rust/5.7.1/charts/common-20.2.2.tgz b/stable/rust/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rust/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rust/5.5.1/ix_values.yaml b/stable/rust/5.7.1/ix_values.yaml similarity index 100% rename from stable/rust/5.5.1/ix_values.yaml rename to stable/rust/5.7.1/ix_values.yaml diff --git a/stable/rust/5.5.1/questions.yaml b/stable/rust/5.7.1/questions.yaml similarity index 100% rename from stable/rust/5.5.1/questions.yaml rename to stable/rust/5.7.1/questions.yaml diff --git a/stable/rust/5.5.1/templates/common.yaml b/stable/rust/5.7.1/templates/common.yaml similarity index 100% rename from stable/rust/5.5.1/templates/common.yaml rename to stable/rust/5.7.1/templates/common.yaml diff --git a/stable/seafile/5.9.1/values.yaml b/stable/rust/5.7.1/values.yaml similarity index 100% rename from stable/seafile/5.9.1/values.yaml rename to stable/rust/5.7.1/values.yaml diff --git a/stable/rustpad/5.5.1/CHANGELOG.md b/stable/rustpad/5.5.1/CHANGELOG.md deleted file mode 100644 index e856f08c2d1..00000000000 --- a/stable/rustpad/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [rustpad-5.5.1](https://github.com/truecharts/charts/compare/rustpad-5.5.0...rustpad-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [rustpad-5.5.0](https://github.com/truecharts/charts/compare/rustpad-5.4.1...rustpad-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [rustpad-5.4.1](https://github.com/truecharts/charts/compare/rustpad-5.4.0...rustpad-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [rustpad-5.4.0](https://github.com/truecharts/charts/compare/rustpad-5.3.0...rustpad-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [rustpad-5.3.0](https://github.com/truecharts/charts/compare/rustpad-5.2.3...rustpad-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [rustpad-5.2.3](https://github.com/truecharts/charts/compare/rustpad-5.2.2...rustpad-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [rustpad-5.2.2](https://github.com/truecharts/charts/compare/rustpad-5.2.0...rustpad-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [rustpad-4.1.11](https://github.com/truecharts/charts/compare/rustpad-4.1.10...rustpad-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [rustpad-4.1.10](https://github.com/truecharts/charts/compare/rustpad-4.1.9...rustpad-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/rustpad/5.5.1/Chart.yaml b/stable/rustpad/5.5.1/Chart.yaml deleted file mode 100644 index e66e4ce1e05..00000000000 --- a/stable/rustpad/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/rustpad/5.5.1/charts/common-20.0.8.tgz b/stable/rustpad/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/rustpad/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/searxng/7.5.2/.helmignore b/stable/rustpad/5.7.1/.helmignore similarity index 100% rename from stable/searxng/7.5.2/.helmignore rename to stable/rustpad/5.7.1/.helmignore diff --git a/stable/rustpad/5.7.1/CHANGELOG.md b/stable/rustpad/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..91103f23895 --- /dev/null +++ b/stable/rustpad/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [rustpad-5.7.1](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/rustpad/5.7.1/Chart.yaml new file mode 100644 index 00000000000..f1a6226b314 --- /dev/null +++ b/stable/rustpad/5.7.1/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.2 + 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.1 diff --git a/stable/rustpad/5.5.1/README.md b/stable/rustpad/5.7.1/README.md similarity index 100% rename from stable/rustpad/5.5.1/README.md rename to stable/rustpad/5.7.1/README.md diff --git a/stable/rustpad/5.7.1/app-changelog.md b/stable/rustpad/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ce7da95a903 --- /dev/null +++ b/stable/rustpad/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [rustpad-5.7.1](https://github.com/truecharts/charts/compare/rustpad-5.6.0...rustpad-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/rustpad/5.7.1/app-readme.md similarity index 100% rename from stable/rustpad/5.5.1/app-readme.md rename to stable/rustpad/5.7.1/app-readme.md diff --git a/stable/rustpad/5.7.1/charts/common-20.2.2.tgz b/stable/rustpad/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/rustpad/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/rustpad/5.5.1/ix_values.yaml b/stable/rustpad/5.7.1/ix_values.yaml similarity index 100% rename from stable/rustpad/5.5.1/ix_values.yaml rename to stable/rustpad/5.7.1/ix_values.yaml diff --git a/stable/rustpad/5.5.1/questions.yaml b/stable/rustpad/5.7.1/questions.yaml similarity index 100% rename from stable/rustpad/5.5.1/questions.yaml rename to stable/rustpad/5.7.1/questions.yaml diff --git a/stable/rustpad/5.5.1/templates/common.yaml b/stable/rustpad/5.7.1/templates/common.yaml similarity index 100% rename from stable/rustpad/5.5.1/templates/common.yaml rename to stable/rustpad/5.7.1/templates/common.yaml diff --git a/stable/searxng/7.5.2/values.yaml b/stable/rustpad/5.7.1/values.yaml similarity index 100% rename from stable/searxng/7.5.2/values.yaml rename to stable/rustpad/5.7.1/values.yaml diff --git a/stable/s3backup/5.5.1/CHANGELOG.md b/stable/s3backup/5.5.1/CHANGELOG.md deleted file mode 100644 index 7f807574797..00000000000 --- a/stable/s3backup/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [s3backup-5.5.1](https://github.com/truecharts/charts/compare/s3backup-5.5.0...s3backup-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [s3backup-5.5.0](https://github.com/truecharts/charts/compare/s3backup-5.4.1...s3backup-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [s3backup-5.4.1](https://github.com/truecharts/charts/compare/s3backup-5.4.0...s3backup-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [s3backup-5.4.0](https://github.com/truecharts/charts/compare/s3backup-5.3.0...s3backup-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [s3backup-5.3.0](https://github.com/truecharts/charts/compare/s3backup-5.2.3...s3backup-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [s3backup-5.2.3](https://github.com/truecharts/charts/compare/s3backup-5.2.2...s3backup-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [s3backup-5.2.2](https://github.com/truecharts/charts/compare/s3backup-5.2.0...s3backup-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [s3backup-4.1.11](https://github.com/truecharts/charts/compare/s3backup-4.1.10...s3backup-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [s3backup-4.1.10](https://github.com/truecharts/charts/compare/s3backup-4.1.9...s3backup-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/s3backup/5.5.1/Chart.yaml b/stable/s3backup/5.5.1/Chart.yaml deleted file mode 100644 index a54d69aa532..00000000000 --- a/stable/s3backup/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/s3backup/5.5.1/charts/common-20.0.8.tgz b/stable/s3backup/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/s3backup/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/seedsync/7.5.1/.helmignore b/stable/s3backup/5.7.1/.helmignore similarity index 100% rename from stable/seedsync/7.5.1/.helmignore rename to stable/s3backup/5.7.1/.helmignore diff --git a/stable/s3backup/5.7.1/CHANGELOG.md b/stable/s3backup/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8e998bdd7ab --- /dev/null +++ b/stable/s3backup/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3backup-5.7.1](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/s3backup/5.7.1/Chart.yaml new file mode 100644 index 00000000000..bedfe7cf5c5 --- /dev/null +++ b/stable/s3backup/5.7.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: 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.2 + 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.1 diff --git a/stable/s3backup/5.5.1/README.md b/stable/s3backup/5.7.1/README.md similarity index 100% rename from stable/s3backup/5.5.1/README.md rename to stable/s3backup/5.7.1/README.md diff --git a/stable/s3backup/5.7.1/app-changelog.md b/stable/s3backup/5.7.1/app-changelog.md new file mode 100644 index 00000000000..cbcedece3b4 --- /dev/null +++ b/stable/s3backup/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [s3backup-5.7.1](https://github.com/truecharts/charts/compare/s3backup-5.6.0...s3backup-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/s3backup/5.7.1/app-readme.md similarity index 100% rename from stable/s3backup/5.5.1/app-readme.md rename to stable/s3backup/5.7.1/app-readme.md diff --git a/stable/s3backup/5.7.1/charts/common-20.2.2.tgz b/stable/s3backup/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/s3backup/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/s3backup/5.5.1/ix_values.yaml b/stable/s3backup/5.7.1/ix_values.yaml similarity index 100% rename from stable/s3backup/5.5.1/ix_values.yaml rename to stable/s3backup/5.7.1/ix_values.yaml diff --git a/stable/s3backup/5.5.1/questions.yaml b/stable/s3backup/5.7.1/questions.yaml similarity index 100% rename from stable/s3backup/5.5.1/questions.yaml rename to stable/s3backup/5.7.1/questions.yaml diff --git a/stable/s3backup/5.5.1/templates/common.yaml b/stable/s3backup/5.7.1/templates/common.yaml similarity index 100% rename from stable/s3backup/5.5.1/templates/common.yaml rename to stable/s3backup/5.7.1/templates/common.yaml diff --git a/stable/seedsync/7.5.1/values.yaml b/stable/s3backup/5.7.1/values.yaml similarity index 100% rename from stable/seedsync/7.5.1/values.yaml rename to stable/s3backup/5.7.1/values.yaml diff --git a/stable/s3sync/5.5.1/CHANGELOG.md b/stable/s3sync/5.5.1/CHANGELOG.md deleted file mode 100644 index ac51ca0d667..00000000000 --- a/stable/s3sync/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [s3sync-5.5.1](https://github.com/truecharts/charts/compare/s3sync-5.5.0...s3sync-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [s3sync-5.5.0](https://github.com/truecharts/charts/compare/s3sync-5.4.1...s3sync-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [s3sync-5.4.1](https://github.com/truecharts/charts/compare/s3sync-5.4.0...s3sync-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [s3sync-5.4.0](https://github.com/truecharts/charts/compare/s3sync-5.3.0...s3sync-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [s3sync-5.3.0](https://github.com/truecharts/charts/compare/s3sync-5.2.3...s3sync-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [s3sync-5.2.3](https://github.com/truecharts/charts/compare/s3sync-5.2.2...s3sync-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [s3sync-5.2.2](https://github.com/truecharts/charts/compare/s3sync-5.2.0...s3sync-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [s3sync-4.1.11](https://github.com/truecharts/charts/compare/s3sync-4.1.10...s3sync-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [s3sync-4.1.10](https://github.com/truecharts/charts/compare/s3sync-4.1.9...s3sync-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/s3sync/5.5.1/Chart.yaml b/stable/s3sync/5.5.1/Chart.yaml deleted file mode 100644 index aa7ac930d57..00000000000 --- a/stable/s3sync/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/s3sync/5.5.1/charts/common-20.0.8.tgz b/stable/s3sync/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/s3sync/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/send/5.5.4/.helmignore b/stable/s3sync/5.7.1/.helmignore similarity index 100% rename from stable/send/5.5.4/.helmignore rename to stable/s3sync/5.7.1/.helmignore diff --git a/stable/s3sync/5.7.1/CHANGELOG.md b/stable/s3sync/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6b87c0d7b48 --- /dev/null +++ b/stable/s3sync/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [s3sync-5.7.1](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/s3sync/5.7.1/Chart.yaml new file mode 100644 index 00000000000..965f37d0974 --- /dev/null +++ b/stable/s3sync/5.7.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: 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.2 + 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.1 diff --git a/stable/s3sync/5.5.1/README.md b/stable/s3sync/5.7.1/README.md similarity index 100% rename from stable/s3sync/5.5.1/README.md rename to stable/s3sync/5.7.1/README.md diff --git a/stable/s3sync/5.7.1/app-changelog.md b/stable/s3sync/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c10336c55f3 --- /dev/null +++ b/stable/s3sync/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [s3sync-5.7.1](https://github.com/truecharts/charts/compare/s3sync-5.6.0...s3sync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/s3sync/5.7.1/app-readme.md similarity index 100% rename from stable/s3sync/5.5.1/app-readme.md rename to stable/s3sync/5.7.1/app-readme.md diff --git a/stable/s3sync/5.7.1/charts/common-20.2.2.tgz b/stable/s3sync/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/s3sync/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/s3sync/5.5.1/ix_values.yaml b/stable/s3sync/5.7.1/ix_values.yaml similarity index 100% rename from stable/s3sync/5.5.1/ix_values.yaml rename to stable/s3sync/5.7.1/ix_values.yaml diff --git a/stable/s3sync/5.5.1/questions.yaml b/stable/s3sync/5.7.1/questions.yaml similarity index 100% rename from stable/s3sync/5.5.1/questions.yaml rename to stable/s3sync/5.7.1/questions.yaml diff --git a/stable/s3sync/5.5.1/templates/common.yaml b/stable/s3sync/5.7.1/templates/common.yaml similarity index 100% rename from stable/s3sync/5.5.1/templates/common.yaml rename to stable/s3sync/5.7.1/templates/common.yaml diff --git a/stable/send/5.5.4/values.yaml b/stable/s3sync/5.7.1/values.yaml similarity index 100% rename from stable/send/5.5.4/values.yaml rename to stable/s3sync/5.7.1/values.yaml diff --git a/stable/sabnzbd/19.3.2/CHANGELOG.md b/stable/sabnzbd/19.3.2/CHANGELOG.md deleted file mode 100644 index be3ab46330f..00000000000 --- a/stable/sabnzbd/19.3.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sabnzbd-19.3.2](https://github.com/truecharts/charts/compare/sabnzbd-19.3.1...sabnzbd-19.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [sabnzbd-19.3.1](https://github.com/truecharts/charts/compare/sabnzbd-19.3.0...sabnzbd-19.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sabnzbd-19.3.0](https://github.com/truecharts/charts/compare/sabnzbd-19.2.2...sabnzbd-19.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sabnzbd-19.2.2](https://github.com/truecharts/charts/compare/sabnzbd-19.2.1...sabnzbd-19.2.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/onedr0p/sabnzbd to v4.2.3[@b217130](https://github.com/b217130) by renovate ([#19144](https://github.com/truecharts/charts/issues/19144)) - - -## [sabnzbd-19.2.1](https://github.com/truecharts/charts/compare/sabnzbd-19.2.0...sabnzbd-19.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sabnzbd-19.2.0](https://github.com/truecharts/charts/compare/sabnzbd-19.1.0...sabnzbd-19.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sabnzbd-19.1.0](https://github.com/truecharts/charts/compare/sabnzbd-19.0.3...sabnzbd-19.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sabnzbd-19.0.3](https://github.com/truecharts/charts/compare/sabnzbd-19.0.2...sabnzbd-19.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sabnzbd-19.0.2](https://github.com/truecharts/charts/compare/sabnzbd-19.0.0...sabnzbd-19.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/sabnzbd/19.3.2/Chart.yaml b/stable/sabnzbd/19.3.2/Chart.yaml deleted file mode 100644 index 57e111a8f61..00000000000 --- a/stable/sabnzbd/19.3.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: 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.0.9 - 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.3.2 diff --git a/stable/sabnzbd/19.3.2/charts/common-20.0.9.tgz b/stable/sabnzbd/19.3.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/sabnzbd/19.3.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/sabnzbd/19.3.2/ix_values.yaml b/stable/sabnzbd/19.3.2/ix_values.yaml deleted file mode 100644 index 180ceb37455..00000000000 --- a/stable/sabnzbd/19.3.2/ix_values.yaml +++ /dev/null @@ -1,89 +0,0 @@ -image: - repository: ghcr.io/onedr0p/sabnzbd - pullPolicy: IfNotPresent - tag: 4.2.3@sha256:b217130f3ddd90bb7e536744772938da5c86cc9b7a08594127ff1bef34e17236 -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -service: - main: - ports: - main: - port: 10097 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 8990 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - env: - SABNZBD__HOST_WHITELIST_ENTRIES: "" - SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}" - exportarr: - enabled: "{{ .Values.metrics.main.enabled }}" - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - sabnzbd - 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 }}' - APIKEY: "{{ .Values.metrics.main.apiKey }}" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -metrics: - main: - enabled: false - type: "servicemonitor" - endpoints: - - port: metrics - path: /metrics - targetSelector: metrics - # Required for exportarr - apiKey: "" - -portal: - open: - enabled: true diff --git a/stable/ser2sock/13.5.1/.helmignore b/stable/sabnzbd/19.5.1/.helmignore similarity index 100% rename from stable/ser2sock/13.5.1/.helmignore rename to stable/sabnzbd/19.5.1/.helmignore diff --git a/stable/sabnzbd/19.5.1/CHANGELOG.md b/stable/sabnzbd/19.5.1/CHANGELOG.md new file mode 100644 index 00000000000..5bb59b9a2ff --- /dev/null +++ b/stable/sabnzbd/19.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sabnzbd-19.5.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/sabnzbd/19.5.1/Chart.yaml b/stable/sabnzbd/19.5.1/Chart.yaml new file mode 100644 index 00000000000..d64eecfe1b5 --- /dev/null +++ b/stable/sabnzbd/19.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: 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.2 + 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.1 diff --git a/stable/sabnzbd/19.3.2/README.md b/stable/sabnzbd/19.5.1/README.md similarity index 100% rename from stable/sabnzbd/19.3.2/README.md rename to stable/sabnzbd/19.5.1/README.md diff --git a/stable/sabnzbd/19.5.1/app-changelog.md b/stable/sabnzbd/19.5.1/app-changelog.md new file mode 100644 index 00000000000..12f0385983d --- /dev/null +++ b/stable/sabnzbd/19.5.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [sabnzbd-19.5.1](https://github.com/truecharts/charts/compare/sabnzbd-19.4.0...sabnzbd-19.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.3.2/app-readme.md b/stable/sabnzbd/19.5.1/app-readme.md similarity index 100% rename from stable/sabnzbd/19.3.2/app-readme.md rename to stable/sabnzbd/19.5.1/app-readme.md diff --git a/stable/sabnzbd/19.5.1/charts/common-20.2.2.tgz b/stable/sabnzbd/19.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sabnzbd/19.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/sabnzbd/19.5.1/ix_values.yaml b/stable/sabnzbd/19.5.1/ix_values.yaml new file mode 100644 index 00000000000..4d4bf29e44b --- /dev/null +++ b/stable/sabnzbd/19.5.1/ix_values.yaml @@ -0,0 +1,89 @@ +image: + repository: ghcr.io/onedr0p/sabnzbd + pullPolicy: IfNotPresent + tag: 4.2.3@sha256:fa8ddea45e56b0e36454c3c0eb30ff5521d90aeb5b35301656ae9236680be3a9 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +service: + main: + ports: + main: + port: 10097 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8990 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + env: + SABNZBD__HOST_WHITELIST_ENTRIES: "" + SABNZBD__PORT: "{{ .Values.service.main.ports.main.port }}" + exportarr: + enabled: "{{ .Values.metrics.main.enabled }}" + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - sabnzbd + 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 }}' + APIKEY: "{{ .Values.metrics.main.apiKey }}" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +metrics: + main: + enabled: false + type: "servicemonitor" + endpoints: + - port: metrics + path: /metrics + targetSelector: metrics + # Required for exportarr + apiKey: "" + +portal: + open: + enabled: true diff --git a/stable/sabnzbd/19.3.2/questions.yaml b/stable/sabnzbd/19.5.1/questions.yaml similarity index 100% rename from stable/sabnzbd/19.3.2/questions.yaml rename to stable/sabnzbd/19.5.1/questions.yaml diff --git a/stable/sftpgo/6.5.1/templates/NOTES.txt b/stable/sabnzbd/19.5.1/templates/NOTES.txt similarity index 100% rename from stable/sftpgo/6.5.1/templates/NOTES.txt rename to stable/sabnzbd/19.5.1/templates/NOTES.txt diff --git a/stable/scrutiny/10.5.2/templates/common.yaml b/stable/sabnzbd/19.5.1/templates/common.yaml similarity index 100% rename from stable/scrutiny/10.5.2/templates/common.yaml rename to stable/sabnzbd/19.5.1/templates/common.yaml diff --git a/stable/ser2sock/13.5.1/values.yaml b/stable/sabnzbd/19.5.1/values.yaml similarity index 100% rename from stable/ser2sock/13.5.1/values.yaml rename to stable/sabnzbd/19.5.1/values.yaml diff --git a/stable/satisfactory/9.5.1/CHANGELOG.md b/stable/satisfactory/9.5.1/CHANGELOG.md deleted file mode 100644 index 2bd10930afb..00000000000 --- a/stable/satisfactory/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [satisfactory-9.5.1](https://github.com/truecharts/charts/compare/satisfactory-9.5.0...satisfactory-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [satisfactory-9.5.0](https://github.com/truecharts/charts/compare/satisfactory-9.4.1...satisfactory-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [satisfactory-9.4.1](https://github.com/truecharts/charts/compare/satisfactory-9.4.0...satisfactory-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [satisfactory-9.4.0](https://github.com/truecharts/charts/compare/satisfactory-9.3.0...satisfactory-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [satisfactory-9.3.0](https://github.com/truecharts/charts/compare/satisfactory-9.2.3...satisfactory-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [satisfactory-9.2.3](https://github.com/truecharts/charts/compare/satisfactory-9.2.2...satisfactory-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [satisfactory-9.2.2](https://github.com/truecharts/charts/compare/satisfactory-9.2.0...satisfactory-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [satisfactory-8.1.12](https://github.com/truecharts/charts/compare/satisfactory-8.1.11...satisfactory-8.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [satisfactory-8.1.11](https://github.com/truecharts/charts/compare/satisfactory-8.1.10...satisfactory-8.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/satisfactory/9.5.1/Chart.yaml b/stable/satisfactory/9.5.1/Chart.yaml deleted file mode 100644 index 2bf99caf051..00000000000 --- a/stable/satisfactory/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/satisfactory/9.5.1/charts/common-20.0.8.tgz b/stable/satisfactory/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/satisfactory/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/serpbear/3.5.2/.helmignore b/stable/satisfactory/9.7.1/.helmignore similarity index 100% rename from stable/serpbear/3.5.2/.helmignore rename to stable/satisfactory/9.7.1/.helmignore diff --git a/stable/satisfactory/9.7.1/CHANGELOG.md b/stable/satisfactory/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..338dc237f2e --- /dev/null +++ b/stable/satisfactory/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [satisfactory-9.7.1](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/satisfactory/9.7.1/Chart.yaml new file mode 100644 index 00000000000..d4cfc1a82be --- /dev/null +++ b/stable/satisfactory/9.7.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: 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.2 + 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.1 diff --git a/stable/satisfactory/9.5.1/README.md b/stable/satisfactory/9.7.1/README.md similarity index 100% rename from stable/satisfactory/9.5.1/README.md rename to stable/satisfactory/9.7.1/README.md diff --git a/stable/satisfactory/9.7.1/app-changelog.md b/stable/satisfactory/9.7.1/app-changelog.md new file mode 100644 index 00000000000..d1e356f09cf --- /dev/null +++ b/stable/satisfactory/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [satisfactory-9.7.1](https://github.com/truecharts/charts/compare/satisfactory-9.6.0...satisfactory-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/satisfactory/9.7.1/app-readme.md similarity index 100% rename from stable/satisfactory/9.5.1/app-readme.md rename to stable/satisfactory/9.7.1/app-readme.md diff --git a/stable/satisfactory/9.7.1/charts/common-20.2.2.tgz b/stable/satisfactory/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/satisfactory/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/satisfactory/9.5.1/ix_values.yaml b/stable/satisfactory/9.7.1/ix_values.yaml similarity index 100% rename from stable/satisfactory/9.5.1/ix_values.yaml rename to stable/satisfactory/9.7.1/ix_values.yaml diff --git a/stable/satisfactory/9.5.1/questions.yaml b/stable/satisfactory/9.7.1/questions.yaml similarity index 100% rename from stable/satisfactory/9.5.1/questions.yaml rename to stable/satisfactory/9.7.1/questions.yaml diff --git a/stable/shlink-web-client/10.5.1/templates/NOTES.txt b/stable/satisfactory/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/shlink-web-client/10.5.1/templates/NOTES.txt rename to stable/satisfactory/9.7.1/templates/NOTES.txt diff --git a/stable/scrypted/4.5.1/templates/common.yaml b/stable/satisfactory/9.7.1/templates/common.yaml similarity index 100% rename from stable/scrypted/4.5.1/templates/common.yaml rename to stable/satisfactory/9.7.1/templates/common.yaml diff --git a/stable/serpbear/3.5.2/values.yaml b/stable/satisfactory/9.7.1/values.yaml similarity index 100% rename from stable/serpbear/3.5.2/values.yaml rename to stable/satisfactory/9.7.1/values.yaml diff --git a/stable/scrutiny/10.5.2/CHANGELOG.md b/stable/scrutiny/10.5.2/CHANGELOG.md deleted file mode 100644 index fd4f97eda17..00000000000 --- a/stable/scrutiny/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [scrutiny-10.5.2](https://github.com/truecharts/charts/compare/scrutiny-10.5.1...scrutiny-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [scrutiny-10.5.1](https://github.com/truecharts/charts/compare/scrutiny-10.5.0...scrutiny-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [scrutiny-10.5.0](https://github.com/truecharts/charts/compare/scrutiny-10.4.1...scrutiny-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [scrutiny-10.4.1](https://github.com/truecharts/charts/compare/scrutiny-10.4.0...scrutiny-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [scrutiny-10.4.0](https://github.com/truecharts/charts/compare/scrutiny-10.3.0...scrutiny-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [scrutiny-10.3.0](https://github.com/truecharts/charts/compare/scrutiny-10.2.3...scrutiny-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [scrutiny-10.2.3](https://github.com/truecharts/charts/compare/scrutiny-10.2.2...scrutiny-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [scrutiny-10.2.2](https://github.com/truecharts/charts/compare/scrutiny-10.2.0...scrutiny-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [scrutiny-9.1.11](https://github.com/truecharts/charts/compare/scrutiny-9.1.10...scrutiny-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/scrutiny/10.5.2/Chart.yaml b/stable/scrutiny/10.5.2/Chart.yaml deleted file mode 100644 index a78507edcbb..00000000000 --- a/stable/scrutiny/10.5.2/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.7.3 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/scrutiny/10.5.2/charts/common-20.0.9.tgz b/stable/scrutiny/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/scrutiny/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/scrutiny/10.5.2/ix_values.yaml b/stable/scrutiny/10.5.2/ix_values.yaml deleted file mode 100644 index 93e72e8974d..00000000000 --- a/stable/scrutiny/10.5.2/ix_values.yaml +++ /dev/null @@ -1,57 +0,0 @@ -image: - repository: ghcr.io/analogj/scrutiny - pullPolicy: IfNotPresent - tag: v0.7.3-omnibus@sha256:3701e162a99e37fc87204c707670b47db2e8e7680b01337166c407449f1de52a -service: - main: - ports: - main: - targetPort: 8080 - port: 10151 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/opt/scrutiny/config" - influxdb: - enabled: true - mountPath: "/opt/scrutiny/influxdb" - udev: - enabled: true - type: hostPath - hostPath: "/run/udev" - mountPath: "/run/udev" - readOnly: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - privileged: true - allowPrivilegeEscalation: true - capabilities: - # RawIO is for HDDs - # SYS_ADMIN is for NVMEs - add: - - SYS_RAWIO - - SYS_ADMIN - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/api/health" - readiness: - path: "/api/health" - startup: - path: "/api/health" - env: - COLLECTOR_CRON_SCHEDULE: "0 0 * * *" - COLLECTOR_HOST_ID: "TrueNAS" diff --git a/stable/servas/4.9.1/.helmignore b/stable/scrutiny/10.8.1/.helmignore similarity index 100% rename from stable/servas/4.9.1/.helmignore rename to stable/scrutiny/10.8.1/.helmignore diff --git a/stable/scrutiny/10.8.1/CHANGELOG.md b/stable/scrutiny/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..6e32709e0fc --- /dev/null +++ b/stable/scrutiny/10.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrutiny-10.8.1](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/scrutiny/10.8.1/Chart.yaml b/stable/scrutiny/10.8.1/Chart.yaml new file mode 100644 index 00000000000..98150ec7d15 --- /dev/null +++ b/stable/scrutiny/10.8.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: 0.8.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/scrutiny/10.5.2/README.md b/stable/scrutiny/10.8.1/README.md similarity index 100% rename from stable/scrutiny/10.5.2/README.md rename to stable/scrutiny/10.8.1/README.md diff --git a/stable/scrutiny/10.8.1/app-changelog.md b/stable/scrutiny/10.8.1/app-changelog.md new file mode 100644 index 00000000000..02ae964ecde --- /dev/null +++ b/stable/scrutiny/10.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [scrutiny-10.8.1](https://github.com/truecharts/charts/compare/scrutiny-10.6.0...scrutiny-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/scrutiny/10.8.1/app-readme.md similarity index 100% rename from stable/scrutiny/10.5.2/app-readme.md rename to stable/scrutiny/10.8.1/app-readme.md diff --git a/stable/scrutiny/10.8.1/charts/common-20.2.2.tgz b/stable/scrutiny/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/scrutiny/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/scrutiny/10.8.1/ix_values.yaml b/stable/scrutiny/10.8.1/ix_values.yaml new file mode 100644 index 00000000000..f8ee4081069 --- /dev/null +++ b/stable/scrutiny/10.8.1/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: ghcr.io/analogj/scrutiny + pullPolicy: IfNotPresent + tag: v0.8.0-omnibus@sha256:426c4a3174d1e72db7cffcc668e3657f993f34cc36df2a8a427f01f1600dc8ea +service: + main: + ports: + main: + targetPort: 8080 + port: 10151 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/opt/scrutiny/config" + influxdb: + enabled: true + mountPath: "/opt/scrutiny/influxdb" + udev: + enabled: true + type: hostPath + hostPath: "/run/udev" + mountPath: "/run/udev" + readOnly: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + privileged: true + allowPrivilegeEscalation: true + capabilities: + # RawIO is for HDDs + # SYS_ADMIN is for NVMEs + add: + - SYS_RAWIO + - SYS_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/api/health" + readiness: + path: "/api/health" + startup: + path: "/api/health" + env: + COLLECTOR_CRON_SCHEDULE: "0 0 * * *" + COLLECTOR_HOST_ID: "TrueNAS" diff --git a/stable/scrutiny/10.5.2/questions.yaml b/stable/scrutiny/10.8.1/questions.yaml similarity index 100% rename from stable/scrutiny/10.5.2/questions.yaml rename to stable/scrutiny/10.8.1/questions.yaml diff --git a/stable/shlink/14.3.4/templates/NOTES.txt b/stable/scrutiny/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/shlink/14.3.4/templates/NOTES.txt rename to stable/scrutiny/10.8.1/templates/NOTES.txt diff --git a/stable/seafile/5.9.1/templates/common.yaml b/stable/scrutiny/10.8.1/templates/common.yaml similarity index 100% rename from stable/seafile/5.9.1/templates/common.yaml rename to stable/scrutiny/10.8.1/templates/common.yaml diff --git a/stable/servas/4.9.1/values.yaml b/stable/scrutiny/10.8.1/values.yaml similarity index 100% rename from stable/servas/4.9.1/values.yaml rename to stable/scrutiny/10.8.1/values.yaml diff --git a/stable/scrypted/4.5.1/CHANGELOG.md b/stable/scrypted/4.5.1/CHANGELOG.md deleted file mode 100644 index 6bb86254b1f..00000000000 --- a/stable/scrypted/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [scrypted-4.5.1](https://github.com/truecharts/charts/compare/scrypted-4.5.0...scrypted-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [scrypted-4.5.0](https://github.com/truecharts/charts/compare/scrypted-4.4.1...scrypted-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [scrypted-4.4.1](https://github.com/truecharts/charts/compare/scrypted-4.4.0...scrypted-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [scrypted-4.4.0](https://github.com/truecharts/charts/compare/scrypted-4.3.0...scrypted-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [scrypted-4.3.0](https://github.com/truecharts/charts/compare/scrypted-4.2.3...scrypted-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [scrypted-4.2.3](https://github.com/truecharts/charts/compare/scrypted-4.2.2...scrypted-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [scrypted-4.2.2](https://github.com/truecharts/charts/compare/scrypted-4.2.0...scrypted-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [scrypted-3.3.5](https://github.com/truecharts/charts/compare/scrypted-3.3.4...scrypted-3.3.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [scrypted-3.3.4](https://github.com/truecharts/charts/compare/scrypted-3.3.3...scrypted-3.3.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/scrypted/4.5.1/Chart.yaml b/stable/scrypted/4.5.1/Chart.yaml deleted file mode 100644 index e1e3ce0206b..00000000000 --- a/stable/scrypted/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/scrypted/4.5.1/charts/common-20.0.8.tgz b/stable/scrypted/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/scrypted/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sftpgo/6.5.1/.helmignore b/stable/scrypted/4.7.1/.helmignore similarity index 100% rename from stable/sftpgo/6.5.1/.helmignore rename to stable/scrypted/4.7.1/.helmignore diff --git a/stable/scrypted/4.7.1/CHANGELOG.md b/stable/scrypted/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f40d6e6e501 --- /dev/null +++ b/stable/scrypted/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [scrypted-4.7.1](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/scrypted/4.7.1/Chart.yaml new file mode 100644 index 00000000000..8d2dcbddf6b --- /dev/null +++ b/stable/scrypted/4.7.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: 18.0.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/scrypted/4.5.1/README.md b/stable/scrypted/4.7.1/README.md similarity index 100% rename from stable/scrypted/4.5.1/README.md rename to stable/scrypted/4.7.1/README.md diff --git a/stable/scrypted/4.7.1/app-changelog.md b/stable/scrypted/4.7.1/app-changelog.md new file mode 100644 index 00000000000..927c4c638de --- /dev/null +++ b/stable/scrypted/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [scrypted-4.7.1](https://github.com/truecharts/charts/compare/scrypted-4.6.0...scrypted-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/scrypted/4.7.1/app-readme.md similarity index 100% rename from stable/scrypted/4.5.1/app-readme.md rename to stable/scrypted/4.7.1/app-readme.md diff --git a/stable/scrypted/4.7.1/charts/common-20.2.2.tgz b/stable/scrypted/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/scrypted/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/scrypted/4.5.1/ix_values.yaml b/stable/scrypted/4.7.1/ix_values.yaml similarity index 100% rename from stable/scrypted/4.5.1/ix_values.yaml rename to stable/scrypted/4.7.1/ix_values.yaml diff --git a/stable/scrypted/4.5.1/questions.yaml b/stable/scrypted/4.7.1/questions.yaml similarity index 100% rename from stable/scrypted/4.5.1/questions.yaml rename to stable/scrypted/4.7.1/questions.yaml diff --git a/stable/shoko-server/9.5.1/templates/NOTES.txt b/stable/scrypted/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/shoko-server/9.5.1/templates/NOTES.txt rename to stable/scrypted/4.7.1/templates/NOTES.txt diff --git a/stable/ser2sock/13.5.1/templates/common.yaml b/stable/scrypted/4.7.1/templates/common.yaml similarity index 100% rename from stable/ser2sock/13.5.1/templates/common.yaml rename to stable/scrypted/4.7.1/templates/common.yaml diff --git a/stable/sftpgo/6.5.1/values.yaml b/stable/scrypted/4.7.1/values.yaml similarity index 100% rename from stable/sftpgo/6.5.1/values.yaml rename to stable/scrypted/4.7.1/values.yaml diff --git a/stable/sdtd/7.5.1/CHANGELOG.md b/stable/sdtd/7.5.1/CHANGELOG.md deleted file mode 100644 index 61691ad62ef..00000000000 --- a/stable/sdtd/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sdtd-7.5.1](https://github.com/truecharts/charts/compare/sdtd-7.5.0...sdtd-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sdtd-7.5.0](https://github.com/truecharts/charts/compare/sdtd-7.4.1...sdtd-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sdtd-7.4.1](https://github.com/truecharts/charts/compare/sdtd-7.4.0...sdtd-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sdtd-7.4.0](https://github.com/truecharts/charts/compare/sdtd-7.3.0...sdtd-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sdtd-7.3.0](https://github.com/truecharts/charts/compare/sdtd-7.2.3...sdtd-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sdtd-7.2.3](https://github.com/truecharts/charts/compare/sdtd-7.2.2...sdtd-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sdtd-7.2.2](https://github.com/truecharts/charts/compare/sdtd-7.2.0...sdtd-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sdtd-6.1.11](https://github.com/truecharts/charts/compare/sdtd-6.1.10...sdtd-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sdtd-6.1.10](https://github.com/truecharts/charts/compare/sdtd-6.1.9...sdtd-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sdtd/7.5.1/Chart.yaml b/stable/sdtd/7.5.1/Chart.yaml deleted file mode 100644 index 67d1d0ab1e0..00000000000 --- a/stable/sdtd/7.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sdtd/7.5.1/charts/common-20.0.8.tgz b/stable/sdtd/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sdtd/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/shaarli/5.5.1/.helmignore b/stable/sdtd/7.7.1/.helmignore similarity index 100% rename from stable/shaarli/5.5.1/.helmignore rename to stable/sdtd/7.7.1/.helmignore diff --git a/stable/sdtd/7.7.1/CHANGELOG.md b/stable/sdtd/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a2ca7b8a9b3 --- /dev/null +++ b/stable/sdtd/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sdtd-7.7.1](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sdtd/7.7.1/Chart.yaml new file mode 100644 index 00000000000..62ab394ab26 --- /dev/null +++ b/stable/sdtd/7.7.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: 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.2 + 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.1 diff --git a/stable/sdtd/7.5.1/README.md b/stable/sdtd/7.7.1/README.md similarity index 100% rename from stable/sdtd/7.5.1/README.md rename to stable/sdtd/7.7.1/README.md diff --git a/stable/sdtd/7.7.1/app-changelog.md b/stable/sdtd/7.7.1/app-changelog.md new file mode 100644 index 00000000000..8aba3d3f83b --- /dev/null +++ b/stable/sdtd/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sdtd-7.7.1](https://github.com/truecharts/charts/compare/sdtd-7.6.0...sdtd-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sdtd/7.7.1/app-readme.md similarity index 100% rename from stable/sdtd/7.5.1/app-readme.md rename to stable/sdtd/7.7.1/app-readme.md diff --git a/stable/sdtd/7.7.1/charts/common-20.2.2.tgz b/stable/sdtd/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sdtd/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sdtd/7.5.1/ix_values.yaml b/stable/sdtd/7.7.1/ix_values.yaml similarity index 100% rename from stable/sdtd/7.5.1/ix_values.yaml rename to stable/sdtd/7.7.1/ix_values.yaml diff --git a/stable/sdtd/7.5.1/questions.yaml b/stable/sdtd/7.7.1/questions.yaml similarity index 100% rename from stable/sdtd/7.5.1/questions.yaml rename to stable/sdtd/7.7.1/questions.yaml diff --git a/stable/sdtd/7.5.1/templates/common.yaml b/stable/sdtd/7.7.1/templates/common.yaml similarity index 100% rename from stable/sdtd/7.5.1/templates/common.yaml rename to stable/sdtd/7.7.1/templates/common.yaml diff --git a/stable/shaarli/5.5.1/values.yaml b/stable/sdtd/7.7.1/values.yaml similarity index 100% rename from stable/shaarli/5.5.1/values.yaml rename to stable/sdtd/7.7.1/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.5.1/.helmignore b/stable/seafile/5.12.1/.helmignore similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/.helmignore rename to stable/seafile/5.12.1/.helmignore diff --git a/stable/seafile/5.12.1/CHANGELOG.md b/stable/seafile/5.12.1/CHANGELOG.md new file mode 100644 index 00000000000..233f4032e88 --- /dev/null +++ b/stable/seafile/5.12.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seafile-5.12.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.0) (2024-03-17) + +### Chore + + + +- 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)) diff --git a/stable/seafile/5.12.1/Chart.yaml b/stable/seafile/5.12.1/Chart.yaml new file mode 100644 index 00000000000..f4b6cb44f3d --- /dev/null +++ b/stable/seafile/5.12.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/seafile/5.9.1/README.md b/stable/seafile/5.12.1/README.md similarity index 100% rename from stable/seafile/5.9.1/README.md rename to stable/seafile/5.12.1/README.md diff --git a/stable/seafile/5.12.1/app-changelog.md b/stable/seafile/5.12.1/app-changelog.md new file mode 100644 index 00000000000..476057d8892 --- /dev/null +++ b/stable/seafile/5.12.1/app-changelog.md @@ -0,0 +1,21 @@ + + +## [seafile-5.12.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/seafile/5.12.1/app-readme.md similarity index 100% rename from stable/seafile/5.9.1/app-readme.md rename to stable/seafile/5.12.1/app-readme.md diff --git a/stable/seafile/5.12.1/charts/common-20.2.2.tgz b/stable/seafile/5.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/seafile/5.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/seafile/5.12.1/charts/mariadb-13.7.0.tgz b/stable/seafile/5.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/seafile/5.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/seafile/5.9.1/ix_values.yaml b/stable/seafile/5.12.1/ix_values.yaml similarity index 100% rename from stable/seafile/5.9.1/ix_values.yaml rename to stable/seafile/5.12.1/ix_values.yaml diff --git a/stable/seafile/5.9.1/questions.yaml b/stable/seafile/5.12.1/questions.yaml similarity index 100% rename from stable/seafile/5.9.1/questions.yaml rename to stable/seafile/5.12.1/questions.yaml diff --git a/stable/shorturl/10.5.1/templates/NOTES.txt b/stable/seafile/5.12.1/templates/NOTES.txt similarity index 100% rename from stable/shorturl/10.5.1/templates/NOTES.txt rename to stable/seafile/5.12.1/templates/NOTES.txt diff --git a/stable/sftpgo/6.5.1/templates/common.yaml b/stable/seafile/5.12.1/templates/common.yaml similarity index 100% rename from stable/sftpgo/6.5.1/templates/common.yaml rename to stable/seafile/5.12.1/templates/common.yaml diff --git a/stable/shapeshifter-obfuscator/5.5.1/values.yaml b/stable/seafile/5.12.1/values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/values.yaml rename to stable/seafile/5.12.1/values.yaml diff --git a/stable/seafile/5.9.1/CHANGELOG.md b/stable/seafile/5.9.1/CHANGELOG.md deleted file mode 100644 index cdb3787f678..00000000000 --- a/stable/seafile/5.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [seafile-5.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) diff --git a/stable/seafile/5.9.1/Chart.yaml b/stable/seafile/5.9.1/Chart.yaml deleted file mode 100644 index f23c97215f5..00000000000 --- a/stable/seafile/5.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/seafile/5.9.1/app-changelog.md b/stable/seafile/5.9.1/app-changelog.md deleted file mode 100644 index 689a6c4c353..00000000000 --- a/stable/seafile/5.9.1/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [seafile-5.9.1](https://github.com/truecharts/charts/compare/seafile-5.9.0...seafile-5.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/seafile/5.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/seafile/5.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/seafile/5.9.1/charts/mariadb-13.5.4.tgz b/stable/seafile/5.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/seafile/5.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/searxng/7.5.2/CHANGELOG.md b/stable/searxng/7.5.2/CHANGELOG.md deleted file mode 100644 index 35b7f4ce9f4..00000000000 --- a/stable/searxng/7.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [searxng-7.5.2](https://github.com/truecharts/charts/compare/searxng-7.5.1...searxng-7.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [searxng-7.5.1](https://github.com/truecharts/charts/compare/searxng-7.5.0...searxng-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [searxng-7.5.0](https://github.com/truecharts/charts/compare/searxng-7.4.3...searxng-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [searxng-7.4.3](https://github.com/truecharts/charts/compare/searxng-7.4.2...searxng-7.4.3) (2024-03-11) - -### Chore - - - -- update container image searxng/searxng to latest[@5319d6a](https://github.com/5319d6a) by renovate ([#19160](https://github.com/truecharts/charts/issues/19160)) - - -## [searxng-7.4.2](https://github.com/truecharts/charts/compare/searxng-7.4.1...searxng-7.4.2) (2024-03-11) - -### Chore - - - -- update container image searxng/searxng to latest[@ad0cccf](https://github.com/ad0cccf) by renovate ([#19041](https://github.com/truecharts/charts/issues/19041)) - - -## [searxng-7.4.1](https://github.com/truecharts/charts/compare/searxng-7.4.0...searxng-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [searxng-7.4.0](https://github.com/truecharts/charts/compare/searxng-7.3.0...searxng-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [searxng-7.3.0](https://github.com/truecharts/charts/compare/searxng-7.2.4...searxng-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [searxng-7.2.4](https://github.com/truecharts/charts/compare/searxng-7.2.3...searxng-7.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [searxng-7.2.3](https://github.com/truecharts/charts/compare/searxng-7.2.1...searxng-7.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/searxng/7.5.2/Chart.yaml b/stable/searxng/7.5.2/Chart.yaml deleted file mode 100644 index 700b834d471..00000000000 --- a/stable/searxng/7.5.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: 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.0.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.5.2 diff --git a/stable/searxng/7.5.2/charts/common-20.0.9.tgz b/stable/searxng/7.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/searxng/7.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/searxng/7.5.2/ix_values.yaml b/stable/searxng/7.5.2/ix_values.yaml deleted file mode 100644 index 432d9843143..00000000000 --- a/stable/searxng/7.5.2/ix_values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: searxng/searxng - tag: latest@sha256:5319d6ab725b35a0363cf15b4b33a69dc4c307bdf05f673b1e1bc8acbb97a5c5 -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/sheetable/6.5.1/.helmignore b/stable/searxng/7.7.1/.helmignore similarity index 100% rename from stable/sheetable/6.5.1/.helmignore rename to stable/searxng/7.7.1/.helmignore diff --git a/stable/searxng/7.7.1/CHANGELOG.md b/stable/searxng/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..eb57f9ab4c9 --- /dev/null +++ b/stable/searxng/7.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/searxng/7.7.1/Chart.yaml b/stable/searxng/7.7.1/Chart.yaml new file mode 100644 index 00000000000..c97f955fac6 --- /dev/null +++ b/stable/searxng/7.7.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: 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.2 + 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.1 diff --git a/stable/searxng/7.5.2/README.md b/stable/searxng/7.7.1/README.md similarity index 100% rename from stable/searxng/7.5.2/README.md rename to stable/searxng/7.7.1/README.md diff --git a/stable/searxng/7.7.1/app-changelog.md b/stable/searxng/7.7.1/app-changelog.md new file mode 100644 index 00000000000..b7be402835e --- /dev/null +++ b/stable/searxng/7.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [searxng-7.7.1](https://github.com/truecharts/charts/compare/searxng-7.6.0...searxng-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/searxng/7.7.1/app-readme.md similarity index 100% rename from stable/searxng/7.5.2/app-readme.md rename to stable/searxng/7.7.1/app-readme.md diff --git a/stable/searxng/7.7.1/charts/common-20.2.2.tgz b/stable/searxng/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/searxng/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/searxng/7.7.1/ix_values.yaml b/stable/searxng/7.7.1/ix_values.yaml new file mode 100644 index 00000000000..ae853872401 --- /dev/null +++ b/stable/searxng/7.7.1/ix_values.yaml @@ -0,0 +1,45 @@ +image: + pullPolicy: IfNotPresent + repository: searxng/searxng + tag: latest@sha256:ac62dcab1b7dc1caa01ed508749210c714000159d048c2ee3484f5f888bc2cb7 +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.5.2/questions.yaml b/stable/searxng/7.7.1/questions.yaml similarity index 100% rename from stable/searxng/7.5.2/questions.yaml rename to stable/searxng/7.7.1/questions.yaml diff --git a/stable/sickchill/11.6.2/templates/NOTES.txt b/stable/searxng/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/sickchill/11.6.2/templates/NOTES.txt rename to stable/searxng/7.7.1/templates/NOTES.txt diff --git a/stable/searxng/7.5.2/templates/common.yaml b/stable/searxng/7.7.1/templates/common.yaml similarity index 100% rename from stable/searxng/7.5.2/templates/common.yaml rename to stable/searxng/7.7.1/templates/common.yaml diff --git a/stable/sheetable/6.5.1/values.yaml b/stable/searxng/7.7.1/values.yaml similarity index 100% rename from stable/sheetable/6.5.1/values.yaml rename to stable/searxng/7.7.1/values.yaml diff --git a/stable/seedsync/7.5.1/CHANGELOG.md b/stable/seedsync/7.5.1/CHANGELOG.md deleted file mode 100644 index b9245ac7281..00000000000 --- a/stable/seedsync/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [seedsync-7.5.1](https://github.com/truecharts/charts/compare/seedsync-7.5.0...seedsync-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [seedsync-7.5.0](https://github.com/truecharts/charts/compare/seedsync-7.4.1...seedsync-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [seedsync-7.4.1](https://github.com/truecharts/charts/compare/seedsync-7.4.0...seedsync-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [seedsync-7.4.0](https://github.com/truecharts/charts/compare/seedsync-7.3.0...seedsync-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [seedsync-7.3.0](https://github.com/truecharts/charts/compare/seedsync-7.2.3...seedsync-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [seedsync-7.2.3](https://github.com/truecharts/charts/compare/seedsync-7.2.2...seedsync-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [seedsync-7.2.2](https://github.com/truecharts/charts/compare/seedsync-7.2.0...seedsync-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [seedsync-6.1.11](https://github.com/truecharts/charts/compare/seedsync-6.1.10...seedsync-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [seedsync-6.1.10](https://github.com/truecharts/charts/compare/seedsync-6.1.9...seedsync-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/seedsync/7.5.1/Chart.yaml b/stable/seedsync/7.5.1/Chart.yaml deleted file mode 100644 index 68cdfea6886..00000000000 --- a/stable/seedsync/7.5.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: 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.0.8 - 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.5.1 diff --git a/stable/seedsync/7.5.1/charts/common-20.0.8.tgz b/stable/seedsync/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/seedsync/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/shiori/16.5.2/.helmignore b/stable/seedsync/7.7.1/.helmignore similarity index 100% rename from stable/shiori/16.5.2/.helmignore rename to stable/seedsync/7.7.1/.helmignore diff --git a/stable/seedsync/7.7.1/CHANGELOG.md b/stable/seedsync/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..06c85b84bfb --- /dev/null +++ b/stable/seedsync/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [seedsync-7.7.1](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/seedsync/7.7.1/Chart.yaml new file mode 100644 index 00000000000..1c4f2ffc774 --- /dev/null +++ b/stable/seedsync/7.7.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: 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.2 + 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.1 diff --git a/stable/seedsync/7.5.1/README.md b/stable/seedsync/7.7.1/README.md similarity index 100% rename from stable/seedsync/7.5.1/README.md rename to stable/seedsync/7.7.1/README.md diff --git a/stable/seedsync/7.7.1/app-changelog.md b/stable/seedsync/7.7.1/app-changelog.md new file mode 100644 index 00000000000..7c8940f4ade --- /dev/null +++ b/stable/seedsync/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [seedsync-7.7.1](https://github.com/truecharts/charts/compare/seedsync-7.6.0...seedsync-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/seedsync/7.7.1/app-readme.md similarity index 100% rename from stable/seedsync/7.5.1/app-readme.md rename to stable/seedsync/7.7.1/app-readme.md diff --git a/stable/seedsync/7.7.1/charts/common-20.2.2.tgz b/stable/seedsync/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/seedsync/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/seedsync/7.5.1/ix_values.yaml b/stable/seedsync/7.7.1/ix_values.yaml similarity index 100% rename from stable/seedsync/7.5.1/ix_values.yaml rename to stable/seedsync/7.7.1/ix_values.yaml diff --git a/stable/seedsync/7.5.1/questions.yaml b/stable/seedsync/7.7.1/questions.yaml similarity index 100% rename from stable/seedsync/7.5.1/questions.yaml rename to stable/seedsync/7.7.1/questions.yaml diff --git a/stable/sickgear/11.5.1/templates/NOTES.txt b/stable/seedsync/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/sickgear/11.5.1/templates/NOTES.txt rename to stable/seedsync/7.7.1/templates/NOTES.txt diff --git a/stable/seedsync/7.5.1/templates/common.yaml b/stable/seedsync/7.7.1/templates/common.yaml similarity index 100% rename from stable/seedsync/7.5.1/templates/common.yaml rename to stable/seedsync/7.7.1/templates/common.yaml diff --git a/stable/shiori/16.5.2/values.yaml b/stable/seedsync/7.7.1/values.yaml similarity index 100% rename from stable/shiori/16.5.2/values.yaml rename to stable/seedsync/7.7.1/values.yaml diff --git a/stable/send/5.5.4/CHANGELOG.md b/stable/send/5.5.4/CHANGELOG.md deleted file mode 100644 index 03a42832608..00000000000 --- a/stable/send/5.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [send-5.5.4](https://github.com/truecharts/charts/compare/send-5.5.3...send-5.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [send-5.5.3](https://github.com/truecharts/charts/compare/send-5.5.2...send-5.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [send-5.5.2](https://github.com/truecharts/charts/compare/send-5.5.1...send-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [send-5.5.1](https://github.com/truecharts/charts/compare/send-5.5.0...send-5.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [send-5.5.0](https://github.com/truecharts/charts/compare/send-5.4.1...send-5.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [send-5.4.1](https://github.com/truecharts/charts/compare/send-5.4.0...send-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [send-5.4.0](https://github.com/truecharts/charts/compare/send-5.3.0...send-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [send-5.3.0](https://github.com/truecharts/charts/compare/send-5.2.3...send-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [send-5.2.3](https://github.com/truecharts/charts/compare/send-5.2.2...send-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [send-5.2.2](https://github.com/truecharts/charts/compare/send-5.2.0...send-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/send/5.5.4/Chart.yaml b/stable/send/5.5.4/Chart.yaml deleted file mode 100644 index 0e71225feb6..00000000000 --- a/stable/send/5.5.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: 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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/send/5.5.4/charts/common-20.0.9.tgz b/stable/send/5.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/send/5.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/send/5.5.4/charts/redis-13.0.3.tgz b/stable/send/5.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/send/5.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/shlink-web-client/10.5.1/.helmignore b/stable/send/5.7.1/.helmignore similarity index 100% rename from stable/shlink-web-client/10.5.1/.helmignore rename to stable/send/5.7.1/.helmignore diff --git a/stable/send/5.7.1/CHANGELOG.md b/stable/send/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9cddd07a50a --- /dev/null +++ b/stable/send/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [send-5.7.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.0) (2024-03-16) + +### Chore + + + +- update container 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/send/5.7.1/Chart.yaml b/stable/send/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8abeecd5989 --- /dev/null +++ b/stable/send/5.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/send/5.5.4/README.md b/stable/send/5.7.1/README.md similarity index 100% rename from stable/send/5.5.4/README.md rename to stable/send/5.7.1/README.md diff --git a/stable/send/5.7.1/app-changelog.md b/stable/send/5.7.1/app-changelog.md new file mode 100644 index 00000000000..289ba40b49f --- /dev/null +++ b/stable/send/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [send-5.7.1](https://github.com/truecharts/charts/compare/send-5.6.0...send-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/send/5.7.1/app-readme.md similarity index 100% rename from stable/send/5.5.4/app-readme.md rename to stable/send/5.7.1/app-readme.md diff --git a/stable/send/5.7.1/charts/common-20.2.2.tgz b/stable/send/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/send/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/send/5.7.1/charts/redis-13.0.5.tgz b/stable/send/5.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/send/5.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/send/5.5.4/ix_values.yaml b/stable/send/5.7.1/ix_values.yaml similarity index 100% rename from stable/send/5.5.4/ix_values.yaml rename to stable/send/5.7.1/ix_values.yaml diff --git a/stable/send/5.5.4/questions.yaml b/stable/send/5.7.1/questions.yaml similarity index 100% rename from stable/send/5.5.4/questions.yaml rename to stable/send/5.7.1/questions.yaml diff --git a/stable/send/5.5.4/templates/common.yaml b/stable/send/5.7.1/templates/common.yaml similarity index 100% rename from stable/send/5.5.4/templates/common.yaml rename to stable/send/5.7.1/templates/common.yaml diff --git a/stable/shlink-web-client/10.5.1/values.yaml b/stable/send/5.7.1/values.yaml similarity index 100% rename from stable/shlink-web-client/10.5.1/values.yaml rename to stable/send/5.7.1/values.yaml diff --git a/stable/ser2sock/13.5.1/CHANGELOG.md b/stable/ser2sock/13.5.1/CHANGELOG.md deleted file mode 100644 index 519ebd61b57..00000000000 --- a/stable/ser2sock/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ser2sock-13.5.1](https://github.com/truecharts/charts/compare/ser2sock-13.5.0...ser2sock-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ser2sock-13.5.0](https://github.com/truecharts/charts/compare/ser2sock-13.4.1...ser2sock-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ser2sock-13.4.1](https://github.com/truecharts/charts/compare/ser2sock-13.4.0...ser2sock-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ser2sock-13.4.0](https://github.com/truecharts/charts/compare/ser2sock-13.3.0...ser2sock-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ser2sock-13.3.0](https://github.com/truecharts/charts/compare/ser2sock-13.2.3...ser2sock-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ser2sock-13.2.3](https://github.com/truecharts/charts/compare/ser2sock-13.2.2...ser2sock-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ser2sock-13.2.2](https://github.com/truecharts/charts/compare/ser2sock-13.2.0...ser2sock-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ser2sock-12.1.11](https://github.com/truecharts/charts/compare/ser2sock-12.1.10...ser2sock-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ser2sock-12.1.10](https://github.com/truecharts/charts/compare/ser2sock-12.1.9...ser2sock-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/ser2sock/13.5.1/Chart.yaml b/stable/ser2sock/13.5.1/Chart.yaml deleted file mode 100644 index d7b14cdc049..00000000000 --- a/stable/ser2sock/13.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ser2sock/13.5.1/charts/common-20.0.8.tgz b/stable/ser2sock/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ser2sock/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/shlink/14.3.4/.helmignore b/stable/ser2sock/13.7.1/.helmignore similarity index 100% rename from stable/shlink/14.3.4/.helmignore rename to stable/ser2sock/13.7.1/.helmignore diff --git a/stable/ser2sock/13.7.1/CHANGELOG.md b/stable/ser2sock/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d58fe235ba5 --- /dev/null +++ b/stable/ser2sock/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ser2sock-13.7.1](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ser2sock/13.7.1/Chart.yaml new file mode 100644 index 00000000000..f0521efef9f --- /dev/null +++ b/stable/ser2sock/13.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/ser2sock/13.5.1/README.md b/stable/ser2sock/13.7.1/README.md similarity index 100% rename from stable/ser2sock/13.5.1/README.md rename to stable/ser2sock/13.7.1/README.md diff --git a/stable/ser2sock/13.7.1/app-changelog.md b/stable/ser2sock/13.7.1/app-changelog.md new file mode 100644 index 00000000000..b2c1ac91cb5 --- /dev/null +++ b/stable/ser2sock/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ser2sock-13.7.1](https://github.com/truecharts/charts/compare/ser2sock-13.6.0...ser2sock-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ser2sock/13.7.1/app-readme.md similarity index 100% rename from stable/ser2sock/13.5.1/app-readme.md rename to stable/ser2sock/13.7.1/app-readme.md diff --git a/stable/ser2sock/13.7.1/charts/common-20.2.2.tgz b/stable/ser2sock/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ser2sock/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ser2sock/13.5.1/ix_values.yaml b/stable/ser2sock/13.7.1/ix_values.yaml similarity index 100% rename from stable/ser2sock/13.5.1/ix_values.yaml rename to stable/ser2sock/13.7.1/ix_values.yaml diff --git a/stable/ser2sock/13.5.1/questions.yaml b/stable/ser2sock/13.7.1/questions.yaml similarity index 100% rename from stable/ser2sock/13.5.1/questions.yaml rename to stable/ser2sock/13.7.1/questions.yaml diff --git a/stable/simply-shorten/8.5.1/templates/NOTES.txt b/stable/ser2sock/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/simply-shorten/8.5.1/templates/NOTES.txt rename to stable/ser2sock/13.7.1/templates/NOTES.txt diff --git a/stable/shiori/16.5.2/templates/common.yaml b/stable/ser2sock/13.7.1/templates/common.yaml similarity index 100% rename from stable/shiori/16.5.2/templates/common.yaml rename to stable/ser2sock/13.7.1/templates/common.yaml diff --git a/stable/shlink/14.3.4/values.yaml b/stable/ser2sock/13.7.1/values.yaml similarity index 100% rename from stable/shlink/14.3.4/values.yaml rename to stable/ser2sock/13.7.1/values.yaml diff --git a/stable/serpbear/3.5.2/CHANGELOG.md b/stable/serpbear/3.5.2/CHANGELOG.md deleted file mode 100644 index abbc3565b3b..00000000000 --- a/stable/serpbear/3.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [serpbear-3.5.2](https://github.com/truecharts/charts/compare/serpbear-3.5.1...serpbear-3.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [serpbear-3.5.1](https://github.com/truecharts/charts/compare/serpbear-3.5.0...serpbear-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [serpbear-3.5.0](https://github.com/truecharts/charts/compare/serpbear-3.4.2...serpbear-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [serpbear-3.4.2](https://github.com/truecharts/charts/compare/serpbear-3.4.1...serpbear-3.4.2) (2024-03-11) - -### Chore - - - -- update container image towfiqi/serpbear to latest[@3647acf](https://github.com/3647acf) by renovate ([#19044](https://github.com/truecharts/charts/issues/19044)) - - -## [serpbear-3.4.1](https://github.com/truecharts/charts/compare/serpbear-3.4.0...serpbear-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [serpbear-3.4.0](https://github.com/truecharts/charts/compare/serpbear-3.3.0...serpbear-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [serpbear-3.3.0](https://github.com/truecharts/charts/compare/serpbear-3.2.3...serpbear-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [serpbear-3.2.3](https://github.com/truecharts/charts/compare/serpbear-3.2.2...serpbear-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [serpbear-3.2.2](https://github.com/truecharts/charts/compare/serpbear-3.2.0...serpbear-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/serpbear/3.5.2/Chart.yaml b/stable/serpbear/3.5.2/Chart.yaml deleted file mode 100644 index 163b48afd91..00000000000 --- a/stable/serpbear/3.5.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: 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.0.9 - 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.5.2 diff --git a/stable/serpbear/3.5.2/charts/common-20.0.9.tgz b/stable/serpbear/3.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/serpbear/3.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/serpbear/3.5.2/ix_values.yaml b/stable/serpbear/3.5.2/ix_values.yaml deleted file mode 100644 index 20910b19b7d..00000000000 --- a/stable/serpbear/3.5.2/ix_values.yaml +++ /dev/null @@ -1,32 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: towfiqi/serpbear - tag: latest@sha256:3647acf76b6c58299410d9dd85cbd4c1c6ccc47aeb821a5d9e49a2041b8cf52f -persistence: - data: - enabled: true - mountPath: /app/data -portal: - open: - enabled: true -serpbear: - api_key: "" - app_url: http://localhost:10605 - password: secret - session_duration: 24 - user: admin -service: - main: - ports: - main: - port: 10605 - protocol: http - targetPort: 3000 -workload: - main: - podSpec: - containers: - main: - envFrom: - - secretRef: - name: serpbear-secret diff --git a/stable/shoko-server/9.5.1/.helmignore b/stable/serpbear/3.7.1/.helmignore similarity index 100% rename from stable/shoko-server/9.5.1/.helmignore rename to stable/serpbear/3.7.1/.helmignore diff --git a/stable/serpbear/3.7.1/CHANGELOG.md b/stable/serpbear/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4ba8fae3de6 --- /dev/null +++ b/stable/serpbear/3.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [serpbear-3.7.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/serpbear/3.7.1/Chart.yaml b/stable/serpbear/3.7.1/Chart.yaml new file mode 100644 index 00000000000..3cb9f296e18 --- /dev/null +++ b/stable/serpbear/3.7.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: 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.2 + 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.1 diff --git a/stable/serpbear/3.5.2/README.md b/stable/serpbear/3.7.1/README.md similarity index 100% rename from stable/serpbear/3.5.2/README.md rename to stable/serpbear/3.7.1/README.md diff --git a/stable/serpbear/3.7.1/app-changelog.md b/stable/serpbear/3.7.1/app-changelog.md new file mode 100644 index 00000000000..ef2db022c9d --- /dev/null +++ b/stable/serpbear/3.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [serpbear-3.7.1](https://github.com/truecharts/charts/compare/serpbear-3.6.0...serpbear-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/serpbear/3.7.1/app-readme.md similarity index 100% rename from stable/serpbear/3.5.2/app-readme.md rename to stable/serpbear/3.7.1/app-readme.md diff --git a/stable/serpbear/3.7.1/charts/common-20.2.2.tgz b/stable/serpbear/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/serpbear/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/serpbear/3.7.1/ix_values.yaml b/stable/serpbear/3.7.1/ix_values.yaml new file mode 100644 index 00000000000..a260172122e --- /dev/null +++ b/stable/serpbear/3.7.1/ix_values.yaml @@ -0,0 +1,32 @@ +image: + pullPolicy: IfNotPresent + repository: towfiqi/serpbear + tag: latest@sha256:3e61661879c1d1d9d0c977222dcd0302e1ff5b04122b1e75148ae5666265457e +persistence: + data: + enabled: true + mountPath: /app/data +portal: + open: + enabled: true +serpbear: + api_key: "" + app_url: http://localhost:10605 + password: secret + session_duration: 24 + user: admin +service: + main: + ports: + main: + port: 10605 + protocol: http + targetPort: 3000 +workload: + main: + podSpec: + containers: + main: + envFrom: + - secretRef: + name: serpbear-secret diff --git a/stable/serpbear/3.5.2/questions.yaml b/stable/serpbear/3.7.1/questions.yaml similarity index 100% rename from stable/serpbear/3.5.2/questions.yaml rename to stable/serpbear/3.7.1/questions.yaml diff --git a/stable/serpbear/3.5.2/templates/_secret.tpl b/stable/serpbear/3.7.1/templates/_secret.tpl similarity index 100% rename from stable/serpbear/3.5.2/templates/_secret.tpl rename to stable/serpbear/3.7.1/templates/_secret.tpl diff --git a/stable/serpbear/3.5.2/templates/common.yaml b/stable/serpbear/3.7.1/templates/common.yaml similarity index 100% rename from stable/serpbear/3.5.2/templates/common.yaml rename to stable/serpbear/3.7.1/templates/common.yaml diff --git a/stable/shoko-server/9.5.1/values.yaml b/stable/serpbear/3.7.1/values.yaml similarity index 100% rename from stable/shoko-server/9.5.1/values.yaml rename to stable/serpbear/3.7.1/values.yaml diff --git a/stable/shortipy/5.5.1/.helmignore b/stable/servas/4.12.1/.helmignore similarity index 100% rename from stable/shortipy/5.5.1/.helmignore rename to stable/servas/4.12.1/.helmignore diff --git a/stable/servas/4.12.1/CHANGELOG.md b/stable/servas/4.12.1/CHANGELOG.md new file mode 100644 index 00000000000..ee6628397e5 --- /dev/null +++ b/stable/servas/4.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [servas-4.12.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.1) (2024-03-17) + +### Chore + + + +- update container 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.12.0](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.0) (2024-03-17) + +### Chore + + + +- 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.12.0](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/servas/4.12.1/Chart.yaml b/stable/servas/4.12.1/Chart.yaml new file mode 100644 index 00000000000..0542909370b --- /dev/null +++ b/stable/servas/4.12.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: bookmarks + 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.12.1 diff --git a/stable/servas/4.9.1/README.md b/stable/servas/4.12.1/README.md similarity index 100% rename from stable/servas/4.9.1/README.md rename to stable/servas/4.12.1/README.md diff --git a/stable/servas/4.12.1/app-changelog.md b/stable/servas/4.12.1/app-changelog.md new file mode 100644 index 00000000000..69f69a6d2e2 --- /dev/null +++ b/stable/servas/4.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [servas-4.12.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/servas/4.12.1/app-readme.md similarity index 100% rename from stable/servas/4.9.1/app-readme.md rename to stable/servas/4.12.1/app-readme.md diff --git a/stable/servas/4.12.1/charts/common-20.2.2.tgz b/stable/servas/4.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/servas/4.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/servas/4.12.1/charts/mariadb-13.7.0.tgz b/stable/servas/4.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/servas/4.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/servas/4.9.1/ix_values.yaml b/stable/servas/4.12.1/ix_values.yaml similarity index 100% rename from stable/servas/4.9.1/ix_values.yaml rename to stable/servas/4.12.1/ix_values.yaml diff --git a/stable/servas/4.9.1/questions.yaml b/stable/servas/4.12.1/questions.yaml similarity index 100% rename from stable/servas/4.9.1/questions.yaml rename to stable/servas/4.12.1/questions.yaml diff --git a/stable/slash/4.5.2/templates/NOTES.txt b/stable/servas/4.12.1/templates/NOTES.txt similarity index 100% rename from stable/slash/4.5.2/templates/NOTES.txt rename to stable/servas/4.12.1/templates/NOTES.txt diff --git a/stable/servas/4.9.1/templates/_secrets.tpl b/stable/servas/4.12.1/templates/_secrets.tpl similarity index 100% rename from stable/servas/4.9.1/templates/_secrets.tpl rename to stable/servas/4.12.1/templates/_secrets.tpl diff --git a/stable/servas/4.9.1/templates/common.yaml b/stable/servas/4.12.1/templates/common.yaml similarity index 100% rename from stable/servas/4.9.1/templates/common.yaml rename to stable/servas/4.12.1/templates/common.yaml diff --git a/stable/shortipy/5.5.1/values.yaml b/stable/servas/4.12.1/values.yaml similarity index 100% rename from stable/shortipy/5.5.1/values.yaml rename to stable/servas/4.12.1/values.yaml diff --git a/stable/servas/4.9.1/CHANGELOG.md b/stable/servas/4.9.1/CHANGELOG.md deleted file mode 100644 index 106e5ba13d7..00000000000 --- a/stable/servas/4.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [servas-4.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/servas-4.8.3...servas-4.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [servas-4.8.3](https://github.com/truecharts/charts/compare/servas-4.8.2...servas-4.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/servas/4.9.1/Chart.yaml b/stable/servas/4.9.1/Chart.yaml deleted file mode 100644 index d695b84f49d..00000000000 --- a/stable/servas/4.9.1/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.1.0 -dependencies: - - name: common - version: 20.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.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.9.1 diff --git a/stable/servas/4.9.1/app-changelog.md b/stable/servas/4.9.1/app-changelog.md deleted file mode 100644 index a1dab14e8c1..00000000000 --- a/stable/servas/4.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [servas-4.9.1](https://github.com/truecharts/charts/compare/servas-4.9.0...servas-4.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/servas/4.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/servas/4.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/servas/4.9.1/charts/mariadb-13.5.4.tgz b/stable/servas/4.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/servas/4.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/sftpgo/6.5.1/CHANGELOG.md b/stable/sftpgo/6.5.1/CHANGELOG.md deleted file mode 100644 index 297eaf13c5f..00000000000 --- a/stable/sftpgo/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sftpgo-6.5.1](https://github.com/truecharts/charts/compare/sftpgo-6.5.0...sftpgo-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sftpgo-6.5.0](https://github.com/truecharts/charts/compare/sftpgo-6.4.1...sftpgo-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sftpgo-6.4.1](https://github.com/truecharts/charts/compare/sftpgo-6.4.0...sftpgo-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sftpgo-6.4.0](https://github.com/truecharts/charts/compare/sftpgo-6.3.0...sftpgo-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sftpgo-6.3.0](https://github.com/truecharts/charts/compare/sftpgo-6.2.3...sftpgo-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sftpgo-6.2.3](https://github.com/truecharts/charts/compare/sftpgo-6.2.2...sftpgo-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sftpgo-6.2.2](https://github.com/truecharts/charts/compare/sftpgo-6.2.0...sftpgo-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sftpgo-5.1.11](https://github.com/truecharts/charts/compare/sftpgo-5.1.10...sftpgo-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sftpgo-5.1.10](https://github.com/truecharts/charts/compare/sftpgo-5.1.9...sftpgo-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sftpgo/6.5.1/Chart.yaml b/stable/sftpgo/6.5.1/Chart.yaml deleted file mode 100644 index d86ac8ac419..00000000000 --- a/stable/sftpgo/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sftpgo/6.5.1/charts/common-20.0.8.tgz b/stable/sftpgo/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sftpgo/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/shorturl/10.5.1/.helmignore b/stable/sftpgo/6.7.1/.helmignore similarity index 100% rename from stable/shorturl/10.5.1/.helmignore rename to stable/sftpgo/6.7.1/.helmignore diff --git a/stable/sftpgo/6.7.1/CHANGELOG.md b/stable/sftpgo/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bea25296bb2 --- /dev/null +++ b/stable/sftpgo/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sftpgo-6.7.1](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sftpgo/6.7.1/Chart.yaml new file mode 100644 index 00000000000..ae995465131 --- /dev/null +++ b/stable/sftpgo/6.7.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: 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.2 + 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.1 diff --git a/stable/sftpgo/6.5.1/README.md b/stable/sftpgo/6.7.1/README.md similarity index 100% rename from stable/sftpgo/6.5.1/README.md rename to stable/sftpgo/6.7.1/README.md diff --git a/stable/sftpgo/6.7.1/app-changelog.md b/stable/sftpgo/6.7.1/app-changelog.md new file mode 100644 index 00000000000..7e764d99898 --- /dev/null +++ b/stable/sftpgo/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sftpgo-6.7.1](https://github.com/truecharts/charts/compare/sftpgo-6.6.0...sftpgo-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sftpgo/6.7.1/app-readme.md similarity index 100% rename from stable/sftpgo/6.5.1/app-readme.md rename to stable/sftpgo/6.7.1/app-readme.md diff --git a/stable/sftpgo/6.7.1/charts/common-20.2.2.tgz b/stable/sftpgo/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sftpgo/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sftpgo/6.5.1/ix_values.yaml b/stable/sftpgo/6.7.1/ix_values.yaml similarity index 100% rename from stable/sftpgo/6.5.1/ix_values.yaml rename to stable/sftpgo/6.7.1/ix_values.yaml diff --git a/stable/sftpgo/6.5.1/questions.yaml b/stable/sftpgo/6.7.1/questions.yaml similarity index 100% rename from stable/sftpgo/6.5.1/questions.yaml rename to stable/sftpgo/6.7.1/questions.yaml diff --git a/stable/smartctl-exporter/2.7.1/templates/NOTES.txt b/stable/sftpgo/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/smartctl-exporter/2.7.1/templates/NOTES.txt rename to stable/sftpgo/6.7.1/templates/NOTES.txt diff --git a/stable/shlink-web-client/10.5.1/templates/common.yaml b/stable/sftpgo/6.7.1/templates/common.yaml similarity index 100% rename from stable/shlink-web-client/10.5.1/templates/common.yaml rename to stable/sftpgo/6.7.1/templates/common.yaml diff --git a/stable/shorturl/10.5.1/values.yaml b/stable/sftpgo/6.7.1/values.yaml similarity index 100% rename from stable/shorturl/10.5.1/values.yaml rename to stable/sftpgo/6.7.1/values.yaml diff --git a/stable/shaarli/5.5.1/CHANGELOG.md b/stable/shaarli/5.5.1/CHANGELOG.md deleted file mode 100644 index b4bcb41ca22..00000000000 --- a/stable/shaarli/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shaarli-5.5.1](https://github.com/truecharts/charts/compare/shaarli-5.5.0...shaarli-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shaarli-5.5.0](https://github.com/truecharts/charts/compare/shaarli-5.4.1...shaarli-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shaarli-5.4.1](https://github.com/truecharts/charts/compare/shaarli-5.4.0...shaarli-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shaarli-5.4.0](https://github.com/truecharts/charts/compare/shaarli-5.3.0...shaarli-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shaarli-5.3.0](https://github.com/truecharts/charts/compare/shaarli-5.2.3...shaarli-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shaarli-5.2.3](https://github.com/truecharts/charts/compare/shaarli-5.2.2...shaarli-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shaarli-5.2.2](https://github.com/truecharts/charts/compare/shaarli-5.2.0...shaarli-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shaarli-4.1.11](https://github.com/truecharts/charts/compare/shaarli-4.1.10...shaarli-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shaarli-4.1.10](https://github.com/truecharts/charts/compare/shaarli-4.1.9...shaarli-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shaarli/5.5.1/Chart.yaml b/stable/shaarli/5.5.1/Chart.yaml deleted file mode 100644 index de70b58b0d1..00000000000 --- a/stable/shaarli/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/shaarli/5.5.1/charts/common-20.0.8.tgz b/stable/shaarli/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shaarli/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sia-daemon/5.5.1/.helmignore b/stable/shaarli/5.7.1/.helmignore similarity index 100% rename from stable/sia-daemon/5.5.1/.helmignore rename to stable/shaarli/5.7.1/.helmignore diff --git a/stable/shaarli/5.7.1/CHANGELOG.md b/stable/shaarli/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fc526c4aaa4 --- /dev/null +++ b/stable/shaarli/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shaarli-5.7.1](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shaarli/5.7.1/Chart.yaml new file mode 100644 index 00000000000..456094dad3d --- /dev/null +++ b/stable/shaarli/5.7.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: 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.2 + 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.1 diff --git a/stable/shaarli/5.5.1/README.md b/stable/shaarli/5.7.1/README.md similarity index 100% rename from stable/shaarli/5.5.1/README.md rename to stable/shaarli/5.7.1/README.md diff --git a/stable/shaarli/5.7.1/app-changelog.md b/stable/shaarli/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e2e91b8b1d5 --- /dev/null +++ b/stable/shaarli/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shaarli-5.7.1](https://github.com/truecharts/charts/compare/shaarli-5.6.0...shaarli-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shaarli/5.7.1/app-readme.md similarity index 100% rename from stable/shaarli/5.5.1/app-readme.md rename to stable/shaarli/5.7.1/app-readme.md diff --git a/stable/shaarli/5.7.1/charts/common-20.2.2.tgz b/stable/shaarli/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shaarli/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shaarli/5.5.1/ix_values.yaml b/stable/shaarli/5.7.1/ix_values.yaml similarity index 100% rename from stable/shaarli/5.5.1/ix_values.yaml rename to stable/shaarli/5.7.1/ix_values.yaml diff --git a/stable/shaarli/5.5.1/questions.yaml b/stable/shaarli/5.7.1/questions.yaml similarity index 100% rename from stable/shaarli/5.5.1/questions.yaml rename to stable/shaarli/5.7.1/questions.yaml diff --git a/stable/shaarli/5.5.1/templates/common.yaml b/stable/shaarli/5.7.1/templates/common.yaml similarity index 100% rename from stable/shaarli/5.5.1/templates/common.yaml rename to stable/shaarli/5.7.1/templates/common.yaml diff --git a/stable/sia-daemon/5.5.1/values.yaml b/stable/shaarli/5.7.1/values.yaml similarity index 100% rename from stable/sia-daemon/5.5.1/values.yaml rename to stable/shaarli/5.7.1/values.yaml diff --git a/stable/shapeshifter-obfuscator/5.5.1/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.5.1/CHANGELOG.md deleted file mode 100644 index f171c25dbfc..00000000000 --- a/stable/shapeshifter-obfuscator/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shapeshifter-obfuscator-5.5.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.5.0...shapeshifter-obfuscator-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shapeshifter-obfuscator-5.5.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.4.1...shapeshifter-obfuscator-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shapeshifter-obfuscator-5.4.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.4.0...shapeshifter-obfuscator-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shapeshifter-obfuscator-5.4.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.3.0...shapeshifter-obfuscator-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shapeshifter-obfuscator-5.3.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.3...shapeshifter-obfuscator-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shapeshifter-obfuscator-5.2.3](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.2...shapeshifter-obfuscator-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shapeshifter-obfuscator-5.2.2](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.2.0...shapeshifter-obfuscator-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shapeshifter-obfuscator-4.1.11](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.10...shapeshifter-obfuscator-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shapeshifter-obfuscator-4.1.10](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-4.1.9...shapeshifter-obfuscator-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shapeshifter-obfuscator/5.5.1/Chart.yaml b/stable/shapeshifter-obfuscator/5.5.1/Chart.yaml deleted file mode 100644 index 1e6776470da..00000000000 --- a/stable/shapeshifter-obfuscator/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/shapeshifter-obfuscator/5.5.1/charts/common-20.0.8.tgz b/stable/shapeshifter-obfuscator/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shapeshifter-obfuscator/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sickchill/11.6.2/.helmignore b/stable/shapeshifter-obfuscator/5.7.1/.helmignore similarity index 100% rename from stable/sickchill/11.6.2/.helmignore rename to stable/shapeshifter-obfuscator/5.7.1/.helmignore diff --git a/stable/shapeshifter-obfuscator/5.7.1/CHANGELOG.md b/stable/shapeshifter-obfuscator/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3a72530572f --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shapeshifter-obfuscator-5.7.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shapeshifter-obfuscator/5.7.1/Chart.yaml new file mode 100644 index 00000000000..71f50c09a56 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.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: 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.2 + 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.1 diff --git a/stable/shapeshifter-obfuscator/5.5.1/README.md b/stable/shapeshifter-obfuscator/5.7.1/README.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/README.md rename to stable/shapeshifter-obfuscator/5.7.1/README.md diff --git a/stable/shapeshifter-obfuscator/5.7.1/app-changelog.md b/stable/shapeshifter-obfuscator/5.7.1/app-changelog.md new file mode 100644 index 00000000000..109d785db75 --- /dev/null +++ b/stable/shapeshifter-obfuscator/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shapeshifter-obfuscator-5.7.1](https://github.com/truecharts/charts/compare/shapeshifter-obfuscator-5.6.0...shapeshifter-obfuscator-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shapeshifter-obfuscator/5.7.1/app-readme.md similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/app-readme.md rename to stable/shapeshifter-obfuscator/5.7.1/app-readme.md diff --git a/stable/shapeshifter-obfuscator/5.7.1/charts/common-20.2.2.tgz b/stable/shapeshifter-obfuscator/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shapeshifter-obfuscator/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shapeshifter-obfuscator/5.5.1/ix_values.yaml b/stable/shapeshifter-obfuscator/5.7.1/ix_values.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/ix_values.yaml rename to stable/shapeshifter-obfuscator/5.7.1/ix_values.yaml diff --git a/stable/shapeshifter-obfuscator/5.5.1/questions.yaml b/stable/shapeshifter-obfuscator/5.7.1/questions.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/questions.yaml rename to stable/shapeshifter-obfuscator/5.7.1/questions.yaml diff --git a/stable/shapeshifter-obfuscator/5.5.1/templates/common.yaml b/stable/shapeshifter-obfuscator/5.7.1/templates/common.yaml similarity index 100% rename from stable/shapeshifter-obfuscator/5.5.1/templates/common.yaml rename to stable/shapeshifter-obfuscator/5.7.1/templates/common.yaml diff --git a/stable/sickchill/11.6.2/values.yaml b/stable/shapeshifter-obfuscator/5.7.1/values.yaml similarity index 100% rename from stable/sickchill/11.6.2/values.yaml rename to stable/shapeshifter-obfuscator/5.7.1/values.yaml diff --git a/stable/sheetable/6.5.1/CHANGELOG.md b/stable/sheetable/6.5.1/CHANGELOG.md deleted file mode 100644 index ab5bd607682..00000000000 --- a/stable/sheetable/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sheetable-6.5.1](https://github.com/truecharts/charts/compare/sheetable-6.5.0...sheetable-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sheetable-6.5.0](https://github.com/truecharts/charts/compare/sheetable-6.4.1...sheetable-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sheetable-6.4.1](https://github.com/truecharts/charts/compare/sheetable-6.4.0...sheetable-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sheetable-6.4.0](https://github.com/truecharts/charts/compare/sheetable-6.3.0...sheetable-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sheetable-6.3.0](https://github.com/truecharts/charts/compare/sheetable-6.2.3...sheetable-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sheetable-6.2.3](https://github.com/truecharts/charts/compare/sheetable-6.2.2...sheetable-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sheetable-6.2.2](https://github.com/truecharts/charts/compare/sheetable-6.2.0...sheetable-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sheetable-5.1.11](https://github.com/truecharts/charts/compare/sheetable-5.1.10...sheetable-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sheetable-5.1.10](https://github.com/truecharts/charts/compare/sheetable-5.1.9...sheetable-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sheetable/6.5.1/Chart.yaml b/stable/sheetable/6.5.1/Chart.yaml deleted file mode 100644 index 152be93d86e..00000000000 --- a/stable/sheetable/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sheetable/6.5.1/charts/common-20.0.8.tgz b/stable/sheetable/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sheetable/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sickgear/11.5.1/.helmignore b/stable/sheetable/6.7.1/.helmignore similarity index 100% rename from stable/sickgear/11.5.1/.helmignore rename to stable/sheetable/6.7.1/.helmignore diff --git a/stable/sheetable/6.7.1/CHANGELOG.md b/stable/sheetable/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..44f5ab184b7 --- /dev/null +++ b/stable/sheetable/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sheetable-6.7.1](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sheetable/6.7.1/Chart.yaml new file mode 100644 index 00000000000..44503c44d10 --- /dev/null +++ b/stable/sheetable/6.7.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: 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.2 + 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.1 diff --git a/stable/sheetable/6.5.1/README.md b/stable/sheetable/6.7.1/README.md similarity index 100% rename from stable/sheetable/6.5.1/README.md rename to stable/sheetable/6.7.1/README.md diff --git a/stable/sheetable/6.7.1/app-changelog.md b/stable/sheetable/6.7.1/app-changelog.md new file mode 100644 index 00000000000..ab69727a78c --- /dev/null +++ b/stable/sheetable/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sheetable-6.7.1](https://github.com/truecharts/charts/compare/sheetable-6.6.0...sheetable-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sheetable/6.7.1/app-readme.md similarity index 100% rename from stable/sheetable/6.5.1/app-readme.md rename to stable/sheetable/6.7.1/app-readme.md diff --git a/stable/sheetable/6.7.1/charts/common-20.2.2.tgz b/stable/sheetable/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sheetable/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sheetable/6.5.1/ix_values.yaml b/stable/sheetable/6.7.1/ix_values.yaml similarity index 100% rename from stable/sheetable/6.5.1/ix_values.yaml rename to stable/sheetable/6.7.1/ix_values.yaml diff --git a/stable/sheetable/6.5.1/questions.yaml b/stable/sheetable/6.7.1/questions.yaml similarity index 100% rename from stable/sheetable/6.5.1/questions.yaml rename to stable/sheetable/6.7.1/questions.yaml diff --git a/stable/sheetable/6.5.1/templates/_secrets.tpl b/stable/sheetable/6.7.1/templates/_secrets.tpl similarity index 100% rename from stable/sheetable/6.5.1/templates/_secrets.tpl rename to stable/sheetable/6.7.1/templates/_secrets.tpl diff --git a/stable/sheetable/6.5.1/templates/common.yaml b/stable/sheetable/6.7.1/templates/common.yaml similarity index 100% rename from stable/sheetable/6.5.1/templates/common.yaml rename to stable/sheetable/6.7.1/templates/common.yaml diff --git a/stable/sickgear/11.5.1/values.yaml b/stable/sheetable/6.7.1/values.yaml similarity index 100% rename from stable/sickgear/11.5.1/values.yaml rename to stable/sheetable/6.7.1/values.yaml diff --git a/stable/shiori/16.5.2/CHANGELOG.md b/stable/shiori/16.5.2/CHANGELOG.md deleted file mode 100644 index c3ff50e1d72..00000000000 --- a/stable/shiori/16.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shiori-16.5.2](https://github.com/truecharts/charts/compare/shiori-16.5.1...shiori-16.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [shiori-16.5.1](https://github.com/truecharts/charts/compare/shiori-16.5.0...shiori-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shiori-16.5.0](https://github.com/truecharts/charts/compare/shiori-16.4.1...shiori-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shiori-16.4.1](https://github.com/truecharts/charts/compare/shiori-16.4.0...shiori-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shiori-16.4.0](https://github.com/truecharts/charts/compare/shiori-16.3.0...shiori-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shiori-16.3.0](https://github.com/truecharts/charts/compare/shiori-16.2.3...shiori-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shiori-16.2.3](https://github.com/truecharts/charts/compare/shiori-16.2.2...shiori-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shiori-16.2.2](https://github.com/truecharts/charts/compare/shiori-16.2.0...shiori-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shiori-15.1.11](https://github.com/truecharts/charts/compare/shiori-15.1.10...shiori-15.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/shiori/16.5.2/Chart.yaml b/stable/shiori/16.5.2/Chart.yaml deleted file mode 100644 index 21871632781..00000000000 --- a/stable/shiori/16.5.2/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.5.5 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/shiori/16.5.2/charts/common-20.0.9.tgz b/stable/shiori/16.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/shiori/16.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/shiori/16.5.2/ix_values.yaml b/stable/shiori/16.5.2/ix_values.yaml deleted file mode 100644 index de10a048f4d..00000000000 --- a/stable/shiori/16.5.2/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: ghcr.io/go-shiori/shiori - pullPolicy: IfNotPresent - tag: v1.5.5@sha256:9dbcd5a88fb28a93ede08b01062e3580dd2ecb967509ef6a2df1f430708a34c0 -service: - main: - ports: - main: - port: 10098 - targetPort: 8080 -workload: - main: - podSpec: - containers: - main: - env: - SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}" - SHIORI_DBMS: "postgresql" - SHIORI_PG_PORT: "5432" - SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}" - SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}" - SHIORI_PG_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - SHIORI_PG_PASS: - secretKeyRef: - name: cnpg-main-user - key: password -persistence: - data: - enabled: true - mountPath: /data -cnpg: - main: - enabled: true - user: shiori - password: shiori -portal: - open: - enabled: true diff --git a/stable/simply-shorten/8.5.1/.helmignore b/stable/shiori/16.8.1/.helmignore similarity index 100% rename from stable/simply-shorten/8.5.1/.helmignore rename to stable/shiori/16.8.1/.helmignore diff --git a/stable/shiori/16.8.1/CHANGELOG.md b/stable/shiori/16.8.1/CHANGELOG.md new file mode 100644 index 00000000000..1e15583197e --- /dev/null +++ b/stable/shiori/16.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shiori-16.8.1](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.0) (2024-03-17) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16) + +### Chore + + + +- 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.7.0](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/shiori/16.8.1/Chart.yaml b/stable/shiori/16.8.1/Chart.yaml new file mode 100644 index 00000000000..308acd766b7 --- /dev/null +++ b/stable/shiori/16.8.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.6.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/shiori/16.5.2/README.md b/stable/shiori/16.8.1/README.md similarity index 100% rename from stable/shiori/16.5.2/README.md rename to stable/shiori/16.8.1/README.md diff --git a/stable/shiori/16.8.1/app-changelog.md b/stable/shiori/16.8.1/app-changelog.md new file mode 100644 index 00000000000..dd5e1759b20 --- /dev/null +++ b/stable/shiori/16.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [shiori-16.8.1](https://github.com/truecharts/charts/compare/shiori-16.6.0...shiori-16.8.1) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/shiori/16.8.1/app-readme.md similarity index 100% rename from stable/shiori/16.5.2/app-readme.md rename to stable/shiori/16.8.1/app-readme.md diff --git a/stable/shiori/16.8.1/charts/common-20.2.2.tgz b/stable/shiori/16.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shiori/16.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/shiori/16.8.1/ix_values.yaml b/stable/shiori/16.8.1/ix_values.yaml new file mode 100644 index 00000000000..89571a14d4d --- /dev/null +++ b/stable/shiori/16.8.1/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: ghcr.io/go-shiori/shiori + pullPolicy: IfNotPresent + tag: v1.6.0@sha256:628826cecda5c129101f5c20572b0a14232f7cd1f636c1ff833c234a4084f083 +service: + main: + ports: + main: + port: 10098 + targetPort: 8080 +workload: + main: + podSpec: + containers: + main: + env: + SHIORI_DIR: "{{ .Values.persistence.data.mountPath }}" + SHIORI_DBMS: "postgresql" + SHIORI_PG_PORT: "5432" + SHIORI_PG_USER: "{{ .Values.cnpg.main.user }}" + SHIORI_PG_NAME: "{{ .Values.cnpg.main.database }}" + SHIORI_PG_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + SHIORI_PG_PASS: + secretKeyRef: + name: cnpg-main-user + key: password +persistence: + data: + enabled: true + mountPath: /data +cnpg: + main: + enabled: true + user: shiori + password: shiori +portal: + open: + enabled: true diff --git a/stable/shiori/16.5.2/questions.yaml b/stable/shiori/16.8.1/questions.yaml similarity index 100% rename from stable/shiori/16.5.2/questions.yaml rename to stable/shiori/16.8.1/questions.yaml diff --git a/stable/shlink/14.3.4/templates/common.yaml b/stable/shiori/16.8.1/templates/common.yaml similarity index 100% rename from stable/shlink/14.3.4/templates/common.yaml rename to stable/shiori/16.8.1/templates/common.yaml diff --git a/stable/simply-shorten/8.5.1/values.yaml b/stable/shiori/16.8.1/values.yaml similarity index 100% rename from stable/simply-shorten/8.5.1/values.yaml rename to stable/shiori/16.8.1/values.yaml diff --git a/stable/shlink-web-client/10.5.1/CHANGELOG.md b/stable/shlink-web-client/10.5.1/CHANGELOG.md deleted file mode 100644 index 0aadce92ec9..00000000000 --- a/stable/shlink-web-client/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shlink-web-client-10.5.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.5.0...shlink-web-client-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shlink-web-client-10.5.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.4.1...shlink-web-client-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shlink-web-client-10.4.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.4.0...shlink-web-client-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shlink-web-client-10.4.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.3.0...shlink-web-client-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shlink-web-client-10.3.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.3...shlink-web-client-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shlink-web-client-10.2.3](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.2...shlink-web-client-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shlink-web-client-10.2.2](https://github.com/truecharts/charts/compare/shlink-web-client-10.2.0...shlink-web-client-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shlink-web-client-9.1.11](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.10...shlink-web-client-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shlink-web-client-9.1.10](https://github.com/truecharts/charts/compare/shlink-web-client-9.1.9...shlink-web-client-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shlink-web-client/10.5.1/Chart.yaml b/stable/shlink-web-client/10.5.1/Chart.yaml deleted file mode 100644 index dbc615de29e..00000000000 --- a/stable/shlink-web-client/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/shlink-web-client/10.5.1/charts/common-20.0.8.tgz b/stable/shlink-web-client/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shlink-web-client/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sinusbot/5.5.1/.helmignore b/stable/shlink-web-client/10.7.1/.helmignore similarity index 100% rename from stable/sinusbot/5.5.1/.helmignore rename to stable/shlink-web-client/10.7.1/.helmignore diff --git a/stable/shlink-web-client/10.7.1/CHANGELOG.md b/stable/shlink-web-client/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8aae7e9e3b9 --- /dev/null +++ b/stable/shlink-web-client/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-web-client-10.7.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shlink-web-client/10.7.1/Chart.yaml new file mode 100644 index 00000000000..990d6a1513f --- /dev/null +++ b/stable/shlink-web-client/10.7.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: 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.2 + 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.1 diff --git a/stable/shlink-web-client/10.5.1/README.md b/stable/shlink-web-client/10.7.1/README.md similarity index 100% rename from stable/shlink-web-client/10.5.1/README.md rename to stable/shlink-web-client/10.7.1/README.md diff --git a/stable/shlink-web-client/10.7.1/app-changelog.md b/stable/shlink-web-client/10.7.1/app-changelog.md new file mode 100644 index 00000000000..f9aec9bce79 --- /dev/null +++ b/stable/shlink-web-client/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shlink-web-client-10.7.1](https://github.com/truecharts/charts/compare/shlink-web-client-10.6.0...shlink-web-client-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shlink-web-client/10.7.1/app-readme.md similarity index 100% rename from stable/shlink-web-client/10.5.1/app-readme.md rename to stable/shlink-web-client/10.7.1/app-readme.md diff --git a/stable/shlink-web-client/10.7.1/charts/common-20.2.2.tgz b/stable/shlink-web-client/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shlink-web-client/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shlink-web-client/10.5.1/ix_values.yaml b/stable/shlink-web-client/10.7.1/ix_values.yaml similarity index 100% rename from stable/shlink-web-client/10.5.1/ix_values.yaml rename to stable/shlink-web-client/10.7.1/ix_values.yaml diff --git a/stable/shlink-web-client/10.5.1/questions.yaml b/stable/shlink-web-client/10.7.1/questions.yaml similarity index 100% rename from stable/shlink-web-client/10.5.1/questions.yaml rename to stable/shlink-web-client/10.7.1/questions.yaml diff --git a/stable/smokeping/10.5.2/templates/NOTES.txt b/stable/shlink-web-client/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/smokeping/10.5.2/templates/NOTES.txt rename to stable/shlink-web-client/10.7.1/templates/NOTES.txt diff --git a/stable/slash/4.5.2/templates/common.yaml b/stable/shlink-web-client/10.7.1/templates/common.yaml similarity index 100% rename from stable/slash/4.5.2/templates/common.yaml rename to stable/shlink-web-client/10.7.1/templates/common.yaml diff --git a/stable/sinusbot/5.5.1/values.yaml b/stable/shlink-web-client/10.7.1/values.yaml similarity index 100% rename from stable/sinusbot/5.5.1/values.yaml rename to stable/shlink-web-client/10.7.1/values.yaml diff --git a/stable/shlink/14.3.4/CHANGELOG.md b/stable/shlink/14.3.4/CHANGELOG.md deleted file mode 100644 index 80d47e1094a..00000000000 --- a/stable/shlink/14.3.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shlink-14.3.4](https://github.com/truecharts/charts/compare/shlink-14.3.3...shlink-14.3.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [shlink-14.3.3](https://github.com/truecharts/charts/compare/shlink-14.3.2...shlink-14.3.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [shlink-14.3.2](https://github.com/truecharts/charts/compare/shlink-14.3.1...shlink-14.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shlink-14.3.1](https://github.com/truecharts/charts/compare/shlink-14.3.0...shlink-14.3.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shlink-14.3.0](https://github.com/truecharts/charts/compare/shlink-14.2.2...shlink-14.3.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [shlink-14.2.2](https://github.com/truecharts/charts/compare/shlink-14.2.1...shlink-14.2.2) (2024-03-11) - -### Chore - - - -- update container image shlinkio/shlink to v4.0.2[@7a269a8](https://github.com/7a269a8) by renovate ([#19087](https://github.com/truecharts/charts/issues/19087)) - - -## [shlink-14.2.1](https://github.com/truecharts/charts/compare/shlink-14.2.0...shlink-14.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shlink-14.2.0](https://github.com/truecharts/charts/compare/shlink-14.1.0...shlink-14.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shlink-14.1.0](https://github.com/truecharts/charts/compare/shlink-14.0.3...shlink-14.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shlink-14.0.3](https://github.com/truecharts/charts/compare/shlink-14.0.2...shlink-14.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again \ No newline at end of file diff --git a/stable/shlink/14.3.4/Chart.yaml b/stable/shlink/14.3.4/Chart.yaml deleted file mode 100644 index 7d804ee643b..00000000000 --- a/stable/shlink/14.3.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: utilities - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 4.0.2 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.3.4 diff --git a/stable/shlink/14.3.4/charts/common-20.0.9.tgz b/stable/shlink/14.3.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/shlink/14.3.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/shlink/14.3.4/charts/redis-13.0.3.tgz b/stable/shlink/14.3.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/shlink/14.3.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/shlink/14.3.4/ix_values.yaml b/stable/shlink/14.3.4/ix_values.yaml deleted file mode 100644 index c841809e862..00000000000 --- a/stable/shlink/14.3.4/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: shlinkio/shlink - pullPolicy: IfNotPresent - tag: 4.0.2@sha256:7a269a8598ee3e6dc14cb167bf9c8b18de92327606b9e717bc9972d086bc923f -service: - main: - ports: - main: - port: 10153 -cnpg: - main: - enabled: true - user: shlink - database: shlink -redis: - enabled: true - redisUsername: "default" -portal: - open: - enabled: false -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: "/rest/health" - readiness: - path: "/rest/health" - startup: - path: "/rest/health" - env: - DEFAULT_DOMAIN: "" - GEOLITE_LICENSE_KEY: "" - ANONYMIZE_REMOTE_ADDR: true - ENABLE_PERIODIC_VISIT_LOCATE: true - IS_HTTPS_ENABLED: true - PORT: "{{ .Values.service.main.ports.main.port }}" - DB_DRIVER: "postgres" - DB_USER: "{{ .Values.cnpg.main.user }}" - DB_NAME: "{{ .Values.cnpg.main.database }}" - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - REDIS_SERVERS: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url diff --git a/stable/slack-invite/5.5.1/.helmignore b/stable/shlink/14.5.1/.helmignore similarity index 100% rename from stable/slack-invite/5.5.1/.helmignore rename to stable/shlink/14.5.1/.helmignore diff --git a/stable/shlink/14.5.1/CHANGELOG.md b/stable/shlink/14.5.1/CHANGELOG.md new file mode 100644 index 00000000000..aa532b63b6e --- /dev/null +++ b/stable/shlink/14.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shlink-14.5.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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.5.0](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.0) (2024-03-17) + +### Chore + + + +- update container 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/shlink/14.5.1/Chart.yaml b/stable/shlink/14.5.1/Chart.yaml new file mode 100644 index 00000000000..21eec33bf76 --- /dev/null +++ b/stable/shlink/14.5.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.5.1 diff --git a/stable/shlink/14.3.4/README.md b/stable/shlink/14.5.1/README.md similarity index 100% rename from stable/shlink/14.3.4/README.md rename to stable/shlink/14.5.1/README.md diff --git a/stable/shlink/14.5.1/app-changelog.md b/stable/shlink/14.5.1/app-changelog.md new file mode 100644 index 00000000000..b905a3ec08d --- /dev/null +++ b/stable/shlink/14.5.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [shlink-14.5.1](https://github.com/truecharts/charts/compare/shlink-14.4.0...shlink-14.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.3.4/app-readme.md b/stable/shlink/14.5.1/app-readme.md similarity index 100% rename from stable/shlink/14.3.4/app-readme.md rename to stable/shlink/14.5.1/app-readme.md diff --git a/stable/shlink/14.5.1/charts/common-20.2.2.tgz b/stable/shlink/14.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shlink/14.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/shlink/14.5.1/charts/redis-13.0.5.tgz b/stable/shlink/14.5.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/shlink/14.5.1/charts/redis-13.0.5.tgz differ diff --git a/stable/shlink/14.5.1/ix_values.yaml b/stable/shlink/14.5.1/ix_values.yaml new file mode 100644 index 00000000000..9170de011ae --- /dev/null +++ b/stable/shlink/14.5.1/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: shlinkio/shlink + pullPolicy: IfNotPresent + tag: 4.0.3@sha256:efa6992d1c1fdf8829790c52a8f494ce056dd654d57d2b3c894b4a4c6ca11537 +service: + main: + ports: + main: + port: 10153 +cnpg: + main: + enabled: true + user: shlink + database: shlink +redis: + enabled: true + redisUsername: "default" +portal: + open: + enabled: false +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: "/rest/health" + readiness: + path: "/rest/health" + startup: + path: "/rest/health" + env: + DEFAULT_DOMAIN: "" + GEOLITE_LICENSE_KEY: "" + ANONYMIZE_REMOTE_ADDR: true + ENABLE_PERIODIC_VISIT_LOCATE: true + IS_HTTPS_ENABLED: true + PORT: "{{ .Values.service.main.ports.main.port }}" + DB_DRIVER: "postgres" + DB_USER: "{{ .Values.cnpg.main.user }}" + DB_NAME: "{{ .Values.cnpg.main.database }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + REDIS_SERVERS: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/shlink/14.3.4/questions.yaml b/stable/shlink/14.5.1/questions.yaml similarity index 100% rename from stable/shlink/14.3.4/questions.yaml rename to stable/shlink/14.5.1/questions.yaml diff --git a/stable/smtp-relay/3.5.1/templates/NOTES.txt b/stable/shlink/14.5.1/templates/NOTES.txt similarity index 100% rename from stable/smtp-relay/3.5.1/templates/NOTES.txt rename to stable/shlink/14.5.1/templates/NOTES.txt diff --git a/stable/smartctl-exporter/2.7.1/templates/common.yaml b/stable/shlink/14.5.1/templates/common.yaml similarity index 100% rename from stable/smartctl-exporter/2.7.1/templates/common.yaml rename to stable/shlink/14.5.1/templates/common.yaml diff --git a/stable/slack-invite/5.5.1/values.yaml b/stable/shlink/14.5.1/values.yaml similarity index 100% rename from stable/slack-invite/5.5.1/values.yaml rename to stable/shlink/14.5.1/values.yaml diff --git a/stable/shoko-server/9.5.1/CHANGELOG.md b/stable/shoko-server/9.5.1/CHANGELOG.md deleted file mode 100644 index e405b6664be..00000000000 --- a/stable/shoko-server/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shoko-server-9.5.1](https://github.com/truecharts/charts/compare/shoko-server-9.5.0...shoko-server-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shoko-server-9.5.0](https://github.com/truecharts/charts/compare/shoko-server-9.4.1...shoko-server-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shoko-server-9.4.1](https://github.com/truecharts/charts/compare/shoko-server-9.4.0...shoko-server-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shoko-server-9.4.0](https://github.com/truecharts/charts/compare/shoko-server-9.3.0...shoko-server-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shoko-server-9.3.0](https://github.com/truecharts/charts/compare/shoko-server-9.2.3...shoko-server-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shoko-server-9.2.3](https://github.com/truecharts/charts/compare/shoko-server-9.2.2...shoko-server-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shoko-server-9.2.2](https://github.com/truecharts/charts/compare/shoko-server-9.2.0...shoko-server-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shoko-server-8.1.11](https://github.com/truecharts/charts/compare/shoko-server-8.1.10...shoko-server-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shoko-server-8.1.10](https://github.com/truecharts/charts/compare/shoko-server-8.1.9...shoko-server-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shoko-server/9.5.1/Chart.yaml b/stable/shoko-server/9.5.1/Chart.yaml deleted file mode 100644 index 27f9301708c..00000000000 --- a/stable/shoko-server/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/shoko-server/9.5.1/charts/common-20.0.8.tgz b/stable/shoko-server/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shoko-server/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/slash/4.5.2/.helmignore b/stable/shoko-server/9.7.1/.helmignore similarity index 100% rename from stable/slash/4.5.2/.helmignore rename to stable/shoko-server/9.7.1/.helmignore diff --git a/stable/shoko-server/9.7.1/CHANGELOG.md b/stable/shoko-server/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8d8109c7b1d --- /dev/null +++ b/stable/shoko-server/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shoko-server-9.7.1](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shoko-server/9.7.1/Chart.yaml new file mode 100644 index 00000000000..a3fc911da9f --- /dev/null +++ b/stable/shoko-server/9.7.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: 4.2.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/shoko-server/9.5.1/README.md b/stable/shoko-server/9.7.1/README.md similarity index 100% rename from stable/shoko-server/9.5.1/README.md rename to stable/shoko-server/9.7.1/README.md diff --git a/stable/shoko-server/9.7.1/app-changelog.md b/stable/shoko-server/9.7.1/app-changelog.md new file mode 100644 index 00000000000..f9a705bbc97 --- /dev/null +++ b/stable/shoko-server/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shoko-server-9.7.1](https://github.com/truecharts/charts/compare/shoko-server-9.6.0...shoko-server-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shoko-server/9.7.1/app-readme.md similarity index 100% rename from stable/shoko-server/9.5.1/app-readme.md rename to stable/shoko-server/9.7.1/app-readme.md diff --git a/stable/shoko-server/9.7.1/charts/common-20.2.2.tgz b/stable/shoko-server/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shoko-server/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shoko-server/9.5.1/ix_values.yaml b/stable/shoko-server/9.7.1/ix_values.yaml similarity index 100% rename from stable/shoko-server/9.5.1/ix_values.yaml rename to stable/shoko-server/9.7.1/ix_values.yaml diff --git a/stable/shoko-server/9.5.1/questions.yaml b/stable/shoko-server/9.7.1/questions.yaml similarity index 100% rename from stable/shoko-server/9.5.1/questions.yaml rename to stable/shoko-server/9.7.1/questions.yaml diff --git a/stable/snapdrop/9.5.2/templates/NOTES.txt b/stable/shoko-server/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/snapdrop/9.5.2/templates/NOTES.txt rename to stable/shoko-server/9.7.1/templates/NOTES.txt diff --git a/stable/shoko-server/9.5.1/templates/common.yaml b/stable/shoko-server/9.7.1/templates/common.yaml similarity index 100% rename from stable/shoko-server/9.5.1/templates/common.yaml rename to stable/shoko-server/9.7.1/templates/common.yaml diff --git a/stable/slash/4.5.2/values.yaml b/stable/shoko-server/9.7.1/values.yaml similarity index 100% rename from stable/slash/4.5.2/values.yaml rename to stable/shoko-server/9.7.1/values.yaml diff --git a/stable/shortipy/5.5.1/CHANGELOG.md b/stable/shortipy/5.5.1/CHANGELOG.md deleted file mode 100644 index afe1367e10c..00000000000 --- a/stable/shortipy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shortipy-5.5.1](https://github.com/truecharts/charts/compare/shortipy-5.5.0...shortipy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shortipy-5.5.0](https://github.com/truecharts/charts/compare/shortipy-5.4.1...shortipy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shortipy-5.4.1](https://github.com/truecharts/charts/compare/shortipy-5.4.0...shortipy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shortipy-5.4.0](https://github.com/truecharts/charts/compare/shortipy-5.3.0...shortipy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shortipy-5.3.0](https://github.com/truecharts/charts/compare/shortipy-5.2.3...shortipy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shortipy-5.2.3](https://github.com/truecharts/charts/compare/shortipy-5.2.2...shortipy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shortipy-5.2.2](https://github.com/truecharts/charts/compare/shortipy-5.2.0...shortipy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shortipy-4.1.11](https://github.com/truecharts/charts/compare/shortipy-4.1.10...shortipy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shortipy-4.1.10](https://github.com/truecharts/charts/compare/shortipy-4.1.9...shortipy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shortipy/5.5.1/Chart.yaml b/stable/shortipy/5.5.1/Chart.yaml deleted file mode 100644 index 71c7263ff5b..00000000000 --- a/stable/shortipy/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/shortipy/5.5.1/charts/common-20.0.8.tgz b/stable/shortipy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shortipy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/smartctl-exporter/2.7.1/.helmignore b/stable/shortipy/5.7.1/.helmignore similarity index 100% rename from stable/smartctl-exporter/2.7.1/.helmignore rename to stable/shortipy/5.7.1/.helmignore diff --git a/stable/shortipy/5.7.1/CHANGELOG.md b/stable/shortipy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fea9aca9d01 --- /dev/null +++ b/stable/shortipy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shortipy-5.7.1](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shortipy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..3f0c815a7d7 --- /dev/null +++ b/stable/shortipy/5.7.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: 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.2 + 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.1 diff --git a/stable/shortipy/5.5.1/README.md b/stable/shortipy/5.7.1/README.md similarity index 100% rename from stable/shortipy/5.5.1/README.md rename to stable/shortipy/5.7.1/README.md diff --git a/stable/shortipy/5.7.1/app-changelog.md b/stable/shortipy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..83a717a4f8b --- /dev/null +++ b/stable/shortipy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shortipy-5.7.1](https://github.com/truecharts/charts/compare/shortipy-5.6.0...shortipy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shortipy/5.7.1/app-readme.md similarity index 100% rename from stable/shortipy/5.5.1/app-readme.md rename to stable/shortipy/5.7.1/app-readme.md diff --git a/stable/shortipy/5.7.1/charts/common-20.2.2.tgz b/stable/shortipy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shortipy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shortipy/5.5.1/ix_values.yaml b/stable/shortipy/5.7.1/ix_values.yaml similarity index 100% rename from stable/shortipy/5.5.1/ix_values.yaml rename to stable/shortipy/5.7.1/ix_values.yaml diff --git a/stable/shortipy/5.5.1/questions.yaml b/stable/shortipy/5.7.1/questions.yaml similarity index 100% rename from stable/shortipy/5.5.1/questions.yaml rename to stable/shortipy/5.7.1/questions.yaml diff --git a/stable/shortipy/5.5.1/templates/common.yaml b/stable/shortipy/5.7.1/templates/common.yaml similarity index 100% rename from stable/shortipy/5.5.1/templates/common.yaml rename to stable/shortipy/5.7.1/templates/common.yaml diff --git a/stable/smartctl-exporter/2.7.1/values.yaml b/stable/shortipy/5.7.1/values.yaml similarity index 100% rename from stable/smartctl-exporter/2.7.1/values.yaml rename to stable/shortipy/5.7.1/values.yaml diff --git a/stable/shorturl/10.5.1/CHANGELOG.md b/stable/shorturl/10.5.1/CHANGELOG.md deleted file mode 100644 index 99aac2cac8b..00000000000 --- a/stable/shorturl/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [shorturl-10.5.1](https://github.com/truecharts/charts/compare/shorturl-10.5.0...shorturl-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [shorturl-10.5.0](https://github.com/truecharts/charts/compare/shorturl-10.4.1...shorturl-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [shorturl-10.4.1](https://github.com/truecharts/charts/compare/shorturl-10.4.0...shorturl-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [shorturl-10.4.0](https://github.com/truecharts/charts/compare/shorturl-10.3.0...shorturl-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [shorturl-10.3.0](https://github.com/truecharts/charts/compare/shorturl-10.2.3...shorturl-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [shorturl-10.2.3](https://github.com/truecharts/charts/compare/shorturl-10.2.2...shorturl-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [shorturl-10.2.2](https://github.com/truecharts/charts/compare/shorturl-10.2.0...shorturl-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [shorturl-9.1.11](https://github.com/truecharts/charts/compare/shorturl-9.1.10...shorturl-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [shorturl-9.1.10](https://github.com/truecharts/charts/compare/shorturl-9.1.9...shorturl-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/shorturl/10.5.1/Chart.yaml b/stable/shorturl/10.5.1/Chart.yaml deleted file mode 100644 index d01195cd489..00000000000 --- a/stable/shorturl/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/shorturl/10.5.1/charts/common-20.0.8.tgz b/stable/shorturl/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/shorturl/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/smokeping/10.5.2/.helmignore b/stable/shorturl/10.7.1/.helmignore similarity index 100% rename from stable/smokeping/10.5.2/.helmignore rename to stable/shorturl/10.7.1/.helmignore diff --git a/stable/shorturl/10.7.1/CHANGELOG.md b/stable/shorturl/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f2270eb4810 --- /dev/null +++ b/stable/shorturl/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [shorturl-10.7.1](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/shorturl/10.7.1/Chart.yaml new file mode 100644 index 00000000000..f67fab676bb --- /dev/null +++ b/stable/shorturl/10.7.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: 0.1.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/shorturl/10.5.1/README.md b/stable/shorturl/10.7.1/README.md similarity index 100% rename from stable/shorturl/10.5.1/README.md rename to stable/shorturl/10.7.1/README.md diff --git a/stable/shorturl/10.7.1/app-changelog.md b/stable/shorturl/10.7.1/app-changelog.md new file mode 100644 index 00000000000..b701b4837f8 --- /dev/null +++ b/stable/shorturl/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [shorturl-10.7.1](https://github.com/truecharts/charts/compare/shorturl-10.6.0...shorturl-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/shorturl/10.7.1/app-readme.md similarity index 100% rename from stable/shorturl/10.5.1/app-readme.md rename to stable/shorturl/10.7.1/app-readme.md diff --git a/stable/shorturl/10.7.1/charts/common-20.2.2.tgz b/stable/shorturl/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/shorturl/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/shorturl/10.5.1/ix_values.yaml b/stable/shorturl/10.7.1/ix_values.yaml similarity index 100% rename from stable/shorturl/10.5.1/ix_values.yaml rename to stable/shorturl/10.7.1/ix_values.yaml diff --git a/stable/shorturl/10.5.1/questions.yaml b/stable/shorturl/10.7.1/questions.yaml similarity index 100% rename from stable/shorturl/10.5.1/questions.yaml rename to stable/shorturl/10.7.1/questions.yaml diff --git a/stable/soft-serve/6.5.1/templates/NOTES.txt b/stable/shorturl/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/soft-serve/6.5.1/templates/NOTES.txt rename to stable/shorturl/10.7.1/templates/NOTES.txt diff --git a/stable/sickgear/11.5.1/templates/common.yaml b/stable/shorturl/10.7.1/templates/common.yaml similarity index 100% rename from stable/sickgear/11.5.1/templates/common.yaml rename to stable/shorturl/10.7.1/templates/common.yaml diff --git a/stable/smokeping/10.5.2/values.yaml b/stable/shorturl/10.7.1/values.yaml similarity index 100% rename from stable/smokeping/10.5.2/values.yaml rename to stable/shorturl/10.7.1/values.yaml diff --git a/stable/sia-daemon/5.5.1/CHANGELOG.md b/stable/sia-daemon/5.5.1/CHANGELOG.md deleted file mode 100644 index ceb313b5dd6..00000000000 --- a/stable/sia-daemon/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sia-daemon-5.5.1](https://github.com/truecharts/charts/compare/sia-daemon-5.5.0...sia-daemon-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sia-daemon-5.5.0](https://github.com/truecharts/charts/compare/sia-daemon-5.4.1...sia-daemon-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sia-daemon-5.4.1](https://github.com/truecharts/charts/compare/sia-daemon-5.4.0...sia-daemon-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sia-daemon-5.4.0](https://github.com/truecharts/charts/compare/sia-daemon-5.3.0...sia-daemon-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sia-daemon-5.3.0](https://github.com/truecharts/charts/compare/sia-daemon-5.2.3...sia-daemon-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sia-daemon-5.2.3](https://github.com/truecharts/charts/compare/sia-daemon-5.2.2...sia-daemon-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sia-daemon-5.2.2](https://github.com/truecharts/charts/compare/sia-daemon-5.2.0...sia-daemon-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sia-daemon-4.1.11](https://github.com/truecharts/charts/compare/sia-daemon-4.1.10...sia-daemon-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sia-daemon-4.1.10](https://github.com/truecharts/charts/compare/sia-daemon-4.1.9...sia-daemon-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sia-daemon/5.5.1/Chart.yaml b/stable/sia-daemon/5.5.1/Chart.yaml deleted file mode 100644 index 3dbffedb84d..00000000000 --- a/stable/sia-daemon/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sia-daemon/5.5.1/charts/common-20.0.8.tgz b/stable/sia-daemon/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sia-daemon/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/smtp-relay/3.5.1/.helmignore b/stable/sia-daemon/5.7.1/.helmignore similarity index 100% rename from stable/smtp-relay/3.5.1/.helmignore rename to stable/sia-daemon/5.7.1/.helmignore diff --git a/stable/sia-daemon/5.7.1/CHANGELOG.md b/stable/sia-daemon/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7b665319173 --- /dev/null +++ b/stable/sia-daemon/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sia-daemon-5.7.1](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sia-daemon/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0a8c1f0d3eb --- /dev/null +++ b/stable/sia-daemon/5.7.1/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.2 + 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.1 diff --git a/stable/sia-daemon/5.5.1/README.md b/stable/sia-daemon/5.7.1/README.md similarity index 100% rename from stable/sia-daemon/5.5.1/README.md rename to stable/sia-daemon/5.7.1/README.md diff --git a/stable/sia-daemon/5.7.1/app-changelog.md b/stable/sia-daemon/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9368076b60f --- /dev/null +++ b/stable/sia-daemon/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sia-daemon-5.7.1](https://github.com/truecharts/charts/compare/sia-daemon-5.6.0...sia-daemon-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sia-daemon/5.7.1/app-readme.md similarity index 100% rename from stable/sia-daemon/5.5.1/app-readme.md rename to stable/sia-daemon/5.7.1/app-readme.md diff --git a/stable/sia-daemon/5.7.1/charts/common-20.2.2.tgz b/stable/sia-daemon/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sia-daemon/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sia-daemon/5.5.1/ix_values.yaml b/stable/sia-daemon/5.7.1/ix_values.yaml similarity index 100% rename from stable/sia-daemon/5.5.1/ix_values.yaml rename to stable/sia-daemon/5.7.1/ix_values.yaml diff --git a/stable/sia-daemon/5.5.1/questions.yaml b/stable/sia-daemon/5.7.1/questions.yaml similarity index 100% rename from stable/sia-daemon/5.5.1/questions.yaml rename to stable/sia-daemon/5.7.1/questions.yaml diff --git a/stable/sia-daemon/5.5.1/templates/common.yaml b/stable/sia-daemon/5.7.1/templates/common.yaml similarity index 100% rename from stable/sia-daemon/5.5.1/templates/common.yaml rename to stable/sia-daemon/5.7.1/templates/common.yaml diff --git a/stable/smtp-relay/3.5.1/values.yaml b/stable/sia-daemon/5.7.1/values.yaml similarity index 100% rename from stable/smtp-relay/3.5.1/values.yaml rename to stable/sia-daemon/5.7.1/values.yaml diff --git a/stable/sickchill/11.6.2/CHANGELOG.md b/stable/sickchill/11.6.2/CHANGELOG.md deleted file mode 100644 index ffa252ac58c..00000000000 --- a/stable/sickchill/11.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sickchill-11.6.2](https://github.com/truecharts/charts/compare/sickchill-11.6.1...sickchill-11.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [sickchill-11.6.1](https://github.com/truecharts/charts/compare/sickchill-11.6.0...sickchill-11.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sickchill-11.6.0](https://github.com/truecharts/charts/compare/sickchill-11.5.2...sickchill-11.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sickchill-11.5.2](https://github.com/truecharts/charts/compare/sickchill-11.5.1...sickchill-11.5.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/sickchill to 2024.3.1[@e00b89b](https://github.com/e00b89b) by renovate ([#19013](https://github.com/truecharts/charts/issues/19013)) - - -## [sickchill-11.5.1](https://github.com/truecharts/charts/compare/sickchill-11.5.0...sickchill-11.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sickchill-11.5.0](https://github.com/truecharts/charts/compare/sickchill-11.4.0...sickchill-11.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sickchill-11.4.0](https://github.com/truecharts/charts/compare/sickchill-11.3.3...sickchill-11.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sickchill-11.3.3](https://github.com/truecharts/charts/compare/sickchill-11.3.2...sickchill-11.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sickchill-11.3.2](https://github.com/truecharts/charts/compare/sickchill-11.3.0...sickchill-11.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/sickchill/11.6.2/Chart.yaml b/stable/sickchill/11.6.2/Chart.yaml deleted file mode 100644 index 962bd15cdad..00000000000 --- a/stable/sickchill/11.6.2/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.0.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.6.2 diff --git a/stable/sickchill/11.6.2/charts/common-20.0.9.tgz b/stable/sickchill/11.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/sickchill/11.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/sickchill/11.6.2/ix_values.yaml b/stable/sickchill/11.6.2/ix_values.yaml deleted file mode 100644 index 069a3df4018..00000000000 --- a/stable/sickchill/11.6.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/sickchill - pullPolicy: IfNotPresent - tag: 2024.3.1@sha256:e00b89b4ddf68e7c7d0e364d559c1116b68695fc2f8abe86e8dd06f600f74f48 -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/snapdrop/9.5.2/.helmignore b/stable/sickchill/11.8.1/.helmignore similarity index 100% rename from stable/snapdrop/9.5.2/.helmignore rename to stable/sickchill/11.8.1/.helmignore diff --git a/stable/sickchill/11.8.1/CHANGELOG.md b/stable/sickchill/11.8.1/CHANGELOG.md new file mode 100644 index 00000000000..43a71c149fe --- /dev/null +++ b/stable/sickchill/11.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickchill-11.8.1](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/sickchill/11.8.1/Chart.yaml b/stable/sickchill/11.8.1/Chart.yaml new file mode 100644 index 00000000000..a9d9222a12b --- /dev/null +++ b/stable/sickchill/11.8.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: 2024.3.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/sickchill/11.6.2/README.md b/stable/sickchill/11.8.1/README.md similarity index 100% rename from stable/sickchill/11.6.2/README.md rename to stable/sickchill/11.8.1/README.md diff --git a/stable/sickchill/11.8.1/app-changelog.md b/stable/sickchill/11.8.1/app-changelog.md new file mode 100644 index 00000000000..7da69d508fb --- /dev/null +++ b/stable/sickchill/11.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [sickchill-11.8.1](https://github.com/truecharts/charts/compare/sickchill-11.7.0...sickchill-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.6.2/app-readme.md b/stable/sickchill/11.8.1/app-readme.md similarity index 100% rename from stable/sickchill/11.6.2/app-readme.md rename to stable/sickchill/11.8.1/app-readme.md diff --git a/stable/sickchill/11.8.1/charts/common-20.2.2.tgz b/stable/sickchill/11.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sickchill/11.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/sickchill/11.8.1/ix_values.yaml b/stable/sickchill/11.8.1/ix_values.yaml new file mode 100644 index 00000000000..280d064aa91 --- /dev/null +++ b/stable/sickchill/11.8.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/sickchill + pullPolicy: IfNotPresent + tag: 2024.3.1@sha256:c2ab87f820d444d709d5748d220b3aeca97402edadc5343f4809fba4c0a117df +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.6.2/questions.yaml b/stable/sickchill/11.8.1/questions.yaml similarity index 100% rename from stable/sickchill/11.6.2/questions.yaml rename to stable/sickchill/11.8.1/questions.yaml diff --git a/stable/sonarr/21.3.2/templates/NOTES.txt b/stable/sickchill/11.8.1/templates/NOTES.txt similarity index 100% rename from stable/sonarr/21.3.2/templates/NOTES.txt rename to stable/sickchill/11.8.1/templates/NOTES.txt diff --git a/stable/smokeping/10.5.2/templates/common.yaml b/stable/sickchill/11.8.1/templates/common.yaml similarity index 100% rename from stable/smokeping/10.5.2/templates/common.yaml rename to stable/sickchill/11.8.1/templates/common.yaml diff --git a/stable/snapdrop/9.5.2/values.yaml b/stable/sickchill/11.8.1/values.yaml similarity index 100% rename from stable/snapdrop/9.5.2/values.yaml rename to stable/sickchill/11.8.1/values.yaml diff --git a/stable/sickgear/11.5.1/CHANGELOG.md b/stable/sickgear/11.5.1/CHANGELOG.md deleted file mode 100644 index ad777cbbf0b..00000000000 --- a/stable/sickgear/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sickgear-11.5.1](https://github.com/truecharts/charts/compare/sickgear-11.5.0...sickgear-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sickgear-11.5.0](https://github.com/truecharts/charts/compare/sickgear-11.4.1...sickgear-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sickgear-11.4.1](https://github.com/truecharts/charts/compare/sickgear-11.4.0...sickgear-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sickgear-11.4.0](https://github.com/truecharts/charts/compare/sickgear-11.3.0...sickgear-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sickgear-11.3.0](https://github.com/truecharts/charts/compare/sickgear-11.2.3...sickgear-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sickgear-11.2.3](https://github.com/truecharts/charts/compare/sickgear-11.2.2...sickgear-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sickgear-11.2.2](https://github.com/truecharts/charts/compare/sickgear-11.2.0...sickgear-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sickgear-10.1.11](https://github.com/truecharts/charts/compare/sickgear-10.1.10...sickgear-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sickgear-10.1.10](https://github.com/truecharts/charts/compare/sickgear-10.1.9...sickgear-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sickgear/11.5.1/Chart.yaml b/stable/sickgear/11.5.1/Chart.yaml deleted file mode 100644 index 7967b57a928..00000000000 --- a/stable/sickgear/11.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sickgear/11.5.1/charts/common-20.0.8.tgz b/stable/sickgear/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sickgear/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/snippet-box/7.5.1/.helmignore b/stable/sickgear/11.7.1/.helmignore similarity index 100% rename from stable/snippet-box/7.5.1/.helmignore rename to stable/sickgear/11.7.1/.helmignore diff --git a/stable/sickgear/11.7.1/CHANGELOG.md b/stable/sickgear/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cdfdd61ccba --- /dev/null +++ b/stable/sickgear/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sickgear-11.7.1](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sickgear/11.7.1/Chart.yaml new file mode 100644 index 00000000000..988119fd936 --- /dev/null +++ b/stable/sickgear/11.7.1/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.2 + 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.1 diff --git a/stable/sickgear/11.5.1/README.md b/stable/sickgear/11.7.1/README.md similarity index 100% rename from stable/sickgear/11.5.1/README.md rename to stable/sickgear/11.7.1/README.md diff --git a/stable/sickgear/11.7.1/app-changelog.md b/stable/sickgear/11.7.1/app-changelog.md new file mode 100644 index 00000000000..86aa9f15d35 --- /dev/null +++ b/stable/sickgear/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sickgear-11.7.1](https://github.com/truecharts/charts/compare/sickgear-11.6.0...sickgear-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sickgear/11.7.1/app-readme.md similarity index 100% rename from stable/sickgear/11.5.1/app-readme.md rename to stable/sickgear/11.7.1/app-readme.md diff --git a/stable/sickgear/11.7.1/charts/common-20.2.2.tgz b/stable/sickgear/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sickgear/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sickgear/11.5.1/ix_values.yaml b/stable/sickgear/11.7.1/ix_values.yaml similarity index 100% rename from stable/sickgear/11.5.1/ix_values.yaml rename to stable/sickgear/11.7.1/ix_values.yaml diff --git a/stable/sickgear/11.5.1/questions.yaml b/stable/sickgear/11.7.1/questions.yaml similarity index 100% rename from stable/sickgear/11.5.1/questions.yaml rename to stable/sickgear/11.7.1/questions.yaml diff --git a/stable/sonsoftheforest/3.5.1/templates/NOTES.txt b/stable/sickgear/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/sonsoftheforest/3.5.1/templates/NOTES.txt rename to stable/sickgear/11.7.1/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.5.1/templates/common.yaml b/stable/sickgear/11.7.1/templates/common.yaml similarity index 100% rename from stable/sqlitebrowser/10.5.1/templates/common.yaml rename to stable/sickgear/11.7.1/templates/common.yaml diff --git a/stable/snippet-box/7.5.1/values.yaml b/stable/sickgear/11.7.1/values.yaml similarity index 100% rename from stable/snippet-box/7.5.1/values.yaml rename to stable/sickgear/11.7.1/values.yaml diff --git a/stable/simply-shorten/8.5.1/CHANGELOG.md b/stable/simply-shorten/8.5.1/CHANGELOG.md deleted file mode 100644 index 818a2b0d6a0..00000000000 --- a/stable/simply-shorten/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [simply-shorten-8.5.1](https://github.com/truecharts/charts/compare/simply-shorten-8.5.0...simply-shorten-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [simply-shorten-8.5.0](https://github.com/truecharts/charts/compare/simply-shorten-8.4.1...simply-shorten-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [simply-shorten-8.4.1](https://github.com/truecharts/charts/compare/simply-shorten-8.4.0...simply-shorten-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [simply-shorten-8.4.0](https://github.com/truecharts/charts/compare/simply-shorten-8.3.0...simply-shorten-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [simply-shorten-8.3.0](https://github.com/truecharts/charts/compare/simply-shorten-8.2.3...simply-shorten-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [simply-shorten-8.2.3](https://github.com/truecharts/charts/compare/simply-shorten-8.2.2...simply-shorten-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [simply-shorten-8.2.2](https://github.com/truecharts/charts/compare/simply-shorten-8.2.0...simply-shorten-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [simply-shorten-7.1.11](https://github.com/truecharts/charts/compare/simply-shorten-7.1.10...simply-shorten-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [simply-shorten-7.1.10](https://github.com/truecharts/charts/compare/simply-shorten-7.1.9...simply-shorten-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/simply-shorten/8.5.1/Chart.yaml b/stable/simply-shorten/8.5.1/Chart.yaml deleted file mode 100644 index dadecc5898c..00000000000 --- a/stable/simply-shorten/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/simply-shorten/8.5.1/charts/common-20.0.8.tgz b/stable/simply-shorten/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/simply-shorten/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/socials/5.5.1/.helmignore b/stable/simply-shorten/8.7.1/.helmignore similarity index 100% rename from stable/socials/5.5.1/.helmignore rename to stable/simply-shorten/8.7.1/.helmignore diff --git a/stable/simply-shorten/8.7.1/CHANGELOG.md b/stable/simply-shorten/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e689adda67f --- /dev/null +++ b/stable/simply-shorten/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [simply-shorten-8.7.1](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/simply-shorten/8.7.1/Chart.yaml new file mode 100644 index 00000000000..e494aaf17b9 --- /dev/null +++ b/stable/simply-shorten/8.7.1/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.2 + 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.1 diff --git a/stable/simply-shorten/8.5.1/README.md b/stable/simply-shorten/8.7.1/README.md similarity index 100% rename from stable/simply-shorten/8.5.1/README.md rename to stable/simply-shorten/8.7.1/README.md diff --git a/stable/simply-shorten/8.7.1/app-changelog.md b/stable/simply-shorten/8.7.1/app-changelog.md new file mode 100644 index 00000000000..e3e0e934bdb --- /dev/null +++ b/stable/simply-shorten/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [simply-shorten-8.7.1](https://github.com/truecharts/charts/compare/simply-shorten-8.6.0...simply-shorten-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/simply-shorten/8.7.1/app-readme.md similarity index 100% rename from stable/simply-shorten/8.5.1/app-readme.md rename to stable/simply-shorten/8.7.1/app-readme.md diff --git a/stable/simply-shorten/8.7.1/charts/common-20.2.2.tgz b/stable/simply-shorten/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/simply-shorten/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/simply-shorten/8.5.1/ix_values.yaml b/stable/simply-shorten/8.7.1/ix_values.yaml similarity index 100% rename from stable/simply-shorten/8.5.1/ix_values.yaml rename to stable/simply-shorten/8.7.1/ix_values.yaml diff --git a/stable/simply-shorten/8.5.1/questions.yaml b/stable/simply-shorten/8.7.1/questions.yaml similarity index 100% rename from stable/simply-shorten/8.5.1/questions.yaml rename to stable/simply-shorten/8.7.1/questions.yaml diff --git a/stable/spaceengineers/6.5.1/templates/NOTES.txt b/stable/simply-shorten/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/spaceengineers/6.5.1/templates/NOTES.txt rename to stable/simply-shorten/8.7.1/templates/NOTES.txt diff --git a/stable/simply-shorten/8.5.1/templates/common.yaml b/stable/simply-shorten/8.7.1/templates/common.yaml similarity index 100% rename from stable/simply-shorten/8.5.1/templates/common.yaml rename to stable/simply-shorten/8.7.1/templates/common.yaml diff --git a/stable/socials/5.5.1/values.yaml b/stable/simply-shorten/8.7.1/values.yaml similarity index 100% rename from stable/socials/5.5.1/values.yaml rename to stable/simply-shorten/8.7.1/values.yaml diff --git a/stable/sinusbot/5.5.1/CHANGELOG.md b/stable/sinusbot/5.5.1/CHANGELOG.md deleted file mode 100644 index caf42de86ff..00000000000 --- a/stable/sinusbot/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sinusbot-5.5.1](https://github.com/truecharts/charts/compare/sinusbot-5.5.0...sinusbot-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sinusbot-5.5.0](https://github.com/truecharts/charts/compare/sinusbot-5.4.1...sinusbot-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sinusbot-5.4.1](https://github.com/truecharts/charts/compare/sinusbot-5.4.0...sinusbot-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sinusbot-5.4.0](https://github.com/truecharts/charts/compare/sinusbot-5.3.0...sinusbot-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sinusbot-5.3.0](https://github.com/truecharts/charts/compare/sinusbot-5.2.3...sinusbot-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sinusbot-5.2.3](https://github.com/truecharts/charts/compare/sinusbot-5.2.2...sinusbot-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sinusbot-5.2.2](https://github.com/truecharts/charts/compare/sinusbot-5.2.0...sinusbot-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sinusbot-4.1.11](https://github.com/truecharts/charts/compare/sinusbot-4.1.10...sinusbot-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sinusbot-4.1.10](https://github.com/truecharts/charts/compare/sinusbot-4.1.9...sinusbot-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sinusbot/5.5.1/Chart.yaml b/stable/sinusbot/5.5.1/Chart.yaml deleted file mode 100644 index 8abb6214c19..00000000000 --- a/stable/sinusbot/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sinusbot/5.5.1/charts/common-20.0.8.tgz b/stable/sinusbot/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sinusbot/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/soft-serve/6.5.1/.helmignore b/stable/sinusbot/5.7.1/.helmignore similarity index 100% rename from stable/soft-serve/6.5.1/.helmignore rename to stable/sinusbot/5.7.1/.helmignore diff --git a/stable/sinusbot/5.7.1/CHANGELOG.md b/stable/sinusbot/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8cdd18d380f --- /dev/null +++ b/stable/sinusbot/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sinusbot-5.7.1](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sinusbot/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ba951b6b3d2 --- /dev/null +++ b/stable/sinusbot/5.7.1/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.2 + 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.1 diff --git a/stable/sinusbot/5.5.1/README.md b/stable/sinusbot/5.7.1/README.md similarity index 100% rename from stable/sinusbot/5.5.1/README.md rename to stable/sinusbot/5.7.1/README.md diff --git a/stable/sinusbot/5.7.1/app-changelog.md b/stable/sinusbot/5.7.1/app-changelog.md new file mode 100644 index 00000000000..699c9b6f0d5 --- /dev/null +++ b/stable/sinusbot/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sinusbot-5.7.1](https://github.com/truecharts/charts/compare/sinusbot-5.6.0...sinusbot-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sinusbot/5.7.1/app-readme.md similarity index 100% rename from stable/sinusbot/5.5.1/app-readme.md rename to stable/sinusbot/5.7.1/app-readme.md diff --git a/stable/sinusbot/5.7.1/charts/common-20.2.2.tgz b/stable/sinusbot/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sinusbot/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sinusbot/5.5.1/ix_values.yaml b/stable/sinusbot/5.7.1/ix_values.yaml similarity index 100% rename from stable/sinusbot/5.5.1/ix_values.yaml rename to stable/sinusbot/5.7.1/ix_values.yaml diff --git a/stable/sinusbot/5.5.1/questions.yaml b/stable/sinusbot/5.7.1/questions.yaml similarity index 100% rename from stable/sinusbot/5.5.1/questions.yaml rename to stable/sinusbot/5.7.1/questions.yaml diff --git a/stable/sinusbot/5.5.1/templates/common.yaml b/stable/sinusbot/5.7.1/templates/common.yaml similarity index 100% rename from stable/sinusbot/5.5.1/templates/common.yaml rename to stable/sinusbot/5.7.1/templates/common.yaml diff --git a/stable/soft-serve/6.5.1/values.yaml b/stable/sinusbot/5.7.1/values.yaml similarity index 100% rename from stable/soft-serve/6.5.1/values.yaml rename to stable/sinusbot/5.7.1/values.yaml diff --git a/stable/slack-invite/5.5.1/CHANGELOG.md b/stable/slack-invite/5.5.1/CHANGELOG.md deleted file mode 100644 index 53d75ac5cbc..00000000000 --- a/stable/slack-invite/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [slack-invite-5.5.1](https://github.com/truecharts/charts/compare/slack-invite-5.5.0...slack-invite-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [slack-invite-5.5.0](https://github.com/truecharts/charts/compare/slack-invite-5.4.1...slack-invite-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [slack-invite-5.4.1](https://github.com/truecharts/charts/compare/slack-invite-5.4.0...slack-invite-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [slack-invite-5.4.0](https://github.com/truecharts/charts/compare/slack-invite-5.3.0...slack-invite-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [slack-invite-5.3.0](https://github.com/truecharts/charts/compare/slack-invite-5.2.3...slack-invite-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [slack-invite-5.2.3](https://github.com/truecharts/charts/compare/slack-invite-5.2.2...slack-invite-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [slack-invite-5.2.2](https://github.com/truecharts/charts/compare/slack-invite-5.2.0...slack-invite-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [slack-invite-4.1.11](https://github.com/truecharts/charts/compare/slack-invite-4.1.10...slack-invite-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [slack-invite-4.1.10](https://github.com/truecharts/charts/compare/slack-invite-4.1.9...slack-invite-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/slack-invite/5.5.1/Chart.yaml b/stable/slack-invite/5.5.1/Chart.yaml deleted file mode 100644 index 5f5f1629e8f..00000000000 --- a/stable/slack-invite/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/slack-invite/5.5.1/charts/common-20.0.8.tgz b/stable/slack-invite/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/slack-invite/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sonarr/21.3.2/.helmignore b/stable/slack-invite/5.7.1/.helmignore similarity index 100% rename from stable/sonarr/21.3.2/.helmignore rename to stable/slack-invite/5.7.1/.helmignore diff --git a/stable/slack-invite/5.7.1/CHANGELOG.md b/stable/slack-invite/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..292cfe048b7 --- /dev/null +++ b/stable/slack-invite/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slack-invite-5.7.1](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/slack-invite/5.7.1/Chart.yaml new file mode 100644 index 00000000000..332203b3f8b --- /dev/null +++ b/stable/slack-invite/5.7.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: 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.2 + 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.1 diff --git a/stable/slack-invite/5.5.1/README.md b/stable/slack-invite/5.7.1/README.md similarity index 100% rename from stable/slack-invite/5.5.1/README.md rename to stable/slack-invite/5.7.1/README.md diff --git a/stable/slack-invite/5.7.1/app-changelog.md b/stable/slack-invite/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3649a8ded05 --- /dev/null +++ b/stable/slack-invite/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [slack-invite-5.7.1](https://github.com/truecharts/charts/compare/slack-invite-5.6.0...slack-invite-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/slack-invite/5.7.1/app-readme.md similarity index 100% rename from stable/slack-invite/5.5.1/app-readme.md rename to stable/slack-invite/5.7.1/app-readme.md diff --git a/stable/slack-invite/5.7.1/charts/common-20.2.2.tgz b/stable/slack-invite/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/slack-invite/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/slack-invite/5.5.1/ix_values.yaml b/stable/slack-invite/5.7.1/ix_values.yaml similarity index 100% rename from stable/slack-invite/5.5.1/ix_values.yaml rename to stable/slack-invite/5.7.1/ix_values.yaml diff --git a/stable/slack-invite/5.5.1/questions.yaml b/stable/slack-invite/5.7.1/questions.yaml similarity index 100% rename from stable/slack-invite/5.5.1/questions.yaml rename to stable/slack-invite/5.7.1/questions.yaml diff --git a/stable/slack-invite/5.5.1/templates/common.yaml b/stable/slack-invite/5.7.1/templates/common.yaml similarity index 100% rename from stable/slack-invite/5.5.1/templates/common.yaml rename to stable/slack-invite/5.7.1/templates/common.yaml diff --git a/stable/sonarr/21.3.2/values.yaml b/stable/slack-invite/5.7.1/values.yaml similarity index 100% rename from stable/sonarr/21.3.2/values.yaml rename to stable/slack-invite/5.7.1/values.yaml diff --git a/stable/slash/4.5.2/CHANGELOG.md b/stable/slash/4.5.2/CHANGELOG.md deleted file mode 100644 index 16c8f1cd5ed..00000000000 --- a/stable/slash/4.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [slash-4.5.2](https://github.com/truecharts/charts/compare/slash-4.5.1...slash-4.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [slash-4.5.1](https://github.com/truecharts/charts/compare/slash-4.5.0...slash-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [slash-4.5.0](https://github.com/truecharts/charts/compare/slash-4.4.2...slash-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [slash-4.4.2](https://github.com/truecharts/charts/compare/slash-4.4.1...slash-4.4.2) (2024-03-11) - -### Chore - - - -- update container image yourselfhosted/slash to 1.0.0[@dbddfde](https://github.com/dbddfde) by renovate ([#19048](https://github.com/truecharts/charts/issues/19048)) - - -## [slash-4.4.1](https://github.com/truecharts/charts/compare/slash-4.4.0...slash-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [slash-4.4.0](https://github.com/truecharts/charts/compare/slash-4.3.0...slash-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [slash-4.3.0](https://github.com/truecharts/charts/compare/slash-4.2.3...slash-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [slash-4.2.3](https://github.com/truecharts/charts/compare/slash-4.2.2...slash-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [slash-4.2.2](https://github.com/truecharts/charts/compare/slash-4.2.0...slash-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/slash/4.5.2/Chart.yaml b/stable/slash/4.5.2/Chart.yaml deleted file mode 100644 index 83509710b42..00000000000 --- a/stable/slash/4.5.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: 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.0.9 - 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.5.2 diff --git a/stable/slash/4.5.2/charts/common-20.0.9.tgz b/stable/slash/4.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/slash/4.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/slash/4.5.2/ix_values.yaml b/stable/slash/4.5.2/ix_values.yaml deleted file mode 100644 index 36a963df8dd..00000000000 --- a/stable/slash/4.5.2/ix_values.yaml +++ /dev/null @@ -1,24 +0,0 @@ -image: - repository: yourselfhosted/slash - pullPolicy: IfNotPresent - tag: 1.0.0@sha256:dbddfdecbca6fb485f61b9847520061b1bcabe20f0ea9abf05d29b827e2b5f0f -service: - main: - ports: - main: - protocol: http - port: 5231 -workload: - main: - podSpec: - containers: - main: - env: - SLASH_PORT: "{{ .Values.service.main.ports.main.port }}" -persistence: - config: - enabled: true - mountPath: "/var/opt/slash" -portal: - open: - enabled: true diff --git a/stable/songkong/5.5.2/.helmignore b/stable/slash/4.7.2/.helmignore similarity index 100% rename from stable/songkong/5.5.2/.helmignore rename to stable/slash/4.7.2/.helmignore diff --git a/stable/slash/4.7.2/CHANGELOG.md b/stable/slash/4.7.2/CHANGELOG.md new file mode 100644 index 00000000000..a501e93e126 --- /dev/null +++ b/stable/slash/4.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) diff --git a/stable/slash/4.7.2/Chart.yaml b/stable/slash/4.7.2/Chart.yaml new file mode 100644 index 00000000000..c5cf339b8b8 --- /dev/null +++ b/stable/slash/4.7.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: 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.2 + 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.2 diff --git a/stable/slash/4.5.2/README.md b/stable/slash/4.7.2/README.md similarity index 100% rename from stable/slash/4.5.2/README.md rename to stable/slash/4.7.2/README.md diff --git a/stable/slash/4.7.2/app-changelog.md b/stable/slash/4.7.2/app-changelog.md new file mode 100644 index 00000000000..f23e087747a --- /dev/null +++ b/stable/slash/4.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [slash-4.7.2](https://github.com/truecharts/charts/compare/slash-4.6.0...slash-4.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/slash/4.7.2/app-readme.md similarity index 100% rename from stable/slash/4.5.2/app-readme.md rename to stable/slash/4.7.2/app-readme.md diff --git a/stable/slash/4.7.2/charts/common-20.2.2.tgz b/stable/slash/4.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/slash/4.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/slash/4.7.2/ix_values.yaml b/stable/slash/4.7.2/ix_values.yaml new file mode 100644 index 00000000000..f2e7c7aa365 --- /dev/null +++ b/stable/slash/4.7.2/ix_values.yaml @@ -0,0 +1,24 @@ +image: + repository: yourselfhosted/slash + pullPolicy: IfNotPresent + tag: 1.0.0@sha256:428570aa5db00b80c1fb9d8b5c5d38837cd51be6ab4775a82542e9b58d3448c5 +service: + main: + ports: + main: + protocol: http + port: 5231 +workload: + main: + podSpec: + containers: + main: + env: + SLASH_PORT: "{{ .Values.service.main.ports.main.port }}" +persistence: + config: + enabled: true + mountPath: "/var/opt/slash" +portal: + open: + enabled: true diff --git a/stable/slash/4.5.2/questions.yaml b/stable/slash/4.7.2/questions.yaml similarity index 100% rename from stable/slash/4.5.2/questions.yaml rename to stable/slash/4.7.2/questions.yaml diff --git a/stable/speedtest-exporter/10.6.1/templates/NOTES.txt b/stable/slash/4.7.2/templates/NOTES.txt similarity index 100% rename from stable/speedtest-exporter/10.6.1/templates/NOTES.txt rename to stable/slash/4.7.2/templates/NOTES.txt diff --git a/stable/smtp-relay/3.5.1/templates/common.yaml b/stable/slash/4.7.2/templates/common.yaml similarity index 100% rename from stable/smtp-relay/3.5.1/templates/common.yaml rename to stable/slash/4.7.2/templates/common.yaml diff --git a/stable/songkong/5.5.2/values.yaml b/stable/slash/4.7.2/values.yaml similarity index 100% rename from stable/songkong/5.5.2/values.yaml rename to stable/slash/4.7.2/values.yaml diff --git a/stable/smartctl-exporter/2.7.1/CHANGELOG.md b/stable/smartctl-exporter/2.7.1/CHANGELOG.md deleted file mode 100644 index c05b4328e93..00000000000 --- a/stable/smartctl-exporter/2.7.1/CHANGELOG.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smartctl-exporter-2.7.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.7.0...smartctl-exporter-2.7.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [smartctl-exporter-2.7.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.6.1...smartctl-exporter-2.7.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [smartctl-exporter-2.6.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.6.0...smartctl-exporter-2.6.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [smartctl-exporter-2.6.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.5.0...smartctl-exporter-2.6.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [smartctl-exporter-2.5.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.3...smartctl-exporter-2.5.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [smartctl-exporter-2.4.3](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.2...smartctl-exporter-2.4.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [smartctl-exporter-2.4.2](https://github.com/truecharts/charts/compare/smartctl-exporter-2.4.0...smartctl-exporter-2.4.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/smartctl-exporter/2.7.1/Chart.yaml b/stable/smartctl-exporter/2.7.1/Chart.yaml deleted file mode 100644 index f6281676468..00000000000 --- a/stable/smartctl-exporter/2.7.1/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.0.8 - 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.7.1 diff --git a/stable/smartctl-exporter/2.7.1/charts/common-20.0.8.tgz b/stable/smartctl-exporter/2.7.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/smartctl-exporter/2.7.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/sonsoftheforest/3.5.1/.helmignore b/stable/smartctl-exporter/2.9.1/.helmignore similarity index 100% rename from stable/sonsoftheforest/3.5.1/.helmignore rename to stable/smartctl-exporter/2.9.1/.helmignore diff --git a/stable/smartctl-exporter/2.9.1/CHANGELOG.md b/stable/smartctl-exporter/2.9.1/CHANGELOG.md new file mode 100644 index 00000000000..ed49bd8cf0b --- /dev/null +++ b/stable/smartctl-exporter/2.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smartctl-exporter-2.9.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/smartctl-exporter/2.9.1/Chart.yaml new file mode 100644 index 00000000000..28424b3a4fc --- /dev/null +++ b/stable/smartctl-exporter/2.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: 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.2 + 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.1 diff --git a/stable/smartctl-exporter/2.7.1/README.md b/stable/smartctl-exporter/2.9.1/README.md similarity index 100% rename from stable/smartctl-exporter/2.7.1/README.md rename to stable/smartctl-exporter/2.9.1/README.md diff --git a/stable/smartctl-exporter/2.9.1/app-changelog.md b/stable/smartctl-exporter/2.9.1/app-changelog.md new file mode 100644 index 00000000000..2f95b4254da --- /dev/null +++ b/stable/smartctl-exporter/2.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [smartctl-exporter-2.9.1](https://github.com/truecharts/charts/compare/smartctl-exporter-2.8.0...smartctl-exporter-2.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.7.1/app-readme.md b/stable/smartctl-exporter/2.9.1/app-readme.md similarity index 100% rename from stable/smartctl-exporter/2.7.1/app-readme.md rename to stable/smartctl-exporter/2.9.1/app-readme.md diff --git a/stable/smartctl-exporter/2.9.1/charts/common-20.2.2.tgz b/stable/smartctl-exporter/2.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/smartctl-exporter/2.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/smartctl-exporter/2.7.1/dashboard.json b/stable/smartctl-exporter/2.9.1/dashboard.json similarity index 100% rename from stable/smartctl-exporter/2.7.1/dashboard.json rename to stable/smartctl-exporter/2.9.1/dashboard.json diff --git a/stable/smartctl-exporter/2.7.1/ix_values.yaml b/stable/smartctl-exporter/2.9.1/ix_values.yaml similarity index 100% rename from stable/smartctl-exporter/2.7.1/ix_values.yaml rename to stable/smartctl-exporter/2.9.1/ix_values.yaml diff --git a/stable/smartctl-exporter/2.7.1/questions.yaml b/stable/smartctl-exporter/2.9.1/questions.yaml similarity index 100% rename from stable/smartctl-exporter/2.7.1/questions.yaml rename to stable/smartctl-exporter/2.9.1/questions.yaml diff --git a/stable/speedtest-tracker/1.5.4/templates/NOTES.txt b/stable/smartctl-exporter/2.9.1/templates/NOTES.txt similarity index 100% rename from stable/speedtest-tracker/1.5.4/templates/NOTES.txt rename to stable/smartctl-exporter/2.9.1/templates/NOTES.txt diff --git a/stable/snapdrop/9.5.2/templates/common.yaml b/stable/smartctl-exporter/2.9.1/templates/common.yaml similarity index 100% rename from stable/snapdrop/9.5.2/templates/common.yaml rename to stable/smartctl-exporter/2.9.1/templates/common.yaml diff --git a/stable/sonsoftheforest/3.5.1/values.yaml b/stable/smartctl-exporter/2.9.1/values.yaml similarity index 100% rename from stable/sonsoftheforest/3.5.1/values.yaml rename to stable/smartctl-exporter/2.9.1/values.yaml diff --git a/stable/smokeping/10.5.2/CHANGELOG.md b/stable/smokeping/10.5.2/CHANGELOG.md deleted file mode 100644 index 3f5b4a0ac41..00000000000 --- a/stable/smokeping/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smokeping-10.5.2](https://github.com/truecharts/charts/compare/smokeping-10.5.1...smokeping-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [smokeping-10.5.1](https://github.com/truecharts/charts/compare/smokeping-10.5.0...smokeping-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [smokeping-10.5.0](https://github.com/truecharts/charts/compare/smokeping-10.4.2...smokeping-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [smokeping-10.4.2](https://github.com/truecharts/charts/compare/smokeping-10.4.1...smokeping-10.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/smokeping to 2.8.2[@6c33b9e](https://github.com/6c33b9e) by renovate ([#19014](https://github.com/truecharts/charts/issues/19014)) - - -## [smokeping-10.4.1](https://github.com/truecharts/charts/compare/smokeping-10.4.0...smokeping-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [smokeping-10.4.0](https://github.com/truecharts/charts/compare/smokeping-10.3.0...smokeping-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [smokeping-10.3.0](https://github.com/truecharts/charts/compare/smokeping-10.2.4...smokeping-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [smokeping-10.2.4](https://github.com/truecharts/charts/compare/smokeping-10.2.3...smokeping-10.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [smokeping-10.2.3](https://github.com/truecharts/charts/compare/smokeping-10.2.1...smokeping-10.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/smokeping/10.5.2/Chart.yaml b/stable/smokeping/10.5.2/Chart.yaml deleted file mode 100644 index fe577ddffa4..00000000000 --- a/stable/smokeping/10.5.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: 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.0.9 - 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.5.2 diff --git a/stable/smokeping/10.5.2/charts/common-20.0.9.tgz b/stable/smokeping/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/smokeping/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/smokeping/10.5.2/ix_values.yaml b/stable/smokeping/10.5.2/ix_values.yaml deleted file mode 100644 index 28e413fab28..00000000000 --- a/stable/smokeping/10.5.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: ghcr.io/linuxserver/smokeping - pullPolicy: IfNotPresent - tag: 2.8.2@sha256:6c33b9e7b5d11b953b9732b8ea97feaa90abd3a00a579169602d855f194dc2d7 -strategy: - type: Recreate -service: - main: - ports: - main: - port: 10030 - targetPort: 80 -persistence: - config: - enabled: true - mountPath: "/config" - data: - enabled: true - mountPath: "/data" - varrun: - enabled: false -portal: - open: - enabled: true -securityContext: - container: - capabilities: - add: - - NET_RAW - readOnlyRootFilesystem: false - runAsNonRoot: false - allowPrivilegeEscalation: true - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp diff --git a/stable/sourcegraph/5.5.1/.helmignore b/stable/smokeping/10.7.1/.helmignore similarity index 100% rename from stable/sourcegraph/5.5.1/.helmignore rename to stable/smokeping/10.7.1/.helmignore diff --git a/stable/smokeping/10.7.1/CHANGELOG.md b/stable/smokeping/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a9053b40667 --- /dev/null +++ b/stable/smokeping/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smokeping-10.7.1](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/smokeping/10.7.1/Chart.yaml b/stable/smokeping/10.7.1/Chart.yaml new file mode 100644 index 00000000000..8aa7400429e --- /dev/null +++ b/stable/smokeping/10.7.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: 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.2 + 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.1 diff --git a/stable/smokeping/10.5.2/README.md b/stable/smokeping/10.7.1/README.md similarity index 100% rename from stable/smokeping/10.5.2/README.md rename to stable/smokeping/10.7.1/README.md diff --git a/stable/smokeping/10.7.1/app-changelog.md b/stable/smokeping/10.7.1/app-changelog.md new file mode 100644 index 00000000000..b015905befb --- /dev/null +++ b/stable/smokeping/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [smokeping-10.7.1](https://github.com/truecharts/charts/compare/smokeping-10.6.0...smokeping-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/smokeping/10.7.1/app-readme.md similarity index 100% rename from stable/smokeping/10.5.2/app-readme.md rename to stable/smokeping/10.7.1/app-readme.md diff --git a/stable/smokeping/10.7.1/charts/common-20.2.2.tgz b/stable/smokeping/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/smokeping/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/smokeping/10.7.1/ix_values.yaml b/stable/smokeping/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..d216bd0f249 --- /dev/null +++ b/stable/smokeping/10.7.1/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: ghcr.io/linuxserver/smokeping + pullPolicy: IfNotPresent + tag: 2.8.2@sha256:a1ac286ebd7c310a2121bc01c725aeb6c2698c8b41027fd00195bb8e9a866bcc +strategy: + type: Recreate +service: + main: + ports: + main: + port: 10030 + targetPort: 80 +persistence: + config: + enabled: true + mountPath: "/config" + data: + enabled: true + mountPath: "/data" + varrun: + enabled: false +portal: + open: + enabled: true +securityContext: + container: + capabilities: + add: + - NET_RAW + readOnlyRootFilesystem: false + runAsNonRoot: false + allowPrivilegeEscalation: true + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp diff --git a/stable/smokeping/10.5.2/questions.yaml b/stable/smokeping/10.7.1/questions.yaml similarity index 100% rename from stable/smokeping/10.5.2/questions.yaml rename to stable/smokeping/10.7.1/questions.yaml diff --git a/stable/splunk/7.5.1/templates/NOTES.txt b/stable/smokeping/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/splunk/7.5.1/templates/NOTES.txt rename to stable/smokeping/10.7.1/templates/NOTES.txt diff --git a/stable/static/10.5.1/templates/common.yaml b/stable/smokeping/10.7.1/templates/common.yaml similarity index 100% rename from stable/static/10.5.1/templates/common.yaml rename to stable/smokeping/10.7.1/templates/common.yaml diff --git a/stable/sourcegraph/5.5.1/values.yaml b/stable/smokeping/10.7.1/values.yaml similarity index 100% rename from stable/sourcegraph/5.5.1/values.yaml rename to stable/smokeping/10.7.1/values.yaml diff --git a/stable/smtp-relay/3.5.1/CHANGELOG.md b/stable/smtp-relay/3.5.1/CHANGELOG.md deleted file mode 100644 index b72f1f38f4d..00000000000 --- a/stable/smtp-relay/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [smtp-relay-3.5.1](https://github.com/truecharts/charts/compare/smtp-relay-3.5.0...smtp-relay-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [smtp-relay-3.5.0](https://github.com/truecharts/charts/compare/smtp-relay-3.4.1...smtp-relay-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [smtp-relay-3.4.1](https://github.com/truecharts/charts/compare/smtp-relay-3.4.0...smtp-relay-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [smtp-relay-3.4.0](https://github.com/truecharts/charts/compare/smtp-relay-3.3.0...smtp-relay-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [smtp-relay-3.3.0](https://github.com/truecharts/charts/compare/smtp-relay-3.2.3...smtp-relay-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [smtp-relay-3.2.3](https://github.com/truecharts/charts/compare/smtp-relay-3.2.2...smtp-relay-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [smtp-relay-3.2.2](https://github.com/truecharts/charts/compare/smtp-relay-3.2.0...smtp-relay-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [smtp-relay-2.1.13](https://github.com/truecharts/charts/compare/smtp-relay-2.1.12...smtp-relay-2.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [smtp-relay-2.1.12](https://github.com/truecharts/charts/compare/smtp-relay-2.1.11...smtp-relay-2.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/smtp-relay/3.5.1/Chart.yaml b/stable/smtp-relay/3.5.1/Chart.yaml deleted file mode 100644 index e66a014dc9f..00000000000 --- a/stable/smtp-relay/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/smtp-relay/3.5.1/charts/common-20.0.8.tgz b/stable/smtp-relay/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/smtp-relay/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/spaceengineers/6.5.1/.helmignore b/stable/smtp-relay/3.7.1/.helmignore similarity index 100% rename from stable/spaceengineers/6.5.1/.helmignore rename to stable/smtp-relay/3.7.1/.helmignore diff --git a/stable/smtp-relay/3.7.1/CHANGELOG.md b/stable/smtp-relay/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..27fa24ac30c --- /dev/null +++ b/stable/smtp-relay/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [smtp-relay-3.7.1](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/smtp-relay/3.7.1/Chart.yaml new file mode 100644 index 00000000000..6d05db4fc14 --- /dev/null +++ b/stable/smtp-relay/3.7.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: 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.2 + 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.1 diff --git a/stable/smtp-relay/3.5.1/README.md b/stable/smtp-relay/3.7.1/README.md similarity index 100% rename from stable/smtp-relay/3.5.1/README.md rename to stable/smtp-relay/3.7.1/README.md diff --git a/stable/smtp-relay/3.7.1/app-changelog.md b/stable/smtp-relay/3.7.1/app-changelog.md new file mode 100644 index 00000000000..04373c7d636 --- /dev/null +++ b/stable/smtp-relay/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [smtp-relay-3.7.1](https://github.com/truecharts/charts/compare/smtp-relay-3.6.0...smtp-relay-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/smtp-relay/3.7.1/app-readme.md similarity index 100% rename from stable/smtp-relay/3.5.1/app-readme.md rename to stable/smtp-relay/3.7.1/app-readme.md diff --git a/stable/smtp-relay/3.7.1/charts/common-20.2.2.tgz b/stable/smtp-relay/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/smtp-relay/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/smtp-relay/3.5.1/ix_values.yaml b/stable/smtp-relay/3.7.1/ix_values.yaml similarity index 100% rename from stable/smtp-relay/3.5.1/ix_values.yaml rename to stable/smtp-relay/3.7.1/ix_values.yaml diff --git a/stable/smtp-relay/3.5.1/questions.yaml b/stable/smtp-relay/3.7.1/questions.yaml similarity index 100% rename from stable/smtp-relay/3.5.1/questions.yaml rename to stable/smtp-relay/3.7.1/questions.yaml diff --git a/stable/spotweb/12.5.1/templates/NOTES.txt b/stable/smtp-relay/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/spotweb/12.5.1/templates/NOTES.txt rename to stable/smtp-relay/3.7.1/templates/NOTES.txt diff --git a/stable/snippet-box/7.5.1/templates/common.yaml b/stable/smtp-relay/3.7.1/templates/common.yaml similarity index 100% rename from stable/snippet-box/7.5.1/templates/common.yaml rename to stable/smtp-relay/3.7.1/templates/common.yaml diff --git a/stable/spaceengineers/6.5.1/values.yaml b/stable/smtp-relay/3.7.1/values.yaml similarity index 100% rename from stable/spaceengineers/6.5.1/values.yaml rename to stable/smtp-relay/3.7.1/values.yaml diff --git a/stable/snapdrop/9.5.2/CHANGELOG.md b/stable/snapdrop/9.5.2/CHANGELOG.md deleted file mode 100644 index d3685b92d9b..00000000000 --- a/stable/snapdrop/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [snapdrop-9.5.2](https://github.com/truecharts/charts/compare/snapdrop-9.5.1...snapdrop-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [snapdrop-9.5.1](https://github.com/truecharts/charts/compare/snapdrop-9.5.0...snapdrop-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [snapdrop-9.5.0](https://github.com/truecharts/charts/compare/snapdrop-9.4.2...snapdrop-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [snapdrop-9.4.2](https://github.com/truecharts/charts/compare/snapdrop-9.4.1...snapdrop-9.4.2) (2024-03-11) - -### Chore - - - -- update container image linuxserver/snapdrop to latest[@3030711](https://github.com/3030711) by renovate ([#19028](https://github.com/truecharts/charts/issues/19028)) - - -## [snapdrop-9.4.1](https://github.com/truecharts/charts/compare/snapdrop-9.4.0...snapdrop-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [snapdrop-9.4.0](https://github.com/truecharts/charts/compare/snapdrop-9.3.0...snapdrop-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [snapdrop-9.3.0](https://github.com/truecharts/charts/compare/snapdrop-9.2.4...snapdrop-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [snapdrop-9.2.4](https://github.com/truecharts/charts/compare/snapdrop-9.2.3...snapdrop-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [snapdrop-9.2.3](https://github.com/truecharts/charts/compare/snapdrop-9.2.1...snapdrop-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/snapdrop/9.5.2/Chart.yaml b/stable/snapdrop/9.5.2/Chart.yaml deleted file mode 100644 index 60cd811423c..00000000000 --- a/stable/snapdrop/9.5.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: 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.0.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.5.2 diff --git a/stable/snapdrop/9.5.2/charts/common-20.0.9.tgz b/stable/snapdrop/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/snapdrop/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/snapdrop/9.5.2/ix_values.yaml b/stable/snapdrop/9.5.2/ix_values.yaml deleted file mode 100644 index f3c9351c21a..00000000000 --- a/stable/snapdrop/9.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: linuxserver/snapdrop - tag: latest@sha256:3030711bd91aa35391b2925ef4a44ebdca9978a5b8277ade1f3630b622565f3a - 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/speedtest-exporter/10.6.1/.helmignore b/stable/snapdrop/9.7.1/.helmignore similarity index 100% rename from stable/speedtest-exporter/10.6.1/.helmignore rename to stable/snapdrop/9.7.1/.helmignore diff --git a/stable/snapdrop/9.7.1/CHANGELOG.md b/stable/snapdrop/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8369a74991c --- /dev/null +++ b/stable/snapdrop/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snapdrop-9.7.1](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/snapdrop/9.7.1/Chart.yaml b/stable/snapdrop/9.7.1/Chart.yaml new file mode 100644 index 00000000000..fed615d09bf --- /dev/null +++ b/stable/snapdrop/9.7.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: 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.2 + 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.1 diff --git a/stable/snapdrop/9.5.2/README.md b/stable/snapdrop/9.7.1/README.md similarity index 100% rename from stable/snapdrop/9.5.2/README.md rename to stable/snapdrop/9.7.1/README.md diff --git a/stable/snapdrop/9.7.1/app-changelog.md b/stable/snapdrop/9.7.1/app-changelog.md new file mode 100644 index 00000000000..15e2e9d1512 --- /dev/null +++ b/stable/snapdrop/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [snapdrop-9.7.1](https://github.com/truecharts/charts/compare/snapdrop-9.6.0...snapdrop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/snapdrop/9.7.1/app-readme.md similarity index 100% rename from stable/snapdrop/9.5.2/app-readme.md rename to stable/snapdrop/9.7.1/app-readme.md diff --git a/stable/snapdrop/9.7.1/charts/common-20.2.2.tgz b/stable/snapdrop/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/snapdrop/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/snapdrop/9.7.1/ix_values.yaml b/stable/snapdrop/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..32bfe83372b --- /dev/null +++ b/stable/snapdrop/9.7.1/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: linuxserver/snapdrop + tag: latest@sha256:9cd65cd76ce87c98d4cc63667beff3c154c2c19be21ce8e54519b493a7a0c838 + 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.5.2/questions.yaml b/stable/snapdrop/9.7.1/questions.yaml similarity index 100% rename from stable/snapdrop/9.5.2/questions.yaml rename to stable/snapdrop/9.7.1/questions.yaml diff --git a/stable/sqlitebrowser/10.5.1/templates/NOTES.txt b/stable/snapdrop/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/sqlitebrowser/10.5.1/templates/NOTES.txt rename to stable/snapdrop/9.7.1/templates/NOTES.txt diff --git a/stable/spaceengineers/6.5.1/templates/common.yaml b/stable/snapdrop/9.7.1/templates/common.yaml similarity index 100% rename from stable/spaceengineers/6.5.1/templates/common.yaml rename to stable/snapdrop/9.7.1/templates/common.yaml diff --git a/stable/speedtest-exporter/10.6.1/values.yaml b/stable/snapdrop/9.7.1/values.yaml similarity index 100% rename from stable/speedtest-exporter/10.6.1/values.yaml rename to stable/snapdrop/9.7.1/values.yaml diff --git a/stable/snippet-box/7.5.1/CHANGELOG.md b/stable/snippet-box/7.5.1/CHANGELOG.md deleted file mode 100644 index ff554fc32f6..00000000000 --- a/stable/snippet-box/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [snippet-box-7.5.1](https://github.com/truecharts/charts/compare/snippet-box-7.5.0...snippet-box-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [snippet-box-7.5.0](https://github.com/truecharts/charts/compare/snippet-box-7.4.1...snippet-box-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [snippet-box-7.4.1](https://github.com/truecharts/charts/compare/snippet-box-7.4.0...snippet-box-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [snippet-box-7.4.0](https://github.com/truecharts/charts/compare/snippet-box-7.3.0...snippet-box-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [snippet-box-7.3.0](https://github.com/truecharts/charts/compare/snippet-box-7.2.3...snippet-box-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [snippet-box-7.2.3](https://github.com/truecharts/charts/compare/snippet-box-7.2.2...snippet-box-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [snippet-box-7.2.2](https://github.com/truecharts/charts/compare/snippet-box-7.2.0...snippet-box-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [snippet-box-6.1.11](https://github.com/truecharts/charts/compare/snippet-box-6.1.10...snippet-box-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [snippet-box-6.1.10](https://github.com/truecharts/charts/compare/snippet-box-6.1.9...snippet-box-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/snippet-box/7.5.1/Chart.yaml b/stable/snippet-box/7.5.1/Chart.yaml deleted file mode 100644 index b432026428d..00000000000 --- a/stable/snippet-box/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/snippet-box/7.5.1/charts/common-20.0.8.tgz b/stable/snippet-box/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/snippet-box/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.5.4/.helmignore b/stable/snippet-box/7.7.1/.helmignore similarity index 100% rename from stable/speedtest-tracker/1.5.4/.helmignore rename to stable/snippet-box/7.7.1/.helmignore diff --git a/stable/snippet-box/7.7.1/CHANGELOG.md b/stable/snippet-box/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..983f90330ea --- /dev/null +++ b/stable/snippet-box/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [snippet-box-7.7.1](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/snippet-box/7.7.1/Chart.yaml new file mode 100644 index 00000000000..fd3a53c09dc --- /dev/null +++ b/stable/snippet-box/7.7.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: 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.2 + 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.1 diff --git a/stable/snippet-box/7.5.1/README.md b/stable/snippet-box/7.7.1/README.md similarity index 100% rename from stable/snippet-box/7.5.1/README.md rename to stable/snippet-box/7.7.1/README.md diff --git a/stable/snippet-box/7.7.1/app-changelog.md b/stable/snippet-box/7.7.1/app-changelog.md new file mode 100644 index 00000000000..d8fc094c721 --- /dev/null +++ b/stable/snippet-box/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [snippet-box-7.7.1](https://github.com/truecharts/charts/compare/snippet-box-7.6.0...snippet-box-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/snippet-box/7.7.1/app-readme.md similarity index 100% rename from stable/snippet-box/7.5.1/app-readme.md rename to stable/snippet-box/7.7.1/app-readme.md diff --git a/stable/snippet-box/7.7.1/charts/common-20.2.2.tgz b/stable/snippet-box/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/snippet-box/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/snippet-box/7.5.1/ix_values.yaml b/stable/snippet-box/7.7.1/ix_values.yaml similarity index 100% rename from stable/snippet-box/7.5.1/ix_values.yaml rename to stable/snippet-box/7.7.1/ix_values.yaml diff --git a/stable/snippet-box/7.5.1/questions.yaml b/stable/snippet-box/7.7.1/questions.yaml similarity index 100% rename from stable/snippet-box/7.5.1/questions.yaml rename to stable/snippet-box/7.7.1/questions.yaml diff --git a/stable/speedtest-exporter/10.6.1/templates/common.yaml b/stable/snippet-box/7.7.1/templates/common.yaml similarity index 100% rename from stable/speedtest-exporter/10.6.1/templates/common.yaml rename to stable/snippet-box/7.7.1/templates/common.yaml diff --git a/stable/speedtest-tracker/1.5.4/values.yaml b/stable/snippet-box/7.7.1/values.yaml similarity index 100% rename from stable/speedtest-tracker/1.5.4/values.yaml rename to stable/snippet-box/7.7.1/values.yaml diff --git a/stable/socials/5.5.1/CHANGELOG.md b/stable/socials/5.5.1/CHANGELOG.md deleted file mode 100644 index 16ec3e32e31..00000000000 --- a/stable/socials/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [socials-5.5.1](https://github.com/truecharts/charts/compare/socials-5.5.0...socials-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [socials-5.5.0](https://github.com/truecharts/charts/compare/socials-5.4.1...socials-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [socials-5.4.1](https://github.com/truecharts/charts/compare/socials-5.4.0...socials-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [socials-5.4.0](https://github.com/truecharts/charts/compare/socials-5.3.0...socials-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [socials-5.3.0](https://github.com/truecharts/charts/compare/socials-5.2.3...socials-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [socials-5.2.3](https://github.com/truecharts/charts/compare/socials-5.2.2...socials-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [socials-5.2.2](https://github.com/truecharts/charts/compare/socials-5.2.0...socials-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [socials-4.1.11](https://github.com/truecharts/charts/compare/socials-4.1.10...socials-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [socials-4.1.10](https://github.com/truecharts/charts/compare/socials-4.1.9...socials-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/socials/5.5.1/Chart.yaml b/stable/socials/5.5.1/Chart.yaml deleted file mode 100644 index 9d7059a8f4d..00000000000 --- a/stable/socials/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/socials/5.5.1/charts/common-20.0.8.tgz b/stable/socials/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/socials/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/splunk/7.5.1/.helmignore b/stable/socials/5.7.1/.helmignore similarity index 100% rename from stable/splunk/7.5.1/.helmignore rename to stable/socials/5.7.1/.helmignore diff --git a/stable/socials/5.7.1/CHANGELOG.md b/stable/socials/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..01cb8affa4f --- /dev/null +++ b/stable/socials/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [socials-5.7.1](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/socials/5.7.1/Chart.yaml new file mode 100644 index 00000000000..15795f51d63 --- /dev/null +++ b/stable/socials/5.7.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: 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.2 + 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.1 diff --git a/stable/socials/5.5.1/README.md b/stable/socials/5.7.1/README.md similarity index 100% rename from stable/socials/5.5.1/README.md rename to stable/socials/5.7.1/README.md diff --git a/stable/socials/5.7.1/app-changelog.md b/stable/socials/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b37ae45c57b --- /dev/null +++ b/stable/socials/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [socials-5.7.1](https://github.com/truecharts/charts/compare/socials-5.6.0...socials-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/socials/5.7.1/app-readme.md similarity index 100% rename from stable/socials/5.5.1/app-readme.md rename to stable/socials/5.7.1/app-readme.md diff --git a/stable/socials/5.7.1/charts/common-20.2.2.tgz b/stable/socials/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/socials/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/socials/5.5.1/ix_values.yaml b/stable/socials/5.7.1/ix_values.yaml similarity index 100% rename from stable/socials/5.5.1/ix_values.yaml rename to stable/socials/5.7.1/ix_values.yaml diff --git a/stable/socials/5.5.1/questions.yaml b/stable/socials/5.7.1/questions.yaml similarity index 100% rename from stable/socials/5.5.1/questions.yaml rename to stable/socials/5.7.1/questions.yaml diff --git a/stable/socials/5.5.1/templates/common.yaml b/stable/socials/5.7.1/templates/common.yaml similarity index 100% rename from stable/socials/5.5.1/templates/common.yaml rename to stable/socials/5.7.1/templates/common.yaml diff --git a/stable/splunk/7.5.1/values.yaml b/stable/socials/5.7.1/values.yaml similarity index 100% rename from stable/splunk/7.5.1/values.yaml rename to stable/socials/5.7.1/values.yaml diff --git a/stable/soft-serve/6.5.1/CHANGELOG.md b/stable/soft-serve/6.5.1/CHANGELOG.md deleted file mode 100644 index 1c031150c77..00000000000 --- a/stable/soft-serve/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [soft-serve-6.5.1](https://github.com/truecharts/charts/compare/soft-serve-6.5.0...soft-serve-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [soft-serve-6.5.0](https://github.com/truecharts/charts/compare/soft-serve-6.4.1...soft-serve-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [soft-serve-6.4.1](https://github.com/truecharts/charts/compare/soft-serve-6.4.0...soft-serve-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [soft-serve-6.4.0](https://github.com/truecharts/charts/compare/soft-serve-6.3.0...soft-serve-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [soft-serve-6.3.0](https://github.com/truecharts/charts/compare/soft-serve-6.2.3...soft-serve-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [soft-serve-6.2.3](https://github.com/truecharts/charts/compare/soft-serve-6.2.2...soft-serve-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [soft-serve-6.2.2](https://github.com/truecharts/charts/compare/soft-serve-6.2.0...soft-serve-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [soft-serve-5.1.11](https://github.com/truecharts/charts/compare/soft-serve-5.1.10...soft-serve-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [soft-serve-5.1.10](https://github.com/truecharts/charts/compare/soft-serve-5.1.9...soft-serve-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/soft-serve/6.5.1/Chart.yaml b/stable/soft-serve/6.5.1/Chart.yaml deleted file mode 100644 index 871428b0546..00000000000 --- a/stable/soft-serve/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/soft-serve/6.5.1/charts/common-20.0.8.tgz b/stable/soft-serve/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/soft-serve/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/spotweb/12.5.1/.helmignore b/stable/soft-serve/6.7.1/.helmignore similarity index 100% rename from stable/spotweb/12.5.1/.helmignore rename to stable/soft-serve/6.7.1/.helmignore diff --git a/stable/soft-serve/6.7.1/CHANGELOG.md b/stable/soft-serve/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3365b123e26 --- /dev/null +++ b/stable/soft-serve/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [soft-serve-6.7.1](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/soft-serve/6.7.1/Chart.yaml new file mode 100644 index 00000000000..1244cfdc93a --- /dev/null +++ b/stable/soft-serve/6.7.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: 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.2 + 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.1 diff --git a/stable/soft-serve/6.5.1/README.md b/stable/soft-serve/6.7.1/README.md similarity index 100% rename from stable/soft-serve/6.5.1/README.md rename to stable/soft-serve/6.7.1/README.md diff --git a/stable/soft-serve/6.7.1/app-changelog.md b/stable/soft-serve/6.7.1/app-changelog.md new file mode 100644 index 00000000000..3d96c2aab05 --- /dev/null +++ b/stable/soft-serve/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [soft-serve-6.7.1](https://github.com/truecharts/charts/compare/soft-serve-6.6.0...soft-serve-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/soft-serve/6.7.1/app-readme.md similarity index 100% rename from stable/soft-serve/6.5.1/app-readme.md rename to stable/soft-serve/6.7.1/app-readme.md diff --git a/stable/soft-serve/6.7.1/charts/common-20.2.2.tgz b/stable/soft-serve/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/soft-serve/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/soft-serve/6.5.1/ix_values.yaml b/stable/soft-serve/6.7.1/ix_values.yaml similarity index 100% rename from stable/soft-serve/6.5.1/ix_values.yaml rename to stable/soft-serve/6.7.1/ix_values.yaml diff --git a/stable/soft-serve/6.5.1/questions.yaml b/stable/soft-serve/6.7.1/questions.yaml similarity index 100% rename from stable/soft-serve/6.5.1/questions.yaml rename to stable/soft-serve/6.7.1/questions.yaml diff --git a/stable/sshwifty/5.5.1/templates/NOTES.txt b/stable/soft-serve/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/sshwifty/5.5.1/templates/NOTES.txt rename to stable/soft-serve/6.7.1/templates/NOTES.txt diff --git a/stable/soft-serve/6.5.1/templates/_secret.tpl b/stable/soft-serve/6.7.1/templates/_secret.tpl similarity index 100% rename from stable/soft-serve/6.5.1/templates/_secret.tpl rename to stable/soft-serve/6.7.1/templates/_secret.tpl diff --git a/stable/soft-serve/6.5.1/templates/common.yaml b/stable/soft-serve/6.7.1/templates/common.yaml similarity index 100% rename from stable/soft-serve/6.5.1/templates/common.yaml rename to stable/soft-serve/6.7.1/templates/common.yaml diff --git a/stable/spotweb/12.5.1/values.yaml b/stable/soft-serve/6.7.1/values.yaml similarity index 100% rename from stable/spotweb/12.5.1/values.yaml rename to stable/soft-serve/6.7.1/values.yaml diff --git a/stable/sqlite-web/5.5.1/.helmignore b/stable/solr/10.7.1/.helmignore similarity index 100% rename from stable/sqlite-web/5.5.1/.helmignore rename to stable/solr/10.7.1/.helmignore diff --git a/stable/solr/10.7.1/CHANGELOG.md b/stable/solr/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d776f504984 --- /dev/null +++ b/stable/solr/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [solr-10.7.1](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/solr/10.7.1/Chart.yaml new file mode 100644 index 00000000000..90ca599c2be --- /dev/null +++ b/stable/solr/10.7.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: 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.2 + 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.1 diff --git a/stable/solr/10.7.1/README.md b/stable/solr/10.7.1/README.md new file mode 100644 index 00000000000..eab3fd86f1c --- /dev/null +++ b/stable/solr/10.7.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/solr) + +**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/solr/10.7.1/app-changelog.md b/stable/solr/10.7.1/app-changelog.md new file mode 100644 index 00000000000..f0a95506410 --- /dev/null +++ b/stable/solr/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [solr-10.7.1](https://github.com/truecharts/charts/compare/solr-10.6.0...solr-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.1/app-readme.md b/stable/solr/10.7.1/app-readme.md new file mode 100644 index 00000000000..bc6d9bd411e --- /dev/null +++ b/stable/solr/10.7.1/app-readme.md @@ -0,0 +1,8 @@ +Apache Solr + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/solr](https://truecharts.org/charts/stable/solr) + +--- + +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/solr/10.7.1/charts/common-20.2.2.tgz b/stable/solr/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/solr/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/solr/10.7.1/ix_values.yaml b/stable/solr/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..a56cf17ae7c --- /dev/null +++ b/stable/solr/10.7.1/ix_values.yaml @@ -0,0 +1,124 @@ +image: + repository: bitnami/solr + pullPolicy: IfNotPresent + tag: 9.5.0@sha256:6032dd56f33aa2d417a4f9552b13ae1963fa03bad9b34dfeb4931e1befb28e4e + +includeCommon: true +workload: + main: + replicas: 1 + podSpec: + containers: + main: + env: + SOLR_CORES: "{{ .Values.solrCores }}" + SOLR_ENABLE_AUTHENTICATION: "{{ .Values.solrEnableAuthentication }}" + SOLR_ADMIN_USERNAME: "{{ .Values.solrUsername }}" + SOLR_OPTS: "{{ .Values.solrOpts }}" + SOLR_ADMIN_PASSWORD: + secretKeyRef: + expandObjectName: "{{ if .Values.solrPassword }}true{{ else }}false{{ end }}" + name: '{{ if .Values.solrPassword }}credentials{{ else if .Values.existingSecret }}{{ .Values.existingSecret }}{{ else }}{{ printf "%s-%s" .Release.Name "solrcreds" }}{{ end }}' + key: "solr-password" + # -- 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: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; + # -- 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: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; + # -- 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: + - /bin/bash + - -ec + - | + if [ "$SOLR_ENABLE_AUTHENTICATION" == "yes" ]; then + until curl --fail --user "${SOLR_ADMIN_USERNAME}":"${SOLR_ADMIN_PASSWORD}" localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + else + until curl --fail localhost:8983/solr/"${SOLR_CORES}"/admin/ping; do sleep 2; done + fi; +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 1001 + runAsGroup: 0 +service: + main: + ports: + main: + port: 8983 + targetPort: 8983 +persistence: + db: + enabled: true + mountPath: "/bitnami/solr" +# Currently only single core is supported, with multiple cores, probes will fail. +solrCores: "testcore" +solrEnableAuthentication: "yes" +solrUsername: "test" +# Used to pass a comma separated list of optional options like '-XX:G1HeapRegionSize=8m' +solrOpts: "" +# -- Secret or password +# One of these options is required, unless used as a dependency for another TrueCharts chart. +existingSecret: "" +solrPassword: "" +secret: + credentials: + enabled: true + data: + solr-password: '{{ ( .Values.solrPassword | default "empty" ) }}' +portal: + open: + enabled: true +manifestManager: + enabled: false diff --git a/stable/solr/10.7.1/questions.yaml b/stable/solr/10.7.1/questions.yaml new file mode 100755 index 00000000000..285924849fc --- /dev/null +++ b/stable/solr/10.7.1/questions.yaml @@ -0,0 +1,2337 @@ +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: solrCores + group: "App Configuration" + label: "Solr Cores" + schema: + type: string + default: "testcore" + required: true + - variable: solrUsername + group: "App Configuration" + label: "Solr Admin Username" + schema: + type: string + default: "test" + required: true + - variable: solrPassword + group: "App Configuration" + label: "Solr Admin Password" + schema: + type: string + default: "" + required: true + - variable: solrOpts + group: "App Configuration" + label: "Solr Opts" + schema: + type: string + 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: 8983 + 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: + + 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 + - 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: 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: 1001 + - variable: runAsGroup + label: "runAsGroup" + description: "The groupID this App 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/stash/15.6.2/templates/NOTES.txt b/stable/solr/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/stash/15.6.2/templates/NOTES.txt rename to stable/solr/10.7.1/templates/NOTES.txt diff --git a/stable/twtxt/10.5.1/templates/common.yaml b/stable/solr/10.7.1/templates/common.yaml similarity index 100% rename from stable/twtxt/10.5.1/templates/common.yaml rename to stable/solr/10.7.1/templates/common.yaml diff --git a/stable/sqlite-web/5.5.1/values.yaml b/stable/solr/10.7.1/values.yaml similarity index 100% rename from stable/sqlite-web/5.5.1/values.yaml rename to stable/solr/10.7.1/values.yaml diff --git a/stable/sonarr/21.3.2/CHANGELOG.md b/stable/sonarr/21.3.2/CHANGELOG.md deleted file mode 100644 index d7d64a80c4e..00000000000 --- a/stable/sonarr/21.3.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sonarr-21.3.2](https://github.com/truecharts/charts/compare/sonarr-21.3.1...sonarr-21.3.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [sonarr-21.3.1](https://github.com/truecharts/charts/compare/sonarr-21.3.0...sonarr-21.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sonarr-21.3.0](https://github.com/truecharts/charts/compare/sonarr-21.2.1...sonarr-21.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sonarr-21.2.1](https://github.com/truecharts/charts/compare/sonarr-21.2.0...sonarr-21.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sonarr-21.2.0](https://github.com/truecharts/charts/compare/sonarr-21.1.0...sonarr-21.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sonarr-21.1.0](https://github.com/truecharts/charts/compare/sonarr-21.0.3...sonarr-21.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sonarr-21.0.3](https://github.com/truecharts/charts/compare/sonarr-21.0.2...sonarr-21.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sonarr-21.0.2](https://github.com/truecharts/charts/compare/sonarr-21.0.0...sonarr-21.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/sonarr/21.3.2/Chart.yaml b/stable/sonarr/21.3.2/Chart.yaml deleted file mode 100644 index fdcd8720bcb..00000000000 --- a/stable/sonarr/21.3.2/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.0.9 - 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.3.2 diff --git a/stable/sonarr/21.3.2/charts/common-20.0.9.tgz b/stable/sonarr/21.3.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/sonarr/21.3.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/sonarr/21.3.2/ix_values.yaml b/stable/sonarr/21.3.2/ix_values.yaml deleted file mode 100644 index 851b9add787..00000000000 --- a/stable/sonarr/21.3.2/ix_values.yaml +++ /dev/null @@ -1,106 +0,0 @@ -image: - repository: ghcr.io/onedr0p/sonarr - pullPolicy: IfNotPresent - tag: 4.0.2.1183@sha256:27ffdcc8a93714d379ecd4cf0fcf23ef4452b18e0eb59cd4f966a67185f86284 -exportarrImage: - repository: ghcr.io/onedr0p/exportarr - pullPolicy: IfNotPresent - tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 -service: - main: - ports: - main: - port: 8989 - metrics: - enabled: true - type: ClusterIP - targetSelector: exportarr - ports: - metrics: - enabled: true - port: 8990 - targetSelector: exportarr -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: true - type: http - path: /ping - readiness: - enabled: true - type: http - path: /ping - startup: - enabled: true - type: http - path: /ping - env: - SONARR__PORT: "{{ .Values.service.main.ports.main.port }}" - SONARR__AUTHENTICATION_METHOD: "" - exportarr: - enabled: true - type: Deployment - strategy: RollingUpdate - replicas: 1 - podSpec: - containers: - exportarr: - primary: true - enabled: true - imageSelector: exportarrImage - args: - - sonarr - 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 - CONFIG: "/config/config.xml" -persistence: - config: - enabled: true - targetSelector: - main: - main: - mountPath: /config - exportarr: - exportarr: - mountPath: /config - readOnly: true -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/sqlitebrowser/10.5.1/.helmignore b/stable/sonarr/21.5.1/.helmignore similarity index 100% rename from stable/sqlitebrowser/10.5.1/.helmignore rename to stable/sonarr/21.5.1/.helmignore diff --git a/stable/sonarr/21.5.1/CHANGELOG.md b/stable/sonarr/21.5.1/CHANGELOG.md new file mode 100644 index 00000000000..84fb10cb7f1 --- /dev/null +++ b/stable/sonarr/21.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonarr-21.5.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/sonarr/21.5.1/Chart.yaml b/stable/sonarr/21.5.1/Chart.yaml new file mode 100644 index 00000000000..da900aeb0b4 --- /dev/null +++ b/stable/sonarr/21.5.1/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.2 + 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/exportarr + - https://ghcr.io/onedr0p/sonarr +type: application +version: 21.5.1 diff --git a/stable/sonarr/21.3.2/README.md b/stable/sonarr/21.5.1/README.md similarity index 100% rename from stable/sonarr/21.3.2/README.md rename to stable/sonarr/21.5.1/README.md diff --git a/stable/sonarr/21.5.1/app-changelog.md b/stable/sonarr/21.5.1/app-changelog.md new file mode 100644 index 00000000000..a72db8957ee --- /dev/null +++ b/stable/sonarr/21.5.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [sonarr-21.5.1](https://github.com/truecharts/charts/compare/sonarr-21.4.0...sonarr-21.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.3.2/app-readme.md b/stable/sonarr/21.5.1/app-readme.md similarity index 100% rename from stable/sonarr/21.3.2/app-readme.md rename to stable/sonarr/21.5.1/app-readme.md diff --git a/stable/sonarr/21.5.1/charts/common-20.2.2.tgz b/stable/sonarr/21.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sonarr/21.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/sonarr/21.5.1/ix_values.yaml b/stable/sonarr/21.5.1/ix_values.yaml new file mode 100644 index 00000000000..e66551c47af --- /dev/null +++ b/stable/sonarr/21.5.1/ix_values.yaml @@ -0,0 +1,106 @@ +image: + repository: ghcr.io/onedr0p/sonarr + pullPolicy: IfNotPresent + tag: 4.0.2.1183@sha256:bbfcda0754272515ce12972924652699934074b46b11d27bc515c8ea5fb870f5 +exportarrImage: + repository: ghcr.io/onedr0p/exportarr + pullPolicy: IfNotPresent + tag: v2.0.0@sha256:760327e885a9bb5b818b56e8a6f818c9570eeaa9484bed122028adbf80bcaeb9 +service: + main: + ports: + main: + port: 8989 + metrics: + enabled: true + type: ClusterIP + targetSelector: exportarr + ports: + metrics: + enabled: true + port: 8990 + targetSelector: exportarr +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: true + type: http + path: /ping + readiness: + enabled: true + type: http + path: /ping + startup: + enabled: true + type: http + path: /ping + env: + SONARR__PORT: "{{ .Values.service.main.ports.main.port }}" + SONARR__AUTHENTICATION_METHOD: "" + exportarr: + enabled: true + type: Deployment + strategy: RollingUpdate + replicas: 1 + podSpec: + containers: + exportarr: + primary: true + enabled: true + imageSelector: exportarrImage + args: + - sonarr + 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 + CONFIG: "/config/config.xml" +persistence: + config: + enabled: true + targetSelector: + main: + main: + mountPath: /config + exportarr: + exportarr: + mountPath: /config + readOnly: true +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/sonarr/21.3.2/questions.yaml b/stable/sonarr/21.5.1/questions.yaml similarity index 100% rename from stable/sonarr/21.3.2/questions.yaml rename to stable/sonarr/21.5.1/questions.yaml diff --git a/stable/static-web-server/4.6.1/templates/NOTES.txt b/stable/sonarr/21.5.1/templates/NOTES.txt similarity index 100% rename from stable/static-web-server/4.6.1/templates/NOTES.txt rename to stable/sonarr/21.5.1/templates/NOTES.txt diff --git a/stable/sonarr/21.3.2/templates/common.yaml b/stable/sonarr/21.5.1/templates/common.yaml similarity index 100% rename from stable/sonarr/21.3.2/templates/common.yaml rename to stable/sonarr/21.5.1/templates/common.yaml diff --git a/stable/sqlitebrowser/10.5.1/values.yaml b/stable/sonarr/21.5.1/values.yaml similarity index 100% rename from stable/sqlitebrowser/10.5.1/values.yaml rename to stable/sonarr/21.5.1/values.yaml diff --git a/stable/songkong/5.5.2/CHANGELOG.md b/stable/songkong/5.5.2/CHANGELOG.md deleted file mode 100644 index b77b6974347..00000000000 --- a/stable/songkong/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [songkong-5.5.2](https://github.com/truecharts/charts/compare/songkong-5.5.1...songkong-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [songkong-5.5.1](https://github.com/truecharts/charts/compare/songkong-5.5.0...songkong-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [songkong-5.5.0](https://github.com/truecharts/charts/compare/songkong-5.4.2...songkong-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [songkong-5.4.2](https://github.com/truecharts/charts/compare/songkong-5.4.1...songkong-5.4.2) (2024-03-11) - -### Chore - - - -- update container image songkong/songkong to latest[@c72b7ff](https://github.com/c72b7ff) by renovate ([#19161](https://github.com/truecharts/charts/issues/19161)) - - -## [songkong-5.4.1](https://github.com/truecharts/charts/compare/songkong-5.4.0...songkong-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [songkong-5.4.0](https://github.com/truecharts/charts/compare/songkong-5.3.0...songkong-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [songkong-5.3.0](https://github.com/truecharts/charts/compare/songkong-5.2.4...songkong-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [songkong-5.2.4](https://github.com/truecharts/charts/compare/songkong-5.2.3...songkong-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [songkong-5.2.3](https://github.com/truecharts/charts/compare/songkong-5.2.1...songkong-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/songkong/5.5.2/Chart.yaml b/stable/songkong/5.5.2/Chart.yaml deleted file mode 100644 index 7faeef93642..00000000000 --- a/stable/songkong/5.5.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: 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.0.9 - 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.5.2 diff --git a/stable/songkong/5.5.2/charts/common-20.0.9.tgz b/stable/songkong/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/songkong/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/songkong/5.5.2/ix_values.yaml b/stable/songkong/5.5.2/ix_values.yaml deleted file mode 100644 index 3b3a0a3cb14..00000000000 --- a/stable/songkong/5.5.2/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: songkong/songkong - tag: latest@sha256:c72b7ff7ffc9721bfd5296969b7b6cccea57113065df5291743efc19f5e2d5df -persistence: - music: - enabled: true - mountPath: /music - songkongconfig: - enabled: true - mountPath: /songkong -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 4567 - protocol: tcp - targetPort: 4567 diff --git a/stable/sshwifty/5.5.1/.helmignore b/stable/songkong/5.7.1/.helmignore similarity index 100% rename from stable/sshwifty/5.5.1/.helmignore rename to stable/songkong/5.7.1/.helmignore diff --git a/stable/songkong/5.7.1/CHANGELOG.md b/stable/songkong/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e9506eb55b4 --- /dev/null +++ b/stable/songkong/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/songkong/5.7.1/Chart.yaml b/stable/songkong/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ef897e6caa9 --- /dev/null +++ b/stable/songkong/5.7.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: 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.2 + 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.1 diff --git a/stable/songkong/5.5.2/README.md b/stable/songkong/5.7.1/README.md similarity index 100% rename from stable/songkong/5.5.2/README.md rename to stable/songkong/5.7.1/README.md diff --git a/stable/songkong/5.7.1/app-changelog.md b/stable/songkong/5.7.1/app-changelog.md new file mode 100644 index 00000000000..44abea34d4e --- /dev/null +++ b/stable/songkong/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [songkong-5.7.1](https://github.com/truecharts/charts/compare/songkong-5.6.0...songkong-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/songkong/5.7.1/app-readme.md similarity index 100% rename from stable/songkong/5.5.2/app-readme.md rename to stable/songkong/5.7.1/app-readme.md diff --git a/stable/songkong/5.7.1/charts/common-20.2.2.tgz b/stable/songkong/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/songkong/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/songkong/5.7.1/ix_values.yaml b/stable/songkong/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..f1ae984f05f --- /dev/null +++ b/stable/songkong/5.7.1/ix_values.yaml @@ -0,0 +1,26 @@ +image: + pullPolicy: IfNotPresent + repository: songkong/songkong + tag: latest@sha256:d7eb00a43e2a76123da4332cd292da2bd30672e546d28afb18417584741f8a7f +persistence: + music: + enabled: true + mountPath: /music + songkongconfig: + enabled: true + mountPath: /songkong +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 4567 + protocol: tcp + targetPort: 4567 diff --git a/stable/songkong/5.5.2/questions.yaml b/stable/songkong/5.7.1/questions.yaml similarity index 100% rename from stable/songkong/5.5.2/questions.yaml rename to stable/songkong/5.7.1/questions.yaml diff --git a/stable/songkong/5.5.2/templates/common.yaml b/stable/songkong/5.7.1/templates/common.yaml similarity index 100% rename from stable/songkong/5.5.2/templates/common.yaml rename to stable/songkong/5.7.1/templates/common.yaml diff --git a/stable/sshwifty/5.5.1/values.yaml b/stable/songkong/5.7.1/values.yaml similarity index 100% rename from stable/sshwifty/5.5.1/values.yaml rename to stable/songkong/5.7.1/values.yaml diff --git a/stable/sonsoftheforest/3.5.1/CHANGELOG.md b/stable/sonsoftheforest/3.5.1/CHANGELOG.md deleted file mode 100644 index 892d87fccad..00000000000 --- a/stable/sonsoftheforest/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sonsoftheforest-3.5.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.5.0...sonsoftheforest-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sonsoftheforest-3.5.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.4.1...sonsoftheforest-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sonsoftheforest-3.4.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.4.0...sonsoftheforest-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sonsoftheforest-3.4.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.3.0...sonsoftheforest-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sonsoftheforest-3.3.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.3...sonsoftheforest-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sonsoftheforest-3.2.3](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.2...sonsoftheforest-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sonsoftheforest-3.2.2](https://github.com/truecharts/charts/compare/sonsoftheforest-3.2.0...sonsoftheforest-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sonsoftheforest-2.1.14](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.13...sonsoftheforest-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sonsoftheforest-2.1.13](https://github.com/truecharts/charts/compare/sonsoftheforest-2.1.12...sonsoftheforest-2.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sonsoftheforest/3.5.1/Chart.yaml b/stable/sonsoftheforest/3.5.1/Chart.yaml deleted file mode 100644 index 31aab5af2c5..00000000000 --- a/stable/sonsoftheforest/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sonsoftheforest/3.5.1/charts/common-20.0.8.tgz b/stable/sonsoftheforest/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sonsoftheforest/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/st-reborn-server/5.5.1/.helmignore b/stable/sonsoftheforest/3.7.1/.helmignore similarity index 100% rename from stable/st-reborn-server/5.5.1/.helmignore rename to stable/sonsoftheforest/3.7.1/.helmignore diff --git a/stable/sonsoftheforest/3.7.1/CHANGELOG.md b/stable/sonsoftheforest/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4d8d486b056 --- /dev/null +++ b/stable/sonsoftheforest/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sonsoftheforest-3.7.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sonsoftheforest/3.7.1/Chart.yaml new file mode 100644 index 00000000000..f772c5af98e --- /dev/null +++ b/stable/sonsoftheforest/3.7.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: 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.2 + 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.1 diff --git a/stable/sonsoftheforest/3.5.1/README.md b/stable/sonsoftheforest/3.7.1/README.md similarity index 100% rename from stable/sonsoftheforest/3.5.1/README.md rename to stable/sonsoftheforest/3.7.1/README.md diff --git a/stable/sonsoftheforest/3.7.1/app-changelog.md b/stable/sonsoftheforest/3.7.1/app-changelog.md new file mode 100644 index 00000000000..624fd940b8b --- /dev/null +++ b/stable/sonsoftheforest/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sonsoftheforest-3.7.1](https://github.com/truecharts/charts/compare/sonsoftheforest-3.6.0...sonsoftheforest-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sonsoftheforest/3.7.1/app-readme.md similarity index 100% rename from stable/sonsoftheforest/3.5.1/app-readme.md rename to stable/sonsoftheforest/3.7.1/app-readme.md diff --git a/stable/sonsoftheforest/3.7.1/charts/common-20.2.2.tgz b/stable/sonsoftheforest/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sonsoftheforest/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sonsoftheforest/3.5.1/ix_values.yaml b/stable/sonsoftheforest/3.7.1/ix_values.yaml similarity index 100% rename from stable/sonsoftheforest/3.5.1/ix_values.yaml rename to stable/sonsoftheforest/3.7.1/ix_values.yaml diff --git a/stable/sonsoftheforest/3.5.1/questions.yaml b/stable/sonsoftheforest/3.7.1/questions.yaml similarity index 100% rename from stable/sonsoftheforest/3.5.1/questions.yaml rename to stable/sonsoftheforest/3.7.1/questions.yaml diff --git a/stable/static/10.5.1/templates/NOTES.txt b/stable/sonsoftheforest/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/static/10.5.1/templates/NOTES.txt rename to stable/sonsoftheforest/3.7.1/templates/NOTES.txt diff --git a/stable/sonsoftheforest/3.5.1/templates/_configmap.tpl b/stable/sonsoftheforest/3.7.1/templates/_configmap.tpl similarity index 100% rename from stable/sonsoftheforest/3.5.1/templates/_configmap.tpl rename to stable/sonsoftheforest/3.7.1/templates/_configmap.tpl diff --git a/stable/sonsoftheforest/3.5.1/templates/common.yaml b/stable/sonsoftheforest/3.7.1/templates/common.yaml similarity index 100% rename from stable/sonsoftheforest/3.5.1/templates/common.yaml rename to stable/sonsoftheforest/3.7.1/templates/common.yaml diff --git a/stable/st-reborn-server/5.5.1/values.yaml b/stable/sonsoftheforest/3.7.1/values.yaml similarity index 100% rename from stable/st-reborn-server/5.5.1/values.yaml rename to stable/sonsoftheforest/3.7.1/values.yaml diff --git a/stable/sourcegraph/5.5.1/CHANGELOG.md b/stable/sourcegraph/5.5.1/CHANGELOG.md deleted file mode 100644 index dcdbe61a999..00000000000 --- a/stable/sourcegraph/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sourcegraph-5.5.1](https://github.com/truecharts/charts/compare/sourcegraph-5.5.0...sourcegraph-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sourcegraph-5.5.0](https://github.com/truecharts/charts/compare/sourcegraph-5.4.2...sourcegraph-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sourcegraph-5.4.2](https://github.com/truecharts/charts/compare/sourcegraph-5.4.1...sourcegraph-5.4.2) (2024-03-11) - -### Chore - - - -- update container image sourcegraph/server to v5.3.2[@1b65b67](https://github.com/1b65b67) by renovate ([#19088](https://github.com/truecharts/charts/issues/19088)) - - -## [sourcegraph-5.4.1](https://github.com/truecharts/charts/compare/sourcegraph-5.4.0...sourcegraph-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sourcegraph-5.4.0](https://github.com/truecharts/charts/compare/sourcegraph-5.3.0...sourcegraph-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sourcegraph-5.3.0](https://github.com/truecharts/charts/compare/sourcegraph-5.2.3...sourcegraph-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sourcegraph-5.2.3](https://github.com/truecharts/charts/compare/sourcegraph-5.2.2...sourcegraph-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sourcegraph-5.2.2](https://github.com/truecharts/charts/compare/sourcegraph-5.2.0...sourcegraph-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [sourcegraph-4.1.13](https://github.com/truecharts/charts/compare/sourcegraph-4.1.12...sourcegraph-4.1.13) (2024-02-03) - -### Chore - - diff --git a/stable/sourcegraph/5.5.1/Chart.yaml b/stable/sourcegraph/5.5.1/Chart.yaml deleted file mode 100644 index f438a64cf2a..00000000000 --- a/stable/sourcegraph/5.5.1/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.2 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/sourcegraph/5.5.1/charts/common-20.0.8.tgz b/stable/sourcegraph/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sourcegraph/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/stackedit/5.5.1/.helmignore b/stable/sourcegraph/5.7.1/.helmignore similarity index 100% rename from stable/stackedit/5.5.1/.helmignore rename to stable/sourcegraph/5.7.1/.helmignore diff --git a/stable/sourcegraph/5.7.1/CHANGELOG.md b/stable/sourcegraph/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a61e77fa9e3 --- /dev/null +++ b/stable/sourcegraph/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sourcegraph-5.7.1](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sourcegraph/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9e2e51a91a7 --- /dev/null +++ b/stable/sourcegraph/5.7.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: Backup + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.3.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/sourcegraph/5.5.1/README.md b/stable/sourcegraph/5.7.1/README.md similarity index 100% rename from stable/sourcegraph/5.5.1/README.md rename to stable/sourcegraph/5.7.1/README.md diff --git a/stable/sourcegraph/5.7.1/app-changelog.md b/stable/sourcegraph/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ca10c96dd4d --- /dev/null +++ b/stable/sourcegraph/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sourcegraph-5.7.1](https://github.com/truecharts/charts/compare/sourcegraph-5.6.0...sourcegraph-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sourcegraph/5.7.1/app-readme.md similarity index 100% rename from stable/sourcegraph/5.5.1/app-readme.md rename to stable/sourcegraph/5.7.1/app-readme.md diff --git a/stable/sourcegraph/5.7.1/charts/common-20.2.2.tgz b/stable/sourcegraph/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sourcegraph/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sourcegraph/5.5.1/ix_values.yaml b/stable/sourcegraph/5.7.1/ix_values.yaml similarity index 100% rename from stable/sourcegraph/5.5.1/ix_values.yaml rename to stable/sourcegraph/5.7.1/ix_values.yaml diff --git a/stable/sourcegraph/5.5.1/questions.yaml b/stable/sourcegraph/5.7.1/questions.yaml similarity index 100% rename from stable/sourcegraph/5.5.1/questions.yaml rename to stable/sourcegraph/5.7.1/questions.yaml diff --git a/stable/sourcegraph/5.5.1/templates/common.yaml b/stable/sourcegraph/5.7.1/templates/common.yaml similarity index 100% rename from stable/sourcegraph/5.5.1/templates/common.yaml rename to stable/sourcegraph/5.7.1/templates/common.yaml diff --git a/stable/stackedit/5.5.1/values.yaml b/stable/sourcegraph/5.7.1/values.yaml similarity index 100% rename from stable/stackedit/5.5.1/values.yaml rename to stable/sourcegraph/5.7.1/values.yaml diff --git a/stable/spaceengineers/6.5.1/CHANGELOG.md b/stable/spaceengineers/6.5.1/CHANGELOG.md deleted file mode 100644 index a2afeee2cc8..00000000000 --- a/stable/spaceengineers/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [spaceengineers-6.5.1](https://github.com/truecharts/charts/compare/spaceengineers-6.5.0...spaceengineers-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [spaceengineers-6.5.0](https://github.com/truecharts/charts/compare/spaceengineers-6.4.1...spaceengineers-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [spaceengineers-6.4.1](https://github.com/truecharts/charts/compare/spaceengineers-6.4.0...spaceengineers-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [spaceengineers-6.4.0](https://github.com/truecharts/charts/compare/spaceengineers-6.3.0...spaceengineers-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [spaceengineers-6.3.0](https://github.com/truecharts/charts/compare/spaceengineers-6.2.3...spaceengineers-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [spaceengineers-6.2.3](https://github.com/truecharts/charts/compare/spaceengineers-6.2.2...spaceengineers-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [spaceengineers-6.2.2](https://github.com/truecharts/charts/compare/spaceengineers-6.2.0...spaceengineers-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [spaceengineers-5.1.11](https://github.com/truecharts/charts/compare/spaceengineers-5.1.10...spaceengineers-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [spaceengineers-5.1.10](https://github.com/truecharts/charts/compare/spaceengineers-5.1.9...spaceengineers-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/spaceengineers/6.5.1/Chart.yaml b/stable/spaceengineers/6.5.1/Chart.yaml deleted file mode 100644 index 26cbf65b93a..00000000000 --- a/stable/spaceengineers/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/spaceengineers/6.5.1/charts/common-20.0.8.tgz b/stable/spaceengineers/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/spaceengineers/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/standardnotes-web/5.5.1/.helmignore b/stable/spaceengineers/6.7.1/.helmignore similarity index 100% rename from stable/standardnotes-web/5.5.1/.helmignore rename to stable/spaceengineers/6.7.1/.helmignore diff --git a/stable/spaceengineers/6.7.1/CHANGELOG.md b/stable/spaceengineers/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bf066eea16e --- /dev/null +++ b/stable/spaceengineers/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spaceengineers-6.7.1](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/spaceengineers/6.7.1/Chart.yaml new file mode 100644 index 00000000000..0e1c1f9770a --- /dev/null +++ b/stable/spaceengineers/6.7.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: 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.2 + 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.1 diff --git a/stable/spaceengineers/6.5.1/README.md b/stable/spaceengineers/6.7.1/README.md similarity index 100% rename from stable/spaceengineers/6.5.1/README.md rename to stable/spaceengineers/6.7.1/README.md diff --git a/stable/spaceengineers/6.7.1/app-changelog.md b/stable/spaceengineers/6.7.1/app-changelog.md new file mode 100644 index 00000000000..1690976ee7e --- /dev/null +++ b/stable/spaceengineers/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [spaceengineers-6.7.1](https://github.com/truecharts/charts/compare/spaceengineers-6.6.0...spaceengineers-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/spaceengineers/6.7.1/app-readme.md similarity index 100% rename from stable/spaceengineers/6.5.1/app-readme.md rename to stable/spaceengineers/6.7.1/app-readme.md diff --git a/stable/spaceengineers/6.7.1/charts/common-20.2.2.tgz b/stable/spaceengineers/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/spaceengineers/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/spaceengineers/6.5.1/ix_values.yaml b/stable/spaceengineers/6.7.1/ix_values.yaml similarity index 100% rename from stable/spaceengineers/6.5.1/ix_values.yaml rename to stable/spaceengineers/6.7.1/ix_values.yaml diff --git a/stable/spaceengineers/6.5.1/questions.yaml b/stable/spaceengineers/6.7.1/questions.yaml similarity index 100% rename from stable/spaceengineers/6.5.1/questions.yaml rename to stable/spaceengineers/6.7.1/questions.yaml diff --git a/stable/steam-headless/3.5.2/templates/NOTES.txt b/stable/spaceengineers/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/steam-headless/3.5.2/templates/NOTES.txt rename to stable/spaceengineers/6.7.1/templates/NOTES.txt diff --git a/stable/spotweb/12.5.1/templates/common.yaml b/stable/spaceengineers/6.7.1/templates/common.yaml similarity index 100% rename from stable/spotweb/12.5.1/templates/common.yaml rename to stable/spaceengineers/6.7.1/templates/common.yaml diff --git a/stable/standardnotes-web/5.5.1/values.yaml b/stable/spaceengineers/6.7.1/values.yaml similarity index 100% rename from stable/standardnotes-web/5.5.1/values.yaml rename to stable/spaceengineers/6.7.1/values.yaml diff --git a/stable/speedtest-exporter/10.6.1/CHANGELOG.md b/stable/speedtest-exporter/10.6.1/CHANGELOG.md deleted file mode 100644 index 1094bbcc755..00000000000 --- a/stable/speedtest-exporter/10.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [speedtest-exporter-10.6.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.6.0...speedtest-exporter-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [speedtest-exporter-10.6.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.5.1...speedtest-exporter-10.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [speedtest-exporter-10.5.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.5.0...speedtest-exporter-10.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [speedtest-exporter-10.5.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.4.0...speedtest-exporter-10.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [speedtest-exporter-10.4.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.4...speedtest-exporter-10.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [speedtest-exporter-10.3.4](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.3...speedtest-exporter-10.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [speedtest-exporter-10.3.3](https://github.com/truecharts/charts/compare/speedtest-exporter-10.3.1...speedtest-exporter-10.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [speedtest-exporter-9.1.13](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.12...speedtest-exporter-9.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [speedtest-exporter-9.1.12](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.11...speedtest-exporter-9.1.12) (2024-01-29) - - -## [speedtest-exporter-9.1.11](https://github.com/truecharts/charts/compare/speedtest-exporter-9.1.10...speedtest-exporter-9.1.11) (2024-01-27) - diff --git a/stable/speedtest-exporter/10.6.1/Chart.yaml b/stable/speedtest-exporter/10.6.1/Chart.yaml deleted file mode 100644 index b5541cbde6a..00000000000 --- a/stable/speedtest-exporter/10.6.1/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.0.8 - 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.6.1 diff --git a/stable/speedtest-exporter/10.6.1/charts/common-20.0.8.tgz b/stable/speedtest-exporter/10.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/speedtest-exporter/10.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/starmade/5.5.1/.helmignore b/stable/speedtest-exporter/10.8.1/.helmignore similarity index 100% rename from stable/starmade/5.5.1/.helmignore rename to stable/speedtest-exporter/10.8.1/.helmignore diff --git a/stable/speedtest-exporter/10.8.1/CHANGELOG.md b/stable/speedtest-exporter/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..de5795ba893 --- /dev/null +++ b/stable/speedtest-exporter/10.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-exporter-10.8.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/speedtest-exporter/10.8.1/Chart.yaml new file mode 100644 index 00000000000..6ea82885008 --- /dev/null +++ b/stable/speedtest-exporter/10.8.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: 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.2 + 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.1 diff --git a/stable/speedtest-exporter/10.6.1/README.md b/stable/speedtest-exporter/10.8.1/README.md similarity index 100% rename from stable/speedtest-exporter/10.6.1/README.md rename to stable/speedtest-exporter/10.8.1/README.md diff --git a/stable/speedtest-exporter/10.8.1/app-changelog.md b/stable/speedtest-exporter/10.8.1/app-changelog.md new file mode 100644 index 00000000000..5713b402280 --- /dev/null +++ b/stable/speedtest-exporter/10.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [speedtest-exporter-10.8.1](https://github.com/truecharts/charts/compare/speedtest-exporter-10.7.0...speedtest-exporter-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/speedtest-exporter/10.8.1/app-readme.md similarity index 100% rename from stable/speedtest-exporter/10.6.1/app-readme.md rename to stable/speedtest-exporter/10.8.1/app-readme.md diff --git a/stable/speedtest-exporter/10.8.1/charts/common-20.2.2.tgz b/stable/speedtest-exporter/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/speedtest-exporter/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/speedtest-exporter/10.6.1/dashboard.json b/stable/speedtest-exporter/10.8.1/dashboard.json similarity index 100% rename from stable/speedtest-exporter/10.6.1/dashboard.json rename to stable/speedtest-exporter/10.8.1/dashboard.json diff --git a/stable/speedtest-exporter/10.6.1/ix_values.yaml b/stable/speedtest-exporter/10.8.1/ix_values.yaml similarity index 100% rename from stable/speedtest-exporter/10.6.1/ix_values.yaml rename to stable/speedtest-exporter/10.8.1/ix_values.yaml diff --git a/stable/speedtest-exporter/10.6.1/questions.yaml b/stable/speedtest-exporter/10.8.1/questions.yaml similarity index 100% rename from stable/speedtest-exporter/10.6.1/questions.yaml rename to stable/speedtest-exporter/10.8.1/questions.yaml diff --git a/stable/storj-node/9.5.1/templates/NOTES.txt b/stable/speedtest-exporter/10.8.1/templates/NOTES.txt similarity index 100% rename from stable/storj-node/9.5.1/templates/NOTES.txt rename to stable/speedtest-exporter/10.8.1/templates/NOTES.txt diff --git a/stable/sshwifty/5.5.1/templates/common.yaml b/stable/speedtest-exporter/10.8.1/templates/common.yaml similarity index 100% rename from stable/sshwifty/5.5.1/templates/common.yaml rename to stable/speedtest-exporter/10.8.1/templates/common.yaml diff --git a/stable/starmade/5.5.1/values.yaml b/stable/speedtest-exporter/10.8.1/values.yaml similarity index 100% rename from stable/starmade/5.5.1/values.yaml rename to stable/speedtest-exporter/10.8.1/values.yaml diff --git a/stable/speedtest-tracker/1.5.4/CHANGELOG.md b/stable/speedtest-tracker/1.5.4/CHANGELOG.md deleted file mode 100644 index 85d67e12967..00000000000 --- a/stable/speedtest-tracker/1.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [speedtest-tracker-1.5.4](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.3...speedtest-tracker-1.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [speedtest-tracker-1.5.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.2...speedtest-tracker-1.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [speedtest-tracker-1.5.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.1...speedtest-tracker-1.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [speedtest-tracker-1.5.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.5.0...speedtest-tracker-1.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [speedtest-tracker-1.5.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.4.1...speedtest-tracker-1.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [speedtest-tracker-1.4.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.4.0...speedtest-tracker-1.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [speedtest-tracker-1.4.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.3.0...speedtest-tracker-1.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [speedtest-tracker-1.3.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.3...speedtest-tracker-1.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [speedtest-tracker-1.2.3](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.2...speedtest-tracker-1.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [speedtest-tracker-1.2.2](https://github.com/truecharts/charts/compare/speedtest-tracker-1.2.0...speedtest-tracker-1.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/speedtest-tracker/1.5.4/Chart.yaml b/stable/speedtest-tracker/1.5.4/Chart.yaml deleted file mode 100644 index d2b6bc2f7a9..00000000000 --- a/stable/speedtest-tracker/1.5.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: metrics - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.18.2 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/speedtest-tracker/1.5.4/charts/common-20.0.9.tgz b/stable/speedtest-tracker/1.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/speedtest-tracker/1.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.5.4/charts/redis-13.0.3.tgz b/stable/speedtest-tracker/1.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/speedtest-tracker/1.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/speedtest-tracker/1.5.4/ix_values.yaml b/stable/speedtest-tracker/1.5.4/ix_values.yaml deleted file mode 100644 index f7f72173251..00000000000 --- a/stable/speedtest-tracker/1.5.4/ix_values.yaml +++ /dev/null @@ -1,94 +0,0 @@ -image: - repository: ghcr.io/linuxserver/speedtest-tracker - pullPolicy: IfNotPresent - tag: 0.18.2@sha256:e48732dd576a261b4ea5bd932e0fee58ac9b7598044fb94cb5e8d7dd4b09bebb -service: - main: - ports: - main: - targetPort: 80 - port: 9004 -ingress: - main: - integrations: - homepage: - widget: - type: speedtest -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: false -redis: - enabled: true - redisUsername: default -cnpg: - main: - enabled: true - user: speedtest-tracker - database: speedtest-tracker -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - securityContext: - capabilities: - add: - - SYS_CHROOT - - KILL - probes: - liveness: - enabled: true - type: http - path: /api/healthcheck - startup: - enabled: true - type: http - path: /api/healthcheck - readiness: - enabled: true - type: http - path: /api/healthcheck - env: - APP_URL: "" - DB_CONNECTION: pgsql - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PORT: "5432" - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_USERNAME: "{{ .Values.cnpg.main.user }}" - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - APP_KEY: - secretKeyRef: - name: speedtest-tracker-secrets - key: APP_KEY - MAIL_MAILER: "smtp" - MAIL_PORT: 465 - MAIL_USERNAME: "" - MAIL_PASSWORD: "" - MAIL_ENCRYPTION: "SSL" - MAIL_FROM_ADDRESS: "" - MAIL_FROM_NAME: "Speedtest Tracker" - TELEGRAM_BOT_TOKEN: "" - CACHE_DRIVER: redis - REDIS_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' - key: url diff --git a/stable/stash/15.6.2/.helmignore b/stable/speedtest-tracker/1.7.1/.helmignore similarity index 100% rename from stable/stash/15.6.2/.helmignore rename to stable/speedtest-tracker/1.7.1/.helmignore diff --git a/stable/speedtest-tracker/1.7.1/CHANGELOG.md b/stable/speedtest-tracker/1.7.1/CHANGELOG.md new file mode 100644 index 00000000000..1f74a5ed390 --- /dev/null +++ b/stable/speedtest-tracker/1.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.0) (2024-03-17) + +### Chore + + + +- update container 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/speedtest-tracker/1.7.1/Chart.yaml b/stable/speedtest-tracker/1.7.1/Chart.yaml new file mode 100644 index 00000000000..b517a4dff1c --- /dev/null +++ b/stable/speedtest-tracker/1.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/speedtest-tracker/1.5.4/README.md b/stable/speedtest-tracker/1.7.1/README.md similarity index 100% rename from stable/speedtest-tracker/1.5.4/README.md rename to stable/speedtest-tracker/1.7.1/README.md diff --git a/stable/speedtest-tracker/1.7.1/app-changelog.md b/stable/speedtest-tracker/1.7.1/app-changelog.md new file mode 100644 index 00000000000..80d8f010bd5 --- /dev/null +++ b/stable/speedtest-tracker/1.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [speedtest-tracker-1.7.1](https://github.com/truecharts/charts/compare/speedtest-tracker-1.6.0...speedtest-tracker-1.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/speedtest-tracker/1.7.1/app-readme.md similarity index 100% rename from stable/speedtest-tracker/1.5.4/app-readme.md rename to stable/speedtest-tracker/1.7.1/app-readme.md diff --git a/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz b/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/speedtest-tracker/1.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz b/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/speedtest-tracker/1.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/speedtest-tracker/1.7.1/ix_values.yaml b/stable/speedtest-tracker/1.7.1/ix_values.yaml new file mode 100644 index 00000000000..83a315e8299 --- /dev/null +++ b/stable/speedtest-tracker/1.7.1/ix_values.yaml @@ -0,0 +1,94 @@ +image: + repository: ghcr.io/linuxserver/speedtest-tracker + pullPolicy: IfNotPresent + tag: 0.18.3@sha256:85071b7bfe30da60734969cda10a9d9b267f993bddf5bb1965f3896e1618fb11 +service: + main: + ports: + main: + targetPort: 80 + port: 9004 +ingress: + main: + integrations: + homepage: + widget: + type: speedtest +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: false +redis: + enabled: true + redisUsername: default +cnpg: + main: + enabled: true + user: speedtest-tracker + database: speedtest-tracker +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + securityContext: + capabilities: + add: + - SYS_CHROOT + - KILL + probes: + liveness: + enabled: true + type: http + path: /api/healthcheck + startup: + enabled: true + type: http + path: /api/healthcheck + readiness: + enabled: true + type: http + path: /api/healthcheck + env: + APP_URL: "" + DB_CONNECTION: pgsql + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PORT: "5432" + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + APP_KEY: + secretKeyRef: + name: speedtest-tracker-secrets + key: APP_KEY + MAIL_MAILER: "smtp" + MAIL_PORT: 465 + MAIL_USERNAME: "" + MAIL_PASSWORD: "" + MAIL_ENCRYPTION: "SSL" + MAIL_FROM_ADDRESS: "" + MAIL_FROM_NAME: "Speedtest Tracker" + TELEGRAM_BOT_TOKEN: "" + CACHE_DRIVER: redis + REDIS_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}' + key: url diff --git a/stable/speedtest-tracker/1.5.4/questions.yaml b/stable/speedtest-tracker/1.7.1/questions.yaml similarity index 100% rename from stable/speedtest-tracker/1.5.4/questions.yaml rename to stable/speedtest-tracker/1.7.1/questions.yaml diff --git a/stable/storm/5.5.1/templates/NOTES.txt b/stable/speedtest-tracker/1.7.1/templates/NOTES.txt similarity index 100% rename from stable/storm/5.5.1/templates/NOTES.txt rename to stable/speedtest-tracker/1.7.1/templates/NOTES.txt diff --git a/stable/speedtest-tracker/1.5.4/templates/_secrets.tpl b/stable/speedtest-tracker/1.7.1/templates/_secrets.tpl similarity index 100% rename from stable/speedtest-tracker/1.5.4/templates/_secrets.tpl rename to stable/speedtest-tracker/1.7.1/templates/_secrets.tpl diff --git a/stable/speedtest-tracker/1.5.4/templates/common.yaml b/stable/speedtest-tracker/1.7.1/templates/common.yaml similarity index 100% rename from stable/speedtest-tracker/1.5.4/templates/common.yaml rename to stable/speedtest-tracker/1.7.1/templates/common.yaml diff --git a/stable/stash/15.6.2/values.yaml b/stable/speedtest-tracker/1.7.1/values.yaml similarity index 100% rename from stable/stash/15.6.2/values.yaml rename to stable/speedtest-tracker/1.7.1/values.yaml diff --git a/stable/splunk/7.5.1/CHANGELOG.md b/stable/splunk/7.5.1/CHANGELOG.md deleted file mode 100644 index 2b94acd5e1d..00000000000 --- a/stable/splunk/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [splunk-7.5.1](https://github.com/truecharts/charts/compare/splunk-7.5.0...splunk-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [splunk-7.5.0](https://github.com/truecharts/charts/compare/splunk-7.4.1...splunk-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [splunk-7.4.1](https://github.com/truecharts/charts/compare/splunk-7.4.0...splunk-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [splunk-7.4.0](https://github.com/truecharts/charts/compare/splunk-7.3.0...splunk-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [splunk-7.3.0](https://github.com/truecharts/charts/compare/splunk-7.2.3...splunk-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [splunk-7.2.3](https://github.com/truecharts/charts/compare/splunk-7.2.2...splunk-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [splunk-7.2.2](https://github.com/truecharts/charts/compare/splunk-7.2.0...splunk-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [splunk-6.2.1](https://github.com/truecharts/charts/compare/splunk-6.2.0...splunk-6.2.1) (2024-02-12) - -### Chore - - - -- update container image splunk/splunk to 9.2.0[@5923c52](https://github.com/5923c52) by renovate ([#18107](https://github.com/truecharts/charts/issues/18107)) - - -## [splunk-6.2.0](https://github.com/truecharts/charts/compare/splunk-6.1.12...splunk-6.2.0) (2024-02-05) - -### Chore - - - -- update container image splunk/splunk to v9.2.0[@f27a7e6](https://github.com/f27a7e6) by renovate ([#17948](https://github.com/truecharts/charts/issues/17948)) diff --git a/stable/splunk/7.5.1/Chart.yaml b/stable/splunk/7.5.1/Chart.yaml deleted file mode 100644 index 635a1a2087f..00000000000 --- a/stable/splunk/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/splunk/7.5.1/charts/common-20.0.8.tgz b/stable/splunk/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/splunk/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/static-web-server/4.6.1/.helmignore b/stable/splunk/7.7.1/.helmignore similarity index 100% rename from stable/static-web-server/4.6.1/.helmignore rename to stable/splunk/7.7.1/.helmignore diff --git a/stable/splunk/7.7.1/CHANGELOG.md b/stable/splunk/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9f25ac56e6a --- /dev/null +++ b/stable/splunk/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [splunk-7.7.1](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/splunk/7.7.1/Chart.yaml new file mode 100644 index 00000000000..6ff78ace76c --- /dev/null +++ b/stable/splunk/7.7.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: 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.2 + 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.1 diff --git a/stable/splunk/7.5.1/README.md b/stable/splunk/7.7.1/README.md similarity index 100% rename from stable/splunk/7.5.1/README.md rename to stable/splunk/7.7.1/README.md diff --git a/stable/splunk/7.7.1/app-changelog.md b/stable/splunk/7.7.1/app-changelog.md new file mode 100644 index 00000000000..fbfe8397fab --- /dev/null +++ b/stable/splunk/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [splunk-7.7.1](https://github.com/truecharts/charts/compare/splunk-7.6.0...splunk-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/splunk/7.7.1/app-readme.md similarity index 100% rename from stable/splunk/7.5.1/app-readme.md rename to stable/splunk/7.7.1/app-readme.md diff --git a/stable/splunk/7.7.1/charts/common-20.2.2.tgz b/stable/splunk/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/splunk/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/splunk/7.5.1/ix_values.yaml b/stable/splunk/7.7.1/ix_values.yaml similarity index 100% rename from stable/splunk/7.5.1/ix_values.yaml rename to stable/splunk/7.7.1/ix_values.yaml diff --git a/stable/splunk/7.5.1/questions.yaml b/stable/splunk/7.7.1/questions.yaml similarity index 100% rename from stable/splunk/7.5.1/questions.yaml rename to stable/splunk/7.7.1/questions.yaml diff --git a/stable/strapi/13.5.1/templates/NOTES.txt b/stable/splunk/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/strapi/13.5.1/templates/NOTES.txt rename to stable/splunk/7.7.1/templates/NOTES.txt diff --git a/stable/splunk/7.5.1/templates/_config.tpl b/stable/splunk/7.7.1/templates/_config.tpl similarity index 100% rename from stable/splunk/7.5.1/templates/_config.tpl rename to stable/splunk/7.7.1/templates/_config.tpl diff --git a/stable/splunk/7.5.1/templates/common.yaml b/stable/splunk/7.7.1/templates/common.yaml similarity index 100% rename from stable/splunk/7.5.1/templates/common.yaml rename to stable/splunk/7.7.1/templates/common.yaml diff --git a/stable/static-web-server/4.6.1/values.yaml b/stable/splunk/7.7.1/values.yaml similarity index 100% rename from stable/static-web-server/4.6.1/values.yaml rename to stable/splunk/7.7.1/values.yaml diff --git a/stable/spotweb/12.5.1/CHANGELOG.md b/stable/spotweb/12.5.1/CHANGELOG.md deleted file mode 100644 index 49c0cf1a6b2..00000000000 --- a/stable/spotweb/12.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [spotweb-12.5.1](https://github.com/truecharts/charts/compare/spotweb-12.5.0...spotweb-12.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [spotweb-12.5.0](https://github.com/truecharts/charts/compare/spotweb-12.4.1...spotweb-12.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [spotweb-12.4.1](https://github.com/truecharts/charts/compare/spotweb-12.4.0...spotweb-12.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [spotweb-12.4.0](https://github.com/truecharts/charts/compare/spotweb-12.3.0...spotweb-12.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [spotweb-12.3.0](https://github.com/truecharts/charts/compare/spotweb-12.2.3...spotweb-12.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [spotweb-12.2.3](https://github.com/truecharts/charts/compare/spotweb-12.2.2...spotweb-12.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [spotweb-12.2.2](https://github.com/truecharts/charts/compare/spotweb-12.2.0...spotweb-12.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [spotweb-11.1.11](https://github.com/truecharts/charts/compare/spotweb-11.1.10...spotweb-11.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [spotweb-11.1.10](https://github.com/truecharts/charts/compare/spotweb-11.1.9...spotweb-11.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/spotweb/12.5.1/Chart.yaml b/stable/spotweb/12.5.1/Chart.yaml deleted file mode 100644 index 9442d2a4f0b..00000000000 --- a/stable/spotweb/12.5.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: 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.0.8 - 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.5.1 diff --git a/stable/spotweb/12.5.1/charts/common-20.0.8.tgz b/stable/spotweb/12.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/spotweb/12.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/static/10.5.1/.helmignore b/stable/spotweb/12.7.1/.helmignore similarity index 100% rename from stable/static/10.5.1/.helmignore rename to stable/spotweb/12.7.1/.helmignore diff --git a/stable/spotweb/12.7.1/CHANGELOG.md b/stable/spotweb/12.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2a9e82f9539 --- /dev/null +++ b/stable/spotweb/12.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [spotweb-12.7.1](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/spotweb/12.7.1/Chart.yaml new file mode 100644 index 00000000000..d8b11ec9380 --- /dev/null +++ b/stable/spotweb/12.7.1/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.2 + 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.1 diff --git a/stable/spotweb/12.5.1/README.md b/stable/spotweb/12.7.1/README.md similarity index 100% rename from stable/spotweb/12.5.1/README.md rename to stable/spotweb/12.7.1/README.md diff --git a/stable/spotweb/12.7.1/app-changelog.md b/stable/spotweb/12.7.1/app-changelog.md new file mode 100644 index 00000000000..54688099cbb --- /dev/null +++ b/stable/spotweb/12.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [spotweb-12.7.1](https://github.com/truecharts/charts/compare/spotweb-12.6.0...spotweb-12.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/spotweb/12.7.1/app-readme.md similarity index 100% rename from stable/spotweb/12.5.1/app-readme.md rename to stable/spotweb/12.7.1/app-readme.md diff --git a/stable/spotweb/12.7.1/charts/common-20.2.2.tgz b/stable/spotweb/12.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/spotweb/12.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/spotweb/12.5.1/ix_values.yaml b/stable/spotweb/12.7.1/ix_values.yaml similarity index 100% rename from stable/spotweb/12.5.1/ix_values.yaml rename to stable/spotweb/12.7.1/ix_values.yaml diff --git a/stable/spotweb/12.5.1/questions.yaml b/stable/spotweb/12.7.1/questions.yaml similarity index 100% rename from stable/spotweb/12.5.1/questions.yaml rename to stable/spotweb/12.7.1/questions.yaml diff --git a/stable/stun-turn-server/6.5.1/templates/NOTES.txt b/stable/spotweb/12.7.1/templates/NOTES.txt similarity index 100% rename from stable/stun-turn-server/6.5.1/templates/NOTES.txt rename to stable/spotweb/12.7.1/templates/NOTES.txt diff --git a/stable/st-reborn-server/5.5.1/templates/common.yaml b/stable/spotweb/12.7.1/templates/common.yaml similarity index 100% rename from stable/st-reborn-server/5.5.1/templates/common.yaml rename to stable/spotweb/12.7.1/templates/common.yaml diff --git a/stable/static/10.5.1/values.yaml b/stable/spotweb/12.7.1/values.yaml similarity index 100% rename from stable/static/10.5.1/values.yaml rename to stable/spotweb/12.7.1/values.yaml diff --git a/stable/sqlite-web/5.5.1/CHANGELOG.md b/stable/sqlite-web/5.5.1/CHANGELOG.md deleted file mode 100644 index 627dfc61e0f..00000000000 --- a/stable/sqlite-web/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sqlite-web-5.5.1](https://github.com/truecharts/charts/compare/sqlite-web-5.5.0...sqlite-web-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sqlite-web-5.5.0](https://github.com/truecharts/charts/compare/sqlite-web-5.4.1...sqlite-web-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sqlite-web-5.4.1](https://github.com/truecharts/charts/compare/sqlite-web-5.4.0...sqlite-web-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sqlite-web-5.4.0](https://github.com/truecharts/charts/compare/sqlite-web-5.3.0...sqlite-web-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sqlite-web-5.3.0](https://github.com/truecharts/charts/compare/sqlite-web-5.2.3...sqlite-web-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sqlite-web-5.2.3](https://github.com/truecharts/charts/compare/sqlite-web-5.2.2...sqlite-web-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sqlite-web-5.2.2](https://github.com/truecharts/charts/compare/sqlite-web-5.2.0...sqlite-web-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sqlite-web-4.1.11](https://github.com/truecharts/charts/compare/sqlite-web-4.1.10...sqlite-web-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sqlite-web-4.1.10](https://github.com/truecharts/charts/compare/sqlite-web-4.1.9...sqlite-web-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sqlite-web/5.5.1/Chart.yaml b/stable/sqlite-web/5.5.1/Chart.yaml deleted file mode 100644 index 4410e371819..00000000000 --- a/stable/sqlite-web/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sqlite-web/5.5.1/charts/common-20.0.8.tgz b/stable/sqlite-web/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sqlite-web/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/stationeers/5.5.1/.helmignore b/stable/sqlite-web/5.7.1/.helmignore similarity index 100% rename from stable/stationeers/5.5.1/.helmignore rename to stable/sqlite-web/5.7.1/.helmignore diff --git a/stable/sqlite-web/5.7.1/CHANGELOG.md b/stable/sqlite-web/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..595f9f70073 --- /dev/null +++ b/stable/sqlite-web/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlite-web-5.7.1](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sqlite-web/5.7.1/Chart.yaml new file mode 100644 index 00000000000..932d54d7f90 --- /dev/null +++ b/stable/sqlite-web/5.7.1/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.2 + 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.1 diff --git a/stable/sqlite-web/5.5.1/README.md b/stable/sqlite-web/5.7.1/README.md similarity index 100% rename from stable/sqlite-web/5.5.1/README.md rename to stable/sqlite-web/5.7.1/README.md diff --git a/stable/sqlite-web/5.7.1/app-changelog.md b/stable/sqlite-web/5.7.1/app-changelog.md new file mode 100644 index 00000000000..1f3fccbc6f6 --- /dev/null +++ b/stable/sqlite-web/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sqlite-web-5.7.1](https://github.com/truecharts/charts/compare/sqlite-web-5.6.0...sqlite-web-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sqlite-web/5.7.1/app-readme.md similarity index 100% rename from stable/sqlite-web/5.5.1/app-readme.md rename to stable/sqlite-web/5.7.1/app-readme.md diff --git a/stable/sqlite-web/5.7.1/charts/common-20.2.2.tgz b/stable/sqlite-web/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sqlite-web/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sqlite-web/5.5.1/ix_values.yaml b/stable/sqlite-web/5.7.1/ix_values.yaml similarity index 100% rename from stable/sqlite-web/5.5.1/ix_values.yaml rename to stable/sqlite-web/5.7.1/ix_values.yaml diff --git a/stable/sqlite-web/5.5.1/questions.yaml b/stable/sqlite-web/5.7.1/questions.yaml similarity index 100% rename from stable/sqlite-web/5.5.1/questions.yaml rename to stable/sqlite-web/5.7.1/questions.yaml diff --git a/stable/sqlite-web/5.5.1/templates/common.yaml b/stable/sqlite-web/5.7.1/templates/common.yaml similarity index 100% rename from stable/sqlite-web/5.5.1/templates/common.yaml rename to stable/sqlite-web/5.7.1/templates/common.yaml diff --git a/stable/stationeers/5.5.1/values.yaml b/stable/sqlite-web/5.7.1/values.yaml similarity index 100% rename from stable/stationeers/5.5.1/values.yaml rename to stable/sqlite-web/5.7.1/values.yaml diff --git a/stable/sqlitebrowser/10.5.1/CHANGELOG.md b/stable/sqlitebrowser/10.5.1/CHANGELOG.md deleted file mode 100644 index b498ac7a63e..00000000000 --- a/stable/sqlitebrowser/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sqlitebrowser-10.5.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.5.0...sqlitebrowser-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sqlitebrowser-10.5.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.4.1...sqlitebrowser-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sqlitebrowser-10.4.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.4.0...sqlitebrowser-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sqlitebrowser-10.4.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.3.0...sqlitebrowser-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sqlitebrowser-10.3.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.3...sqlitebrowser-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sqlitebrowser-10.2.3](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.2...sqlitebrowser-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sqlitebrowser-10.2.2](https://github.com/truecharts/charts/compare/sqlitebrowser-10.2.0...sqlitebrowser-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sqlitebrowser-9.1.11](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.10...sqlitebrowser-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [sqlitebrowser-9.1.10](https://github.com/truecharts/charts/compare/sqlitebrowser-9.1.9...sqlitebrowser-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/sqlitebrowser/10.5.1/Chart.yaml b/stable/sqlitebrowser/10.5.1/Chart.yaml deleted file mode 100644 index 34ed95a1c87..00000000000 --- a/stable/sqlitebrowser/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/sqlitebrowser/10.5.1/charts/common-20.0.8.tgz b/stable/sqlitebrowser/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sqlitebrowser/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/steam-headless/3.5.2/.helmignore b/stable/sqlitebrowser/10.7.1/.helmignore similarity index 100% rename from stable/steam-headless/3.5.2/.helmignore rename to stable/sqlitebrowser/10.7.1/.helmignore diff --git a/stable/sqlitebrowser/10.7.1/CHANGELOG.md b/stable/sqlitebrowser/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a842d5cb49a --- /dev/null +++ b/stable/sqlitebrowser/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sqlitebrowser-10.7.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sqlitebrowser/10.7.1/Chart.yaml new file mode 100644 index 00000000000..73f3dfc62d6 --- /dev/null +++ b/stable/sqlitebrowser/10.7.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: 18.04.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/sqlitebrowser/10.5.1/README.md b/stable/sqlitebrowser/10.7.1/README.md similarity index 100% rename from stable/sqlitebrowser/10.5.1/README.md rename to stable/sqlitebrowser/10.7.1/README.md diff --git a/stable/sqlitebrowser/10.7.1/app-changelog.md b/stable/sqlitebrowser/10.7.1/app-changelog.md new file mode 100644 index 00000000000..36c951a2d4b --- /dev/null +++ b/stable/sqlitebrowser/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sqlitebrowser-10.7.1](https://github.com/truecharts/charts/compare/sqlitebrowser-10.6.0...sqlitebrowser-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sqlitebrowser/10.7.1/app-readme.md similarity index 100% rename from stable/sqlitebrowser/10.5.1/app-readme.md rename to stable/sqlitebrowser/10.7.1/app-readme.md diff --git a/stable/sqlitebrowser/10.7.1/charts/common-20.2.2.tgz b/stable/sqlitebrowser/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sqlitebrowser/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sqlitebrowser/10.5.1/ix_values.yaml b/stable/sqlitebrowser/10.7.1/ix_values.yaml similarity index 100% rename from stable/sqlitebrowser/10.5.1/ix_values.yaml rename to stable/sqlitebrowser/10.7.1/ix_values.yaml diff --git a/stable/sqlitebrowser/10.5.1/questions.yaml b/stable/sqlitebrowser/10.7.1/questions.yaml similarity index 100% rename from stable/sqlitebrowser/10.5.1/questions.yaml rename to stable/sqlitebrowser/10.7.1/questions.yaml diff --git a/stable/synclounge/9.5.2/templates/NOTES.txt b/stable/sqlitebrowser/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/synclounge/9.5.2/templates/NOTES.txt rename to stable/sqlitebrowser/10.7.1/templates/NOTES.txt diff --git a/stable/sqlitebrowser/10.7.1/templates/common.yaml b/stable/sqlitebrowser/10.7.1/templates/common.yaml new file mode 100644 index 00000000000..992373e7501 --- /dev/null +++ b/stable/sqlitebrowser/10.7.1/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/steam-headless/3.5.2/values.yaml b/stable/sqlitebrowser/10.7.1/values.yaml similarity index 100% rename from stable/steam-headless/3.5.2/values.yaml rename to stable/sqlitebrowser/10.7.1/values.yaml diff --git a/stable/sshwifty/5.5.1/CHANGELOG.md b/stable/sshwifty/5.5.1/CHANGELOG.md deleted file mode 100644 index 8ee4301dd2e..00000000000 --- a/stable/sshwifty/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [sshwifty-5.5.1](https://github.com/truecharts/charts/compare/sshwifty-5.5.0...sshwifty-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [sshwifty-5.5.0](https://github.com/truecharts/charts/compare/sshwifty-5.4.2...sshwifty-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [sshwifty-5.4.2](https://github.com/truecharts/charts/compare/sshwifty-5.4.1...sshwifty-5.4.2) (2024-03-11) - -### Chore - - - -- update container image niruix/sshwifty to latest[@43fc2c9](https://github.com/43fc2c9) by renovate ([#19036](https://github.com/truecharts/charts/issues/19036)) - - -## [sshwifty-5.4.1](https://github.com/truecharts/charts/compare/sshwifty-5.4.0...sshwifty-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [sshwifty-5.4.0](https://github.com/truecharts/charts/compare/sshwifty-5.3.0...sshwifty-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [sshwifty-5.3.0](https://github.com/truecharts/charts/compare/sshwifty-5.2.3...sshwifty-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [sshwifty-5.2.3](https://github.com/truecharts/charts/compare/sshwifty-5.2.2...sshwifty-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [sshwifty-5.2.2](https://github.com/truecharts/charts/compare/sshwifty-5.2.0...sshwifty-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [sshwifty-4.1.12](https://github.com/truecharts/charts/compare/sshwifty-4.1.11...sshwifty-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/sshwifty/5.5.1/Chart.yaml b/stable/sshwifty/5.5.1/Chart.yaml deleted file mode 100644 index b32ed8a3ef3..00000000000 --- a/stable/sshwifty/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/sshwifty/5.5.1/charts/common-20.0.8.tgz b/stable/sshwifty/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/sshwifty/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/storj-node/9.5.1/.helmignore b/stable/sshwifty/5.7.1/.helmignore similarity index 100% rename from stable/storj-node/9.5.1/.helmignore rename to stable/sshwifty/5.7.1/.helmignore diff --git a/stable/sshwifty/5.7.1/CHANGELOG.md b/stable/sshwifty/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7367ff3a6c1 --- /dev/null +++ b/stable/sshwifty/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [sshwifty-5.7.1](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/sshwifty/5.7.1/Chart.yaml new file mode 100644 index 00000000000..026d82a9570 --- /dev/null +++ b/stable/sshwifty/5.7.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: 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.2 + 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.1 diff --git a/stable/sshwifty/5.5.1/README.md b/stable/sshwifty/5.7.1/README.md similarity index 100% rename from stable/sshwifty/5.5.1/README.md rename to stable/sshwifty/5.7.1/README.md diff --git a/stable/sshwifty/5.7.1/app-changelog.md b/stable/sshwifty/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6fb46015b42 --- /dev/null +++ b/stable/sshwifty/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [sshwifty-5.7.1](https://github.com/truecharts/charts/compare/sshwifty-5.6.0...sshwifty-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/sshwifty/5.7.1/app-readme.md similarity index 100% rename from stable/sshwifty/5.5.1/app-readme.md rename to stable/sshwifty/5.7.1/app-readme.md diff --git a/stable/sshwifty/5.7.1/charts/common-20.2.2.tgz b/stable/sshwifty/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/sshwifty/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/sshwifty/5.5.1/ix_values.yaml b/stable/sshwifty/5.7.1/ix_values.yaml similarity index 100% rename from stable/sshwifty/5.5.1/ix_values.yaml rename to stable/sshwifty/5.7.1/ix_values.yaml diff --git a/stable/sshwifty/5.5.1/questions.yaml b/stable/sshwifty/5.7.1/questions.yaml similarity index 100% rename from stable/sshwifty/5.5.1/questions.yaml rename to stable/sshwifty/5.7.1/questions.yaml diff --git a/stable/syncthing/18.5.1/templates/NOTES.txt b/stable/sshwifty/5.7.1/templates/NOTES.txt similarity index 100% rename from stable/syncthing/18.5.1/templates/NOTES.txt rename to stable/sshwifty/5.7.1/templates/NOTES.txt diff --git a/stable/stash/15.6.2/templates/common.yaml b/stable/sshwifty/5.7.1/templates/common.yaml similarity index 100% rename from stable/stash/15.6.2/templates/common.yaml rename to stable/sshwifty/5.7.1/templates/common.yaml diff --git a/stable/storj-node/9.5.1/values.yaml b/stable/sshwifty/5.7.1/values.yaml similarity index 100% rename from stable/storj-node/9.5.1/values.yaml rename to stable/sshwifty/5.7.1/values.yaml diff --git a/stable/st-reborn-server/5.5.1/CHANGELOG.md b/stable/st-reborn-server/5.5.1/CHANGELOG.md deleted file mode 100644 index d9948e7db27..00000000000 --- a/stable/st-reborn-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [st-reborn-server-5.5.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.5.0...st-reborn-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [st-reborn-server-5.5.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.4.1...st-reborn-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [st-reborn-server-5.4.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.4.0...st-reborn-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [st-reborn-server-5.4.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.3.0...st-reborn-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [st-reborn-server-5.3.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.3...st-reborn-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [st-reborn-server-5.2.3](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.2...st-reborn-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [st-reborn-server-5.2.2](https://github.com/truecharts/charts/compare/st-reborn-server-5.2.0...st-reborn-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [st-reborn-server-4.1.11](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.10...st-reborn-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [st-reborn-server-4.1.10](https://github.com/truecharts/charts/compare/st-reborn-server-4.1.9...st-reborn-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/st-reborn-server/5.5.1/Chart.yaml b/stable/st-reborn-server/5.5.1/Chart.yaml deleted file mode 100644 index 9bf54ec4abd..00000000000 --- a/stable/st-reborn-server/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/st-reborn-server/5.5.1/charts/common-20.0.8.tgz b/stable/st-reborn-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/st-reborn-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/storm/5.5.1/.helmignore b/stable/st-reborn-server/5.7.1/.helmignore similarity index 100% rename from stable/storm/5.5.1/.helmignore rename to stable/st-reborn-server/5.7.1/.helmignore diff --git a/stable/st-reborn-server/5.7.1/CHANGELOG.md b/stable/st-reborn-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d02b534a3f4 --- /dev/null +++ b/stable/st-reborn-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [st-reborn-server-5.7.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/st-reborn-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..869f9ccf565 --- /dev/null +++ b/stable/st-reborn-server/5.7.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: 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.2 + 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.1 diff --git a/stable/st-reborn-server/5.5.1/README.md b/stable/st-reborn-server/5.7.1/README.md similarity index 100% rename from stable/st-reborn-server/5.5.1/README.md rename to stable/st-reborn-server/5.7.1/README.md diff --git a/stable/st-reborn-server/5.7.1/app-changelog.md b/stable/st-reborn-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a0c471979ff --- /dev/null +++ b/stable/st-reborn-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [st-reborn-server-5.7.1](https://github.com/truecharts/charts/compare/st-reborn-server-5.6.0...st-reborn-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/st-reborn-server/5.7.1/app-readme.md similarity index 100% rename from stable/st-reborn-server/5.5.1/app-readme.md rename to stable/st-reborn-server/5.7.1/app-readme.md diff --git a/stable/st-reborn-server/5.7.1/charts/common-20.2.2.tgz b/stable/st-reborn-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/st-reborn-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/st-reborn-server/5.5.1/ix_values.yaml b/stable/st-reborn-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/st-reborn-server/5.5.1/ix_values.yaml rename to stable/st-reborn-server/5.7.1/ix_values.yaml diff --git a/stable/st-reborn-server/5.5.1/questions.yaml b/stable/st-reborn-server/5.7.1/questions.yaml similarity index 100% rename from stable/st-reborn-server/5.5.1/questions.yaml rename to stable/st-reborn-server/5.7.1/questions.yaml diff --git a/stable/static-web-server/4.6.1/templates/common.yaml b/stable/st-reborn-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/static-web-server/4.6.1/templates/common.yaml rename to stable/st-reborn-server/5.7.1/templates/common.yaml diff --git a/stable/storm/5.5.1/values.yaml b/stable/st-reborn-server/5.7.1/values.yaml similarity index 100% rename from stable/storm/5.5.1/values.yaml rename to stable/st-reborn-server/5.7.1/values.yaml diff --git a/stable/stackedit/5.5.1/CHANGELOG.md b/stable/stackedit/5.5.1/CHANGELOG.md deleted file mode 100644 index fc7233df255..00000000000 --- a/stable/stackedit/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stackedit-5.5.1](https://github.com/truecharts/charts/compare/stackedit-5.5.0...stackedit-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [stackedit-5.5.0](https://github.com/truecharts/charts/compare/stackedit-5.4.1...stackedit-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [stackedit-5.4.1](https://github.com/truecharts/charts/compare/stackedit-5.4.0...stackedit-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [stackedit-5.4.0](https://github.com/truecharts/charts/compare/stackedit-5.3.0...stackedit-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [stackedit-5.3.0](https://github.com/truecharts/charts/compare/stackedit-5.2.3...stackedit-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [stackedit-5.2.3](https://github.com/truecharts/charts/compare/stackedit-5.2.2...stackedit-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [stackedit-5.2.2](https://github.com/truecharts/charts/compare/stackedit-5.2.0...stackedit-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [stackedit-4.1.11](https://github.com/truecharts/charts/compare/stackedit-4.1.10...stackedit-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stackedit-4.1.10](https://github.com/truecharts/charts/compare/stackedit-4.1.9...stackedit-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/stackedit/5.5.1/Chart.yaml b/stable/stackedit/5.5.1/Chart.yaml deleted file mode 100644 index 73e2d94cc99..00000000000 --- a/stable/stackedit/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/stackedit/5.5.1/charts/common-20.0.8.tgz b/stable/stackedit/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/stackedit/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/strapi/13.5.1/.helmignore b/stable/stackedit/5.7.1/.helmignore similarity index 100% rename from stable/strapi/13.5.1/.helmignore rename to stable/stackedit/5.7.1/.helmignore diff --git a/stable/stackedit/5.7.1/CHANGELOG.md b/stable/stackedit/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..46e9e898573 --- /dev/null +++ b/stable/stackedit/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stackedit-5.7.1](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/stackedit/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a8be942e1cc --- /dev/null +++ b/stable/stackedit/5.7.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: 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.2 + 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.1 diff --git a/stable/stackedit/5.5.1/README.md b/stable/stackedit/5.7.1/README.md similarity index 100% rename from stable/stackedit/5.5.1/README.md rename to stable/stackedit/5.7.1/README.md diff --git a/stable/stackedit/5.7.1/app-changelog.md b/stable/stackedit/5.7.1/app-changelog.md new file mode 100644 index 00000000000..61a902c2419 --- /dev/null +++ b/stable/stackedit/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [stackedit-5.7.1](https://github.com/truecharts/charts/compare/stackedit-5.6.0...stackedit-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/stackedit/5.7.1/app-readme.md similarity index 100% rename from stable/stackedit/5.5.1/app-readme.md rename to stable/stackedit/5.7.1/app-readme.md diff --git a/stable/stackedit/5.7.1/charts/common-20.2.2.tgz b/stable/stackedit/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/stackedit/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/stackedit/5.5.1/ix_values.yaml b/stable/stackedit/5.7.1/ix_values.yaml similarity index 100% rename from stable/stackedit/5.5.1/ix_values.yaml rename to stable/stackedit/5.7.1/ix_values.yaml diff --git a/stable/stackedit/5.5.1/questions.yaml b/stable/stackedit/5.7.1/questions.yaml similarity index 100% rename from stable/stackedit/5.5.1/questions.yaml rename to stable/stackedit/5.7.1/questions.yaml diff --git a/stable/stackedit/5.5.1/templates/common.yaml b/stable/stackedit/5.7.1/templates/common.yaml similarity index 100% rename from stable/stackedit/5.5.1/templates/common.yaml rename to stable/stackedit/5.7.1/templates/common.yaml diff --git a/stable/strapi/13.5.1/values.yaml b/stable/stackedit/5.7.1/values.yaml similarity index 100% rename from stable/strapi/13.5.1/values.yaml rename to stable/stackedit/5.7.1/values.yaml diff --git a/stable/standardnotes-web/5.5.1/CHANGELOG.md b/stable/standardnotes-web/5.5.1/CHANGELOG.md deleted file mode 100644 index bcaf18426d7..00000000000 --- a/stable/standardnotes-web/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [standardnotes-web-5.5.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.5.0...standardnotes-web-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [standardnotes-web-5.5.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.4.1...standardnotes-web-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [standardnotes-web-5.4.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.4.0...standardnotes-web-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [standardnotes-web-5.4.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.3.0...standardnotes-web-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [standardnotes-web-5.3.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.3...standardnotes-web-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [standardnotes-web-5.2.3](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.2...standardnotes-web-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [standardnotes-web-5.2.2](https://github.com/truecharts/charts/compare/standardnotes-web-5.2.0...standardnotes-web-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [standardnotes-web-4.1.11](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.10...standardnotes-web-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [standardnotes-web-4.1.10](https://github.com/truecharts/charts/compare/standardnotes-web-4.1.9...standardnotes-web-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/standardnotes-web/5.5.1/Chart.yaml b/stable/standardnotes-web/5.5.1/Chart.yaml deleted file mode 100644 index ed533579efa..00000000000 --- a/stable/standardnotes-web/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/standardnotes-web/5.5.1/charts/common-20.0.8.tgz b/stable/standardnotes-web/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/standardnotes-web/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/stun-turn-server/6.5.1/.helmignore b/stable/standardnotes-web/5.7.1/.helmignore similarity index 100% rename from stable/stun-turn-server/6.5.1/.helmignore rename to stable/standardnotes-web/5.7.1/.helmignore diff --git a/stable/standardnotes-web/5.7.1/CHANGELOG.md b/stable/standardnotes-web/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9e7d86eb97a --- /dev/null +++ b/stable/standardnotes-web/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [standardnotes-web-5.7.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/standardnotes-web/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a8b50b51293 --- /dev/null +++ b/stable/standardnotes-web/5.7.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: 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.2 + 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.1 diff --git a/stable/standardnotes-web/5.5.1/README.md b/stable/standardnotes-web/5.7.1/README.md similarity index 100% rename from stable/standardnotes-web/5.5.1/README.md rename to stable/standardnotes-web/5.7.1/README.md diff --git a/stable/standardnotes-web/5.7.1/app-changelog.md b/stable/standardnotes-web/5.7.1/app-changelog.md new file mode 100644 index 00000000000..6010eb4e278 --- /dev/null +++ b/stable/standardnotes-web/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [standardnotes-web-5.7.1](https://github.com/truecharts/charts/compare/standardnotes-web-5.6.0...standardnotes-web-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/standardnotes-web/5.7.1/app-readme.md similarity index 100% rename from stable/standardnotes-web/5.5.1/app-readme.md rename to stable/standardnotes-web/5.7.1/app-readme.md diff --git a/stable/standardnotes-web/5.7.1/charts/common-20.2.2.tgz b/stable/standardnotes-web/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/standardnotes-web/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/standardnotes-web/5.5.1/ix_values.yaml b/stable/standardnotes-web/5.7.1/ix_values.yaml similarity index 100% rename from stable/standardnotes-web/5.5.1/ix_values.yaml rename to stable/standardnotes-web/5.7.1/ix_values.yaml diff --git a/stable/standardnotes-web/5.5.1/questions.yaml b/stable/standardnotes-web/5.7.1/questions.yaml similarity index 100% rename from stable/standardnotes-web/5.5.1/questions.yaml rename to stable/standardnotes-web/5.7.1/questions.yaml diff --git a/stable/standardnotes-web/5.5.1/templates/common.yaml b/stable/standardnotes-web/5.7.1/templates/common.yaml similarity index 100% rename from stable/standardnotes-web/5.5.1/templates/common.yaml rename to stable/standardnotes-web/5.7.1/templates/common.yaml diff --git a/stable/stun-turn-server/6.5.1/values.yaml b/stable/standardnotes-web/5.7.1/values.yaml similarity index 100% rename from stable/stun-turn-server/6.5.1/values.yaml rename to stable/standardnotes-web/5.7.1/values.yaml diff --git a/stable/starmade/5.5.1/CHANGELOG.md b/stable/starmade/5.5.1/CHANGELOG.md deleted file mode 100644 index a11b182befa..00000000000 --- a/stable/starmade/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [starmade-5.5.1](https://github.com/truecharts/charts/compare/starmade-5.5.0...starmade-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [starmade-5.5.0](https://github.com/truecharts/charts/compare/starmade-5.4.1...starmade-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [starmade-5.4.1](https://github.com/truecharts/charts/compare/starmade-5.4.0...starmade-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [starmade-5.4.0](https://github.com/truecharts/charts/compare/starmade-5.3.0...starmade-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [starmade-5.3.0](https://github.com/truecharts/charts/compare/starmade-5.2.3...starmade-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [starmade-5.2.3](https://github.com/truecharts/charts/compare/starmade-5.2.2...starmade-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [starmade-5.2.2](https://github.com/truecharts/charts/compare/starmade-5.2.0...starmade-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [starmade-4.1.11](https://github.com/truecharts/charts/compare/starmade-4.1.10...starmade-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [starmade-4.1.10](https://github.com/truecharts/charts/compare/starmade-4.1.9...starmade-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/starmade/5.5.1/Chart.yaml b/stable/starmade/5.5.1/Chart.yaml deleted file mode 100644 index c3f414b1b0d..00000000000 --- a/stable/starmade/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/starmade/5.5.1/charts/common-20.0.8.tgz b/stable/starmade/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/starmade/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/suistartpage/5.5.1/.helmignore b/stable/starmade/5.7.1/.helmignore similarity index 100% rename from stable/suistartpage/5.5.1/.helmignore rename to stable/starmade/5.7.1/.helmignore diff --git a/stable/starmade/5.7.1/CHANGELOG.md b/stable/starmade/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..17f26e35dd6 --- /dev/null +++ b/stable/starmade/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [starmade-5.7.1](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/starmade/5.7.1/Chart.yaml new file mode 100644 index 00000000000..5c1edf9b4d0 --- /dev/null +++ b/stable/starmade/5.7.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: 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.2 + 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.1 diff --git a/stable/starmade/5.5.1/README.md b/stable/starmade/5.7.1/README.md similarity index 100% rename from stable/starmade/5.5.1/README.md rename to stable/starmade/5.7.1/README.md diff --git a/stable/starmade/5.7.1/app-changelog.md b/stable/starmade/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9ecadbc2e6d --- /dev/null +++ b/stable/starmade/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [starmade-5.7.1](https://github.com/truecharts/charts/compare/starmade-5.6.0...starmade-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/starmade/5.7.1/app-readme.md similarity index 100% rename from stable/starmade/5.5.1/app-readme.md rename to stable/starmade/5.7.1/app-readme.md diff --git a/stable/starmade/5.7.1/charts/common-20.2.2.tgz b/stable/starmade/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/starmade/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/starmade/5.5.1/ix_values.yaml b/stable/starmade/5.7.1/ix_values.yaml similarity index 100% rename from stable/starmade/5.5.1/ix_values.yaml rename to stable/starmade/5.7.1/ix_values.yaml diff --git a/stable/starmade/5.5.1/questions.yaml b/stable/starmade/5.7.1/questions.yaml similarity index 100% rename from stable/starmade/5.5.1/questions.yaml rename to stable/starmade/5.7.1/questions.yaml diff --git a/stable/starmade/5.5.1/templates/common.yaml b/stable/starmade/5.7.1/templates/common.yaml similarity index 100% rename from stable/starmade/5.5.1/templates/common.yaml rename to stable/starmade/5.7.1/templates/common.yaml diff --git a/stable/suistartpage/5.5.1/values.yaml b/stable/starmade/5.7.1/values.yaml similarity index 100% rename from stable/suistartpage/5.5.1/values.yaml rename to stable/starmade/5.7.1/values.yaml diff --git a/stable/stash/15.6.2/CHANGELOG.md b/stable/stash/15.6.2/CHANGELOG.md deleted file mode 100644 index ba8aa61663e..00000000000 --- a/stable/stash/15.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stash-15.6.2](https://github.com/truecharts/charts/compare/stash-15.6.1...stash-15.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [stash-15.6.1](https://github.com/truecharts/charts/compare/stash-15.6.0...stash-15.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [stash-15.6.0](https://github.com/truecharts/charts/compare/stash-15.5.0...stash-15.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [stash-15.5.0](https://github.com/truecharts/charts/compare/stash-15.4.1...stash-15.5.0) (2024-03-11) - -### Chore - - - -- update container image stashapp/stash to v0.25.0[@cc78cbf](https://github.com/cc78cbf) by renovate ([#19127](https://github.com/truecharts/charts/issues/19127)) - - -## [stash-15.4.1](https://github.com/truecharts/charts/compare/stash-15.4.0...stash-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [stash-15.4.0](https://github.com/truecharts/charts/compare/stash-15.3.0...stash-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [stash-15.3.0](https://github.com/truecharts/charts/compare/stash-15.2.3...stash-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [stash-15.2.3](https://github.com/truecharts/charts/compare/stash-15.2.2...stash-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [stash-15.2.2](https://github.com/truecharts/charts/compare/stash-15.2.0...stash-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/stash/15.6.2/Chart.yaml b/stable/stash/15.6.2/Chart.yaml deleted file mode 100644 index e319c0a4df7..00000000000 --- a/stable/stash/15.6.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.25.0 -dependencies: - - name: common - version: 20.0.9 - 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.6.2 diff --git a/stable/stash/15.6.2/charts/common-20.0.9.tgz b/stable/stash/15.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/stash/15.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/stash/15.6.2/ix_values.yaml b/stable/stash/15.6.2/ix_values.yaml deleted file mode 100644 index de33453e7c5..00000000000 --- a/stable/stash/15.6.2/ix_values.yaml +++ /dev/null @@ -1,48 +0,0 @@ -image: - repository: stashapp/stash - tag: v0.25.0@sha256:cc78cbf240fb521d940d8f1172bf0aa71cf18c646969fe41094cb051b261b5a3 - pullPolicy: IfNotPresent -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - ports: - main: - port: 9999 -workload: - main: - podSpec: - containers: - main: - env: - STASH_PORT: "{{ .Values.service.main.ports.main.port }}" - STASH_STASH: /data - STASH_GENERATED: /generated - STASH_METADATA: /metadata - STASH_CACHE: /cache -persistence: - config: - enabled: true - mountPath: "/root/.stash" - cache: - enabled: true - mountPath: "/cache" - generated: - enabled: true - mountPath: "/generated" - metadata: - enabled: true - mountPath: "/metadata" - blobs: - enabled: true - mountPath: "/blobs" - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true diff --git a/stable/survivethenights/5.5.1/.helmignore b/stable/stash/15.8.1/.helmignore similarity index 100% rename from stable/survivethenights/5.5.1/.helmignore rename to stable/stash/15.8.1/.helmignore diff --git a/stable/stash/15.8.1/CHANGELOG.md b/stable/stash/15.8.1/CHANGELOG.md new file mode 100644 index 00000000000..faa82e58a90 --- /dev/null +++ b/stable/stash/15.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stash-15.8.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/stash/15.8.1/Chart.yaml b/stable/stash/15.8.1/Chart.yaml new file mode 100644 index 00000000000..77871ed58b7 --- /dev/null +++ b/stable/stash/15.8.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: 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.2 + 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.1 diff --git a/stable/stash/15.6.2/README.md b/stable/stash/15.8.1/README.md similarity index 100% rename from stable/stash/15.6.2/README.md rename to stable/stash/15.8.1/README.md diff --git a/stable/stash/15.8.1/app-changelog.md b/stable/stash/15.8.1/app-changelog.md new file mode 100644 index 00000000000..7dd8980cbb1 --- /dev/null +++ b/stable/stash/15.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [stash-15.8.1](https://github.com/truecharts/charts/compare/stash-15.7.0...stash-15.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/stash/15.8.1/app-readme.md similarity index 100% rename from stable/stash/15.6.2/app-readme.md rename to stable/stash/15.8.1/app-readme.md diff --git a/stable/stash/15.8.1/charts/common-20.2.2.tgz b/stable/stash/15.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/stash/15.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/stash/15.8.1/ix_values.yaml b/stable/stash/15.8.1/ix_values.yaml new file mode 100644 index 00000000000..6326753dfce --- /dev/null +++ b/stable/stash/15.8.1/ix_values.yaml @@ -0,0 +1,48 @@ +image: + repository: stashapp/stash + tag: v0.25.1@sha256:6b8814b61e4fe77bc910bec858dd45e0970c8af6f439c066317ae68f03af4f91 + pullPolicy: IfNotPresent +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + ports: + main: + port: 9999 +workload: + main: + podSpec: + containers: + main: + env: + STASH_PORT: "{{ .Values.service.main.ports.main.port }}" + STASH_STASH: /data + STASH_GENERATED: /generated + STASH_METADATA: /metadata + STASH_CACHE: /cache +persistence: + config: + enabled: true + mountPath: "/root/.stash" + cache: + enabled: true + mountPath: "/cache" + generated: + enabled: true + mountPath: "/generated" + metadata: + enabled: true + mountPath: "/metadata" + blobs: + enabled: true + mountPath: "/blobs" + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true diff --git a/stable/stash/15.6.2/questions.yaml b/stable/stash/15.8.1/questions.yaml similarity index 100% rename from stable/stash/15.6.2/questions.yaml rename to stable/stash/15.8.1/questions.yaml diff --git a/stable/synctube/7.5.1/templates/NOTES.txt b/stable/stash/15.8.1/templates/NOTES.txt similarity index 100% rename from stable/synctube/7.5.1/templates/NOTES.txt rename to stable/stash/15.8.1/templates/NOTES.txt diff --git a/stable/steam-headless/3.5.2/templates/common.yaml b/stable/stash/15.8.1/templates/common.yaml similarity index 100% rename from stable/steam-headless/3.5.2/templates/common.yaml rename to stable/stash/15.8.1/templates/common.yaml diff --git a/stable/survivethenights/5.5.1/values.yaml b/stable/stash/15.8.1/values.yaml similarity index 100% rename from stable/survivethenights/5.5.1/values.yaml rename to stable/stash/15.8.1/values.yaml diff --git a/stable/static-web-server/4.6.1/CHANGELOG.md b/stable/static-web-server/4.6.1/CHANGELOG.md deleted file mode 100644 index 6c859e38704..00000000000 --- a/stable/static-web-server/4.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [static-web-server-4.6.1](https://github.com/truecharts/charts/compare/static-web-server-4.6.0...static-web-server-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [static-web-server-4.6.0](https://github.com/truecharts/charts/compare/static-web-server-4.5.0...static-web-server-4.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [static-web-server-4.5.0](https://github.com/truecharts/charts/compare/static-web-server-4.4.1...static-web-server-4.5.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/static-web-server/static-web-server to v2.28.0[@542265a](https://github.com/542265a) by renovate ([#19105](https://github.com/truecharts/charts/issues/19105)) - - -## [static-web-server-4.4.1](https://github.com/truecharts/charts/compare/static-web-server-4.4.0...static-web-server-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [static-web-server-4.4.0](https://github.com/truecharts/charts/compare/static-web-server-4.3.0...static-web-server-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [static-web-server-4.3.0](https://github.com/truecharts/charts/compare/static-web-server-4.2.3...static-web-server-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [static-web-server-4.2.3](https://github.com/truecharts/charts/compare/static-web-server-4.2.2...static-web-server-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [static-web-server-4.2.2](https://github.com/truecharts/charts/compare/static-web-server-4.2.0...static-web-server-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [static-web-server-3.3.0](https://github.com/truecharts/charts/compare/static-web-server-3.2.1...static-web-server-3.3.0) (2024-02-12) - -### Chore - diff --git a/stable/static-web-server/4.6.1/Chart.yaml b/stable/static-web-server/4.6.1/Chart.yaml deleted file mode 100644 index 1b60a5f92c9..00000000000 --- a/stable/static-web-server/4.6.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: 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.0.8 - 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.6.1 diff --git a/stable/static-web-server/4.6.1/charts/common-20.0.8.tgz b/stable/static-web-server/4.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/static-web-server/4.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/synclounge/9.5.2/.helmignore b/stable/static-web-server/4.8.1/.helmignore similarity index 100% rename from stable/synclounge/9.5.2/.helmignore rename to stable/static-web-server/4.8.1/.helmignore diff --git a/stable/static-web-server/4.8.1/CHANGELOG.md b/stable/static-web-server/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..230a657e710 --- /dev/null +++ b/stable/static-web-server/4.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-web-server-4.8.1](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/static-web-server/4.8.1/Chart.yaml new file mode 100644 index 00000000000..41911d92f41 --- /dev/null +++ b/stable/static-web-server/4.8.1/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.2 + 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.1 diff --git a/stable/static-web-server/4.6.1/README.md b/stable/static-web-server/4.8.1/README.md similarity index 100% rename from stable/static-web-server/4.6.1/README.md rename to stable/static-web-server/4.8.1/README.md diff --git a/stable/static-web-server/4.8.1/app-changelog.md b/stable/static-web-server/4.8.1/app-changelog.md new file mode 100644 index 00000000000..1ebfde24841 --- /dev/null +++ b/stable/static-web-server/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [static-web-server-4.8.1](https://github.com/truecharts/charts/compare/static-web-server-4.7.0...static-web-server-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/static-web-server/4.8.1/app-readme.md similarity index 100% rename from stable/static-web-server/4.6.1/app-readme.md rename to stable/static-web-server/4.8.1/app-readme.md diff --git a/stable/static-web-server/4.8.1/charts/common-20.2.2.tgz b/stable/static-web-server/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/static-web-server/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/static-web-server/4.6.1/ix_values.yaml b/stable/static-web-server/4.8.1/ix_values.yaml similarity index 100% rename from stable/static-web-server/4.6.1/ix_values.yaml rename to stable/static-web-server/4.8.1/ix_values.yaml diff --git a/stable/static-web-server/4.6.1/questions.yaml b/stable/static-web-server/4.8.1/questions.yaml similarity index 100% rename from stable/static-web-server/4.6.1/questions.yaml rename to stable/static-web-server/4.8.1/questions.yaml diff --git a/stable/syslog-ng/9.5.1/templates/NOTES.txt b/stable/static-web-server/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/syslog-ng/9.5.1/templates/NOTES.txt rename to stable/static-web-server/4.8.1/templates/NOTES.txt diff --git a/stable/storj-node/9.5.1/templates/common.yaml b/stable/static-web-server/4.8.1/templates/common.yaml similarity index 100% rename from stable/storj-node/9.5.1/templates/common.yaml rename to stable/static-web-server/4.8.1/templates/common.yaml diff --git a/stable/synclounge/9.5.2/values.yaml b/stable/static-web-server/4.8.1/values.yaml similarity index 100% rename from stable/synclounge/9.5.2/values.yaml rename to stable/static-web-server/4.8.1/values.yaml diff --git a/stable/static/10.5.1/CHANGELOG.md b/stable/static/10.5.1/CHANGELOG.md deleted file mode 100644 index 1cc26f977f2..00000000000 --- a/stable/static/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [static-10.5.1](https://github.com/truecharts/charts/compare/static-10.5.0...static-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [static-10.5.0](https://github.com/truecharts/charts/compare/static-10.4.1...static-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [static-10.4.1](https://github.com/truecharts/charts/compare/static-10.4.0...static-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [static-10.4.0](https://github.com/truecharts/charts/compare/static-10.3.0...static-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [static-10.3.0](https://github.com/truecharts/charts/compare/static-10.2.3...static-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [static-10.2.3](https://github.com/truecharts/charts/compare/static-10.2.2...static-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [static-10.2.2](https://github.com/truecharts/charts/compare/static-10.2.0...static-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [static-9.1.11](https://github.com/truecharts/charts/compare/static-9.1.10...static-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [static-9.1.10](https://github.com/truecharts/charts/compare/static-9.1.9...static-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/static/10.5.1/Chart.yaml b/stable/static/10.5.1/Chart.yaml deleted file mode 100644 index fbfd6156a28..00000000000 --- a/stable/static/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/static/10.5.1/charts/common-20.0.8.tgz b/stable/static/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/static/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/syncthing/18.5.1/.helmignore b/stable/static/10.7.1/.helmignore similarity index 100% rename from stable/syncthing/18.5.1/.helmignore rename to stable/static/10.7.1/.helmignore diff --git a/stable/static/10.7.1/CHANGELOG.md b/stable/static/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7bae501b512 --- /dev/null +++ b/stable/static/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [static-10.7.1](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/static/10.7.1/Chart.yaml new file mode 100644 index 00000000000..a5d1f62f15f --- /dev/null +++ b/stable/static/10.7.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: ee8a20c +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/static/10.5.1/README.md b/stable/static/10.7.1/README.md similarity index 100% rename from stable/static/10.5.1/README.md rename to stable/static/10.7.1/README.md diff --git a/stable/static/10.7.1/app-changelog.md b/stable/static/10.7.1/app-changelog.md new file mode 100644 index 00000000000..535e0bcb346 --- /dev/null +++ b/stable/static/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [static-10.7.1](https://github.com/truecharts/charts/compare/static-10.6.0...static-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/static/10.7.1/app-readme.md similarity index 100% rename from stable/static/10.5.1/app-readme.md rename to stable/static/10.7.1/app-readme.md diff --git a/stable/static/10.7.1/charts/common-20.2.2.tgz b/stable/static/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/static/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/static/10.5.1/ix_values.yaml b/stable/static/10.7.1/ix_values.yaml similarity index 100% rename from stable/static/10.5.1/ix_values.yaml rename to stable/static/10.7.1/ix_values.yaml diff --git a/stable/static/10.5.1/questions.yaml b/stable/static/10.7.1/questions.yaml similarity index 100% rename from stable/static/10.5.1/questions.yaml rename to stable/static/10.7.1/questions.yaml diff --git a/stable/tagspaces/3.5.1/templates/NOTES.txt b/stable/static/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/tagspaces/3.5.1/templates/NOTES.txt rename to stable/static/10.7.1/templates/NOTES.txt diff --git a/stable/static/10.7.1/templates/common.yaml b/stable/static/10.7.1/templates/common.yaml new file mode 100644 index 00000000000..992373e7501 --- /dev/null +++ b/stable/static/10.7.1/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/syncthing/18.5.1/values.yaml b/stable/static/10.7.1/values.yaml similarity index 100% rename from stable/syncthing/18.5.1/values.yaml rename to stable/static/10.7.1/values.yaml diff --git a/stable/stationeers/5.5.1/CHANGELOG.md b/stable/stationeers/5.5.1/CHANGELOG.md deleted file mode 100644 index 27af7779f5b..00000000000 --- a/stable/stationeers/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stationeers-5.5.1](https://github.com/truecharts/charts/compare/stationeers-5.5.0...stationeers-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [stationeers-5.5.0](https://github.com/truecharts/charts/compare/stationeers-5.4.1...stationeers-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [stationeers-5.4.1](https://github.com/truecharts/charts/compare/stationeers-5.4.0...stationeers-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [stationeers-5.4.0](https://github.com/truecharts/charts/compare/stationeers-5.3.0...stationeers-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [stationeers-5.3.0](https://github.com/truecharts/charts/compare/stationeers-5.2.3...stationeers-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [stationeers-5.2.3](https://github.com/truecharts/charts/compare/stationeers-5.2.2...stationeers-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [stationeers-5.2.2](https://github.com/truecharts/charts/compare/stationeers-5.2.0...stationeers-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [stationeers-4.1.13](https://github.com/truecharts/charts/compare/stationeers-4.1.12...stationeers-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stationeers-4.1.12](https://github.com/truecharts/charts/compare/stationeers-4.1.11...stationeers-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/stationeers/5.5.1/Chart.yaml b/stable/stationeers/5.5.1/Chart.yaml deleted file mode 100644 index 850e3da5f6f..00000000000 --- a/stable/stationeers/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/stationeers/5.5.1/charts/common-20.0.8.tgz b/stable/stationeers/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/stationeers/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/synctube/7.5.1/.helmignore b/stable/stationeers/5.7.1/.helmignore similarity index 100% rename from stable/synctube/7.5.1/.helmignore rename to stable/stationeers/5.7.1/.helmignore diff --git a/stable/stationeers/5.7.1/CHANGELOG.md b/stable/stationeers/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..67df219b34b --- /dev/null +++ b/stable/stationeers/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stationeers-5.7.1](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/stationeers/5.7.1/Chart.yaml new file mode 100644 index 00000000000..570bd060bfe --- /dev/null +++ b/stable/stationeers/5.7.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: 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.2 + 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.1 diff --git a/stable/stationeers/5.5.1/README.md b/stable/stationeers/5.7.1/README.md similarity index 100% rename from stable/stationeers/5.5.1/README.md rename to stable/stationeers/5.7.1/README.md diff --git a/stable/stationeers/5.7.1/app-changelog.md b/stable/stationeers/5.7.1/app-changelog.md new file mode 100644 index 00000000000..24c6d9a4686 --- /dev/null +++ b/stable/stationeers/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [stationeers-5.7.1](https://github.com/truecharts/charts/compare/stationeers-5.6.0...stationeers-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/stationeers/5.7.1/app-readme.md similarity index 100% rename from stable/stationeers/5.5.1/app-readme.md rename to stable/stationeers/5.7.1/app-readme.md diff --git a/stable/stationeers/5.7.1/charts/common-20.2.2.tgz b/stable/stationeers/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/stationeers/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/stationeers/5.5.1/ix_values.yaml b/stable/stationeers/5.7.1/ix_values.yaml similarity index 100% rename from stable/stationeers/5.5.1/ix_values.yaml rename to stable/stationeers/5.7.1/ix_values.yaml diff --git a/stable/stationeers/5.5.1/questions.yaml b/stable/stationeers/5.7.1/questions.yaml similarity index 100% rename from stable/stationeers/5.5.1/questions.yaml rename to stable/stationeers/5.7.1/questions.yaml diff --git a/stable/stationeers/5.5.1/templates/common.yaml b/stable/stationeers/5.7.1/templates/common.yaml similarity index 100% rename from stable/stationeers/5.5.1/templates/common.yaml rename to stable/stationeers/5.7.1/templates/common.yaml diff --git a/stable/synctube/7.5.1/values.yaml b/stable/stationeers/5.7.1/values.yaml similarity index 100% rename from stable/synctube/7.5.1/values.yaml rename to stable/stationeers/5.7.1/values.yaml diff --git a/stable/steam-headless/3.5.2/CHANGELOG.md b/stable/steam-headless/3.5.2/CHANGELOG.md deleted file mode 100644 index cb524fd352d..00000000000 --- a/stable/steam-headless/3.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [steam-headless-3.5.2](https://github.com/truecharts/charts/compare/steam-headless-3.5.1...steam-headless-3.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [steam-headless-3.5.1](https://github.com/truecharts/charts/compare/steam-headless-3.5.0...steam-headless-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [steam-headless-3.5.0](https://github.com/truecharts/charts/compare/steam-headless-3.4.2...steam-headless-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [steam-headless-3.4.2](https://github.com/truecharts/charts/compare/steam-headless-3.4.1...steam-headless-3.4.2) (2024-03-11) - -### Chore - - - -- update container image josh5/steam-headless to latest[@98e3815](https://github.com/98e3815) by renovate ([#19022](https://github.com/truecharts/charts/issues/19022)) - - -## [steam-headless-3.4.1](https://github.com/truecharts/charts/compare/steam-headless-3.4.0...steam-headless-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [steam-headless-3.4.0](https://github.com/truecharts/charts/compare/steam-headless-3.3.0...steam-headless-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [steam-headless-3.3.0](https://github.com/truecharts/charts/compare/steam-headless-3.2.4...steam-headless-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [steam-headless-3.2.4](https://github.com/truecharts/charts/compare/steam-headless-3.2.3...steam-headless-3.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [steam-headless-3.2.3](https://github.com/truecharts/charts/compare/steam-headless-3.2.1...steam-headless-3.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/steam-headless/3.5.2/Chart.yaml b/stable/steam-headless/3.5.2/Chart.yaml deleted file mode 100644 index ffebf55edfb..00000000000 --- a/stable/steam-headless/3.5.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: 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.0.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.5.2 diff --git a/stable/steam-headless/3.5.2/charts/common-20.0.9.tgz b/stable/steam-headless/3.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/steam-headless/3.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/steam-headless/3.5.2/ix_values.yaml b/stable/steam-headless/3.5.2/ix_values.yaml deleted file mode 100644 index 11586511566..00000000000 --- a/stable/steam-headless/3.5.2/ix_values.yaml +++ /dev/null @@ -1,61 +0,0 @@ -image: - repository: josh5/steam-headless - tag: latest@sha256:98e3815182ceaca8d12c08ad849f784425f969053d6f9637e6765c9f2df68f4e - 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/syslog-ng/9.5.1/.helmignore b/stable/steam-headless/3.7.1/.helmignore similarity index 100% rename from stable/syslog-ng/9.5.1/.helmignore rename to stable/steam-headless/3.7.1/.helmignore diff --git a/stable/steam-headless/3.7.1/CHANGELOG.md b/stable/steam-headless/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c5a8bfbad7d --- /dev/null +++ b/stable/steam-headless/3.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [steam-headless-3.7.1](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/steam-headless/3.7.1/Chart.yaml b/stable/steam-headless/3.7.1/Chart.yaml new file mode 100644 index 00000000000..334b747b7be --- /dev/null +++ b/stable/steam-headless/3.7.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: 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.2 + 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.1 diff --git a/stable/steam-headless/3.5.2/README.md b/stable/steam-headless/3.7.1/README.md similarity index 100% rename from stable/steam-headless/3.5.2/README.md rename to stable/steam-headless/3.7.1/README.md diff --git a/stable/steam-headless/3.7.1/app-changelog.md b/stable/steam-headless/3.7.1/app-changelog.md new file mode 100644 index 00000000000..33a1519a7f9 --- /dev/null +++ b/stable/steam-headless/3.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [steam-headless-3.7.1](https://github.com/truecharts/charts/compare/steam-headless-3.6.0...steam-headless-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/steam-headless/3.7.1/app-readme.md similarity index 100% rename from stable/steam-headless/3.5.2/app-readme.md rename to stable/steam-headless/3.7.1/app-readme.md diff --git a/stable/steam-headless/3.7.1/charts/common-20.2.2.tgz b/stable/steam-headless/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/steam-headless/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/steam-headless/3.7.1/ix_values.yaml b/stable/steam-headless/3.7.1/ix_values.yaml new file mode 100644 index 00000000000..181221538be --- /dev/null +++ b/stable/steam-headless/3.7.1/ix_values.yaml @@ -0,0 +1,61 @@ +image: + repository: josh5/steam-headless + tag: latest@sha256:66334165167c0b360184595e4c457dac415d1935efaa48e2770b6021e4ab2f67 + 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.5.2/questions.yaml b/stable/steam-headless/3.7.1/questions.yaml similarity index 100% rename from stable/steam-headless/3.5.2/questions.yaml rename to stable/steam-headless/3.7.1/questions.yaml diff --git a/stable/tailscale/8.6.2/templates/NOTES.txt b/stable/steam-headless/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/tailscale/8.6.2/templates/NOTES.txt rename to stable/steam-headless/3.7.1/templates/NOTES.txt diff --git a/stable/strapi/13.5.1/templates/common.yaml b/stable/steam-headless/3.7.1/templates/common.yaml similarity index 100% rename from stable/strapi/13.5.1/templates/common.yaml rename to stable/steam-headless/3.7.1/templates/common.yaml diff --git a/stable/syslog-ng/9.5.1/values.yaml b/stable/steam-headless/3.7.1/values.yaml similarity index 100% rename from stable/syslog-ng/9.5.1/values.yaml rename to stable/steam-headless/3.7.1/values.yaml diff --git a/stable/storj-node/9.5.1/CHANGELOG.md b/stable/storj-node/9.5.1/CHANGELOG.md deleted file mode 100644 index c7056fe3dec..00000000000 --- a/stable/storj-node/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [storj-node-9.5.1](https://github.com/truecharts/charts/compare/storj-node-9.5.0...storj-node-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [storj-node-9.5.0](https://github.com/truecharts/charts/compare/storj-node-9.4.1...storj-node-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [storj-node-9.4.1](https://github.com/truecharts/charts/compare/storj-node-9.4.0...storj-node-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [storj-node-9.4.0](https://github.com/truecharts/charts/compare/storj-node-9.3.0...storj-node-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [storj-node-9.3.0](https://github.com/truecharts/charts/compare/storj-node-9.2.3...storj-node-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [storj-node-9.2.3](https://github.com/truecharts/charts/compare/storj-node-9.2.2...storj-node-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [storj-node-9.2.2](https://github.com/truecharts/charts/compare/storj-node-9.2.0...storj-node-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [storj-node-8.1.11](https://github.com/truecharts/charts/compare/storj-node-8.1.10...storj-node-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [storj-node-8.1.10](https://github.com/truecharts/charts/compare/storj-node-8.1.9...storj-node-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/storj-node/9.5.1/Chart.yaml b/stable/storj-node/9.5.1/Chart.yaml deleted file mode 100644 index 438b1db33ea..00000000000 --- a/stable/storj-node/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/storj-node/9.5.1/charts/common-20.0.8.tgz b/stable/storj-node/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/storj-node/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.5.2/.helmignore b/stable/storj-node/9.7.1/.helmignore similarity index 100% rename from stable/tachidesk-docker/6.5.2/.helmignore rename to stable/storj-node/9.7.1/.helmignore diff --git a/stable/storj-node/9.7.1/CHANGELOG.md b/stable/storj-node/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d7bfe5da904 --- /dev/null +++ b/stable/storj-node/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storj-node-9.7.1](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/storj-node/9.7.1/Chart.yaml new file mode 100644 index 00000000000..8e17f59f026 --- /dev/null +++ b/stable/storj-node/9.7.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: 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.2 + 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.1 diff --git a/stable/storj-node/9.5.1/README.md b/stable/storj-node/9.7.1/README.md similarity index 100% rename from stable/storj-node/9.5.1/README.md rename to stable/storj-node/9.7.1/README.md diff --git a/stable/storj-node/9.5.1/SKIPINSTALL b/stable/storj-node/9.7.1/SKIPINSTALL similarity index 100% rename from stable/storj-node/9.5.1/SKIPINSTALL rename to stable/storj-node/9.7.1/SKIPINSTALL diff --git a/stable/storj-node/9.7.1/app-changelog.md b/stable/storj-node/9.7.1/app-changelog.md new file mode 100644 index 00000000000..74de627cb74 --- /dev/null +++ b/stable/storj-node/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [storj-node-9.7.1](https://github.com/truecharts/charts/compare/storj-node-9.6.0...storj-node-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/storj-node/9.7.1/app-readme.md similarity index 100% rename from stable/storj-node/9.5.1/app-readme.md rename to stable/storj-node/9.7.1/app-readme.md diff --git a/stable/storj-node/9.7.1/charts/common-20.2.2.tgz b/stable/storj-node/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/storj-node/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/storj-node/9.5.1/ix_values.yaml b/stable/storj-node/9.7.1/ix_values.yaml similarity index 100% rename from stable/storj-node/9.5.1/ix_values.yaml rename to stable/storj-node/9.7.1/ix_values.yaml diff --git a/stable/storj-node/9.5.1/questions.yaml b/stable/storj-node/9.7.1/questions.yaml similarity index 100% rename from stable/storj-node/9.5.1/questions.yaml rename to stable/storj-node/9.7.1/questions.yaml diff --git a/stable/tauticord/4.0.2/templates/NOTES.txt b/stable/storj-node/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/tauticord/4.0.2/templates/NOTES.txt rename to stable/storj-node/9.7.1/templates/NOTES.txt diff --git a/stable/stun-turn-server/6.5.1/templates/common.yaml b/stable/storj-node/9.7.1/templates/common.yaml similarity index 100% rename from stable/stun-turn-server/6.5.1/templates/common.yaml rename to stable/storj-node/9.7.1/templates/common.yaml diff --git a/stable/tachidesk-docker/6.5.2/values.yaml b/stable/storj-node/9.7.1/values.yaml similarity index 100% rename from stable/tachidesk-docker/6.5.2/values.yaml rename to stable/storj-node/9.7.1/values.yaml diff --git a/stable/storm/5.5.1/CHANGELOG.md b/stable/storm/5.5.1/CHANGELOG.md deleted file mode 100644 index be40c0e72f1..00000000000 --- a/stable/storm/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [storm-5.5.1](https://github.com/truecharts/charts/compare/storm-5.5.0...storm-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [storm-5.5.0](https://github.com/truecharts/charts/compare/storm-5.4.1...storm-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [storm-5.4.1](https://github.com/truecharts/charts/compare/storm-5.4.0...storm-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [storm-5.4.0](https://github.com/truecharts/charts/compare/storm-5.3.0...storm-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [storm-5.3.0](https://github.com/truecharts/charts/compare/storm-5.2.3...storm-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [storm-5.2.3](https://github.com/truecharts/charts/compare/storm-5.2.2...storm-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [storm-5.2.2](https://github.com/truecharts/charts/compare/storm-5.2.0...storm-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [storm-4.1.11](https://github.com/truecharts/charts/compare/storm-4.1.10...storm-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [storm-4.1.10](https://github.com/truecharts/charts/compare/storm-4.1.9...storm-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/storm/5.5.1/Chart.yaml b/stable/storm/5.5.1/Chart.yaml deleted file mode 100644 index ff6771e052e..00000000000 --- a/stable/storm/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/storm/5.5.1/charts/common-20.0.8.tgz b/stable/storm/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/storm/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tagspaces/3.5.1/.helmignore b/stable/storm/5.7.1/.helmignore similarity index 100% rename from stable/tagspaces/3.5.1/.helmignore rename to stable/storm/5.7.1/.helmignore diff --git a/stable/storm/5.7.1/CHANGELOG.md b/stable/storm/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..787c7ee1905 --- /dev/null +++ b/stable/storm/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [storm-5.7.1](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/storm/5.7.1/Chart.yaml new file mode 100644 index 00000000000..683c72afc2c --- /dev/null +++ b/stable/storm/5.7.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: 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.2 + 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.1 diff --git a/stable/storm/5.5.1/README.md b/stable/storm/5.7.1/README.md similarity index 100% rename from stable/storm/5.5.1/README.md rename to stable/storm/5.7.1/README.md diff --git a/stable/storm/5.7.1/app-changelog.md b/stable/storm/5.7.1/app-changelog.md new file mode 100644 index 00000000000..a88ec455bee --- /dev/null +++ b/stable/storm/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [storm-5.7.1](https://github.com/truecharts/charts/compare/storm-5.6.0...storm-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/storm/5.7.1/app-readme.md similarity index 100% rename from stable/storm/5.5.1/app-readme.md rename to stable/storm/5.7.1/app-readme.md diff --git a/stable/storm/5.7.1/charts/common-20.2.2.tgz b/stable/storm/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/storm/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/storm/5.5.1/ix_values.yaml b/stable/storm/5.7.1/ix_values.yaml similarity index 100% rename from stable/storm/5.5.1/ix_values.yaml rename to stable/storm/5.7.1/ix_values.yaml diff --git a/stable/storm/5.5.1/questions.yaml b/stable/storm/5.7.1/questions.yaml similarity index 100% rename from stable/storm/5.5.1/questions.yaml rename to stable/storm/5.7.1/questions.yaml diff --git a/stable/tautulli/18.5.2/templates/NOTES.txt b/stable/storm/5.7.1/templates/NOTES.txt similarity index 100% rename from stable/tautulli/18.5.2/templates/NOTES.txt rename to stable/storm/5.7.1/templates/NOTES.txt diff --git a/stable/storm/5.5.1/templates/common.yaml b/stable/storm/5.7.1/templates/common.yaml similarity index 100% rename from stable/storm/5.5.1/templates/common.yaml rename to stable/storm/5.7.1/templates/common.yaml diff --git a/stable/tagspaces/3.5.1/values.yaml b/stable/storm/5.7.1/values.yaml similarity index 100% rename from stable/tagspaces/3.5.1/values.yaml rename to stable/storm/5.7.1/values.yaml diff --git a/stable/strapi/13.5.1/CHANGELOG.md b/stable/strapi/13.5.1/CHANGELOG.md deleted file mode 100644 index 5942c404f01..00000000000 --- a/stable/strapi/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [strapi-13.5.1](https://github.com/truecharts/charts/compare/strapi-13.5.0...strapi-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [strapi-13.5.0](https://github.com/truecharts/charts/compare/strapi-13.4.1...strapi-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [strapi-13.4.1](https://github.com/truecharts/charts/compare/strapi-13.4.0...strapi-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [strapi-13.4.0](https://github.com/truecharts/charts/compare/strapi-13.3.0...strapi-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [strapi-13.3.0](https://github.com/truecharts/charts/compare/strapi-13.2.3...strapi-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [strapi-13.2.3](https://github.com/truecharts/charts/compare/strapi-13.2.2...strapi-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [strapi-13.2.2](https://github.com/truecharts/charts/compare/strapi-13.2.0...strapi-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [strapi-12.1.11](https://github.com/truecharts/charts/compare/strapi-12.1.10...strapi-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [strapi-12.1.10](https://github.com/truecharts/charts/compare/strapi-12.1.9...strapi-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/strapi/13.5.1/Chart.yaml b/stable/strapi/13.5.1/Chart.yaml deleted file mode 100644 index d6dc3200a73..00000000000 --- a/stable/strapi/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/strapi/13.5.1/charts/common-20.0.8.tgz b/stable/strapi/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/strapi/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tailscale/8.6.2/.helmignore b/stable/strapi/13.7.1/.helmignore similarity index 100% rename from stable/tailscale/8.6.2/.helmignore rename to stable/strapi/13.7.1/.helmignore diff --git a/stable/strapi/13.7.1/CHANGELOG.md b/stable/strapi/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..934fbf0cc55 --- /dev/null +++ b/stable/strapi/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [strapi-13.7.1](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/strapi/13.7.1/Chart.yaml new file mode 100644 index 00000000000..8dc82cbe9cc --- /dev/null +++ b/stable/strapi/13.7.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: 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.2 + 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.1 diff --git a/stable/strapi/13.5.1/README.md b/stable/strapi/13.7.1/README.md similarity index 100% rename from stable/strapi/13.5.1/README.md rename to stable/strapi/13.7.1/README.md diff --git a/stable/strapi/13.7.1/app-changelog.md b/stable/strapi/13.7.1/app-changelog.md new file mode 100644 index 00000000000..3b5f57bcf5c --- /dev/null +++ b/stable/strapi/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [strapi-13.7.1](https://github.com/truecharts/charts/compare/strapi-13.6.0...strapi-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/strapi/13.7.1/app-readme.md similarity index 100% rename from stable/strapi/13.5.1/app-readme.md rename to stable/strapi/13.7.1/app-readme.md diff --git a/stable/strapi/13.7.1/charts/common-20.2.2.tgz b/stable/strapi/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/strapi/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/strapi/13.5.1/ix_values.yaml b/stable/strapi/13.7.1/ix_values.yaml similarity index 100% rename from stable/strapi/13.5.1/ix_values.yaml rename to stable/strapi/13.7.1/ix_values.yaml diff --git a/stable/strapi/13.5.1/questions.yaml b/stable/strapi/13.7.1/questions.yaml similarity index 100% rename from stable/strapi/13.5.1/questions.yaml rename to stable/strapi/13.7.1/questions.yaml diff --git a/stable/tdarr-node/9.5.1/templates/NOTES.txt b/stable/strapi/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/tdarr-node/9.5.1/templates/NOTES.txt rename to stable/strapi/13.7.1/templates/NOTES.txt diff --git a/stable/synclounge/9.5.2/templates/common.yaml b/stable/strapi/13.7.1/templates/common.yaml similarity index 100% rename from stable/synclounge/9.5.2/templates/common.yaml rename to stable/strapi/13.7.1/templates/common.yaml diff --git a/stable/tailscale/8.6.2/values.yaml b/stable/strapi/13.7.1/values.yaml similarity index 100% rename from stable/tailscale/8.6.2/values.yaml rename to stable/strapi/13.7.1/values.yaml diff --git a/stable/stun-turn-server/6.5.1/CHANGELOG.md b/stable/stun-turn-server/6.5.1/CHANGELOG.md deleted file mode 100644 index 8a285bdb898..00000000000 --- a/stable/stun-turn-server/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [stun-turn-server-6.5.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.5.0...stun-turn-server-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [stun-turn-server-6.5.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.4.1...stun-turn-server-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [stun-turn-server-6.4.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.4.0...stun-turn-server-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [stun-turn-server-6.4.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.3.0...stun-turn-server-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [stun-turn-server-6.3.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.3...stun-turn-server-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [stun-turn-server-6.2.3](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.2...stun-turn-server-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [stun-turn-server-6.2.2](https://github.com/truecharts/charts/compare/stun-turn-server-6.2.0...stun-turn-server-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [stun-turn-server-5.1.14](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.13...stun-turn-server-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [stun-turn-server-5.1.13](https://github.com/truecharts/charts/compare/stun-turn-server-5.1.12...stun-turn-server-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/stun-turn-server/6.5.1/Chart.yaml b/stable/stun-turn-server/6.5.1/Chart.yaml deleted file mode 100644 index 285b83c1102..00000000000 --- a/stable/stun-turn-server/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/stun-turn-server/6.5.1/charts/common-20.0.8.tgz b/stable/stun-turn-server/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/stun-turn-server/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tandoor-recipes/16.5.1/.helmignore b/stable/stun-turn-server/6.7.1/.helmignore similarity index 100% rename from stable/tandoor-recipes/16.5.1/.helmignore rename to stable/stun-turn-server/6.7.1/.helmignore diff --git a/stable/stun-turn-server/6.7.1/CHANGELOG.md b/stable/stun-turn-server/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..23c943b8607 --- /dev/null +++ b/stable/stun-turn-server/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [stun-turn-server-6.7.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/stun-turn-server/6.7.1/Chart.yaml new file mode 100644 index 00000000000..7effa8db132 --- /dev/null +++ b/stable/stun-turn-server/6.7.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: 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.2 + 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.1 diff --git a/stable/stun-turn-server/6.5.1/README.md b/stable/stun-turn-server/6.7.1/README.md similarity index 100% rename from stable/stun-turn-server/6.5.1/README.md rename to stable/stun-turn-server/6.7.1/README.md diff --git a/stable/stun-turn-server/6.7.1/app-changelog.md b/stable/stun-turn-server/6.7.1/app-changelog.md new file mode 100644 index 00000000000..6645e84cede --- /dev/null +++ b/stable/stun-turn-server/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [stun-turn-server-6.7.1](https://github.com/truecharts/charts/compare/stun-turn-server-6.6.0...stun-turn-server-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/stun-turn-server/6.7.1/app-readme.md similarity index 100% rename from stable/stun-turn-server/6.5.1/app-readme.md rename to stable/stun-turn-server/6.7.1/app-readme.md diff --git a/stable/stun-turn-server/6.7.1/charts/common-20.2.2.tgz b/stable/stun-turn-server/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/stun-turn-server/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/stun-turn-server/6.5.1/ix_values.yaml b/stable/stun-turn-server/6.7.1/ix_values.yaml similarity index 100% rename from stable/stun-turn-server/6.5.1/ix_values.yaml rename to stable/stun-turn-server/6.7.1/ix_values.yaml diff --git a/stable/stun-turn-server/6.5.1/questions.yaml b/stable/stun-turn-server/6.7.1/questions.yaml similarity index 100% rename from stable/stun-turn-server/6.5.1/questions.yaml rename to stable/stun-turn-server/6.7.1/questions.yaml diff --git a/stable/tdarr/9.5.1/templates/NOTES.txt b/stable/stun-turn-server/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/tdarr/9.5.1/templates/NOTES.txt rename to stable/stun-turn-server/6.7.1/templates/NOTES.txt diff --git a/stable/syncthing/18.5.1/templates/common.yaml b/stable/stun-turn-server/6.7.1/templates/common.yaml similarity index 100% rename from stable/syncthing/18.5.1/templates/common.yaml rename to stable/stun-turn-server/6.7.1/templates/common.yaml diff --git a/stable/tandoor-recipes/16.5.1/values.yaml b/stable/stun-turn-server/6.7.1/values.yaml similarity index 100% rename from stable/tandoor-recipes/16.5.1/values.yaml rename to stable/stun-turn-server/6.7.1/values.yaml diff --git a/stable/suistartpage/5.5.1/CHANGELOG.md b/stable/suistartpage/5.5.1/CHANGELOG.md deleted file mode 100644 index 41fff20c6fc..00000000000 --- a/stable/suistartpage/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [suistartpage-5.5.1](https://github.com/truecharts/charts/compare/suistartpage-5.5.0...suistartpage-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [suistartpage-5.5.0](https://github.com/truecharts/charts/compare/suistartpage-5.4.1...suistartpage-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [suistartpage-5.4.1](https://github.com/truecharts/charts/compare/suistartpage-5.4.0...suistartpage-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [suistartpage-5.4.0](https://github.com/truecharts/charts/compare/suistartpage-5.3.0...suistartpage-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [suistartpage-5.3.0](https://github.com/truecharts/charts/compare/suistartpage-5.2.3...suistartpage-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [suistartpage-5.2.3](https://github.com/truecharts/charts/compare/suistartpage-5.2.2...suistartpage-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [suistartpage-5.2.2](https://github.com/truecharts/charts/compare/suistartpage-5.2.0...suistartpage-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [suistartpage-4.1.11](https://github.com/truecharts/charts/compare/suistartpage-4.1.10...suistartpage-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [suistartpage-4.1.10](https://github.com/truecharts/charts/compare/suistartpage-4.1.9...suistartpage-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/suistartpage/5.5.1/Chart.yaml b/stable/suistartpage/5.5.1/Chart.yaml deleted file mode 100644 index 19ecd49dabd..00000000000 --- a/stable/suistartpage/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/suistartpage/5.5.1/charts/common-20.0.8.tgz b/stable/suistartpage/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/suistartpage/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tanoshi/5.5.1/.helmignore b/stable/suistartpage/5.7.1/.helmignore similarity index 100% rename from stable/tanoshi/5.5.1/.helmignore rename to stable/suistartpage/5.7.1/.helmignore diff --git a/stable/suistartpage/5.7.1/CHANGELOG.md b/stable/suistartpage/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a660505ea88 --- /dev/null +++ b/stable/suistartpage/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [suistartpage-5.7.1](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/suistartpage/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e9bef4885dc --- /dev/null +++ b/stable/suistartpage/5.7.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: 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.2 + 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.1 diff --git a/stable/suistartpage/5.5.1/README.md b/stable/suistartpage/5.7.1/README.md similarity index 100% rename from stable/suistartpage/5.5.1/README.md rename to stable/suistartpage/5.7.1/README.md diff --git a/stable/suistartpage/5.7.1/app-changelog.md b/stable/suistartpage/5.7.1/app-changelog.md new file mode 100644 index 00000000000..34b43745864 --- /dev/null +++ b/stable/suistartpage/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [suistartpage-5.7.1](https://github.com/truecharts/charts/compare/suistartpage-5.6.0...suistartpage-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/suistartpage/5.7.1/app-readme.md similarity index 100% rename from stable/suistartpage/5.5.1/app-readme.md rename to stable/suistartpage/5.7.1/app-readme.md diff --git a/stable/suistartpage/5.7.1/charts/common-20.2.2.tgz b/stable/suistartpage/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/suistartpage/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/suistartpage/5.5.1/ix_values.yaml b/stable/suistartpage/5.7.1/ix_values.yaml similarity index 100% rename from stable/suistartpage/5.5.1/ix_values.yaml rename to stable/suistartpage/5.7.1/ix_values.yaml diff --git a/stable/suistartpage/5.5.1/questions.yaml b/stable/suistartpage/5.7.1/questions.yaml similarity index 100% rename from stable/suistartpage/5.5.1/questions.yaml rename to stable/suistartpage/5.7.1/questions.yaml diff --git a/stable/suistartpage/5.5.1/templates/common.yaml b/stable/suistartpage/5.7.1/templates/common.yaml similarity index 100% rename from stable/suistartpage/5.5.1/templates/common.yaml rename to stable/suistartpage/5.7.1/templates/common.yaml diff --git a/stable/tanoshi/5.5.1/values.yaml b/stable/suistartpage/5.7.1/values.yaml similarity index 100% rename from stable/tanoshi/5.5.1/values.yaml rename to stable/suistartpage/5.7.1/values.yaml diff --git a/stable/survivethenights/5.5.1/CHANGELOG.md b/stable/survivethenights/5.5.1/CHANGELOG.md deleted file mode 100644 index 22537090382..00000000000 --- a/stable/survivethenights/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [survivethenights-5.5.1](https://github.com/truecharts/charts/compare/survivethenights-5.5.0...survivethenights-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [survivethenights-5.5.0](https://github.com/truecharts/charts/compare/survivethenights-5.4.1...survivethenights-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [survivethenights-5.4.1](https://github.com/truecharts/charts/compare/survivethenights-5.4.0...survivethenights-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [survivethenights-5.4.0](https://github.com/truecharts/charts/compare/survivethenights-5.3.0...survivethenights-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [survivethenights-5.3.0](https://github.com/truecharts/charts/compare/survivethenights-5.2.3...survivethenights-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [survivethenights-5.2.3](https://github.com/truecharts/charts/compare/survivethenights-5.2.2...survivethenights-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [survivethenights-5.2.2](https://github.com/truecharts/charts/compare/survivethenights-5.2.0...survivethenights-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [survivethenights-4.1.11](https://github.com/truecharts/charts/compare/survivethenights-4.1.10...survivethenights-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [survivethenights-4.1.10](https://github.com/truecharts/charts/compare/survivethenights-4.1.9...survivethenights-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/survivethenights/5.5.1/Chart.yaml b/stable/survivethenights/5.5.1/Chart.yaml deleted file mode 100644 index c9dc6fa30f1..00000000000 --- a/stable/survivethenights/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/survivethenights/5.5.1/charts/common-20.0.8.tgz b/stable/survivethenights/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/survivethenights/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tar1090/5.5.2/.helmignore b/stable/survivethenights/5.7.1/.helmignore similarity index 100% rename from stable/tar1090/5.5.2/.helmignore rename to stable/survivethenights/5.7.1/.helmignore diff --git a/stable/survivethenights/5.7.1/CHANGELOG.md b/stable/survivethenights/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3eed3042e7e --- /dev/null +++ b/stable/survivethenights/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [survivethenights-5.7.1](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/survivethenights/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b6bc2fc0a33 --- /dev/null +++ b/stable/survivethenights/5.7.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: 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.2 + 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.1 diff --git a/stable/survivethenights/5.5.1/README.md b/stable/survivethenights/5.7.1/README.md similarity index 100% rename from stable/survivethenights/5.5.1/README.md rename to stable/survivethenights/5.7.1/README.md diff --git a/stable/survivethenights/5.7.1/app-changelog.md b/stable/survivethenights/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9e21c2a5aee --- /dev/null +++ b/stable/survivethenights/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [survivethenights-5.7.1](https://github.com/truecharts/charts/compare/survivethenights-5.6.0...survivethenights-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/survivethenights/5.7.1/app-readme.md similarity index 100% rename from stable/survivethenights/5.5.1/app-readme.md rename to stable/survivethenights/5.7.1/app-readme.md diff --git a/stable/survivethenights/5.7.1/charts/common-20.2.2.tgz b/stable/survivethenights/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/survivethenights/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/survivethenights/5.5.1/ix_values.yaml b/stable/survivethenights/5.7.1/ix_values.yaml similarity index 100% rename from stable/survivethenights/5.5.1/ix_values.yaml rename to stable/survivethenights/5.7.1/ix_values.yaml diff --git a/stable/survivethenights/5.5.1/questions.yaml b/stable/survivethenights/5.7.1/questions.yaml similarity index 100% rename from stable/survivethenights/5.5.1/questions.yaml rename to stable/survivethenights/5.7.1/questions.yaml diff --git a/stable/survivethenights/5.5.1/templates/common.yaml b/stable/survivethenights/5.7.1/templates/common.yaml similarity index 100% rename from stable/survivethenights/5.5.1/templates/common.yaml rename to stable/survivethenights/5.7.1/templates/common.yaml diff --git a/stable/tar1090/5.5.2/values.yaml b/stable/survivethenights/5.7.1/values.yaml similarity index 100% rename from stable/tar1090/5.5.2/values.yaml rename to stable/survivethenights/5.7.1/values.yaml diff --git a/stable/synclounge/9.5.2/CHANGELOG.md b/stable/synclounge/9.5.2/CHANGELOG.md deleted file mode 100644 index c104454e787..00000000000 --- a/stable/synclounge/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [synclounge-9.5.2](https://github.com/truecharts/charts/compare/synclounge-9.5.1...synclounge-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [synclounge-9.5.1](https://github.com/truecharts/charts/compare/synclounge-9.5.0...synclounge-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [synclounge-9.5.0](https://github.com/truecharts/charts/compare/synclounge-9.4.2...synclounge-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [synclounge-9.4.2](https://github.com/truecharts/charts/compare/synclounge-9.4.1...synclounge-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/synclounge to 5.2.26[@5a0ace0](https://github.com/5a0ace0) by renovate ([#19015](https://github.com/truecharts/charts/issues/19015)) - - -## [synclounge-9.4.1](https://github.com/truecharts/charts/compare/synclounge-9.4.0...synclounge-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [synclounge-9.4.0](https://github.com/truecharts/charts/compare/synclounge-9.3.0...synclounge-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [synclounge-9.3.0](https://github.com/truecharts/charts/compare/synclounge-9.2.5...synclounge-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [synclounge-9.2.5](https://github.com/truecharts/charts/compare/synclounge-9.2.4...synclounge-9.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [synclounge-9.2.4](https://github.com/truecharts/charts/compare/synclounge-9.2.2...synclounge-9.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/synclounge/9.5.2/Chart.yaml b/stable/synclounge/9.5.2/Chart.yaml deleted file mode 100644 index 5809666a8c2..00000000000 --- a/stable/synclounge/9.5.2/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.0.9 - 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.5.2 diff --git a/stable/synclounge/9.5.2/charts/common-20.0.9.tgz b/stable/synclounge/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/synclounge/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/synclounge/9.5.2/ix_values.yaml b/stable/synclounge/9.5.2/ix_values.yaml deleted file mode 100644 index 1dd52895329..00000000000 --- a/stable/synclounge/9.5.2/ix_values.yaml +++ /dev/null @@ -1,29 +0,0 @@ -image: - repository: ghcr.io/linuxserver/synclounge - pullPolicy: IfNotPresent - tag: 5.2.26@sha256:5a0ace08119bf0c6e2d96c42b301b37ead59857378aca12b139603cad5139d1b -service: - main: - ports: - main: - targetPort: 8088 - port: 8088 -persistence: - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - env: - AUTH_LIST: "" diff --git a/stable/tasmoadmin/8.5.1/.helmignore b/stable/synclounge/9.7.1/.helmignore similarity index 100% rename from stable/tasmoadmin/8.5.1/.helmignore rename to stable/synclounge/9.7.1/.helmignore diff --git a/stable/synclounge/9.7.1/CHANGELOG.md b/stable/synclounge/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6682bea07b2 --- /dev/null +++ b/stable/synclounge/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/synclounge/9.7.1/Chart.yaml b/stable/synclounge/9.7.1/Chart.yaml new file mode 100644 index 00000000000..5c9211c57e1 --- /dev/null +++ b/stable/synclounge/9.7.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: 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.2 + 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.1 diff --git a/stable/synclounge/9.5.2/README.md b/stable/synclounge/9.7.1/README.md similarity index 100% rename from stable/synclounge/9.5.2/README.md rename to stable/synclounge/9.7.1/README.md diff --git a/stable/synclounge/9.7.1/app-changelog.md b/stable/synclounge/9.7.1/app-changelog.md new file mode 100644 index 00000000000..5f0b8fb9adf --- /dev/null +++ b/stable/synclounge/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [synclounge-9.7.1](https://github.com/truecharts/charts/compare/synclounge-9.6.0...synclounge-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/synclounge/9.7.1/app-readme.md similarity index 100% rename from stable/synclounge/9.5.2/app-readme.md rename to stable/synclounge/9.7.1/app-readme.md diff --git a/stable/synclounge/9.7.1/charts/common-20.2.2.tgz b/stable/synclounge/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/synclounge/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/synclounge/9.7.1/ix_values.yaml b/stable/synclounge/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..cee52a6e6c9 --- /dev/null +++ b/stable/synclounge/9.7.1/ix_values.yaml @@ -0,0 +1,29 @@ +image: + repository: ghcr.io/linuxserver/synclounge + pullPolicy: IfNotPresent + tag: 5.2.26@sha256:fb4a0ce0054c9de85f112cfee4c4b46211bcb4337070b092fdec4865e00e4232 +service: + main: + ports: + main: + targetPort: 8088 + port: 8088 +persistence: + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + env: + AUTH_LIST: "" diff --git a/stable/synclounge/9.5.2/questions.yaml b/stable/synclounge/9.7.1/questions.yaml similarity index 100% rename from stable/synclounge/9.5.2/questions.yaml rename to stable/synclounge/9.7.1/questions.yaml diff --git a/stable/teedy/15.5.1/templates/NOTES.txt b/stable/synclounge/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/teedy/15.5.1/templates/NOTES.txt rename to stable/synclounge/9.7.1/templates/NOTES.txt diff --git a/stable/syslog-ng/9.5.1/templates/common.yaml b/stable/synclounge/9.7.1/templates/common.yaml similarity index 100% rename from stable/syslog-ng/9.5.1/templates/common.yaml rename to stable/synclounge/9.7.1/templates/common.yaml diff --git a/stable/tasmoadmin/8.5.1/values.yaml b/stable/synclounge/9.7.1/values.yaml similarity index 100% rename from stable/tasmoadmin/8.5.1/values.yaml rename to stable/synclounge/9.7.1/values.yaml diff --git a/stable/syncthing/18.5.1/CHANGELOG.md b/stable/syncthing/18.5.1/CHANGELOG.md deleted file mode 100644 index 6e2c8c7cd40..00000000000 --- a/stable/syncthing/18.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [syncthing-18.5.1](https://github.com/truecharts/charts/compare/syncthing-18.5.0...syncthing-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [syncthing-18.5.0](https://github.com/truecharts/charts/compare/syncthing-18.4.1...syncthing-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [syncthing-18.4.1](https://github.com/truecharts/charts/compare/syncthing-18.4.0...syncthing-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [syncthing-18.4.0](https://github.com/truecharts/charts/compare/syncthing-18.3.0...syncthing-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [syncthing-18.3.0](https://github.com/truecharts/charts/compare/syncthing-18.2.4...syncthing-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [syncthing-18.2.4](https://github.com/truecharts/charts/compare/syncthing-18.2.3...syncthing-18.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [syncthing-18.2.3](https://github.com/truecharts/charts/compare/syncthing-18.2.1...syncthing-18.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [syncthing-17.1.13](https://github.com/truecharts/charts/compare/syncthing-17.1.12...syncthing-17.1.13) (2024-02-12) - -### Chore - - - -- update container image syncthing/syncthing to v1.27.3[@d5efcb0](https://github.com/d5efcb0) by renovate ([#18148](https://github.com/truecharts/charts/issues/18148)) - - -## [syncthing-17.1.12](https://github.com/truecharts/charts/compare/syncthing-17.1.11...syncthing-17.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/syncthing/18.5.1/Chart.yaml b/stable/syncthing/18.5.1/Chart.yaml deleted file mode 100644 index e35219b368c..00000000000 --- a/stable/syncthing/18.5.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: 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.0.8 - 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.5.1 diff --git a/stable/syncthing/18.5.1/charts/common-20.0.8.tgz b/stable/syncthing/18.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/syncthing/18.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tasmobackup/6.5.1/.helmignore b/stable/syncthing/18.7.1/.helmignore similarity index 100% rename from stable/tasmobackup/6.5.1/.helmignore rename to stable/syncthing/18.7.1/.helmignore diff --git a/stable/syncthing/18.7.1/CHANGELOG.md b/stable/syncthing/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0f332b2c8dc --- /dev/null +++ b/stable/syncthing/18.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syncthing-18.7.1](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/syncthing/18.7.1/Chart.yaml new file mode 100644 index 00000000000..efa6f23e365 --- /dev/null +++ b/stable/syncthing/18.7.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.27.4 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/syncthing/18.5.1/README.md b/stable/syncthing/18.7.1/README.md similarity index 100% rename from stable/syncthing/18.5.1/README.md rename to stable/syncthing/18.7.1/README.md diff --git a/stable/syncthing/18.7.1/app-changelog.md b/stable/syncthing/18.7.1/app-changelog.md new file mode 100644 index 00000000000..1d84cb21b58 --- /dev/null +++ b/stable/syncthing/18.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [syncthing-18.7.1](https://github.com/truecharts/charts/compare/syncthing-18.6.0...syncthing-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/syncthing/18.7.1/app-readme.md similarity index 100% rename from stable/syncthing/18.5.1/app-readme.md rename to stable/syncthing/18.7.1/app-readme.md diff --git a/stable/syncthing/18.7.1/charts/common-20.2.2.tgz b/stable/syncthing/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/syncthing/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/syncthing/18.5.1/ix_values.yaml b/stable/syncthing/18.7.1/ix_values.yaml similarity index 100% rename from stable/syncthing/18.5.1/ix_values.yaml rename to stable/syncthing/18.7.1/ix_values.yaml diff --git a/stable/syncthing/18.5.1/questions.yaml b/stable/syncthing/18.7.1/questions.yaml similarity index 100% rename from stable/syncthing/18.5.1/questions.yaml rename to stable/syncthing/18.7.1/questions.yaml diff --git a/stable/thelounge/13.5.1/templates/NOTES.txt b/stable/syncthing/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/thelounge/13.5.1/templates/NOTES.txt rename to stable/syncthing/18.7.1/templates/NOTES.txt diff --git a/stable/tasmoadmin/8.5.1/templates/common.yaml b/stable/syncthing/18.7.1/templates/common.yaml similarity index 100% rename from stable/tasmoadmin/8.5.1/templates/common.yaml rename to stable/syncthing/18.7.1/templates/common.yaml diff --git a/stable/tasmobackup/6.5.1/values.yaml b/stable/syncthing/18.7.1/values.yaml similarity index 100% rename from stable/tasmobackup/6.5.1/values.yaml rename to stable/syncthing/18.7.1/values.yaml diff --git a/stable/synctube/7.5.1/CHANGELOG.md b/stable/synctube/7.5.1/CHANGELOG.md deleted file mode 100644 index 71fdd5ae840..00000000000 --- a/stable/synctube/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [synctube-7.5.1](https://github.com/truecharts/charts/compare/synctube-7.5.0...synctube-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [synctube-7.5.0](https://github.com/truecharts/charts/compare/synctube-7.4.1...synctube-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [synctube-7.4.1](https://github.com/truecharts/charts/compare/synctube-7.4.0...synctube-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [synctube-7.4.0](https://github.com/truecharts/charts/compare/synctube-7.3.0...synctube-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [synctube-7.3.0](https://github.com/truecharts/charts/compare/synctube-7.2.3...synctube-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [synctube-7.2.3](https://github.com/truecharts/charts/compare/synctube-7.2.2...synctube-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [synctube-7.2.2](https://github.com/truecharts/charts/compare/synctube-7.2.0...synctube-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [synctube-6.1.11](https://github.com/truecharts/charts/compare/synctube-6.1.10...synctube-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [synctube-6.1.10](https://github.com/truecharts/charts/compare/synctube-6.1.9...synctube-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/synctube/7.5.1/Chart.yaml b/stable/synctube/7.5.1/Chart.yaml deleted file mode 100644 index d288c24b38c..00000000000 --- a/stable/synctube/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/synctube/7.5.1/charts/common-20.0.8.tgz b/stable/synctube/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/synctube/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.5.2/.helmignore b/stable/synctube/7.7.1/.helmignore similarity index 100% rename from stable/tasmocompiler/6.5.2/.helmignore rename to stable/synctube/7.7.1/.helmignore diff --git a/stable/synctube/7.7.1/CHANGELOG.md b/stable/synctube/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fc2ff7c94b0 --- /dev/null +++ b/stable/synctube/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [synctube-7.7.1](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/synctube/7.7.1/Chart.yaml new file mode 100644 index 00000000000..ed792e5ba60 --- /dev/null +++ b/stable/synctube/7.7.1/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.2 + 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.1 diff --git a/stable/synctube/7.5.1/README.md b/stable/synctube/7.7.1/README.md similarity index 100% rename from stable/synctube/7.5.1/README.md rename to stable/synctube/7.7.1/README.md diff --git a/stable/synctube/7.7.1/app-changelog.md b/stable/synctube/7.7.1/app-changelog.md new file mode 100644 index 00000000000..4a7557ac595 --- /dev/null +++ b/stable/synctube/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [synctube-7.7.1](https://github.com/truecharts/charts/compare/synctube-7.6.0...synctube-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/synctube/7.7.1/app-readme.md similarity index 100% rename from stable/synctube/7.5.1/app-readme.md rename to stable/synctube/7.7.1/app-readme.md diff --git a/stable/synctube/7.7.1/charts/common-20.2.2.tgz b/stable/synctube/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/synctube/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/synctube/7.5.1/ix_values.yaml b/stable/synctube/7.7.1/ix_values.yaml similarity index 100% rename from stable/synctube/7.5.1/ix_values.yaml rename to stable/synctube/7.7.1/ix_values.yaml diff --git a/stable/synctube/7.5.1/questions.yaml b/stable/synctube/7.7.1/questions.yaml similarity index 100% rename from stable/synctube/7.5.1/questions.yaml rename to stable/synctube/7.7.1/questions.yaml diff --git a/stable/theme-park/9.6.1/templates/NOTES.txt b/stable/synctube/7.7.1/templates/NOTES.txt similarity index 100% rename from stable/theme-park/9.6.1/templates/NOTES.txt rename to stable/synctube/7.7.1/templates/NOTES.txt diff --git a/stable/synctube/7.5.1/templates/common.yaml b/stable/synctube/7.7.1/templates/common.yaml similarity index 100% rename from stable/synctube/7.5.1/templates/common.yaml rename to stable/synctube/7.7.1/templates/common.yaml diff --git a/stable/tasmocompiler/6.5.2/values.yaml b/stable/synctube/7.7.1/values.yaml similarity index 100% rename from stable/tasmocompiler/6.5.2/values.yaml rename to stable/synctube/7.7.1/values.yaml diff --git a/stable/syslog-ng/9.5.1/CHANGELOG.md b/stable/syslog-ng/9.5.1/CHANGELOG.md deleted file mode 100644 index 68c0ac5fbad..00000000000 --- a/stable/syslog-ng/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [syslog-ng-9.5.1](https://github.com/truecharts/charts/compare/syslog-ng-9.5.0...syslog-ng-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [syslog-ng-9.5.0](https://github.com/truecharts/charts/compare/syslog-ng-9.4.1...syslog-ng-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [syslog-ng-9.4.1](https://github.com/truecharts/charts/compare/syslog-ng-9.4.0...syslog-ng-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [syslog-ng-9.4.0](https://github.com/truecharts/charts/compare/syslog-ng-9.3.0...syslog-ng-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [syslog-ng-9.3.0](https://github.com/truecharts/charts/compare/syslog-ng-9.2.3...syslog-ng-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [syslog-ng-9.2.3](https://github.com/truecharts/charts/compare/syslog-ng-9.2.2...syslog-ng-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [syslog-ng-9.2.2](https://github.com/truecharts/charts/compare/syslog-ng-9.2.0...syslog-ng-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [syslog-ng-8.2.1](https://github.com/truecharts/charts/compare/syslog-ng-8.2.0...syslog-ng-8.2.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [syslog-ng-8.2.0](https://github.com/truecharts/charts/compare/syslog-ng-8.1.10...syslog-ng-8.2.0) (2024-01-29) - -### Chore - - - -- update container image balabit/syslog-ng to v4.6.0[@0486468](https://github.com/0486468) by renovate ([#17689](https://github.com/truecharts/charts/issues/17689)) diff --git a/stable/syslog-ng/9.5.1/Chart.yaml b/stable/syslog-ng/9.5.1/Chart.yaml deleted file mode 100644 index a2aa3d69946..00000000000 --- a/stable/syslog-ng/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/syslog-ng/9.5.1/charts/common-20.0.8.tgz b/stable/syslog-ng/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/syslog-ng/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tauticord/4.0.2/.helmignore b/stable/syslog-ng/9.7.1/.helmignore similarity index 100% rename from stable/tauticord/4.0.2/.helmignore rename to stable/syslog-ng/9.7.1/.helmignore diff --git a/stable/syslog-ng/9.7.1/CHANGELOG.md b/stable/syslog-ng/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7219b19f270 --- /dev/null +++ b/stable/syslog-ng/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [syslog-ng-9.7.1](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/syslog-ng/9.7.1/Chart.yaml new file mode 100644 index 00000000000..959b6b436f7 --- /dev/null +++ b/stable/syslog-ng/9.7.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: 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.2 + 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.1 diff --git a/stable/syslog-ng/9.5.1/README.md b/stable/syslog-ng/9.7.1/README.md similarity index 100% rename from stable/syslog-ng/9.5.1/README.md rename to stable/syslog-ng/9.7.1/README.md diff --git a/stable/syslog-ng/9.7.1/app-changelog.md b/stable/syslog-ng/9.7.1/app-changelog.md new file mode 100644 index 00000000000..d11167bd8c3 --- /dev/null +++ b/stable/syslog-ng/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [syslog-ng-9.7.1](https://github.com/truecharts/charts/compare/syslog-ng-9.6.0...syslog-ng-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/syslog-ng/9.7.1/app-readme.md similarity index 100% rename from stable/syslog-ng/9.5.1/app-readme.md rename to stable/syslog-ng/9.7.1/app-readme.md diff --git a/stable/syslog-ng/9.7.1/charts/common-20.2.2.tgz b/stable/syslog-ng/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/syslog-ng/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/syslog-ng/9.5.1/ix_values.yaml b/stable/syslog-ng/9.7.1/ix_values.yaml similarity index 100% rename from stable/syslog-ng/9.5.1/ix_values.yaml rename to stable/syslog-ng/9.7.1/ix_values.yaml diff --git a/stable/syslog-ng/9.5.1/questions.yaml b/stable/syslog-ng/9.7.1/questions.yaml similarity index 100% rename from stable/syslog-ng/9.5.1/questions.yaml rename to stable/syslog-ng/9.7.1/questions.yaml diff --git a/stable/tinymediamanager/10.5.1/templates/NOTES.txt b/stable/syslog-ng/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/tinymediamanager/10.5.1/templates/NOTES.txt rename to stable/syslog-ng/9.7.1/templates/NOTES.txt diff --git a/stable/tasmobackup/6.5.1/templates/common.yaml b/stable/syslog-ng/9.7.1/templates/common.yaml similarity index 100% rename from stable/tasmobackup/6.5.1/templates/common.yaml rename to stable/syslog-ng/9.7.1/templates/common.yaml diff --git a/stable/tauticord/4.0.2/values.yaml b/stable/syslog-ng/9.7.1/values.yaml similarity index 100% rename from stable/tauticord/4.0.2/values.yaml rename to stable/syslog-ng/9.7.1/values.yaml diff --git a/stable/tachidesk-docker/6.5.2/CHANGELOG.md b/stable/tachidesk-docker/6.5.2/CHANGELOG.md deleted file mode 100644 index 7dfe2d5fb95..00000000000 --- a/stable/tachidesk-docker/6.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tachidesk-docker-6.5.2](https://github.com/truecharts/charts/compare/tachidesk-docker-6.5.1...tachidesk-docker-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tachidesk-docker-6.5.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.5.0...tachidesk-docker-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tachidesk-docker-6.5.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.4.2...tachidesk-docker-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tachidesk-docker-6.4.2](https://github.com/truecharts/charts/compare/tachidesk-docker-6.4.1...tachidesk-docker-6.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/suwayomi/tachidesk to preview[@a914296](https://github.com/a914296) by renovate ([#19019](https://github.com/truecharts/charts/issues/19019)) - - -## [tachidesk-docker-6.4.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.4.0...tachidesk-docker-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tachidesk-docker-6.4.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.3.0...tachidesk-docker-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tachidesk-docker-6.3.0](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.4...tachidesk-docker-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tachidesk-docker-6.2.4](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.3...tachidesk-docker-6.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tachidesk-docker-6.2.3](https://github.com/truecharts/charts/compare/tachidesk-docker-6.2.1...tachidesk-docker-6.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/tachidesk-docker/6.5.2/Chart.yaml b/stable/tachidesk-docker/6.5.2/Chart.yaml deleted file mode 100644 index 1d34df3fa8a..00000000000 --- a/stable/tachidesk-docker/6.5.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: 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.0.9 - 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.5.2 diff --git a/stable/tachidesk-docker/6.5.2/charts/common-20.0.9.tgz b/stable/tachidesk-docker/6.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tachidesk-docker/6.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tachidesk-docker/6.5.2/ix_values.yaml b/stable/tachidesk-docker/6.5.2/ix_values.yaml deleted file mode 100644 index be755fe488a..00000000000 --- a/stable/tachidesk-docker/6.5.2/ix_values.yaml +++ /dev/null @@ -1,68 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/suwayomi/tachidesk - tag: preview@sha256:a9142967f101cc1d52fc4fb139de25e0751e93ae595fd38a88c5259f18bcc1a6 - -securityContext: - container: - readOnlyRootFilesystem: false - -workload: - main: - podSpec: - containers: - main: - env: - BIND_IP: "0.0.0.0" - BIND_PORT: "{{ .Values.service.main.ports.main.port }}" - SOCKS_PROXY_ENABLED: false - SOCKS_PROXY_HOST: "" - SOCKS_PROXY_PORT: "" - DOWNLOAD_AS_CBZ: true - BASIC_AUTH_ENABLED: false - BASIC_AUTH_USERNAME: "" - BASIC_AUTH_PASSWORD: "" - DEBUG: false - GQL_DEBUG: false - WEB_UI_ENABLED: true - WEB_UI_FLAVOR: "WebUI" - WEB_UI_CHANNEL: "stable" - WEB_UI_UPDATE_INTERVAL: 23 - AUTO_DOWNLOAD_CHAPTERS: false - AUTO_DOWNLOAD_EXCLUDE_UNREAD: true - AUTO_DOWNLOAD_AHEAD_LIMIT: 0 - EXTENSION_REPOS: "" - MAX_SOURCES_IN_PARALLEL: 6 - UPDATE_EXCLUDE_UNREAD: true - UPDATE_EXCLUDE_STARTED: true - UPDATE_EXCLUDE_COMPLETED: true - UPDATE_INTERVAL: 12 - UPDATE_MANGA_INFO: false - BACKUP_INTERVAL: 1 - BACKUP_TTL: 14 - FLARESOLVERR_ENABLED: false - FLARESOLVERR_URL: "" - FLARESOLVERR_TIMEOUT: 60 - FLARESOLVERR_SESSION_NAME: "suwayomi" - FLARESOLVERR_SESSION_TTL: 15 - -service: - main: - ports: - main: - port: 4567 - -persistence: - appdata: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk - library: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk/downloads - local-library: - enabled: true - mountPath: /home/suwayomi/.local/share/Tachidesk/local - -portal: - open: - enabled: true diff --git a/stable/tautulli/18.5.2/.helmignore b/stable/tachidesk-docker/6.7.2/.helmignore similarity index 100% rename from stable/tautulli/18.5.2/.helmignore rename to stable/tachidesk-docker/6.7.2/.helmignore diff --git a/stable/tachidesk-docker/6.7.2/CHANGELOG.md b/stable/tachidesk-docker/6.7.2/CHANGELOG.md new file mode 100644 index 00000000000..551bd2e6b69 --- /dev/null +++ b/stable/tachidesk-docker/6.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tachidesk-docker-6.7.2](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.1) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/tachidesk-docker/6.7.2/Chart.yaml b/stable/tachidesk-docker/6.7.2/Chart.yaml new file mode 100644 index 00000000000..4606568de0b --- /dev/null +++ b/stable/tachidesk-docker/6.7.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: 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.2 + 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.2 diff --git a/stable/tachidesk-docker/6.5.2/README.md b/stable/tachidesk-docker/6.7.2/README.md similarity index 100% rename from stable/tachidesk-docker/6.5.2/README.md rename to stable/tachidesk-docker/6.7.2/README.md diff --git a/stable/tachidesk-docker/6.7.2/app-changelog.md b/stable/tachidesk-docker/6.7.2/app-changelog.md new file mode 100644 index 00000000000..c568c55de63 --- /dev/null +++ b/stable/tachidesk-docker/6.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tachidesk-docker-6.7.2](https://github.com/truecharts/charts/compare/tachidesk-docker-6.6.0...tachidesk-docker-6.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/tachidesk-docker/6.7.2/app-readme.md similarity index 100% rename from stable/tachidesk-docker/6.5.2/app-readme.md rename to stable/tachidesk-docker/6.7.2/app-readme.md diff --git a/stable/tachidesk-docker/6.7.2/charts/common-20.2.2.tgz b/stable/tachidesk-docker/6.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tachidesk-docker/6.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/tachidesk-docker/6.7.2/ix_values.yaml b/stable/tachidesk-docker/6.7.2/ix_values.yaml new file mode 100644 index 00000000000..5e0c938ada3 --- /dev/null +++ b/stable/tachidesk-docker/6.7.2/ix_values.yaml @@ -0,0 +1,68 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/suwayomi/tachidesk + tag: preview@sha256:c9316b802ebfb3a837d9149e0452184595fdf87e3006b1f507c5a72461934773 + +securityContext: + container: + readOnlyRootFilesystem: false + +workload: + main: + podSpec: + containers: + main: + env: + BIND_IP: "0.0.0.0" + BIND_PORT: "{{ .Values.service.main.ports.main.port }}" + SOCKS_PROXY_ENABLED: false + SOCKS_PROXY_HOST: "" + SOCKS_PROXY_PORT: "" + DOWNLOAD_AS_CBZ: true + BASIC_AUTH_ENABLED: false + BASIC_AUTH_USERNAME: "" + BASIC_AUTH_PASSWORD: "" + DEBUG: false + GQL_DEBUG: false + WEB_UI_ENABLED: true + WEB_UI_FLAVOR: "WebUI" + WEB_UI_CHANNEL: "stable" + WEB_UI_UPDATE_INTERVAL: 23 + AUTO_DOWNLOAD_CHAPTERS: false + AUTO_DOWNLOAD_EXCLUDE_UNREAD: true + AUTO_DOWNLOAD_AHEAD_LIMIT: 0 + EXTENSION_REPOS: "" + MAX_SOURCES_IN_PARALLEL: 6 + UPDATE_EXCLUDE_UNREAD: true + UPDATE_EXCLUDE_STARTED: true + UPDATE_EXCLUDE_COMPLETED: true + UPDATE_INTERVAL: 12 + UPDATE_MANGA_INFO: false + BACKUP_INTERVAL: 1 + BACKUP_TTL: 14 + FLARESOLVERR_ENABLED: false + FLARESOLVERR_URL: "" + FLARESOLVERR_TIMEOUT: 60 + FLARESOLVERR_SESSION_NAME: "suwayomi" + FLARESOLVERR_SESSION_TTL: 15 + +service: + main: + ports: + main: + port: 4567 + +persistence: + appdata: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk + library: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk/downloads + local-library: + enabled: true + mountPath: /home/suwayomi/.local/share/Tachidesk/local + +portal: + open: + enabled: true diff --git a/stable/tachidesk-docker/6.5.2/questions.yaml b/stable/tachidesk-docker/6.7.2/questions.yaml similarity index 100% rename from stable/tachidesk-docker/6.5.2/questions.yaml rename to stable/tachidesk-docker/6.7.2/questions.yaml diff --git a/stable/tachidesk-docker/6.5.2/templates/common.yaml b/stable/tachidesk-docker/6.7.2/templates/common.yaml similarity index 100% rename from stable/tachidesk-docker/6.5.2/templates/common.yaml rename to stable/tachidesk-docker/6.7.2/templates/common.yaml diff --git a/stable/tautulli/18.5.2/values.yaml b/stable/tachidesk-docker/6.7.2/values.yaml similarity index 100% rename from stable/tautulli/18.5.2/values.yaml rename to stable/tachidesk-docker/6.7.2/values.yaml diff --git a/stable/tagspaces/3.5.1/CHANGELOG.md b/stable/tagspaces/3.5.1/CHANGELOG.md deleted file mode 100644 index 3bc543f50d9..00000000000 --- a/stable/tagspaces/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tagspaces-3.5.1](https://github.com/truecharts/charts/compare/tagspaces-3.5.0...tagspaces-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tagspaces-3.5.0](https://github.com/truecharts/charts/compare/tagspaces-3.4.1...tagspaces-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tagspaces-3.4.1](https://github.com/truecharts/charts/compare/tagspaces-3.4.0...tagspaces-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tagspaces-3.4.0](https://github.com/truecharts/charts/compare/tagspaces-3.3.0...tagspaces-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tagspaces-3.3.0](https://github.com/truecharts/charts/compare/tagspaces-3.2.3...tagspaces-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tagspaces-3.2.3](https://github.com/truecharts/charts/compare/tagspaces-3.2.2...tagspaces-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tagspaces-3.2.2](https://github.com/truecharts/charts/compare/tagspaces-3.2.0...tagspaces-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tagspaces-2.1.11](https://github.com/truecharts/charts/compare/tagspaces-2.1.10...tagspaces-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tagspaces-2.1.10](https://github.com/truecharts/charts/compare/tagspaces-2.1.9...tagspaces-2.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tagspaces/3.5.1/Chart.yaml b/stable/tagspaces/3.5.1/Chart.yaml deleted file mode 100644 index 41ce9cc7b0c..00000000000 --- a/stable/tagspaces/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tagspaces/3.5.1/charts/common-20.0.8.tgz b/stable/tagspaces/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tagspaces/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tdarr-node/9.5.1/.helmignore b/stable/tagspaces/3.7.1/.helmignore similarity index 100% rename from stable/tdarr-node/9.5.1/.helmignore rename to stable/tagspaces/3.7.1/.helmignore diff --git a/stable/tagspaces/3.7.1/CHANGELOG.md b/stable/tagspaces/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ac2fbbc0a1c --- /dev/null +++ b/stable/tagspaces/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tagspaces-3.7.1](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tagspaces/3.7.1/Chart.yaml new file mode 100644 index 00000000000..29eb4414404 --- /dev/null +++ b/stable/tagspaces/3.7.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: 5.5.2 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/tagspaces/3.5.1/README.md b/stable/tagspaces/3.7.1/README.md similarity index 100% rename from stable/tagspaces/3.5.1/README.md rename to stable/tagspaces/3.7.1/README.md diff --git a/stable/tagspaces/3.7.1/app-changelog.md b/stable/tagspaces/3.7.1/app-changelog.md new file mode 100644 index 00000000000..a0de2b7620f --- /dev/null +++ b/stable/tagspaces/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tagspaces-3.7.1](https://github.com/truecharts/charts/compare/tagspaces-3.6.0...tagspaces-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tagspaces/3.7.1/app-readme.md similarity index 100% rename from stable/tagspaces/3.5.1/app-readme.md rename to stable/tagspaces/3.7.1/app-readme.md diff --git a/stable/tagspaces/3.7.1/charts/common-20.2.2.tgz b/stable/tagspaces/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tagspaces/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tagspaces/3.5.1/ix_values.yaml b/stable/tagspaces/3.7.1/ix_values.yaml similarity index 100% rename from stable/tagspaces/3.5.1/ix_values.yaml rename to stable/tagspaces/3.7.1/ix_values.yaml diff --git a/stable/tagspaces/3.5.1/questions.yaml b/stable/tagspaces/3.7.1/questions.yaml similarity index 100% rename from stable/tagspaces/3.5.1/questions.yaml rename to stable/tagspaces/3.7.1/questions.yaml diff --git a/stable/traccar/15.5.1/templates/NOTES.txt b/stable/tagspaces/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/traccar/15.5.1/templates/NOTES.txt rename to stable/tagspaces/3.7.1/templates/NOTES.txt diff --git a/stable/tagspaces/3.5.1/templates/_secrets.tpl b/stable/tagspaces/3.7.1/templates/_secrets.tpl similarity index 100% rename from stable/tagspaces/3.5.1/templates/_secrets.tpl rename to stable/tagspaces/3.7.1/templates/_secrets.tpl diff --git a/stable/tagspaces/3.5.1/templates/common.yaml b/stable/tagspaces/3.7.1/templates/common.yaml similarity index 100% rename from stable/tagspaces/3.5.1/templates/common.yaml rename to stable/tagspaces/3.7.1/templates/common.yaml diff --git a/stable/tdarr-node/9.5.1/values.yaml b/stable/tagspaces/3.7.1/values.yaml similarity index 100% rename from stable/tdarr-node/9.5.1/values.yaml rename to stable/tagspaces/3.7.1/values.yaml diff --git a/stable/tailscale/8.6.2/CHANGELOG.md b/stable/tailscale/8.6.2/CHANGELOG.md deleted file mode 100644 index 1421ea51db2..00000000000 --- a/stable/tailscale/8.6.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tailscale-8.6.2](https://github.com/truecharts/charts/compare/tailscale-8.6.1...tailscale-8.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tailscale-8.6.1](https://github.com/truecharts/charts/compare/tailscale-8.6.0...tailscale-8.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tailscale-8.6.0](https://github.com/truecharts/charts/compare/tailscale-8.5.1...tailscale-8.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tailscale-8.5.1](https://github.com/truecharts/charts/compare/tailscale-8.5.0...tailscale-8.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tailscale-8.5.0](https://github.com/truecharts/charts/compare/tailscale-8.4.0...tailscale-8.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tailscale-8.4.0](https://github.com/truecharts/charts/compare/tailscale-8.3.3...tailscale-8.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tailscale-8.3.3](https://github.com/truecharts/charts/compare/tailscale-8.3.2...tailscale-8.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tailscale-8.3.2](https://github.com/truecharts/charts/compare/tailscale-8.3.0...tailscale-8.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [tailscale-7.2.0](https://github.com/truecharts/charts/compare/tailscale-7.1.11...tailscale-7.2.0) (2024-02-05) - -### Chore - - - -- update container image tailscale/tailscale to v1.58.2[@6dc3334](https://github.com/6dc3334) by renovate ([#17949](https://github.com/truecharts/charts/issues/17949)) \ No newline at end of file diff --git a/stable/tailscale/8.6.2/Chart.yaml b/stable/tailscale/8.6.2/Chart.yaml deleted file mode 100644 index 5db2f7fa21f..00000000000 --- a/stable/tailscale/8.6.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: network - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.61.11 -dependencies: - - name: common - version: 20.0.9 - 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.6.2 diff --git a/stable/tailscale/8.6.2/charts/common-20.0.9.tgz b/stable/tailscale/8.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tailscale/8.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tailscale/8.6.2/ix_values.yaml b/stable/tailscale/8.6.2/ix_values.yaml deleted file mode 100644 index 64d01cc018b..00000000000 --- a/stable/tailscale/8.6.2/ix_values.yaml +++ /dev/null @@ -1,101 +0,0 @@ -image: - repository: tailscale/tailscale - pullPolicy: IfNotPresent - tag: v1.61.11@sha256:06e993635efcfa9574147ed223424cba562f7a5f0785e3b74381477414d57227 -serviceAccount: - main: - enabled: true - primary: true -rbac: - main: - enabled: true - primary: true - rules: - - apiGroups: - - "" - resources: - - secrets - verbs: - - create - - apiGroups: - - "" - resources: - - secrets - resourceNames: - - '{{ printf "%s-tailscale-secret" (include "tc.v1.common.lib.chart.names.fullname" .) }}' - verbs: - - get - - update - - patch -tailscale: - authkey: supersecret - auth_once: true - userspace: true - accept_dns: false - routes: "" - dest_ip: "" - sock5_server: "" - outbound_http_proxy_listen: "" - extra_args: "" - daemon_extra_args: "" - hostname: "" - advertise_as_exit_node: false -hostNetwork: true -service: - main: - enabled: false - ports: - main: - enabled: false -persistence: - varrun: - enabled: true - tun: - enabled: true - type: hostPath - hostPath: /dev/net/tun - mountPath: /dev/net/tun - hostPathType: "" - readOnly: false -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - capabilities: - add: - - NET_ADMIN - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - automountServiceAccountToken: true - containers: - main: - probes: - liveness: - enabled: false - type: exec - command: - - tailscale - - status - readiness: - enabled: false - type: exec - command: - - tailscale - - status - startup: - enabled: false - type: exec - command: - - tailscale - - status - envFrom: - - configMapRef: - name: "tailscale-config" - command: - - /usr/local/bin/containerboot diff --git a/stable/tdarr/9.5.1/.helmignore b/stable/tailscale/8.9.1/.helmignore similarity index 100% rename from stable/tdarr/9.5.1/.helmignore rename to stable/tailscale/8.9.1/.helmignore diff --git a/stable/tailscale/8.9.1/CHANGELOG.md b/stable/tailscale/8.9.1/CHANGELOG.md new file mode 100644 index 00000000000..ab4da261471 --- /dev/null +++ b/stable/tailscale/8.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tailscale-8.9.1](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/tailscale/8.9.1/Chart.yaml b/stable/tailscale/8.9.1/Chart.yaml new file mode 100644 index 00000000000..d7aeace7d97 --- /dev/null +++ b/stable/tailscale/8.9.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: network + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.62.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/tailscale/8.6.2/README.md b/stable/tailscale/8.9.1/README.md similarity index 100% rename from stable/tailscale/8.6.2/README.md rename to stable/tailscale/8.9.1/README.md diff --git a/stable/tailscale/8.9.1/app-changelog.md b/stable/tailscale/8.9.1/app-changelog.md new file mode 100644 index 00000000000..ce71c7dde6b --- /dev/null +++ b/stable/tailscale/8.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tailscale-8.9.1](https://github.com/truecharts/charts/compare/tailscale-8.7.0...tailscale-8.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/tailscale/8.9.1/app-readme.md similarity index 100% rename from stable/tailscale/8.6.2/app-readme.md rename to stable/tailscale/8.9.1/app-readme.md diff --git a/stable/tailscale/8.9.1/charts/common-20.2.2.tgz b/stable/tailscale/8.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tailscale/8.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/tailscale/8.9.1/ix_values.yaml b/stable/tailscale/8.9.1/ix_values.yaml new file mode 100644 index 00000000000..d60ef142cd5 --- /dev/null +++ b/stable/tailscale/8.9.1/ix_values.yaml @@ -0,0 +1,101 @@ +image: + repository: tailscale/tailscale + pullPolicy: IfNotPresent + tag: v1.62.0@sha256:22a86da9e6d770642a933a3b038ae0146345040210f8c0d96d33802e2ab0ce77 +serviceAccount: + main: + enabled: true + primary: true +rbac: + main: + enabled: true + primary: true + rules: + - apiGroups: + - "" + resources: + - secrets + verbs: + - create + - apiGroups: + - "" + resources: + - secrets + resourceNames: + - '{{ printf "%s-tailscale-secret" (include "tc.v1.common.lib.chart.names.fullname" .) }}' + verbs: + - get + - update + - patch +tailscale: + authkey: supersecret + auth_once: true + userspace: true + accept_dns: false + routes: "" + dest_ip: "" + sock5_server: "" + outbound_http_proxy_listen: "" + extra_args: "" + daemon_extra_args: "" + hostname: "" + advertise_as_exit_node: false +hostNetwork: true +service: + main: + enabled: false + ports: + main: + enabled: false +persistence: + varrun: + enabled: true + tun: + enabled: true + type: hostPath + hostPath: /dev/net/tun + mountPath: /dev/net/tun + hostPathType: "" + readOnly: false +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - NET_ADMIN + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + automountServiceAccountToken: true + containers: + main: + probes: + liveness: + enabled: false + type: exec + command: + - tailscale + - status + readiness: + enabled: false + type: exec + command: + - tailscale + - status + startup: + enabled: false + type: exec + command: + - tailscale + - status + envFrom: + - configMapRef: + name: "tailscale-config" + command: + - /usr/local/bin/containerboot diff --git a/stable/tailscale/8.6.2/questions.yaml b/stable/tailscale/8.9.1/questions.yaml similarity index 100% rename from stable/tailscale/8.6.2/questions.yaml rename to stable/tailscale/8.9.1/questions.yaml diff --git a/stable/traggo/6.6.1/templates/NOTES.txt b/stable/tailscale/8.9.1/templates/NOTES.txt similarity index 100% rename from stable/traggo/6.6.1/templates/NOTES.txt rename to stable/tailscale/8.9.1/templates/NOTES.txt diff --git a/stable/tailscale/8.6.2/templates/_configmap.tpl b/stable/tailscale/8.9.1/templates/_configmap.tpl similarity index 100% rename from stable/tailscale/8.6.2/templates/_configmap.tpl rename to stable/tailscale/8.9.1/templates/_configmap.tpl diff --git a/stable/tailscale/8.6.2/templates/_secret.tpl b/stable/tailscale/8.9.1/templates/_secret.tpl similarity index 100% rename from stable/tailscale/8.6.2/templates/_secret.tpl rename to stable/tailscale/8.9.1/templates/_secret.tpl diff --git a/stable/tailscale/8.6.2/templates/common.yaml b/stable/tailscale/8.9.1/templates/common.yaml similarity index 100% rename from stable/tailscale/8.6.2/templates/common.yaml rename to stable/tailscale/8.9.1/templates/common.yaml diff --git a/stable/tdarr/9.5.1/values.yaml b/stable/tailscale/8.9.1/values.yaml similarity index 100% rename from stable/tdarr/9.5.1/values.yaml rename to stable/tailscale/8.9.1/values.yaml diff --git a/stable/tandoor-recipes/16.5.1/CHANGELOG.md b/stable/tandoor-recipes/16.5.1/CHANGELOG.md deleted file mode 100644 index 5b4b0616164..00000000000 --- a/stable/tandoor-recipes/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tandoor-recipes-16.5.1](https://github.com/truecharts/charts/compare/tandoor-recipes-16.5.0...tandoor-recipes-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tandoor-recipes-16.5.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.4.2...tandoor-recipes-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tandoor-recipes-16.4.2](https://github.com/truecharts/charts/compare/tandoor-recipes-16.4.1...tandoor-recipes-16.4.2) (2024-03-11) - -### Chore - - - -- update container image vabene1111/recipes to v1.5.14[@0a83560](https://github.com/0a83560) by renovate ([#19090](https://github.com/truecharts/charts/issues/19090)) - - -## [tandoor-recipes-16.4.1](https://github.com/truecharts/charts/compare/tandoor-recipes-16.4.0...tandoor-recipes-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tandoor-recipes-16.4.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.3.0...tandoor-recipes-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tandoor-recipes-16.3.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.3...tandoor-recipes-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tandoor-recipes-16.2.3](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.2...tandoor-recipes-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tandoor-recipes-16.2.2](https://github.com/truecharts/charts/compare/tandoor-recipes-16.2.0...tandoor-recipes-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - -## [tandoor-recipes-15.0.11](https://github.com/truecharts/charts/compare/tandoor-recipes-15.0.10...tandoor-recipes-15.0.11) (2024-02-05) diff --git a/stable/tandoor-recipes/16.5.1/Chart.yaml b/stable/tandoor-recipes/16.5.1/Chart.yaml deleted file mode 100644 index 780c1b0adc6..00000000000 --- a/stable/tandoor-recipes/16.5.1/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.14 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/tandoor-recipes/16.5.1/charts/common-20.0.8.tgz b/stable/tandoor-recipes/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tandoor-recipes/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.5.2/.helmignore b/stable/tandoor-recipes/16.7.1/.helmignore similarity index 100% rename from stable/teamspeak3/10.5.2/.helmignore rename to stable/tandoor-recipes/16.7.1/.helmignore diff --git a/stable/tandoor-recipes/16.7.1/CHANGELOG.md b/stable/tandoor-recipes/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5b2ff479028 --- /dev/null +++ b/stable/tandoor-recipes/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tandoor-recipes-16.7.1](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tandoor-recipes/16.7.1/Chart.yaml new file mode 100644 index 00000000000..76a925ad212 --- /dev/null +++ b/stable/tandoor-recipes/16.7.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: media + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 1.5.14 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/tandoor-recipes/16.5.1/README.md b/stable/tandoor-recipes/16.7.1/README.md similarity index 100% rename from stable/tandoor-recipes/16.5.1/README.md rename to stable/tandoor-recipes/16.7.1/README.md diff --git a/stable/tandoor-recipes/16.7.1/app-changelog.md b/stable/tandoor-recipes/16.7.1/app-changelog.md new file mode 100644 index 00000000000..e02a59a2485 --- /dev/null +++ b/stable/tandoor-recipes/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tandoor-recipes-16.7.1](https://github.com/truecharts/charts/compare/tandoor-recipes-16.6.0...tandoor-recipes-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tandoor-recipes/16.7.1/app-readme.md similarity index 100% rename from stable/tandoor-recipes/16.5.1/app-readme.md rename to stable/tandoor-recipes/16.7.1/app-readme.md diff --git a/stable/tandoor-recipes/16.7.1/charts/common-20.2.2.tgz b/stable/tandoor-recipes/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tandoor-recipes/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tandoor-recipes/16.5.1/ix_values.yaml b/stable/tandoor-recipes/16.7.1/ix_values.yaml similarity index 100% rename from stable/tandoor-recipes/16.5.1/ix_values.yaml rename to stable/tandoor-recipes/16.7.1/ix_values.yaml diff --git a/stable/tandoor-recipes/16.5.1/questions.yaml b/stable/tandoor-recipes/16.7.1/questions.yaml similarity index 100% rename from stable/tandoor-recipes/16.5.1/questions.yaml rename to stable/tandoor-recipes/16.7.1/questions.yaml diff --git a/stable/tandoor-recipes/16.5.1/templates/_secrets.tpl b/stable/tandoor-recipes/16.7.1/templates/_secrets.tpl similarity index 100% rename from stable/tandoor-recipes/16.5.1/templates/_secrets.tpl rename to stable/tandoor-recipes/16.7.1/templates/_secrets.tpl diff --git a/stable/tandoor-recipes/16.5.1/templates/common.yaml b/stable/tandoor-recipes/16.7.1/templates/common.yaml similarity index 100% rename from stable/tandoor-recipes/16.5.1/templates/common.yaml rename to stable/tandoor-recipes/16.7.1/templates/common.yaml diff --git a/stable/teamspeak3/10.5.2/values.yaml b/stable/tandoor-recipes/16.7.1/values.yaml similarity index 100% rename from stable/teamspeak3/10.5.2/values.yaml rename to stable/tandoor-recipes/16.7.1/values.yaml diff --git a/stable/tanoshi/5.5.1/CHANGELOG.md b/stable/tanoshi/5.5.1/CHANGELOG.md deleted file mode 100644 index ae23ac2f0ca..00000000000 --- a/stable/tanoshi/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tanoshi-5.5.1](https://github.com/truecharts/charts/compare/tanoshi-5.5.0...tanoshi-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tanoshi-5.5.0](https://github.com/truecharts/charts/compare/tanoshi-5.4.1...tanoshi-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tanoshi-5.4.1](https://github.com/truecharts/charts/compare/tanoshi-5.4.0...tanoshi-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tanoshi-5.4.0](https://github.com/truecharts/charts/compare/tanoshi-5.3.0...tanoshi-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tanoshi-5.3.0](https://github.com/truecharts/charts/compare/tanoshi-5.2.3...tanoshi-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tanoshi-5.2.3](https://github.com/truecharts/charts/compare/tanoshi-5.2.2...tanoshi-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tanoshi-5.2.2](https://github.com/truecharts/charts/compare/tanoshi-5.2.0...tanoshi-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tanoshi-4.1.11](https://github.com/truecharts/charts/compare/tanoshi-4.1.10...tanoshi-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tanoshi-4.1.10](https://github.com/truecharts/charts/compare/tanoshi-4.1.9...tanoshi-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tanoshi/5.5.1/Chart.yaml b/stable/tanoshi/5.5.1/Chart.yaml deleted file mode 100644 index afa5c4f0ada..00000000000 --- a/stable/tanoshi/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tanoshi/5.5.1/charts/common-20.0.8.tgz b/stable/tanoshi/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tanoshi/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/teedy-docs/5.5.1/.helmignore b/stable/tanoshi/5.7.1/.helmignore similarity index 100% rename from stable/teedy-docs/5.5.1/.helmignore rename to stable/tanoshi/5.7.1/.helmignore diff --git a/stable/tanoshi/5.7.1/CHANGELOG.md b/stable/tanoshi/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8b14591930d --- /dev/null +++ b/stable/tanoshi/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tanoshi-5.7.1](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tanoshi/5.7.1/Chart.yaml new file mode 100644 index 00000000000..9d3c8803230 --- /dev/null +++ b/stable/tanoshi/5.7.1/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.2 + 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.1 diff --git a/stable/tanoshi/5.5.1/README.md b/stable/tanoshi/5.7.1/README.md similarity index 100% rename from stable/tanoshi/5.5.1/README.md rename to stable/tanoshi/5.7.1/README.md diff --git a/stable/tanoshi/5.7.1/app-changelog.md b/stable/tanoshi/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2d0a5440cc3 --- /dev/null +++ b/stable/tanoshi/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tanoshi-5.7.1](https://github.com/truecharts/charts/compare/tanoshi-5.6.0...tanoshi-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tanoshi/5.7.1/app-readme.md similarity index 100% rename from stable/tanoshi/5.5.1/app-readme.md rename to stable/tanoshi/5.7.1/app-readme.md diff --git a/stable/tanoshi/5.7.1/charts/common-20.2.2.tgz b/stable/tanoshi/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tanoshi/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tanoshi/5.5.1/ix_values.yaml b/stable/tanoshi/5.7.1/ix_values.yaml similarity index 100% rename from stable/tanoshi/5.5.1/ix_values.yaml rename to stable/tanoshi/5.7.1/ix_values.yaml diff --git a/stable/tanoshi/5.5.1/questions.yaml b/stable/tanoshi/5.7.1/questions.yaml similarity index 100% rename from stable/tanoshi/5.5.1/questions.yaml rename to stable/tanoshi/5.7.1/questions.yaml diff --git a/stable/tanoshi/5.5.1/templates/common.yaml b/stable/tanoshi/5.7.1/templates/common.yaml similarity index 100% rename from stable/tanoshi/5.5.1/templates/common.yaml rename to stable/tanoshi/5.7.1/templates/common.yaml diff --git a/stable/teedy-docs/5.5.1/values.yaml b/stable/tanoshi/5.7.1/values.yaml similarity index 100% rename from stable/teedy-docs/5.5.1/values.yaml rename to stable/tanoshi/5.7.1/values.yaml diff --git a/stable/tar1090/5.5.2/CHANGELOG.md b/stable/tar1090/5.5.2/CHANGELOG.md deleted file mode 100644 index eb6df7b15e1..00000000000 --- a/stable/tar1090/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tar1090-5.5.2](https://github.com/truecharts/charts/compare/tar1090-5.5.1...tar1090-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tar1090-5.5.1](https://github.com/truecharts/charts/compare/tar1090-5.5.0...tar1090-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tar1090-5.5.0](https://github.com/truecharts/charts/compare/tar1090-5.4.3...tar1090-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tar1090-5.4.3](https://github.com/truecharts/charts/compare/tar1090-5.4.2...tar1090-5.4.3) (2024-03-11) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@42c9ec7](https://github.com/42c9ec7) by renovate ([#19157](https://github.com/truecharts/charts/issues/19157)) - - -## [tar1090-5.4.2](https://github.com/truecharts/charts/compare/tar1090-5.4.1...tar1090-5.4.2) (2024-03-11) - -### Chore - - - -- update container image mikenye/tar1090 to latest[@655aeb6](https://github.com/655aeb6) by renovate ([#19035](https://github.com/truecharts/charts/issues/19035)) - - -## [tar1090-5.4.1](https://github.com/truecharts/charts/compare/tar1090-5.4.0...tar1090-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tar1090-5.4.0](https://github.com/truecharts/charts/compare/tar1090-5.3.0...tar1090-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tar1090-5.3.0](https://github.com/truecharts/charts/compare/tar1090-5.2.5...tar1090-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tar1090-5.2.5](https://github.com/truecharts/charts/compare/tar1090-5.2.4...tar1090-5.2.5) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tar1090-5.2.4](https://github.com/truecharts/charts/compare/tar1090-5.2.2...tar1090-5.2.4) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/tar1090/5.5.2/Chart.yaml b/stable/tar1090/5.5.2/Chart.yaml deleted file mode 100644 index e9fb3666cb9..00000000000 --- a/stable/tar1090/5.5.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: 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.0.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.5.2 diff --git a/stable/tar1090/5.5.2/charts/common-20.0.9.tgz b/stable/tar1090/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tar1090/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tar1090/5.5.2/ix_values.yaml b/stable/tar1090/5.5.2/ix_values.yaml deleted file mode 100644 index b11b4777cdf..00000000000 --- a/stable/tar1090/5.5.2/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: mikenye/tar1090 - tag: latest@sha256:42c9ec7332a294f263e5f9553e0992aeabc2083eb1100c3b90dcf7fd696d4991 -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/teedy/15.5.1/.helmignore b/stable/tar1090/5.7.1/.helmignore similarity index 100% rename from stable/teedy/15.5.1/.helmignore rename to stable/tar1090/5.7.1/.helmignore diff --git a/stable/tar1090/5.7.1/CHANGELOG.md b/stable/tar1090/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4b58f63ed59 --- /dev/null +++ b/stable/tar1090/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tar1090-5.7.1](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/tar1090/5.7.1/Chart.yaml b/stable/tar1090/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d2293609f03 --- /dev/null +++ b/stable/tar1090/5.7.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: 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.2 + 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.1 diff --git a/stable/tar1090/5.5.2/README.md b/stable/tar1090/5.7.1/README.md similarity index 100% rename from stable/tar1090/5.5.2/README.md rename to stable/tar1090/5.7.1/README.md diff --git a/stable/tar1090/5.7.1/app-changelog.md b/stable/tar1090/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ab9061d5a15 --- /dev/null +++ b/stable/tar1090/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tar1090-5.7.1](https://github.com/truecharts/charts/compare/tar1090-5.6.0...tar1090-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/tar1090/5.7.1/app-readme.md similarity index 100% rename from stable/tar1090/5.5.2/app-readme.md rename to stable/tar1090/5.7.1/app-readme.md diff --git a/stable/tar1090/5.7.1/charts/common-20.2.2.tgz b/stable/tar1090/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tar1090/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tar1090/5.7.1/ix_values.yaml b/stable/tar1090/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..d8a78cf9834 --- /dev/null +++ b/stable/tar1090/5.7.1/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: mikenye/tar1090 + tag: latest@sha256:a1075a025b20ffee55251bc271fa6758bd04f828254eb21ebd0df9cceb92f2c5 +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.5.2/questions.yaml b/stable/tar1090/5.7.1/questions.yaml similarity index 100% rename from stable/tar1090/5.5.2/questions.yaml rename to stable/tar1090/5.7.1/questions.yaml diff --git a/stable/tar1090/5.5.2/templates/common.yaml b/stable/tar1090/5.7.1/templates/common.yaml similarity index 100% rename from stable/tar1090/5.5.2/templates/common.yaml rename to stable/tar1090/5.7.1/templates/common.yaml diff --git a/stable/teedy/15.5.1/values.yaml b/stable/tar1090/5.7.1/values.yaml similarity index 100% rename from stable/teedy/15.5.1/values.yaml rename to stable/tar1090/5.7.1/values.yaml diff --git a/stable/tasmoadmin/8.5.1/CHANGELOG.md b/stable/tasmoadmin/8.5.1/CHANGELOG.md deleted file mode 100644 index 398f2ae9f78..00000000000 --- a/stable/tasmoadmin/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmoadmin-8.5.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.5.0...tasmoadmin-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tasmoadmin-8.5.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.4.1...tasmoadmin-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tasmoadmin-8.4.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.4.0...tasmoadmin-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tasmoadmin-8.4.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.3.0...tasmoadmin-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tasmoadmin-8.3.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.3...tasmoadmin-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tasmoadmin-8.2.3](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.2...tasmoadmin-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tasmoadmin-8.2.2](https://github.com/truecharts/charts/compare/tasmoadmin-8.2.0...tasmoadmin-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [tasmoadmin-6.2.9](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.8...tasmoadmin-6.2.9) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmoadmin-6.2.8](https://github.com/truecharts/charts/compare/tasmoadmin-6.2.7...tasmoadmin-6.2.8) (2024-01-26) - -### Chore - - diff --git a/stable/tasmoadmin/8.5.1/Chart.yaml b/stable/tasmoadmin/8.5.1/Chart.yaml deleted file mode 100644 index d86dc39f1bb..00000000000 --- a/stable/tasmoadmin/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/tasmoadmin/8.5.1/charts/common-20.0.8.tgz b/stable/tasmoadmin/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tasmoadmin/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/telethon-downloader/5.5.1/.helmignore b/stable/tasmoadmin/8.7.1/.helmignore similarity index 100% rename from stable/telethon-downloader/5.5.1/.helmignore rename to stable/tasmoadmin/8.7.1/.helmignore diff --git a/stable/tasmoadmin/8.7.1/CHANGELOG.md b/stable/tasmoadmin/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4d9b859e0d8 --- /dev/null +++ b/stable/tasmoadmin/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmoadmin-8.7.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tasmoadmin/8.7.1/Chart.yaml new file mode 100644 index 00000000000..98f1206b02d --- /dev/null +++ b/stable/tasmoadmin/8.7.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: 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.2 + 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.1 diff --git a/stable/tasmoadmin/8.5.1/README.md b/stable/tasmoadmin/8.7.1/README.md similarity index 100% rename from stable/tasmoadmin/8.5.1/README.md rename to stable/tasmoadmin/8.7.1/README.md diff --git a/stable/tasmoadmin/8.7.1/app-changelog.md b/stable/tasmoadmin/8.7.1/app-changelog.md new file mode 100644 index 00000000000..094d90b4409 --- /dev/null +++ b/stable/tasmoadmin/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tasmoadmin-8.7.1](https://github.com/truecharts/charts/compare/tasmoadmin-8.6.0...tasmoadmin-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tasmoadmin/8.7.1/app-readme.md similarity index 100% rename from stable/tasmoadmin/8.5.1/app-readme.md rename to stable/tasmoadmin/8.7.1/app-readme.md diff --git a/stable/tasmoadmin/8.7.1/charts/common-20.2.2.tgz b/stable/tasmoadmin/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tasmoadmin/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tasmoadmin/8.5.1/ix_values.yaml b/stable/tasmoadmin/8.7.1/ix_values.yaml similarity index 100% rename from stable/tasmoadmin/8.5.1/ix_values.yaml rename to stable/tasmoadmin/8.7.1/ix_values.yaml diff --git a/stable/tasmoadmin/8.5.1/questions.yaml b/stable/tasmoadmin/8.7.1/questions.yaml similarity index 100% rename from stable/tasmoadmin/8.5.1/questions.yaml rename to stable/tasmoadmin/8.7.1/questions.yaml diff --git a/stable/tasmocompiler/6.5.2/templates/common.yaml b/stable/tasmoadmin/8.7.1/templates/common.yaml similarity index 100% rename from stable/tasmocompiler/6.5.2/templates/common.yaml rename to stable/tasmoadmin/8.7.1/templates/common.yaml diff --git a/stable/telethon-downloader/5.5.1/values.yaml b/stable/tasmoadmin/8.7.1/values.yaml similarity index 100% rename from stable/telethon-downloader/5.5.1/values.yaml rename to stable/tasmoadmin/8.7.1/values.yaml diff --git a/stable/tasmobackup/6.5.1/CHANGELOG.md b/stable/tasmobackup/6.5.1/CHANGELOG.md deleted file mode 100644 index e0df3d5cf0e..00000000000 --- a/stable/tasmobackup/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmobackup-6.5.1](https://github.com/truecharts/charts/compare/tasmobackup-6.5.0...tasmobackup-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tasmobackup-6.5.0](https://github.com/truecharts/charts/compare/tasmobackup-6.4.1...tasmobackup-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tasmobackup-6.4.1](https://github.com/truecharts/charts/compare/tasmobackup-6.4.0...tasmobackup-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tasmobackup-6.4.0](https://github.com/truecharts/charts/compare/tasmobackup-6.3.0...tasmobackup-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tasmobackup-6.3.0](https://github.com/truecharts/charts/compare/tasmobackup-6.2.3...tasmobackup-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tasmobackup-6.2.3](https://github.com/truecharts/charts/compare/tasmobackup-6.2.2...tasmobackup-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tasmobackup-6.2.2](https://github.com/truecharts/charts/compare/tasmobackup-6.2.0...tasmobackup-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tasmobackup-5.1.15](https://github.com/truecharts/charts/compare/tasmobackup-5.1.14...tasmobackup-5.1.15) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tasmobackup-5.1.14](https://github.com/truecharts/charts/compare/tasmobackup-5.1.13...tasmobackup-5.1.14) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tasmobackup/6.5.1/Chart.yaml b/stable/tasmobackup/6.5.1/Chart.yaml deleted file mode 100644 index 32d184b281a..00000000000 --- a/stable/tasmobackup/6.5.1/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.0.8 - 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.5.1 diff --git a/stable/tasmobackup/6.5.1/charts/common-20.0.8.tgz b/stable/tasmobackup/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tasmobackup/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/terraria-tshock/6.5.1/.helmignore b/stable/tasmobackup/6.7.1/.helmignore similarity index 100% rename from stable/terraria-tshock/6.5.1/.helmignore rename to stable/tasmobackup/6.7.1/.helmignore diff --git a/stable/tasmobackup/6.7.1/CHANGELOG.md b/stable/tasmobackup/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b5f7b460b53 --- /dev/null +++ b/stable/tasmobackup/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmobackup-6.7.1](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tasmobackup/6.7.1/Chart.yaml new file mode 100644 index 00000000000..8452c71f25d --- /dev/null +++ b/stable/tasmobackup/6.7.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: 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.2 + 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.1 diff --git a/stable/tasmobackup/6.5.1/README.md b/stable/tasmobackup/6.7.1/README.md similarity index 100% rename from stable/tasmobackup/6.5.1/README.md rename to stable/tasmobackup/6.7.1/README.md diff --git a/stable/tasmobackup/6.7.1/app-changelog.md b/stable/tasmobackup/6.7.1/app-changelog.md new file mode 100644 index 00000000000..02f9caa0d35 --- /dev/null +++ b/stable/tasmobackup/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tasmobackup-6.7.1](https://github.com/truecharts/charts/compare/tasmobackup-6.6.0...tasmobackup-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tasmobackup/6.7.1/app-readme.md similarity index 100% rename from stable/tasmobackup/6.5.1/app-readme.md rename to stable/tasmobackup/6.7.1/app-readme.md diff --git a/stable/tasmobackup/6.7.1/charts/common-20.2.2.tgz b/stable/tasmobackup/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tasmobackup/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tasmobackup/6.5.1/ix_values.yaml b/stable/tasmobackup/6.7.1/ix_values.yaml similarity index 100% rename from stable/tasmobackup/6.5.1/ix_values.yaml rename to stable/tasmobackup/6.7.1/ix_values.yaml diff --git a/stable/tasmobackup/6.5.1/questions.yaml b/stable/tasmobackup/6.7.1/questions.yaml similarity index 100% rename from stable/tasmobackup/6.5.1/questions.yaml rename to stable/tasmobackup/6.7.1/questions.yaml diff --git a/stable/tauticord/4.0.2/templates/common.yaml b/stable/tasmobackup/6.7.1/templates/common.yaml similarity index 100% rename from stable/tauticord/4.0.2/templates/common.yaml rename to stable/tasmobackup/6.7.1/templates/common.yaml diff --git a/stable/terraria-tshock/6.5.1/values.yaml b/stable/tasmobackup/6.7.1/values.yaml similarity index 100% rename from stable/terraria-tshock/6.5.1/values.yaml rename to stable/tasmobackup/6.7.1/values.yaml diff --git a/stable/tasmocompiler/6.5.2/CHANGELOG.md b/stable/tasmocompiler/6.5.2/CHANGELOG.md deleted file mode 100644 index 153bb0ac0d3..00000000000 --- a/stable/tasmocompiler/6.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tasmocompiler-6.5.2](https://github.com/truecharts/charts/compare/tasmocompiler-6.5.1...tasmocompiler-6.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tasmocompiler-6.5.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.5.0...tasmocompiler-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tasmocompiler-6.5.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.4.1...tasmocompiler-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tasmocompiler-6.4.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.4.0...tasmocompiler-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tasmocompiler-6.4.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.3.0...tasmocompiler-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tasmocompiler-6.3.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.4...tasmocompiler-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tasmocompiler-6.2.4](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.3...tasmocompiler-6.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tasmocompiler-6.2.3](https://github.com/truecharts/charts/compare/tasmocompiler-6.2.1...tasmocompiler-6.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/tasmocompiler/6.5.2/Chart.yaml b/stable/tasmocompiler/6.5.2/Chart.yaml deleted file mode 100644 index 1ac64f13d3e..00000000000 --- a/stable/tasmocompiler/6.5.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: 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.0.9 - 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.5.2 diff --git a/stable/tasmocompiler/6.5.2/charts/common-20.0.9.tgz b/stable/tasmocompiler/6.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tasmocompiler/6.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tasmocompiler/6.5.2/ix_values.yaml b/stable/tasmocompiler/6.5.2/ix_values.yaml deleted file mode 100644 index a1f04d08c72..00000000000 --- a/stable/tasmocompiler/6.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: benzino77/tasmocompiler - tag: latest@sha256:8c349e37dfa02a2632488a18100a67d0d7102b1436b77d387e65a63cf09d2225 - pullPolicy: IfNotPresent - -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - -service: - main: - ports: - main: - port: 14003 - protocol: http - targetPort: 3000 - -portal: - open: - enabled: true diff --git a/stable/theforest/5.5.1/.helmignore b/stable/tasmocompiler/6.7.2/.helmignore similarity index 100% rename from stable/theforest/5.5.1/.helmignore rename to stable/tasmocompiler/6.7.2/.helmignore diff --git a/stable/tasmocompiler/6.7.2/CHANGELOG.md b/stable/tasmocompiler/6.7.2/CHANGELOG.md new file mode 100644 index 00000000000..b10df168bd9 --- /dev/null +++ b/stable/tasmocompiler/6.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tasmocompiler-6.7.2](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.0) (2024-03-16) diff --git a/stable/tasmocompiler/6.7.2/Chart.yaml b/stable/tasmocompiler/6.7.2/Chart.yaml new file mode 100644 index 00000000000..251aa2952ff --- /dev/null +++ b/stable/tasmocompiler/6.7.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: 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.2 + 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.2 diff --git a/stable/tasmocompiler/6.5.2/README.md b/stable/tasmocompiler/6.7.2/README.md similarity index 100% rename from stable/tasmocompiler/6.5.2/README.md rename to stable/tasmocompiler/6.7.2/README.md diff --git a/stable/tasmocompiler/6.7.2/app-changelog.md b/stable/tasmocompiler/6.7.2/app-changelog.md new file mode 100644 index 00000000000..8b2f85a9c22 --- /dev/null +++ b/stable/tasmocompiler/6.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tasmocompiler-6.7.2](https://github.com/truecharts/charts/compare/tasmocompiler-6.6.0...tasmocompiler-6.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/tasmocompiler/6.7.2/app-readme.md similarity index 100% rename from stable/tasmocompiler/6.5.2/app-readme.md rename to stable/tasmocompiler/6.7.2/app-readme.md diff --git a/stable/tasmocompiler/6.7.2/charts/common-20.2.2.tgz b/stable/tasmocompiler/6.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tasmocompiler/6.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/tasmocompiler/6.7.2/ix_values.yaml b/stable/tasmocompiler/6.7.2/ix_values.yaml new file mode 100644 index 00000000000..7e4ebd01591 --- /dev/null +++ b/stable/tasmocompiler/6.7.2/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: benzino77/tasmocompiler + tag: latest@sha256:df411c39b0fa608e91a0ec83145749a2c26e1c192d52ac6d191d2a2f69f4a4e5 + pullPolicy: IfNotPresent + +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + +service: + main: + ports: + main: + port: 14003 + protocol: http + targetPort: 3000 + +portal: + open: + enabled: true diff --git a/stable/tasmocompiler/6.5.2/questions.yaml b/stable/tasmocompiler/6.7.2/questions.yaml similarity index 100% rename from stable/tasmocompiler/6.5.2/questions.yaml rename to stable/tasmocompiler/6.7.2/questions.yaml diff --git a/stable/tautulli/18.5.2/templates/common.yaml b/stable/tasmocompiler/6.7.2/templates/common.yaml similarity index 100% rename from stable/tautulli/18.5.2/templates/common.yaml rename to stable/tasmocompiler/6.7.2/templates/common.yaml diff --git a/stable/theforest/5.5.1/values.yaml b/stable/tasmocompiler/6.7.2/values.yaml similarity index 100% rename from stable/theforest/5.5.1/values.yaml rename to stable/tasmocompiler/6.7.2/values.yaml diff --git a/stable/tauticord/4.0.2/CHANGELOG.md b/stable/tauticord/4.0.2/CHANGELOG.md deleted file mode 100644 index 25cf8fd9dea..00000000000 --- a/stable/tauticord/4.0.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tauticord-4.0.2](https://github.com/truecharts/charts/compare/tauticord-4.0.1...tauticord-4.0.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tauticord-4.0.1](https://github.com/truecharts/charts/compare/tauticord-4.0.0...tauticord-4.0.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tauticord-4.0.0](https://github.com/truecharts/charts/compare/tauticord-3.6.0...tauticord-4.0.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/nwithan8/tauticord to v4.0.0[@7f3e286](https://github.com/7f3e286) by renovate ([#19133](https://github.com/truecharts/charts/issues/19133)) - - -## [tauticord-3.6.0](https://github.com/truecharts/charts/compare/tauticord-3.5.1...tauticord-3.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tauticord-3.5.1](https://github.com/truecharts/charts/compare/tauticord-3.5.0...tauticord-3.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tauticord-3.5.0](https://github.com/truecharts/charts/compare/tauticord-3.4.0...tauticord-3.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tauticord-3.4.0](https://github.com/truecharts/charts/compare/tauticord-3.3.3...tauticord-3.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tauticord-3.3.3](https://github.com/truecharts/charts/compare/tauticord-3.3.2...tauticord-3.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tauticord-3.3.2](https://github.com/truecharts/charts/compare/tauticord-3.3.0...tauticord-3.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/tauticord/4.0.2/Chart.yaml b/stable/tauticord/4.0.2/Chart.yaml deleted file mode 100644 index ab92152f4ac..00000000000 --- a/stable/tauticord/4.0.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: discord - 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.0.9 - 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.0.2 diff --git a/stable/tauticord/4.0.2/charts/common-20.0.9.tgz b/stable/tauticord/4.0.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tauticord/4.0.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tauticord/4.0.2/ix_values.yaml b/stable/tauticord/4.0.2/ix_values.yaml deleted file mode 100644 index e552334fa66..00000000000 --- a/stable/tauticord/4.0.2/ix_values.yaml +++ /dev/null @@ -1,156 +0,0 @@ -image: - repository: ghcr.io/nwithan8/tauticord - pullPolicy: IfNotPresent - tag: 4.0.0@sha256:7f3e286092c37aa335dc821abb7793a2b18dec2d2ca05bb4b8c7bf733d26ef26 -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -service: - main: - enabled: false - ports: - main: - enabled: false -tauticord: - refresh_seconds: 15 - terminate_message: "Your stream has ended." - use_24_hour_time: false - use_friendly_names: false - allow_analytics: false - discord: - bot_token: "" - server_id: "" - admin_ids: [] - post_summary_message: true - channel_name: "Tautulli Status" - nitro: false - tautulli: - key: "" - url: "" - plex: - pass: false - server_name: "My Plex Server" - hide: - usernames: false - platforms: false - player_names: false - quality: false - bandwidth: false - transcode: false - progress: false - eta: false - cat_stats: - name: "Tautulli Stats" - stream_count_enabled: false - stream_count_channel_id: 0 - stream_transcode_count_enabled: false - stream_transcode_count_channel_id: 0 - stream_bandwidth_enabled: false - stream_bandwidth_channel_id: 0 - stream_local_bandwidth_enabled: false - stream_local_bandwidth_channel_id: 0 - stream_remote_bandwidth_enabled: false - stream_remote_bandwidth_channel_id: 0 - stream_plex_status_enabled: false - stream_plex_status_channel_id: 0 - cat_libraries: - name: "Plex Library Stats" - library_stats_enabled: false - library_names: - - TV SHows - - Movies - - Music - refresh_seconds: 3600 - use_emojis: true - tv_series_count_enabled: true - tv_episode_count_enabled: true - music_artist_count_enabled: true - music_track_count_enabled: true - cat_performance: - name: "Performance" - monitor_cpu_enabled: false - monitor_memory_enabled: false -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - enabled: false - readiness: - enabled: false - startup: - enabled: false - env: - TC_USE_SELF_SIGNED_CERT: false - TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}" - TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}" - TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}" - TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}" - TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}" - # Discord - TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}" - TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}" - TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}' - TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}" - TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}" - TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}" - # Tautulli - TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}" - TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}" - # Plex - TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}" - TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}" - # Hide Info - TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}" - TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}" - TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}" - TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}" - TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}" - TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}" - TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}" - TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}" - # Stats Cat - TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}" - TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}" - TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}" - # Transcode - TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}" - TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}" - # Bandwidth - TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}" - TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}" - # Bandwidth - TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}" - TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}" - # Bandwidth - TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}" - TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}" - # Plex - TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}" - TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}" - # Libraries Cat - TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}" - TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}" - TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}' - TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}" - TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}" - TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}" - TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}" - TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}" - TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}" - # Performance Cat - TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}" - TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}" - TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}" -persistence: - logs: - enabled: true - mountPath: "/logs" -portal: - open: - enabled: false diff --git a/stable/thelounge/13.5.1/.helmignore b/stable/tauticord/4.3.1/.helmignore similarity index 100% rename from stable/thelounge/13.5.1/.helmignore rename to stable/tauticord/4.3.1/.helmignore diff --git a/stable/tauticord/4.3.1/CHANGELOG.md b/stable/tauticord/4.3.1/CHANGELOG.md new file mode 100644 index 00000000000..84e59f5a536 --- /dev/null +++ b/stable/tauticord/4.3.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tauticord-4.3.1](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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.3.0](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/tauticord/4.3.1/Chart.yaml b/stable/tauticord/4.3.1/Chart.yaml new file mode 100644 index 00000000000..714ec57ce22 --- /dev/null +++ b/stable/tauticord/4.3.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: discord + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 4.1.1 +dependencies: + - name: common + version: 20.2.2 + 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.3.1 diff --git a/stable/tauticord/4.0.2/README.md b/stable/tauticord/4.3.1/README.md similarity index 100% rename from stable/tauticord/4.0.2/README.md rename to stable/tauticord/4.3.1/README.md diff --git a/stable/tauticord/4.3.1/app-changelog.md b/stable/tauticord/4.3.1/app-changelog.md new file mode 100644 index 00000000000..c22575bde23 --- /dev/null +++ b/stable/tauticord/4.3.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tauticord-4.3.1](https://github.com/truecharts/charts/compare/tauticord-4.1.0...tauticord-4.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0.2/app-readme.md b/stable/tauticord/4.3.1/app-readme.md similarity index 100% rename from stable/tauticord/4.0.2/app-readme.md rename to stable/tauticord/4.3.1/app-readme.md diff --git a/stable/tauticord/4.3.1/charts/common-20.2.2.tgz b/stable/tauticord/4.3.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tauticord/4.3.1/charts/common-20.2.2.tgz differ diff --git a/stable/tauticord/4.3.1/ix_values.yaml b/stable/tauticord/4.3.1/ix_values.yaml new file mode 100644 index 00000000000..cea7c980619 --- /dev/null +++ b/stable/tauticord/4.3.1/ix_values.yaml @@ -0,0 +1,156 @@ +image: + repository: ghcr.io/nwithan8/tauticord + pullPolicy: IfNotPresent + tag: 4.1.1@sha256:485f6cad05f4ad976fd74bc58eb9c66fce90a0c85d4aec493acf4f1514a50dfb +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +service: + main: + enabled: false + ports: + main: + enabled: false +tauticord: + refresh_seconds: 15 + terminate_message: "Your stream has ended." + use_24_hour_time: false + use_friendly_names: false + allow_analytics: false + discord: + bot_token: "" + server_id: "" + admin_ids: [] + post_summary_message: true + channel_name: "Tautulli Status" + nitro: false + tautulli: + key: "" + url: "" + plex: + pass: false + server_name: "My Plex Server" + hide: + usernames: false + platforms: false + player_names: false + quality: false + bandwidth: false + transcode: false + progress: false + eta: false + cat_stats: + name: "Tautulli Stats" + stream_count_enabled: false + stream_count_channel_id: 0 + stream_transcode_count_enabled: false + stream_transcode_count_channel_id: 0 + stream_bandwidth_enabled: false + stream_bandwidth_channel_id: 0 + stream_local_bandwidth_enabled: false + stream_local_bandwidth_channel_id: 0 + stream_remote_bandwidth_enabled: false + stream_remote_bandwidth_channel_id: 0 + stream_plex_status_enabled: false + stream_plex_status_channel_id: 0 + cat_libraries: + name: "Plex Library Stats" + library_stats_enabled: false + library_names: + - TV SHows + - Movies + - Music + refresh_seconds: 3600 + use_emojis: true + tv_series_count_enabled: true + tv_episode_count_enabled: true + music_artist_count_enabled: true + music_track_count_enabled: true + cat_performance: + name: "Performance" + monitor_cpu_enabled: false + monitor_memory_enabled: false +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + env: + TC_USE_SELF_SIGNED_CERT: false + TC_USE_24_HOUR_TIME: "{{.Values.tauticord.use_24_hour_time }}" + TC_USE_FRIENDLY_NAMES: "{{.Values.tauticord.use_friendly_names }}" + TC_REFRESH_SECONDS: "{{.Values.tauticord.refresh_seconds }}" + TC_TERMINATE_MESSAGE: "{{.Values.tauticord.terminate_message }}" + TC_ALLOWS_ANALYTICS: "{{.Values.tauticord.allow_analytics }}" + # Discord + TC_DISCORD_BOT_TOKEN: "{{.Values.tauticord.discord.bot_token }}" + TC_DISCORD_SERVER_ID: "{{.Values.tauticord.discord.server_id }}" + TC_DISCORD_ADMIN_IDS: '{{ join "," .Values.tauticord.discord.admin_ids }}' + TC_DISCORD_POST_SUMMARY_MESSAGE: "{{.Values.tauticord.discord.post_summary_message }}" + TC_DISCORD_CHANNEL_NAME: "{{.Values.tauticord.discord.channel_name }}" + TC_DISCORD_NITRO: "{{.Values.tauticord.discord.nitro }}" + # Tautulli + TC_TAUTULLI_KEY: "{{.Values.tauticord.tautulli.key }}" + TC_TAUTULLI_URL: "{{.Values.tauticord.tautulli.url }}" + # Plex + TC_PLEX_PASS: "{{.Values.tauticord.plex.pass }}" + TC_SERVER_NAME: "{{.Values.tauticord.plex.server_name }}" + # Hide Info + TC_HIDE_USERNAMES: "{{.Values.tauticord.hide.usernames }}" + TC_HIDE_PLATFORMS: "{{.Values.tauticord.hide.platforms }}" + TC_HIDE_PLAYER_NAMES: "{{.Values.tauticord.hide.player_names }}" + TC_HIDE_QUALITY: "{{.Values.tauticord.hide.quality }}" + TC_HIDE_BANDWIDTH: "{{.Values.tauticord.hide.bandwidth }}" + TC_HIDE_TRANSCODE: "{{.Values.tauticord.hide.transcode }}" + TC_HIDE_PROGRESS: "{{.Values.tauticord.hide.progress }}" + TC_HIDE_ETA: "{{.Values.tauticord.hide.eta }}" + # Stats Cat + TC_VC_STATS_CATEGORY_NAME: "{{.Values.tauticord.cat_stats.name }}" + TC_VC_STREAM_COUNT: "{{.Values.tauticord.cat_stats.stream_count_enabled }}" + TC_VC_STREAM_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_count_channel_id }}" + # Transcode + TC_VC_TRANSCODE_COUNT: "{{.Values.tauticord.cat_stats.stream_transcode_count_enabled }}" + TC_VC_TRANSCODE_COUNT_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_transcode_count_channel_id }}" + # Bandwidth + TC_VC_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_bandwidth_enabled }}" + TC_VC_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_bandwidth_channel_id }}" + # Bandwidth + TC_VC_LOCAL_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_enabled }}" + TC_VC_LOCAL_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_local_bandwidth_channel_id }}" + # Bandwidth + TC_VC_REMOTE_BANDWIDTH: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_enabled }}" + TC_VC_REMOTE_BANDWIDTH_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_remote_bandwidth_channel_id }}" + # Plex + TC_VC_PLEX_STATUS: "{{.Values.tauticord.cat_stats.stream_plex_status_enabled }}" + TC_VC_PLEX_STATUS_CHANNEL_ID: "{{.Values.tauticord.cat_stats.stream_plex_status_channel_id }}" + # Libraries Cat + TC_VC_LIBRARIES_CATEGORY_NAME: "{{.Values.tauticord.cat_libraries.name }}" + TC_VC_LIBRARY_STATS: "{{.Values.tauticord.cat_libraries.library_stats_enabled }}" + TC_VC_LIBRARY_NAMES: '{{ join "," .Values.tauticord.cat_libraries.library_names }}' + TC_VC_LIBRARY_REFRESH_SECONDS: "{{.Values.tauticord.cat_libraries.refresh_seconds }}" + TC_VC_LIBRARY_USE_EMOJIS: "{{.Values.tauticord.cat_libraries.use_emojis }}" + TC_VC_TV_SERIES_COUNT: "{{.Values.tauticord.cat_libraries.tv_series_count_enabled }}" + TC_VC_TV_EPISODE_COUNT: "{{.Values.tauticord.cat_libraries.tv_episode_count_enabled }}" + TC_VC_MUSIC_ARTIST_COUNT: "{{.Values.tauticord.cat_libraries.music_artist_count_enabled }}" + TC_VC_MUSIC_TRACK_COUNT: "{{.Values.tauticord.cat_libraries.music_track_count_enabled }}" + # Performance Cat + TC_VC_PERFORMANCE_CATEGORY_NAME: "{{.Values.tauticord.cat_performance.name }}" + TC_MONITOR_CPU: "{{.Values.tauticord.cat_performance.monitor_cpu_enabled }}" + TC_MONITOR_MEMORY: "{{.Values.tauticord.cat_performance.monitor_memory_enabled }}" +persistence: + logs: + enabled: true + mountPath: "/logs" +portal: + open: + enabled: false diff --git a/stable/tauticord/4.0.2/questions.yaml b/stable/tauticord/4.3.1/questions.yaml similarity index 100% rename from stable/tauticord/4.0.2/questions.yaml rename to stable/tauticord/4.3.1/questions.yaml diff --git a/stable/transmission/20.5.1/templates/NOTES.txt b/stable/tauticord/4.3.1/templates/NOTES.txt similarity index 100% rename from stable/transmission/20.5.1/templates/NOTES.txt rename to stable/tauticord/4.3.1/templates/NOTES.txt diff --git a/stable/tdarr-node/9.5.1/templates/common.yaml b/stable/tauticord/4.3.1/templates/common.yaml similarity index 100% rename from stable/tdarr-node/9.5.1/templates/common.yaml rename to stable/tauticord/4.3.1/templates/common.yaml diff --git a/stable/thelounge/13.5.1/values.yaml b/stable/tauticord/4.3.1/values.yaml similarity index 100% rename from stable/thelounge/13.5.1/values.yaml rename to stable/tauticord/4.3.1/values.yaml diff --git a/stable/tautulli/18.5.2/CHANGELOG.md b/stable/tautulli/18.5.2/CHANGELOG.md deleted file mode 100644 index 3097290cab4..00000000000 --- a/stable/tautulli/18.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tautulli-18.5.2](https://github.com/truecharts/charts/compare/tautulli-18.5.1...tautulli-18.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tautulli-18.5.1](https://github.com/truecharts/charts/compare/tautulli-18.5.0...tautulli-18.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tautulli-18.5.0](https://github.com/truecharts/charts/compare/tautulli-18.4.1...tautulli-18.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tautulli-18.4.1](https://github.com/truecharts/charts/compare/tautulli-18.4.0...tautulli-18.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tautulli-18.4.0](https://github.com/truecharts/charts/compare/tautulli-18.3.0...tautulli-18.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tautulli-18.3.0](https://github.com/truecharts/charts/compare/tautulli-18.2.3...tautulli-18.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tautulli-18.2.3](https://github.com/truecharts/charts/compare/tautulli-18.2.2...tautulli-18.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tautulli-18.2.2](https://github.com/truecharts/charts/compare/tautulli-18.2.0...tautulli-18.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tautulli-17.1.12](https://github.com/truecharts/charts/compare/tautulli-17.1.11...tautulli-17.1.12) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/onedr0p/tautulli to 2.13.4[@d925cbb](https://github.com/d925cbb) by renovate ([#17959](https://github.com/truecharts/charts/issues/17959)) diff --git a/stable/tautulli/18.5.2/Chart.yaml b/stable/tautulli/18.5.2/Chart.yaml deleted file mode 100644 index 73f47710573..00000000000 --- a/stable/tautulli/18.5.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: 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.0.9 - 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.5.2 diff --git a/stable/tautulli/18.5.2/charts/common-20.0.9.tgz b/stable/tautulli/18.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tautulli/18.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tautulli/18.5.2/ix_values.yaml b/stable/tautulli/18.5.2/ix_values.yaml deleted file mode 100644 index 14f3a8d9d53..00000000000 --- a/stable/tautulli/18.5.2/ix_values.yaml +++ /dev/null @@ -1,17 +0,0 @@ -image: - repository: ghcr.io/onedr0p/tautulli - pullPolicy: IfNotPresent - tag: 2.13.4@sha256:d925cbb3ff9d8da8e926953d320137a5b3819f31d0ab3e06350ae995b442594f -service: - main: - ports: - main: - port: 8181 - targetPort: 8181 -persistence: - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true diff --git a/stable/theme-park/9.6.1/.helmignore b/stable/tautulli/18.7.1/.helmignore similarity index 100% rename from stable/theme-park/9.6.1/.helmignore rename to stable/tautulli/18.7.1/.helmignore diff --git a/stable/tautulli/18.7.1/CHANGELOG.md b/stable/tautulli/18.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6446f19c46b --- /dev/null +++ b/stable/tautulli/18.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tautulli-18.7.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/tautulli/18.7.1/Chart.yaml b/stable/tautulli/18.7.1/Chart.yaml new file mode 100644 index 00000000000..3aa90005a15 --- /dev/null +++ b/stable/tautulli/18.7.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: 2.13.4 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/tautulli/18.5.2/README.md b/stable/tautulli/18.7.1/README.md similarity index 100% rename from stable/tautulli/18.5.2/README.md rename to stable/tautulli/18.7.1/README.md diff --git a/stable/tautulli/18.7.1/app-changelog.md b/stable/tautulli/18.7.1/app-changelog.md new file mode 100644 index 00000000000..7d0ff530cf2 --- /dev/null +++ b/stable/tautulli/18.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tautulli-18.7.1](https://github.com/truecharts/charts/compare/tautulli-18.6.0...tautulli-18.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/tautulli/18.7.1/app-readme.md similarity index 100% rename from stable/tautulli/18.5.2/app-readme.md rename to stable/tautulli/18.7.1/app-readme.md diff --git a/stable/tautulli/18.7.1/charts/common-20.2.2.tgz b/stable/tautulli/18.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tautulli/18.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tautulli/18.7.1/ix_values.yaml b/stable/tautulli/18.7.1/ix_values.yaml new file mode 100644 index 00000000000..2603db89449 --- /dev/null +++ b/stable/tautulli/18.7.1/ix_values.yaml @@ -0,0 +1,17 @@ +image: + repository: ghcr.io/onedr0p/tautulli + pullPolicy: IfNotPresent + tag: 2.13.4@sha256:b3000c0063cc4c0c6f2436fb7174f4bcfd8d91eca05206731edccb8b643ea570 +service: + main: + ports: + main: + port: 8181 + targetPort: 8181 +persistence: + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true diff --git a/stable/tautulli/18.5.2/questions.yaml b/stable/tautulli/18.7.1/questions.yaml similarity index 100% rename from stable/tautulli/18.5.2/questions.yaml rename to stable/tautulli/18.7.1/questions.yaml diff --git a/stable/trilium-notes/12.6.1/templates/NOTES.txt b/stable/tautulli/18.7.1/templates/NOTES.txt similarity index 100% rename from stable/trilium-notes/12.6.1/templates/NOTES.txt rename to stable/tautulli/18.7.1/templates/NOTES.txt diff --git a/stable/tdarr/9.5.1/templates/common.yaml b/stable/tautulli/18.7.1/templates/common.yaml similarity index 100% rename from stable/tdarr/9.5.1/templates/common.yaml rename to stable/tautulli/18.7.1/templates/common.yaml diff --git a/stable/theme-park/9.6.1/values.yaml b/stable/tautulli/18.7.1/values.yaml similarity index 100% rename from stable/theme-park/9.6.1/values.yaml rename to stable/tautulli/18.7.1/values.yaml diff --git a/stable/tdarr-node/9.5.1/CHANGELOG.md b/stable/tdarr-node/9.5.1/CHANGELOG.md deleted file mode 100644 index 6a756e4c0b8..00000000000 --- a/stable/tdarr-node/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tdarr-node-9.5.1](https://github.com/truecharts/charts/compare/tdarr-node-9.5.0...tdarr-node-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tdarr-node-9.5.0](https://github.com/truecharts/charts/compare/tdarr-node-9.4.1...tdarr-node-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tdarr-node-9.4.1](https://github.com/truecharts/charts/compare/tdarr-node-9.4.0...tdarr-node-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tdarr-node-9.4.0](https://github.com/truecharts/charts/compare/tdarr-node-9.3.0...tdarr-node-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tdarr-node-9.3.0](https://github.com/truecharts/charts/compare/tdarr-node-9.2.3...tdarr-node-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tdarr-node-9.2.3](https://github.com/truecharts/charts/compare/tdarr-node-9.2.2...tdarr-node-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tdarr-node-9.2.2](https://github.com/truecharts/charts/compare/tdarr-node-9.2.0...tdarr-node-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tdarr-node-8.1.11](https://github.com/truecharts/charts/compare/tdarr-node-8.1.10...tdarr-node-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tdarr-node-8.1.10](https://github.com/truecharts/charts/compare/tdarr-node-8.1.9...tdarr-node-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tdarr-node/9.5.1/Chart.yaml b/stable/tdarr-node/9.5.1/Chart.yaml deleted file mode 100644 index 7ded942e8ab..00000000000 --- a/stable/tdarr-node/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/tdarr-node/9.5.1/charts/common-20.0.8.tgz b/stable/tdarr-node/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tdarr-node/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/thunderbird/5.5.1/.helmignore b/stable/tdarr-node/9.7.1/.helmignore similarity index 100% rename from stable/thunderbird/5.5.1/.helmignore rename to stable/tdarr-node/9.7.1/.helmignore diff --git a/stable/tdarr-node/9.7.1/CHANGELOG.md b/stable/tdarr-node/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0c68aaeb70a --- /dev/null +++ b/stable/tdarr-node/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-node-9.7.1](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tdarr-node/9.7.1/Chart.yaml new file mode 100644 index 00000000000..52c20a216d8 --- /dev/null +++ b/stable/tdarr-node/9.7.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: 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.2 + 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.1 diff --git a/stable/tdarr-node/9.5.1/README.md b/stable/tdarr-node/9.7.1/README.md similarity index 100% rename from stable/tdarr-node/9.5.1/README.md rename to stable/tdarr-node/9.7.1/README.md diff --git a/stable/tdarr-node/9.7.1/app-changelog.md b/stable/tdarr-node/9.7.1/app-changelog.md new file mode 100644 index 00000000000..12199654821 --- /dev/null +++ b/stable/tdarr-node/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tdarr-node-9.7.1](https://github.com/truecharts/charts/compare/tdarr-node-9.6.0...tdarr-node-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tdarr-node/9.7.1/app-readme.md similarity index 100% rename from stable/tdarr-node/9.5.1/app-readme.md rename to stable/tdarr-node/9.7.1/app-readme.md diff --git a/stable/tdarr-node/9.7.1/charts/common-20.2.2.tgz b/stable/tdarr-node/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tdarr-node/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tdarr-node/9.5.1/ix_values.yaml b/stable/tdarr-node/9.7.1/ix_values.yaml similarity index 100% rename from stable/tdarr-node/9.5.1/ix_values.yaml rename to stable/tdarr-node/9.7.1/ix_values.yaml diff --git a/stable/tdarr-node/9.5.1/questions.yaml b/stable/tdarr-node/9.7.1/questions.yaml similarity index 100% rename from stable/tdarr-node/9.5.1/questions.yaml rename to stable/tdarr-node/9.7.1/questions.yaml diff --git a/stable/truecommand/19.5.2/templates/NOTES.txt b/stable/tdarr-node/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/truecommand/19.5.2/templates/NOTES.txt rename to stable/tdarr-node/9.7.1/templates/NOTES.txt diff --git a/stable/teamspeak3/10.5.2/templates/common.yaml b/stable/tdarr-node/9.7.1/templates/common.yaml similarity index 100% rename from stable/teamspeak3/10.5.2/templates/common.yaml rename to stable/tdarr-node/9.7.1/templates/common.yaml diff --git a/stable/thunderbird/5.5.1/values.yaml b/stable/tdarr-node/9.7.1/values.yaml similarity index 100% rename from stable/thunderbird/5.5.1/values.yaml rename to stable/tdarr-node/9.7.1/values.yaml diff --git a/stable/tdarr/9.5.1/CHANGELOG.md b/stable/tdarr/9.5.1/CHANGELOG.md deleted file mode 100644 index b5ad0f69915..00000000000 --- a/stable/tdarr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tdarr-9.5.1](https://github.com/truecharts/charts/compare/tdarr-9.5.0...tdarr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tdarr-9.5.0](https://github.com/truecharts/charts/compare/tdarr-9.4.1...tdarr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tdarr-9.4.1](https://github.com/truecharts/charts/compare/tdarr-9.4.0...tdarr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tdarr-9.4.0](https://github.com/truecharts/charts/compare/tdarr-9.3.0...tdarr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tdarr-9.3.0](https://github.com/truecharts/charts/compare/tdarr-9.2.3...tdarr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tdarr-9.2.3](https://github.com/truecharts/charts/compare/tdarr-9.2.2...tdarr-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tdarr-9.2.2](https://github.com/truecharts/charts/compare/tdarr-9.2.0...tdarr-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tdarr-8.1.11](https://github.com/truecharts/charts/compare/tdarr-8.1.10...tdarr-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tdarr-8.1.10](https://github.com/truecharts/charts/compare/tdarr-8.1.9...tdarr-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tdarr/9.5.1/Chart.yaml b/stable/tdarr/9.5.1/Chart.yaml deleted file mode 100644 index eca77576976..00000000000 --- a/stable/tdarr/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/tdarr/9.5.1/charts/common-20.0.8.tgz b/stable/tdarr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tdarr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/timetagger/6.3.1/.helmignore b/stable/tdarr/9.7.1/.helmignore similarity index 100% rename from stable/timetagger/6.3.1/.helmignore rename to stable/tdarr/9.7.1/.helmignore diff --git a/stable/tdarr/9.7.1/CHANGELOG.md b/stable/tdarr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4921f62ea74 --- /dev/null +++ b/stable/tdarr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tdarr-9.7.1](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tdarr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..a3e5543421a --- /dev/null +++ b/stable/tdarr/9.7.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: 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.2 + 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.1 diff --git a/stable/tdarr/9.5.1/README.md b/stable/tdarr/9.7.1/README.md similarity index 100% rename from stable/tdarr/9.5.1/README.md rename to stable/tdarr/9.7.1/README.md diff --git a/stable/tdarr/9.7.1/app-changelog.md b/stable/tdarr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..ad92fc2cfaa --- /dev/null +++ b/stable/tdarr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tdarr-9.7.1](https://github.com/truecharts/charts/compare/tdarr-9.6.0...tdarr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tdarr/9.7.1/app-readme.md similarity index 100% rename from stable/tdarr/9.5.1/app-readme.md rename to stable/tdarr/9.7.1/app-readme.md diff --git a/stable/tdarr/9.7.1/charts/common-20.2.2.tgz b/stable/tdarr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tdarr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tdarr/9.5.1/ix_values.yaml b/stable/tdarr/9.7.1/ix_values.yaml similarity index 100% rename from stable/tdarr/9.5.1/ix_values.yaml rename to stable/tdarr/9.7.1/ix_values.yaml diff --git a/stable/tdarr/9.5.1/questions.yaml b/stable/tdarr/9.7.1/questions.yaml similarity index 100% rename from stable/tdarr/9.5.1/questions.yaml rename to stable/tdarr/9.7.1/questions.yaml diff --git a/stable/truenas-exporter/1.4.1/templates/NOTES.txt b/stable/tdarr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/truenas-exporter/1.4.1/templates/NOTES.txt rename to stable/tdarr/9.7.1/templates/NOTES.txt diff --git a/stable/teedy/15.5.1/templates/common.yaml b/stable/tdarr/9.7.1/templates/common.yaml similarity index 100% rename from stable/teedy/15.5.1/templates/common.yaml rename to stable/tdarr/9.7.1/templates/common.yaml diff --git a/stable/timetagger/6.3.1/values.yaml b/stable/tdarr/9.7.1/values.yaml similarity index 100% rename from stable/timetagger/6.3.1/values.yaml rename to stable/tdarr/9.7.1/values.yaml diff --git a/stable/teamspeak3/10.5.2/CHANGELOG.md b/stable/teamspeak3/10.5.2/CHANGELOG.md deleted file mode 100644 index e7407519396..00000000000 --- a/stable/teamspeak3/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teamspeak3-10.5.2](https://github.com/truecharts/charts/compare/teamspeak3-10.5.1...teamspeak3-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [teamspeak3-10.5.1](https://github.com/truecharts/charts/compare/teamspeak3-10.5.0...teamspeak3-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [teamspeak3-10.5.0](https://github.com/truecharts/charts/compare/teamspeak3-10.4.1...teamspeak3-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [teamspeak3-10.4.1](https://github.com/truecharts/charts/compare/teamspeak3-10.4.0...teamspeak3-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [teamspeak3-10.4.0](https://github.com/truecharts/charts/compare/teamspeak3-10.3.1...teamspeak3-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [teamspeak3-10.3.1](https://github.com/truecharts/charts/compare/teamspeak3-10.3.0...teamspeak3-10.3.1) (2024-03-06) - -### Fi - - - -- Changed Port Name ([#18953](https://github.com/truecharts/charts/issues/18953)) - - -## [teamspeak3-10.3.0](https://github.com/truecharts/charts/compare/teamspeak3-10.2.4...teamspeak3-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [teamspeak3-10.2.4](https://github.com/truecharts/charts/compare/teamspeak3-10.2.3...teamspeak3-10.2.4) (2024-03-06) - - -## [teamspeak3-10.2.3](https://github.com/truecharts/charts/compare/teamspeak3-10.2.2...teamspeak3-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [teamspeak3-10.2.2](https://github.com/truecharts/charts/compare/teamspeak3-10.2.0...teamspeak3-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - -### Fix - - - -- Add SSH Query Port to Chart and Questions.yaml ([#18942](https://github.com/truecharts/charts/issues/18942)) \ No newline at end of file diff --git a/stable/teamspeak3/10.5.2/Chart.yaml b/stable/teamspeak3/10.5.2/Chart.yaml deleted file mode 100644 index 5e6fc5b755a..00000000000 --- a/stable/teamspeak3/10.5.2/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.0.9 - 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.5.2 diff --git a/stable/teamspeak3/10.5.2/charts/common-20.0.9.tgz b/stable/teamspeak3/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/teamspeak3/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/teamspeak3/10.5.2/ix_values.yaml b/stable/teamspeak3/10.5.2/ix_values.yaml deleted file mode 100644 index 4c0c5a6963b..00000000000 --- a/stable/teamspeak3/10.5.2/ix_values.yaml +++ /dev/null @@ -1,59 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: teamspeak - tag: 3.13.7@sha256:dfb97f8b535d70d22190eaa1b563306bf308bf2acac91928559e6a97e29add09 -persistence: - data: - enabled: true - mountPath: /var/ts3server - config: - enabled: true - mountPath: /var/run/ts3server -portal: - open: - enabled: false -securityContext: - container: - readOnlyRootFilesystem: false -service: - files: - enabled: true - ports: - files: - enabled: true - port: 30033 - targetPort: 30033 - main: - ports: - main: - port: 10011 - targetPort: 10011 - query: - enabled: true - ports: - query: - enabled: true - port: 10022 - targetPort: 10022 - voice: - enabled: true - ports: - voice: - enabled: true - port: 9987 - protocol: udp - targetPort: 9987 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - TS3SERVER_LICENSE: accept diff --git a/stable/tinymediamanager/10.5.1/.helmignore b/stable/teamspeak3/10.7.1/.helmignore similarity index 100% rename from stable/tinymediamanager/10.5.1/.helmignore rename to stable/teamspeak3/10.7.1/.helmignore diff --git a/stable/teamspeak3/10.7.1/CHANGELOG.md b/stable/teamspeak3/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e56f9c35e8b --- /dev/null +++ b/stable/teamspeak3/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teamspeak3-10.7.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/teamspeak3/10.7.1/Chart.yaml b/stable/teamspeak3/10.7.1/Chart.yaml new file mode 100644 index 00000000000..b86dc01ed51 --- /dev/null +++ b/stable/teamspeak3/10.7.1/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.2 + 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.1 diff --git a/stable/teamspeak3/10.5.2/README.md b/stable/teamspeak3/10.7.1/README.md similarity index 100% rename from stable/teamspeak3/10.5.2/README.md rename to stable/teamspeak3/10.7.1/README.md diff --git a/stable/teamspeak3/10.7.1/app-changelog.md b/stable/teamspeak3/10.7.1/app-changelog.md new file mode 100644 index 00000000000..60aac3d48c8 --- /dev/null +++ b/stable/teamspeak3/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [teamspeak3-10.7.1](https://github.com/truecharts/charts/compare/teamspeak3-10.6.0...teamspeak3-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/teamspeak3/10.7.1/app-readme.md similarity index 100% rename from stable/teamspeak3/10.5.2/app-readme.md rename to stable/teamspeak3/10.7.1/app-readme.md diff --git a/stable/teamspeak3/10.7.1/charts/common-20.2.2.tgz b/stable/teamspeak3/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/teamspeak3/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/teamspeak3/10.7.1/ix_values.yaml b/stable/teamspeak3/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..f63a8c1126e --- /dev/null +++ b/stable/teamspeak3/10.7.1/ix_values.yaml @@ -0,0 +1,59 @@ +image: + pullPolicy: IfNotPresent + repository: teamspeak + tag: 3.13.7@sha256:b5bdec55bc87b992c5658e739f3ce465644efa6d997633110b12be3dc3a10796 +persistence: + data: + enabled: true + mountPath: /var/ts3server + config: + enabled: true + mountPath: /var/run/ts3server +portal: + open: + enabled: false +securityContext: + container: + readOnlyRootFilesystem: false +service: + files: + enabled: true + ports: + files: + enabled: true + port: 30033 + targetPort: 30033 + main: + ports: + main: + port: 10011 + targetPort: 10011 + query: + enabled: true + ports: + query: + enabled: true + port: 10022 + targetPort: 10022 + voice: + enabled: true + ports: + voice: + enabled: true + port: 9987 + protocol: udp + targetPort: 9987 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + TS3SERVER_LICENSE: accept diff --git a/stable/teamspeak3/10.5.2/questions.yaml b/stable/teamspeak3/10.7.1/questions.yaml similarity index 100% rename from stable/teamspeak3/10.5.2/questions.yaml rename to stable/teamspeak3/10.7.1/questions.yaml diff --git a/stable/thelounge/13.5.1/templates/common.yaml b/stable/teamspeak3/10.7.1/templates/common.yaml similarity index 100% rename from stable/thelounge/13.5.1/templates/common.yaml rename to stable/teamspeak3/10.7.1/templates/common.yaml diff --git a/stable/tinymediamanager/10.5.1/values.yaml b/stable/teamspeak3/10.7.1/values.yaml similarity index 100% rename from stable/tinymediamanager/10.5.1/values.yaml rename to stable/teamspeak3/10.7.1/values.yaml diff --git a/stable/teedy-docs/5.5.1/CHANGELOG.md b/stable/teedy-docs/5.5.1/CHANGELOG.md deleted file mode 100644 index c44f4baecd9..00000000000 --- a/stable/teedy-docs/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teedy-docs-5.5.1](https://github.com/truecharts/charts/compare/teedy-docs-5.5.0...teedy-docs-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [teedy-docs-5.5.0](https://github.com/truecharts/charts/compare/teedy-docs-5.4.1...teedy-docs-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [teedy-docs-5.4.1](https://github.com/truecharts/charts/compare/teedy-docs-5.4.0...teedy-docs-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [teedy-docs-5.4.0](https://github.com/truecharts/charts/compare/teedy-docs-5.3.0...teedy-docs-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [teedy-docs-5.3.0](https://github.com/truecharts/charts/compare/teedy-docs-5.2.4...teedy-docs-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [teedy-docs-5.2.4](https://github.com/truecharts/charts/compare/teedy-docs-5.2.3...teedy-docs-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [teedy-docs-5.2.3](https://github.com/truecharts/charts/compare/teedy-docs-5.2.1...teedy-docs-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [teedy-docs-4.1.11](https://github.com/truecharts/charts/compare/teedy-docs-4.1.10...teedy-docs-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [teedy-docs-4.1.10](https://github.com/truecharts/charts/compare/teedy-docs-4.1.9...teedy-docs-4.1.10) (2024-01-26) - -### Chore - - diff --git a/stable/teedy-docs/5.5.1/Chart.yaml b/stable/teedy-docs/5.5.1/Chart.yaml deleted file mode 100644 index afbfcc86970..00000000000 --- a/stable/teedy-docs/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/teedy-docs/5.5.1/charts/common-20.0.8.tgz b/stable/teedy-docs/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/teedy-docs/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tonido/5.5.1/.helmignore b/stable/teedy-docs/5.7.1/.helmignore similarity index 100% rename from stable/tonido/5.5.1/.helmignore rename to stable/teedy-docs/5.7.1/.helmignore diff --git a/stable/teedy-docs/5.7.1/CHANGELOG.md b/stable/teedy-docs/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6cebdcdd7c6 --- /dev/null +++ b/stable/teedy-docs/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-docs-5.7.1](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/teedy-docs/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4e62390e1d7 --- /dev/null +++ b/stable/teedy-docs/5.7.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: 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.2 + 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.1 diff --git a/stable/teedy-docs/5.5.1/README.md b/stable/teedy-docs/5.7.1/README.md similarity index 100% rename from stable/teedy-docs/5.5.1/README.md rename to stable/teedy-docs/5.7.1/README.md diff --git a/stable/teedy-docs/5.7.1/app-changelog.md b/stable/teedy-docs/5.7.1/app-changelog.md new file mode 100644 index 00000000000..747970e368e --- /dev/null +++ b/stable/teedy-docs/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [teedy-docs-5.7.1](https://github.com/truecharts/charts/compare/teedy-docs-5.6.0...teedy-docs-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/teedy-docs/5.7.1/app-readme.md similarity index 100% rename from stable/teedy-docs/5.5.1/app-readme.md rename to stable/teedy-docs/5.7.1/app-readme.md diff --git a/stable/teedy-docs/5.7.1/charts/common-20.2.2.tgz b/stable/teedy-docs/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/teedy-docs/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/teedy-docs/5.5.1/ix_values.yaml b/stable/teedy-docs/5.7.1/ix_values.yaml similarity index 100% rename from stable/teedy-docs/5.5.1/ix_values.yaml rename to stable/teedy-docs/5.7.1/ix_values.yaml diff --git a/stable/teedy-docs/5.5.1/questions.yaml b/stable/teedy-docs/5.7.1/questions.yaml similarity index 100% rename from stable/teedy-docs/5.5.1/questions.yaml rename to stable/teedy-docs/5.7.1/questions.yaml diff --git a/stable/teedy-docs/5.5.1/templates/common.yaml b/stable/teedy-docs/5.7.1/templates/common.yaml similarity index 100% rename from stable/teedy-docs/5.5.1/templates/common.yaml rename to stable/teedy-docs/5.7.1/templates/common.yaml diff --git a/stable/tonido/5.5.1/values.yaml b/stable/teedy-docs/5.7.1/values.yaml similarity index 100% rename from stable/tonido/5.5.1/values.yaml rename to stable/teedy-docs/5.7.1/values.yaml diff --git a/stable/teedy/15.5.1/CHANGELOG.md b/stable/teedy/15.5.1/CHANGELOG.md deleted file mode 100644 index afcfe7d462e..00000000000 --- a/stable/teedy/15.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [teedy-15.5.1](https://github.com/truecharts/charts/compare/teedy-15.5.0...teedy-15.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [teedy-15.5.0](https://github.com/truecharts/charts/compare/teedy-15.4.1...teedy-15.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [teedy-15.4.1](https://github.com/truecharts/charts/compare/teedy-15.4.0...teedy-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [teedy-15.4.0](https://github.com/truecharts/charts/compare/teedy-15.3.0...teedy-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [teedy-15.3.0](https://github.com/truecharts/charts/compare/teedy-15.2.3...teedy-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [teedy-15.2.3](https://github.com/truecharts/charts/compare/teedy-15.2.2...teedy-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [teedy-15.2.2](https://github.com/truecharts/charts/compare/teedy-15.2.0...teedy-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [teedy-14.1.11](https://github.com/truecharts/charts/compare/teedy-14.1.10...teedy-14.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [teedy-14.1.10](https://github.com/truecharts/charts/compare/teedy-14.1.9...teedy-14.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/teedy/15.5.1/Chart.yaml b/stable/teedy/15.5.1/Chart.yaml deleted file mode 100644 index 699cf20d9cb..00000000000 --- a/stable/teedy/15.5.1/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.0.8 - 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.5.1 diff --git a/stable/teedy/15.5.1/charts/common-20.0.8.tgz b/stable/teedy/15.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/teedy/15.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/traccar/15.5.1/.helmignore b/stable/teedy/15.7.1/.helmignore similarity index 100% rename from stable/traccar/15.5.1/.helmignore rename to stable/teedy/15.7.1/.helmignore diff --git a/stable/teedy/15.7.1/CHANGELOG.md b/stable/teedy/15.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f1ab3c635a5 --- /dev/null +++ b/stable/teedy/15.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [teedy-15.7.1](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/teedy/15.7.1/Chart.yaml new file mode 100644 index 00000000000..5c52b1d045e --- /dev/null +++ b/stable/teedy/15.7.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: 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.2 + 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.1 diff --git a/stable/teedy/15.5.1/README.md b/stable/teedy/15.7.1/README.md similarity index 100% rename from stable/teedy/15.5.1/README.md rename to stable/teedy/15.7.1/README.md diff --git a/stable/teedy/15.7.1/app-changelog.md b/stable/teedy/15.7.1/app-changelog.md new file mode 100644 index 00000000000..7b217791d9a --- /dev/null +++ b/stable/teedy/15.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [teedy-15.7.1](https://github.com/truecharts/charts/compare/teedy-15.6.0...teedy-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/teedy/15.7.1/app-readme.md similarity index 100% rename from stable/teedy/15.5.1/app-readme.md rename to stable/teedy/15.7.1/app-readme.md diff --git a/stable/teedy/15.7.1/charts/common-20.2.2.tgz b/stable/teedy/15.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/teedy/15.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/teedy/15.5.1/ix_values.yaml b/stable/teedy/15.7.1/ix_values.yaml similarity index 100% rename from stable/teedy/15.5.1/ix_values.yaml rename to stable/teedy/15.7.1/ix_values.yaml diff --git a/stable/teedy/15.5.1/questions.yaml b/stable/teedy/15.7.1/questions.yaml similarity index 100% rename from stable/teedy/15.5.1/questions.yaml rename to stable/teedy/15.7.1/questions.yaml diff --git a/stable/tsmuxer/9.5.1/templates/NOTES.txt b/stable/teedy/15.7.1/templates/NOTES.txt similarity index 100% rename from stable/tsmuxer/9.5.1/templates/NOTES.txt rename to stable/teedy/15.7.1/templates/NOTES.txt diff --git a/stable/theme-park/9.6.1/templates/common.yaml b/stable/teedy/15.7.1/templates/common.yaml similarity index 100% rename from stable/theme-park/9.6.1/templates/common.yaml rename to stable/teedy/15.7.1/templates/common.yaml diff --git a/stable/traccar/15.5.1/values.yaml b/stable/teedy/15.7.1/values.yaml similarity index 100% rename from stable/traccar/15.5.1/values.yaml rename to stable/teedy/15.7.1/values.yaml diff --git a/stable/telethon-downloader/5.5.1/CHANGELOG.md b/stable/telethon-downloader/5.5.1/CHANGELOG.md deleted file mode 100644 index 0dd1d7e9e06..00000000000 --- a/stable/telethon-downloader/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [telethon-downloader-5.5.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.5.0...telethon-downloader-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [telethon-downloader-5.5.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.4.1...telethon-downloader-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [telethon-downloader-5.4.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.4.0...telethon-downloader-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [telethon-downloader-5.4.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.3.0...telethon-downloader-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [telethon-downloader-5.3.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.4...telethon-downloader-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [telethon-downloader-5.2.4](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.3...telethon-downloader-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [telethon-downloader-5.2.3](https://github.com/truecharts/charts/compare/telethon-downloader-5.2.1...telethon-downloader-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - -## [telethon-downloader-4.1.12](https://github.com/truecharts/charts/compare/telethon-downloader-4.1.11...telethon-downloader-4.1.12) (2024-02-03) - -### Chore - diff --git a/stable/telethon-downloader/5.5.1/Chart.yaml b/stable/telethon-downloader/5.5.1/Chart.yaml deleted file mode 100644 index d355a6efba7..00000000000 --- a/stable/telethon-downloader/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/telethon-downloader/5.5.1/charts/common-20.0.8.tgz b/stable/telethon-downloader/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/telethon-downloader/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tracks/5.5.1/.helmignore b/stable/telethon-downloader/5.7.1/.helmignore similarity index 100% rename from stable/tracks/5.5.1/.helmignore rename to stable/telethon-downloader/5.7.1/.helmignore diff --git a/stable/telethon-downloader/5.7.1/CHANGELOG.md b/stable/telethon-downloader/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..69eb8ee3779 --- /dev/null +++ b/stable/telethon-downloader/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [telethon-downloader-5.7.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/telethon-downloader/5.7.1/Chart.yaml new file mode 100644 index 00000000000..ccf67aba66f --- /dev/null +++ b/stable/telethon-downloader/5.7.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: 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.2 + 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.1 diff --git a/stable/telethon-downloader/5.5.1/README.md b/stable/telethon-downloader/5.7.1/README.md similarity index 100% rename from stable/telethon-downloader/5.5.1/README.md rename to stable/telethon-downloader/5.7.1/README.md diff --git a/stable/telethon-downloader/5.7.1/app-changelog.md b/stable/telethon-downloader/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bc2347d36fd --- /dev/null +++ b/stable/telethon-downloader/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [telethon-downloader-5.7.1](https://github.com/truecharts/charts/compare/telethon-downloader-5.6.0...telethon-downloader-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/telethon-downloader/5.7.1/app-readme.md similarity index 100% rename from stable/telethon-downloader/5.5.1/app-readme.md rename to stable/telethon-downloader/5.7.1/app-readme.md diff --git a/stable/telethon-downloader/5.7.1/charts/common-20.2.2.tgz b/stable/telethon-downloader/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/telethon-downloader/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/telethon-downloader/5.5.1/ix_values.yaml b/stable/telethon-downloader/5.7.1/ix_values.yaml similarity index 100% rename from stable/telethon-downloader/5.5.1/ix_values.yaml rename to stable/telethon-downloader/5.7.1/ix_values.yaml diff --git a/stable/telethon-downloader/5.5.1/questions.yaml b/stable/telethon-downloader/5.7.1/questions.yaml similarity index 100% rename from stable/telethon-downloader/5.5.1/questions.yaml rename to stable/telethon-downloader/5.7.1/questions.yaml diff --git a/stable/telethon-downloader/5.5.1/templates/common.yaml b/stable/telethon-downloader/5.7.1/templates/common.yaml similarity index 100% rename from stable/telethon-downloader/5.5.1/templates/common.yaml rename to stable/telethon-downloader/5.7.1/templates/common.yaml diff --git a/stable/tracks/5.5.1/values.yaml b/stable/telethon-downloader/5.7.1/values.yaml similarity index 100% rename from stable/tracks/5.5.1/values.yaml rename to stable/telethon-downloader/5.7.1/values.yaml diff --git a/stable/terraria-tshock/6.5.1/CHANGELOG.md b/stable/terraria-tshock/6.5.1/CHANGELOG.md deleted file mode 100644 index aebb5b5f190..00000000000 --- a/stable/terraria-tshock/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [terraria-tshock-6.5.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.5.0...terraria-tshock-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [terraria-tshock-6.5.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.4.1...terraria-tshock-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [terraria-tshock-6.4.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.4.0...terraria-tshock-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [terraria-tshock-6.4.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.3.0...terraria-tshock-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [terraria-tshock-6.3.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.3...terraria-tshock-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [terraria-tshock-6.2.3](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.2...terraria-tshock-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [terraria-tshock-6.2.2](https://github.com/truecharts/charts/compare/terraria-tshock-6.2.0...terraria-tshock-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [terraria-tshock-5.1.11](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.10...terraria-tshock-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [terraria-tshock-5.1.10](https://github.com/truecharts/charts/compare/terraria-tshock-5.1.9...terraria-tshock-5.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/terraria-tshock/6.5.1/Chart.yaml b/stable/terraria-tshock/6.5.1/Chart.yaml deleted file mode 100644 index fc329d98858..00000000000 --- a/stable/terraria-tshock/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/terraria-tshock/6.5.1/charts/common-20.0.8.tgz b/stable/terraria-tshock/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/terraria-tshock/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/traefik-forward-auth/3.5.2/.helmignore b/stable/terraria-tshock/6.7.1/.helmignore similarity index 100% rename from stable/traefik-forward-auth/3.5.2/.helmignore rename to stable/terraria-tshock/6.7.1/.helmignore diff --git a/stable/terraria-tshock/6.7.1/CHANGELOG.md b/stable/terraria-tshock/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e18e2795c8e --- /dev/null +++ b/stable/terraria-tshock/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [terraria-tshock-6.7.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/terraria-tshock/6.7.1/Chart.yaml new file mode 100644 index 00000000000..6e92022703f --- /dev/null +++ b/stable/terraria-tshock/6.7.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: 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.2 + 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.1 diff --git a/stable/terraria-tshock/6.5.1/README.md b/stable/terraria-tshock/6.7.1/README.md similarity index 100% rename from stable/terraria-tshock/6.5.1/README.md rename to stable/terraria-tshock/6.7.1/README.md diff --git a/stable/terraria-tshock/6.7.1/app-changelog.md b/stable/terraria-tshock/6.7.1/app-changelog.md new file mode 100644 index 00000000000..2722ce6ac70 --- /dev/null +++ b/stable/terraria-tshock/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [terraria-tshock-6.7.1](https://github.com/truecharts/charts/compare/terraria-tshock-6.6.0...terraria-tshock-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/terraria-tshock/6.7.1/app-readme.md similarity index 100% rename from stable/terraria-tshock/6.5.1/app-readme.md rename to stable/terraria-tshock/6.7.1/app-readme.md diff --git a/stable/terraria-tshock/6.7.1/charts/common-20.2.2.tgz b/stable/terraria-tshock/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/terraria-tshock/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/terraria-tshock/6.5.1/ix_values.yaml b/stable/terraria-tshock/6.7.1/ix_values.yaml similarity index 100% rename from stable/terraria-tshock/6.5.1/ix_values.yaml rename to stable/terraria-tshock/6.7.1/ix_values.yaml diff --git a/stable/terraria-tshock/6.5.1/questions.yaml b/stable/terraria-tshock/6.7.1/questions.yaml similarity index 100% rename from stable/terraria-tshock/6.5.1/questions.yaml rename to stable/terraria-tshock/6.7.1/questions.yaml diff --git a/stable/terraria-tshock/6.5.1/templates/_secret.tpl b/stable/terraria-tshock/6.7.1/templates/_secret.tpl similarity index 100% rename from stable/terraria-tshock/6.5.1/templates/_secret.tpl rename to stable/terraria-tshock/6.7.1/templates/_secret.tpl diff --git a/stable/terraria-tshock/6.5.1/templates/common.yaml b/stable/terraria-tshock/6.7.1/templates/common.yaml similarity index 100% rename from stable/terraria-tshock/6.5.1/templates/common.yaml rename to stable/terraria-tshock/6.7.1/templates/common.yaml diff --git a/stable/traefik-forward-auth/3.5.2/values.yaml b/stable/terraria-tshock/6.7.1/values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.5.2/values.yaml rename to stable/terraria-tshock/6.7.1/values.yaml diff --git a/stable/theforest/5.5.1/CHANGELOG.md b/stable/theforest/5.5.1/CHANGELOG.md deleted file mode 100644 index 7b5401fc938..00000000000 --- a/stable/theforest/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [theforest-5.5.1](https://github.com/truecharts/charts/compare/theforest-5.5.0...theforest-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [theforest-5.5.0](https://github.com/truecharts/charts/compare/theforest-5.4.1...theforest-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [theforest-5.4.1](https://github.com/truecharts/charts/compare/theforest-5.4.0...theforest-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [theforest-5.4.0](https://github.com/truecharts/charts/compare/theforest-5.3.0...theforest-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [theforest-5.3.0](https://github.com/truecharts/charts/compare/theforest-5.2.3...theforest-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [theforest-5.2.3](https://github.com/truecharts/charts/compare/theforest-5.2.2...theforest-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [theforest-5.2.2](https://github.com/truecharts/charts/compare/theforest-5.2.0...theforest-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [theforest-4.1.11](https://github.com/truecharts/charts/compare/theforest-4.1.10...theforest-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [theforest-4.1.10](https://github.com/truecharts/charts/compare/theforest-4.1.9...theforest-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/theforest/5.5.1/Chart.yaml b/stable/theforest/5.5.1/Chart.yaml deleted file mode 100644 index b37ae4567b8..00000000000 --- a/stable/theforest/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/theforest/5.5.1/charts/common-20.0.8.tgz b/stable/theforest/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/theforest/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/traggo/6.6.1/.helmignore b/stable/theforest/5.7.1/.helmignore similarity index 100% rename from stable/traggo/6.6.1/.helmignore rename to stable/theforest/5.7.1/.helmignore diff --git a/stable/theforest/5.7.1/CHANGELOG.md b/stable/theforest/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..873e637fd09 --- /dev/null +++ b/stable/theforest/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theforest-5.7.1](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/theforest/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4f15e6e60f9 --- /dev/null +++ b/stable/theforest/5.7.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: 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.2 + 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.1 diff --git a/stable/theforest/5.5.1/README.md b/stable/theforest/5.7.1/README.md similarity index 100% rename from stable/theforest/5.5.1/README.md rename to stable/theforest/5.7.1/README.md diff --git a/stable/theforest/5.7.1/app-changelog.md b/stable/theforest/5.7.1/app-changelog.md new file mode 100644 index 00000000000..95830d42c17 --- /dev/null +++ b/stable/theforest/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [theforest-5.7.1](https://github.com/truecharts/charts/compare/theforest-5.6.0...theforest-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/theforest/5.7.1/app-readme.md similarity index 100% rename from stable/theforest/5.5.1/app-readme.md rename to stable/theforest/5.7.1/app-readme.md diff --git a/stable/theforest/5.7.1/charts/common-20.2.2.tgz b/stable/theforest/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/theforest/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/theforest/5.5.1/ix_values.yaml b/stable/theforest/5.7.1/ix_values.yaml similarity index 100% rename from stable/theforest/5.5.1/ix_values.yaml rename to stable/theforest/5.7.1/ix_values.yaml diff --git a/stable/theforest/5.5.1/questions.yaml b/stable/theforest/5.7.1/questions.yaml similarity index 100% rename from stable/theforest/5.5.1/questions.yaml rename to stable/theforest/5.7.1/questions.yaml diff --git a/stable/theforest/5.5.1/templates/common.yaml b/stable/theforest/5.7.1/templates/common.yaml similarity index 100% rename from stable/theforest/5.5.1/templates/common.yaml rename to stable/theforest/5.7.1/templates/common.yaml diff --git a/stable/traggo/6.6.1/values.yaml b/stable/theforest/5.7.1/values.yaml similarity index 100% rename from stable/traggo/6.6.1/values.yaml rename to stable/theforest/5.7.1/values.yaml diff --git a/stable/thelounge/13.5.1/CHANGELOG.md b/stable/thelounge/13.5.1/CHANGELOG.md deleted file mode 100644 index f7370dd1816..00000000000 --- a/stable/thelounge/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [thelounge-13.5.1](https://github.com/truecharts/charts/compare/thelounge-13.5.0...thelounge-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [thelounge-13.5.0](https://github.com/truecharts/charts/compare/thelounge-13.4.1...thelounge-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [thelounge-13.4.1](https://github.com/truecharts/charts/compare/thelounge-13.4.0...thelounge-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [thelounge-13.4.0](https://github.com/truecharts/charts/compare/thelounge-13.3.0...thelounge-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [thelounge-13.3.0](https://github.com/truecharts/charts/compare/thelounge-13.2.3...thelounge-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [thelounge-13.2.3](https://github.com/truecharts/charts/compare/thelounge-13.2.2...thelounge-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [thelounge-13.2.2](https://github.com/truecharts/charts/compare/thelounge-13.2.0...thelounge-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [thelounge-12.1.11](https://github.com/truecharts/charts/compare/thelounge-12.1.10...thelounge-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [thelounge-12.1.10](https://github.com/truecharts/charts/compare/thelounge-12.1.9...thelounge-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/thelounge/13.5.1/Chart.yaml b/stable/thelounge/13.5.1/Chart.yaml deleted file mode 100644 index 129e0a9e2ee..00000000000 --- a/stable/thelounge/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/thelounge/13.5.1/charts/common-20.0.8.tgz b/stable/thelounge/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/thelounge/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/traktarr/5.5.1/.helmignore b/stable/thelounge/13.7.1/.helmignore similarity index 100% rename from stable/traktarr/5.5.1/.helmignore rename to stable/thelounge/13.7.1/.helmignore diff --git a/stable/thelounge/13.7.1/CHANGELOG.md b/stable/thelounge/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a12440c4371 --- /dev/null +++ b/stable/thelounge/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thelounge-13.7.1](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/thelounge/13.7.1/Chart.yaml new file mode 100644 index 00000000000..f208a258692 --- /dev/null +++ b/stable/thelounge/13.7.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: 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.2 + 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.1 diff --git a/stable/thelounge/13.5.1/README.md b/stable/thelounge/13.7.1/README.md similarity index 100% rename from stable/thelounge/13.5.1/README.md rename to stable/thelounge/13.7.1/README.md diff --git a/stable/thelounge/13.7.1/app-changelog.md b/stable/thelounge/13.7.1/app-changelog.md new file mode 100644 index 00000000000..1c7bb86e48c --- /dev/null +++ b/stable/thelounge/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [thelounge-13.7.1](https://github.com/truecharts/charts/compare/thelounge-13.6.0...thelounge-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/thelounge/13.7.1/app-readme.md similarity index 100% rename from stable/thelounge/13.5.1/app-readme.md rename to stable/thelounge/13.7.1/app-readme.md diff --git a/stable/thelounge/13.7.1/charts/common-20.2.2.tgz b/stable/thelounge/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/thelounge/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/thelounge/13.5.1/ix_values.yaml b/stable/thelounge/13.7.1/ix_values.yaml similarity index 100% rename from stable/thelounge/13.5.1/ix_values.yaml rename to stable/thelounge/13.7.1/ix_values.yaml diff --git a/stable/thelounge/13.5.1/questions.yaml b/stable/thelounge/13.7.1/questions.yaml similarity index 100% rename from stable/thelounge/13.5.1/questions.yaml rename to stable/thelounge/13.7.1/questions.yaml diff --git a/stable/tt-rss/16.5.1/templates/NOTES.txt b/stable/thelounge/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/tt-rss/16.5.1/templates/NOTES.txt rename to stable/thelounge/13.7.1/templates/NOTES.txt diff --git a/stable/timetagger/6.3.1/templates/common.yaml b/stable/thelounge/13.7.1/templates/common.yaml similarity index 100% rename from stable/timetagger/6.3.1/templates/common.yaml rename to stable/thelounge/13.7.1/templates/common.yaml diff --git a/stable/traktarr/5.5.1/values.yaml b/stable/thelounge/13.7.1/values.yaml similarity index 100% rename from stable/traktarr/5.5.1/values.yaml rename to stable/thelounge/13.7.1/values.yaml diff --git a/stable/theme-park/9.6.1/CHANGELOG.md b/stable/theme-park/9.6.1/CHANGELOG.md deleted file mode 100644 index 28b388f3e11..00000000000 --- a/stable/theme-park/9.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [theme-park-9.6.1](https://github.com/truecharts/charts/compare/theme-park-9.6.0...theme-park-9.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [theme-park-9.6.0](https://github.com/truecharts/charts/compare/theme-park-9.5.1...theme-park-9.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [theme-park-9.5.1](https://github.com/truecharts/charts/compare/theme-park-9.5.0...theme-park-9.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [theme-park-9.5.0](https://github.com/truecharts/charts/compare/theme-park-9.4.0...theme-park-9.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [theme-park-9.4.0](https://github.com/truecharts/charts/compare/theme-park-9.3.3...theme-park-9.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [theme-park-9.3.3](https://github.com/truecharts/charts/compare/theme-park-9.3.2...theme-park-9.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [theme-park-9.3.2](https://github.com/truecharts/charts/compare/theme-park-9.3.0...theme-park-9.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - -## [theme-park-8.1.12](https://github.com/truecharts/charts/compare/theme-park-8.1.11...theme-park-8.1.12) (2024-02-03) - -### Chore - diff --git a/stable/theme-park/9.6.1/Chart.yaml b/stable/theme-park/9.6.1/Chart.yaml deleted file mode 100644 index 089585bb8b6..00000000000 --- a/stable/theme-park/9.6.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: 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.0.8 - 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.6.1 diff --git a/stable/theme-park/9.6.1/charts/common-20.0.8.tgz b/stable/theme-park/9.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/theme-park/9.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/trango/5.5.1/.helmignore b/stable/theme-park/9.8.1/.helmignore similarity index 100% rename from stable/trango/5.5.1/.helmignore rename to stable/theme-park/9.8.1/.helmignore diff --git a/stable/theme-park/9.8.1/CHANGELOG.md b/stable/theme-park/9.8.1/CHANGELOG.md new file mode 100644 index 00000000000..7e2c8067629 --- /dev/null +++ b/stable/theme-park/9.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [theme-park-9.8.1](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/theme-park/9.8.1/Chart.yaml new file mode 100644 index 00000000000..1a389bd2a02 --- /dev/null +++ b/stable/theme-park/9.8.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: 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.2 + 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.1 diff --git a/stable/theme-park/9.6.1/README.md b/stable/theme-park/9.8.1/README.md similarity index 100% rename from stable/theme-park/9.6.1/README.md rename to stable/theme-park/9.8.1/README.md diff --git a/stable/theme-park/9.8.1/app-changelog.md b/stable/theme-park/9.8.1/app-changelog.md new file mode 100644 index 00000000000..992504abe88 --- /dev/null +++ b/stable/theme-park/9.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [theme-park-9.8.1](https://github.com/truecharts/charts/compare/theme-park-9.7.0...theme-park-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/theme-park/9.8.1/app-readme.md similarity index 100% rename from stable/theme-park/9.6.1/app-readme.md rename to stable/theme-park/9.8.1/app-readme.md diff --git a/stable/theme-park/9.8.1/charts/common-20.2.2.tgz b/stable/theme-park/9.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/theme-park/9.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/theme-park/9.6.1/ix_values.yaml b/stable/theme-park/9.8.1/ix_values.yaml similarity index 100% rename from stable/theme-park/9.6.1/ix_values.yaml rename to stable/theme-park/9.8.1/ix_values.yaml diff --git a/stable/theme-park/9.6.1/questions.yaml b/stable/theme-park/9.8.1/questions.yaml similarity index 100% rename from stable/theme-park/9.6.1/questions.yaml rename to stable/theme-park/9.8.1/questions.yaml diff --git a/stable/tvheadend/19.5.2/templates/NOTES.txt b/stable/theme-park/9.8.1/templates/NOTES.txt similarity index 100% rename from stable/tvheadend/19.5.2/templates/NOTES.txt rename to stable/theme-park/9.8.1/templates/NOTES.txt diff --git a/stable/tinymediamanager/10.5.1/templates/common.yaml b/stable/theme-park/9.8.1/templates/common.yaml similarity index 100% rename from stable/tinymediamanager/10.5.1/templates/common.yaml rename to stable/theme-park/9.8.1/templates/common.yaml diff --git a/stable/trango/5.5.1/values.yaml b/stable/theme-park/9.8.1/values.yaml similarity index 100% rename from stable/trango/5.5.1/values.yaml rename to stable/theme-park/9.8.1/values.yaml diff --git a/stable/thunderbird/5.5.1/CHANGELOG.md b/stable/thunderbird/5.5.1/CHANGELOG.md deleted file mode 100644 index 57f3df44705..00000000000 --- a/stable/thunderbird/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [thunderbird-5.5.1](https://github.com/truecharts/charts/compare/thunderbird-5.5.0...thunderbird-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [thunderbird-5.5.0](https://github.com/truecharts/charts/compare/thunderbird-5.4.1...thunderbird-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [thunderbird-5.4.1](https://github.com/truecharts/charts/compare/thunderbird-5.4.0...thunderbird-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [thunderbird-5.4.0](https://github.com/truecharts/charts/compare/thunderbird-5.3.0...thunderbird-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [thunderbird-5.3.0](https://github.com/truecharts/charts/compare/thunderbird-5.2.3...thunderbird-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [thunderbird-5.2.3](https://github.com/truecharts/charts/compare/thunderbird-5.2.2...thunderbird-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [thunderbird-5.2.2](https://github.com/truecharts/charts/compare/thunderbird-5.2.0...thunderbird-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [thunderbird-4.1.12](https://github.com/truecharts/charts/compare/thunderbird-4.1.11...thunderbird-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [thunderbird-4.1.11](https://github.com/truecharts/charts/compare/thunderbird-4.1.10...thunderbird-4.1.11) (2024-01-29) - -### Chore - - - -- update container image ich777/thunderbird to latest[@b93db06](https://github.com/b93db06) by renovate ([#17637](https://github.com/truecharts/charts/issues/17637)) \ No newline at end of file diff --git a/stable/thunderbird/5.5.1/Chart.yaml b/stable/thunderbird/5.5.1/Chart.yaml deleted file mode 100644 index c3c7fa60c60..00000000000 --- a/stable/thunderbird/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/thunderbird/5.5.1/charts/common-20.0.8.tgz b/stable/thunderbird/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/thunderbird/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/transmission/20.5.1/.helmignore b/stable/thunderbird/5.7.1/.helmignore similarity index 100% rename from stable/transmission/20.5.1/.helmignore rename to stable/thunderbird/5.7.1/.helmignore diff --git a/stable/thunderbird/5.7.1/CHANGELOG.md b/stable/thunderbird/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9bb65ac94ba --- /dev/null +++ b/stable/thunderbird/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [thunderbird-5.7.1](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/thunderbird/5.7.1/Chart.yaml new file mode 100644 index 00000000000..46e32dcfa78 --- /dev/null +++ b/stable/thunderbird/5.7.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: 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.2 + 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.1 diff --git a/stable/thunderbird/5.5.1/README.md b/stable/thunderbird/5.7.1/README.md similarity index 100% rename from stable/thunderbird/5.5.1/README.md rename to stable/thunderbird/5.7.1/README.md diff --git a/stable/thunderbird/5.7.1/app-changelog.md b/stable/thunderbird/5.7.1/app-changelog.md new file mode 100644 index 00000000000..3edb6ff98ee --- /dev/null +++ b/stable/thunderbird/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [thunderbird-5.7.1](https://github.com/truecharts/charts/compare/thunderbird-5.6.0...thunderbird-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/thunderbird/5.7.1/app-readme.md similarity index 100% rename from stable/thunderbird/5.5.1/app-readme.md rename to stable/thunderbird/5.7.1/app-readme.md diff --git a/stable/thunderbird/5.7.1/charts/common-20.2.2.tgz b/stable/thunderbird/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/thunderbird/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/thunderbird/5.5.1/ix_values.yaml b/stable/thunderbird/5.7.1/ix_values.yaml similarity index 100% rename from stable/thunderbird/5.5.1/ix_values.yaml rename to stable/thunderbird/5.7.1/ix_values.yaml diff --git a/stable/thunderbird/5.5.1/questions.yaml b/stable/thunderbird/5.7.1/questions.yaml similarity index 100% rename from stable/thunderbird/5.5.1/questions.yaml rename to stable/thunderbird/5.7.1/questions.yaml diff --git a/stable/thunderbird/5.5.1/templates/common.yaml b/stable/thunderbird/5.7.1/templates/common.yaml similarity index 100% rename from stable/thunderbird/5.5.1/templates/common.yaml rename to stable/thunderbird/5.7.1/templates/common.yaml diff --git a/stable/transmission/20.5.1/values.yaml b/stable/thunderbird/5.7.1/values.yaml similarity index 100% rename from stable/transmission/20.5.1/values.yaml rename to stable/thunderbird/5.7.1/values.yaml diff --git a/stable/timetagger/6.3.1/CHANGELOG.md b/stable/timetagger/6.3.1/CHANGELOG.md deleted file mode 100644 index 8fd98e9c310..00000000000 --- a/stable/timetagger/6.3.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [timetagger-6.3.1](https://github.com/truecharts/charts/compare/timetagger-6.3.0...timetagger-6.3.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [timetagger-6.3.0](https://github.com/truecharts/charts/compare/timetagger-6.2.1...timetagger-6.3.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [timetagger-6.2.1](https://github.com/truecharts/charts/compare/timetagger-6.2.0...timetagger-6.2.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [timetagger-6.2.0](https://github.com/truecharts/charts/compare/timetagger-6.1.0...timetagger-6.2.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [timetagger-6.1.0](https://github.com/truecharts/charts/compare/timetagger-6.0.3...timetagger-6.1.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [timetagger-6.0.3](https://github.com/truecharts/charts/compare/timetagger-6.0.2...timetagger-6.0.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [timetagger-6.0.2](https://github.com/truecharts/charts/compare/timetagger-5.2.0...timetagger-6.0.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [timetagger-4.1.11](https://github.com/truecharts/charts/compare/timetagger-4.1.10...timetagger-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [timetagger-4.1.10](https://github.com/truecharts/charts/compare/timetagger-4.1.9...timetagger-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/timetagger/6.3.1/Chart.yaml b/stable/timetagger/6.3.1/Chart.yaml deleted file mode 100644 index 8c08bd4510e..00000000000 --- a/stable/timetagger/6.3.1/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.0.8 - 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.3.1 diff --git a/stable/timetagger/6.3.1/charts/common-20.0.8.tgz b/stable/timetagger/6.3.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/timetagger/6.3.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/trilium-notes/12.6.1/.helmignore b/stable/timetagger/6.5.1/.helmignore similarity index 100% rename from stable/trilium-notes/12.6.1/.helmignore rename to stable/timetagger/6.5.1/.helmignore diff --git a/stable/timetagger/6.5.1/CHANGELOG.md b/stable/timetagger/6.5.1/CHANGELOG.md new file mode 100644 index 00000000000..bc7c997a00c --- /dev/null +++ b/stable/timetagger/6.5.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [timetagger-6.5.1](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/timetagger/6.5.1/Chart.yaml new file mode 100644 index 00000000000..438efc0beec --- /dev/null +++ b/stable/timetagger/6.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: 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.2 + 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.1 diff --git a/stable/timetagger/6.3.1/README.md b/stable/timetagger/6.5.1/README.md similarity index 100% rename from stable/timetagger/6.3.1/README.md rename to stable/timetagger/6.5.1/README.md diff --git a/stable/timetagger/6.5.1/app-changelog.md b/stable/timetagger/6.5.1/app-changelog.md new file mode 100644 index 00000000000..1a37a434369 --- /dev/null +++ b/stable/timetagger/6.5.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [timetagger-6.5.1](https://github.com/truecharts/charts/compare/timetagger-6.4.0...timetagger-6.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.3.1/app-readme.md b/stable/timetagger/6.5.1/app-readme.md similarity index 100% rename from stable/timetagger/6.3.1/app-readme.md rename to stable/timetagger/6.5.1/app-readme.md diff --git a/stable/timetagger/6.5.1/charts/common-20.2.2.tgz b/stable/timetagger/6.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/timetagger/6.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/timetagger/6.3.1/ix_values.yaml b/stable/timetagger/6.5.1/ix_values.yaml similarity index 100% rename from stable/timetagger/6.3.1/ix_values.yaml rename to stable/timetagger/6.5.1/ix_values.yaml diff --git a/stable/timetagger/6.3.1/questions.yaml b/stable/timetagger/6.5.1/questions.yaml similarity index 100% rename from stable/timetagger/6.3.1/questions.yaml rename to stable/timetagger/6.5.1/questions.yaml diff --git a/stable/traccar/15.5.1/templates/common.yaml b/stable/timetagger/6.5.1/templates/common.yaml similarity index 100% rename from stable/traccar/15.5.1/templates/common.yaml rename to stable/timetagger/6.5.1/templates/common.yaml diff --git a/stable/trilium-notes/12.6.1/values.yaml b/stable/timetagger/6.5.1/values.yaml similarity index 100% rename from stable/trilium-notes/12.6.1/values.yaml rename to stable/timetagger/6.5.1/values.yaml diff --git a/stable/tinymediamanager/10.5.1/CHANGELOG.md b/stable/tinymediamanager/10.5.1/CHANGELOG.md deleted file mode 100644 index db6a398cb8c..00000000000 --- a/stable/tinymediamanager/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tinymediamanager-10.5.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.5.0...tinymediamanager-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tinymediamanager-10.5.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.4.1...tinymediamanager-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tinymediamanager-10.4.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.4.0...tinymediamanager-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tinymediamanager-10.4.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.3.0...tinymediamanager-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tinymediamanager-10.3.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.4...tinymediamanager-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tinymediamanager-10.2.4](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.3...tinymediamanager-10.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tinymediamanager-10.2.3](https://github.com/truecharts/charts/compare/tinymediamanager-10.2.1...tinymediamanager-10.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [tinymediamanager-9.0.8](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.7...tinymediamanager-9.0.8) (2024-02-12) - -### Chore - - - -- update container image tinymediamanager/tinymediamanager to v5.0.2[@0c6b69c](https://github.com/0c6b69c) by renovate ([#18149](https://github.com/truecharts/charts/issues/18149)) - - -## [tinymediamanager-9.0.7](https://github.com/truecharts/charts/compare/tinymediamanager-9.0.6...tinymediamanager-9.0.7) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/tinymediamanager/10.5.1/Chart.yaml b/stable/tinymediamanager/10.5.1/Chart.yaml deleted file mode 100644 index 1d992a0e75d..00000000000 --- a/stable/tinymediamanager/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/tinymediamanager/10.5.1/charts/common-20.0.8.tgz b/stable/tinymediamanager/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tinymediamanager/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/troddit/5.5.1/.helmignore b/stable/tinymediamanager/10.7.1/.helmignore similarity index 100% rename from stable/troddit/5.5.1/.helmignore rename to stable/tinymediamanager/10.7.1/.helmignore diff --git a/stable/tinymediamanager/10.7.1/CHANGELOG.md b/stable/tinymediamanager/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..8d95459fb94 --- /dev/null +++ b/stable/tinymediamanager/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tinymediamanager-10.7.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tinymediamanager/10.7.1/Chart.yaml new file mode 100644 index 00000000000..c8b27aa1623 --- /dev/null +++ b/stable/tinymediamanager/10.7.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: 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.2 + 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.1 diff --git a/stable/tinymediamanager/10.5.1/README.md b/stable/tinymediamanager/10.7.1/README.md similarity index 100% rename from stable/tinymediamanager/10.5.1/README.md rename to stable/tinymediamanager/10.7.1/README.md diff --git a/stable/tinymediamanager/10.7.1/app-changelog.md b/stable/tinymediamanager/10.7.1/app-changelog.md new file mode 100644 index 00000000000..a3428d48ba7 --- /dev/null +++ b/stable/tinymediamanager/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tinymediamanager-10.7.1](https://github.com/truecharts/charts/compare/tinymediamanager-10.6.0...tinymediamanager-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tinymediamanager/10.7.1/app-readme.md similarity index 100% rename from stable/tinymediamanager/10.5.1/app-readme.md rename to stable/tinymediamanager/10.7.1/app-readme.md diff --git a/stable/tinymediamanager/10.7.1/charts/common-20.2.2.tgz b/stable/tinymediamanager/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tinymediamanager/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tinymediamanager/10.5.1/ix_values.yaml b/stable/tinymediamanager/10.7.1/ix_values.yaml similarity index 100% rename from stable/tinymediamanager/10.5.1/ix_values.yaml rename to stable/tinymediamanager/10.7.1/ix_values.yaml diff --git a/stable/tinymediamanager/10.5.1/questions.yaml b/stable/tinymediamanager/10.7.1/questions.yaml similarity index 100% rename from stable/tinymediamanager/10.5.1/questions.yaml rename to stable/tinymediamanager/10.7.1/questions.yaml diff --git a/stable/twofauth/1.2.2/templates/NOTES.txt b/stable/tinymediamanager/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/twofauth/1.2.2/templates/NOTES.txt rename to stable/tinymediamanager/10.7.1/templates/NOTES.txt diff --git a/stable/trilium-notes/12.6.1/templates/common.yaml b/stable/tinymediamanager/10.7.1/templates/common.yaml similarity index 100% rename from stable/trilium-notes/12.6.1/templates/common.yaml rename to stable/tinymediamanager/10.7.1/templates/common.yaml diff --git a/stable/troddit/5.5.1/values.yaml b/stable/tinymediamanager/10.7.1/values.yaml similarity index 100% rename from stable/troddit/5.5.1/values.yaml rename to stable/tinymediamanager/10.7.1/values.yaml diff --git a/stable/tonido/5.5.1/CHANGELOG.md b/stable/tonido/5.5.1/CHANGELOG.md deleted file mode 100644 index 919d37fdddc..00000000000 --- a/stable/tonido/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tonido-5.5.1](https://github.com/truecharts/charts/compare/tonido-5.5.0...tonido-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tonido-5.5.0](https://github.com/truecharts/charts/compare/tonido-5.4.1...tonido-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tonido-5.4.1](https://github.com/truecharts/charts/compare/tonido-5.4.0...tonido-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tonido-5.4.0](https://github.com/truecharts/charts/compare/tonido-5.3.0...tonido-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tonido-5.3.0](https://github.com/truecharts/charts/compare/tonido-5.2.3...tonido-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tonido-5.2.3](https://github.com/truecharts/charts/compare/tonido-5.2.2...tonido-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tonido-5.2.2](https://github.com/truecharts/charts/compare/tonido-5.2.0...tonido-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tonido-4.1.11](https://github.com/truecharts/charts/compare/tonido-4.1.10...tonido-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tonido-4.1.10](https://github.com/truecharts/charts/compare/tonido-4.1.9...tonido-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tonido/5.5.1/Chart.yaml b/stable/tonido/5.5.1/Chart.yaml deleted file mode 100644 index b7d855d8bb5..00000000000 --- a/stable/tonido/5.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/tonido/5.5.1/charts/common-20.0.8.tgz b/stable/tonido/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tonido/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/truecommand/19.5.2/.helmignore b/stable/tonido/5.7.1/.helmignore similarity index 100% rename from stable/truecommand/19.5.2/.helmignore rename to stable/tonido/5.7.1/.helmignore diff --git a/stable/tonido/5.7.1/CHANGELOG.md b/stable/tonido/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0be878c3322 --- /dev/null +++ b/stable/tonido/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tonido-5.7.1](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tonido/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7cd46458efa --- /dev/null +++ b/stable/tonido/5.7.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: 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.2 + 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.1 diff --git a/stable/tonido/5.5.1/README.md b/stable/tonido/5.7.1/README.md similarity index 100% rename from stable/tonido/5.5.1/README.md rename to stable/tonido/5.7.1/README.md diff --git a/stable/tonido/5.7.1/app-changelog.md b/stable/tonido/5.7.1/app-changelog.md new file mode 100644 index 00000000000..16f7004271d --- /dev/null +++ b/stable/tonido/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tonido-5.7.1](https://github.com/truecharts/charts/compare/tonido-5.6.0...tonido-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tonido/5.7.1/app-readme.md similarity index 100% rename from stable/tonido/5.5.1/app-readme.md rename to stable/tonido/5.7.1/app-readme.md diff --git a/stable/tonido/5.7.1/charts/common-20.2.2.tgz b/stable/tonido/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tonido/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tonido/5.5.1/ix_values.yaml b/stable/tonido/5.7.1/ix_values.yaml similarity index 100% rename from stable/tonido/5.5.1/ix_values.yaml rename to stable/tonido/5.7.1/ix_values.yaml diff --git a/stable/tonido/5.5.1/questions.yaml b/stable/tonido/5.7.1/questions.yaml similarity index 100% rename from stable/tonido/5.5.1/questions.yaml rename to stable/tonido/5.7.1/questions.yaml diff --git a/stable/tonido/5.5.1/templates/common.yaml b/stable/tonido/5.7.1/templates/common.yaml similarity index 100% rename from stable/tonido/5.5.1/templates/common.yaml rename to stable/tonido/5.7.1/templates/common.yaml diff --git a/stable/truecommand/19.5.2/values.yaml b/stable/tonido/5.7.1/values.yaml similarity index 100% rename from stable/truecommand/19.5.2/values.yaml rename to stable/tonido/5.7.1/values.yaml diff --git a/stable/traccar/15.5.1/CHANGELOG.md b/stable/traccar/15.5.1/CHANGELOG.md deleted file mode 100644 index fd4757c9bc4..00000000000 --- a/stable/traccar/15.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traccar-15.5.1](https://github.com/truecharts/charts/compare/traccar-15.5.0...traccar-15.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [traccar-15.5.0](https://github.com/truecharts/charts/compare/traccar-15.4.1...traccar-15.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [traccar-15.4.1](https://github.com/truecharts/charts/compare/traccar-15.4.0...traccar-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [traccar-15.4.0](https://github.com/truecharts/charts/compare/traccar-15.3.0...traccar-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [traccar-15.3.0](https://github.com/truecharts/charts/compare/traccar-15.2.3...traccar-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [traccar-15.2.3](https://github.com/truecharts/charts/compare/traccar-15.2.2...traccar-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [traccar-15.2.2](https://github.com/truecharts/charts/compare/traccar-15.2.0...traccar-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [traccar-14.3.1](https://github.com/truecharts/charts/compare/traccar-14.3.0...traccar-14.3.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traccar-14.3.0](https://github.com/truecharts/charts/compare/traccar-14.2.4...traccar-14.3.0) (2024-01-29) - -### Chore - - - -- update container image traccar/traccar to v5.12[@38dfd7c](https://github.com/38dfd7c) by renovate ([#17701](https://github.com/truecharts/charts/issues/17701)) diff --git a/stable/traccar/15.5.1/Chart.yaml b/stable/traccar/15.5.1/Chart.yaml deleted file mode 100644 index 9f45597e422..00000000000 --- a/stable/traccar/15.5.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: 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.0.8 - 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.5.1 diff --git a/stable/traccar/15.5.1/charts/common-20.0.8.tgz b/stable/traccar/15.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/traccar/15.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/truenas-exporter/1.4.1/.helmignore b/stable/traccar/15.7.1/.helmignore similarity index 100% rename from stable/truenas-exporter/1.4.1/.helmignore rename to stable/traccar/15.7.1/.helmignore diff --git a/stable/traccar/15.7.1/CHANGELOG.md b/stable/traccar/15.7.1/CHANGELOG.md new file mode 100644 index 00000000000..681f3253e32 --- /dev/null +++ b/stable/traccar/15.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traccar-15.7.1](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/traccar/15.7.1/Chart.yaml new file mode 100644 index 00000000000..b78f8ce2a1e --- /dev/null +++ b/stable/traccar/15.7.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: 5.12.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/traccar/15.5.1/README.md b/stable/traccar/15.7.1/README.md similarity index 100% rename from stable/traccar/15.5.1/README.md rename to stable/traccar/15.7.1/README.md diff --git a/stable/traccar/15.7.1/app-changelog.md b/stable/traccar/15.7.1/app-changelog.md new file mode 100644 index 00000000000..7bc49cad86d --- /dev/null +++ b/stable/traccar/15.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [traccar-15.7.1](https://github.com/truecharts/charts/compare/traccar-15.6.0...traccar-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/traccar/15.7.1/app-readme.md similarity index 100% rename from stable/traccar/15.5.1/app-readme.md rename to stable/traccar/15.7.1/app-readme.md diff --git a/stable/traccar/15.7.1/charts/common-20.2.2.tgz b/stable/traccar/15.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/traccar/15.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/traccar/15.5.1/ix_values.yaml b/stable/traccar/15.7.1/ix_values.yaml similarity index 100% rename from stable/traccar/15.5.1/ix_values.yaml rename to stable/traccar/15.7.1/ix_values.yaml diff --git a/stable/traccar/15.5.1/questions.yaml b/stable/traccar/15.7.1/questions.yaml similarity index 100% rename from stable/traccar/15.5.1/questions.yaml rename to stable/traccar/15.7.1/questions.yaml diff --git a/stable/twtxt/10.5.1/templates/NOTES.txt b/stable/traccar/15.7.1/templates/NOTES.txt similarity index 100% rename from stable/twtxt/10.5.1/templates/NOTES.txt rename to stable/traccar/15.7.1/templates/NOTES.txt diff --git a/stable/truecommand/19.5.2/templates/common.yaml b/stable/traccar/15.7.1/templates/common.yaml similarity index 100% rename from stable/truecommand/19.5.2/templates/common.yaml rename to stable/traccar/15.7.1/templates/common.yaml diff --git a/stable/truenas-exporter/1.4.1/values.yaml b/stable/traccar/15.7.1/values.yaml similarity index 100% rename from stable/truenas-exporter/1.4.1/values.yaml rename to stable/traccar/15.7.1/values.yaml diff --git a/stable/tracks/5.5.1/CHANGELOG.md b/stable/tracks/5.5.1/CHANGELOG.md deleted file mode 100644 index 3b599a298fa..00000000000 --- a/stable/tracks/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tracks-5.5.1](https://github.com/truecharts/charts/compare/tracks-5.5.0...tracks-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tracks-5.5.0](https://github.com/truecharts/charts/compare/tracks-5.4.1...tracks-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tracks-5.4.1](https://github.com/truecharts/charts/compare/tracks-5.4.0...tracks-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tracks-5.4.0](https://github.com/truecharts/charts/compare/tracks-5.3.0...tracks-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tracks-5.3.0](https://github.com/truecharts/charts/compare/tracks-5.2.3...tracks-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tracks-5.2.3](https://github.com/truecharts/charts/compare/tracks-5.2.2...tracks-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tracks-5.2.2](https://github.com/truecharts/charts/compare/tracks-5.2.0...tracks-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - -## [tracks-4.1.11](https://github.com/truecharts/charts/compare/tracks-4.1.10...tracks-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - diff --git a/stable/tracks/5.5.1/Chart.yaml b/stable/tracks/5.5.1/Chart.yaml deleted file mode 100644 index b654a9e84b9..00000000000 --- a/stable/tracks/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tracks/5.5.1/charts/common-20.0.8.tgz b/stable/tracks/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tracks/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tsmuxer/9.5.1/.helmignore b/stable/tracks/5.7.1/.helmignore similarity index 100% rename from stable/tsmuxer/9.5.1/.helmignore rename to stable/tracks/5.7.1/.helmignore diff --git a/stable/tracks/5.7.1/CHANGELOG.md b/stable/tracks/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5d1631c44e0 --- /dev/null +++ b/stable/tracks/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tracks-5.7.1](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tracks/5.7.1/Chart.yaml new file mode 100644 index 00000000000..44ce8897f58 --- /dev/null +++ b/stable/tracks/5.7.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: 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.2 + 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.1 diff --git a/stable/tracks/5.5.1/README.md b/stable/tracks/5.7.1/README.md similarity index 100% rename from stable/tracks/5.5.1/README.md rename to stable/tracks/5.7.1/README.md diff --git a/stable/tracks/5.7.1/app-changelog.md b/stable/tracks/5.7.1/app-changelog.md new file mode 100644 index 00000000000..c6e879f9218 --- /dev/null +++ b/stable/tracks/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tracks-5.7.1](https://github.com/truecharts/charts/compare/tracks-5.6.0...tracks-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tracks/5.7.1/app-readme.md similarity index 100% rename from stable/tracks/5.5.1/app-readme.md rename to stable/tracks/5.7.1/app-readme.md diff --git a/stable/tracks/5.7.1/charts/common-20.2.2.tgz b/stable/tracks/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tracks/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tracks/5.5.1/ix_values.yaml b/stable/tracks/5.7.1/ix_values.yaml similarity index 100% rename from stable/tracks/5.5.1/ix_values.yaml rename to stable/tracks/5.7.1/ix_values.yaml diff --git a/stable/tracks/5.5.1/questions.yaml b/stable/tracks/5.7.1/questions.yaml similarity index 100% rename from stable/tracks/5.5.1/questions.yaml rename to stable/tracks/5.7.1/questions.yaml diff --git a/stable/tracks/5.5.1/templates/common.yaml b/stable/tracks/5.7.1/templates/common.yaml similarity index 100% rename from stable/tracks/5.5.1/templates/common.yaml rename to stable/tracks/5.7.1/templates/common.yaml diff --git a/stable/tsmuxer/9.5.1/values.yaml b/stable/tracks/5.7.1/values.yaml similarity index 100% rename from stable/tsmuxer/9.5.1/values.yaml rename to stable/tracks/5.7.1/values.yaml diff --git a/stable/traefik-forward-auth/3.5.2/CHANGELOG.md b/stable/traefik-forward-auth/3.5.2/CHANGELOG.md deleted file mode 100644 index 8ff61de5e37..00000000000 --- a/stable/traefik-forward-auth/3.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traefik-forward-auth-3.5.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.5.1...traefik-forward-auth-3.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [traefik-forward-auth-3.5.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.5.0...traefik-forward-auth-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [traefik-forward-auth-3.5.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.4.1...traefik-forward-auth-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [traefik-forward-auth-3.4.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.4.0...traefik-forward-auth-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [traefik-forward-auth-3.4.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.3.0...traefik-forward-auth-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [traefik-forward-auth-3.3.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.3...traefik-forward-auth-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [traefik-forward-auth-3.2.3](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.2...traefik-forward-auth-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [traefik-forward-auth-3.2.2](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.2.0...traefik-forward-auth-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [traefik-forward-auth-2.1.14](https://github.com/truecharts/charts/compare/traefik-forward-auth-2.1.13...traefik-forward-auth-2.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/traefik-forward-auth/3.5.2/Chart.yaml b/stable/traefik-forward-auth/3.5.2/Chart.yaml deleted file mode 100644 index babd1d1c850..00000000000 --- a/stable/traefik-forward-auth/3.5.2/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.0.9 - 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.5.2 diff --git a/stable/traefik-forward-auth/3.5.2/charts/common-20.0.9.tgz b/stable/traefik-forward-auth/3.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/traefik-forward-auth/3.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/traefik-forward-auth/3.5.2/questions.yaml b/stable/traefik-forward-auth/3.5.2/questions.yaml deleted file mode 100755 index 001bb6acd0f..00000000000 --- a/stable/traefik-forward-auth/3.5.2/questions.yaml +++ /dev/null @@ -1,3094 +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: 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: tfaAppOptions - group: App Configuration - label: Application Options - schema: - type: dict - attrs: - - variable: secret - label: Secret - description: Mandatory, can be any string. - schema: - type: string - required: true - private: true - - variable: port - label: Port - schema: - type: int - default: 4181 - - variable: logLevel - label: Log level - schema: - type: string - default: warn - enum: - - value: trace - description: Trace (most detailed) - - value: debug - description: Debug - - value: info - description: Information - - value: warn - description: Warning - - value: error - description: Error - - value: fatal - description: Fatal - - value: panic - description: Panic (least detailed) - - variable: logFormat - label: Log format - schema: - type: string - default: text - enum: - - value: text - description: Text - - value: json - description: JSON - - value: pretty - description: Pretty - - variable: tfaAuthOptions - group: App Configuration - label: Auth Options - schema: - type: dict - attrs: - - variable: authHost - label: Auth host - description: Single host to use when returning from 3rd party auth. - schema: - type: string - - variable: urlPath - label: Callback URL Path - schema: - type: string - default: "/_oauth" - - variable: defaultAction - label: Default action - schema: - type: string - default: auth - enum: - - value: auth - description: Authenticate - - value: allow - description: Allow (do not require authentication) - - variable: defaultProvider - label: Default provider - schema: - type: string - default: google - enum: - - value: google - description: Google Provider - - value: oidc - description: OIDC Provider - - value: generic-oauth - description: Generic OAuth2 Provider - - variable: domain - label: Domains - description: Only allow given email domains. - schema: - type: list - default: [] - items: - - variable: allowedDomain - label: Host - schema: - type: string - required: true - - variable: whitelist - label: Whitelist - description: Only allow given email addresses. - schema: - type: list - default: [] - items: - - variable: allowedEmail - label: Host - schema: - type: string - required: true - - variable: rules - label: Rules - description: Additional rules in rule..= format. - schema: - type: list - default: [] - items: - - variable: rule - label: Rule - schema: - type: string - required: true - - variable: logoutRedirect - label: Logout redirect - description: URL to redirect to following logout. - schema: - type: string - - variable: tfaCookieOptions - group: App Configuration - label: Cookie Options - schema: - type: dict - attrs: - - variable: cookieDomain - label: Cookie domain hosts - schema: - type: list - default: [] - items: - - variable: cookieDomainHost - label: Host - schema: - type: string - required: true - - variable: cookieName - label: Cookie name - schema: - type: string - default: "_forward_auth" - - variable: csrfCookieName - label: CSRF cookie name - schema: - type: string - default: "_forward_auth_csrf" - - variable: lifetime - label: Lifetime - description: Lifetime in seconds. - schema: - type: int - default: 43200 - - variable: insecureCookie - label: Use insecure cookies - schema: - type: boolean - default: false - - variable: tfaGoogleOptions - group: App Configuration - label: Google Provider - schema: - type: dict - attrs: - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: prompt - label: Prompt - description: Space separated list of OpenID prompt options. - schema: - type: string - - variable: tfaOidcOptions - group: App Configuration - label: OIDC Provider - schema: - type: dict - attrs: - - variable: issuerUrl - label: Issuer URL - schema: - type: string - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: resource - label: Resource - description: Optional resource indicator. - schema: - type: string - - variable: tfaOauthOptions - group: App Configuration - label: Generic OAuth2 Provider - schema: - type: dict - attrs: - - variable: authUrl - label: Auth/Login URL - schema: - type: string - - variable: tokenUrl - label: Token URL - schema: - type: string - - variable: userUrl - label: User URL - description: URL used to retrieve user info. - schema: - type: string - - variable: clientId - label: Client ID - schema: - type: string - private: true - - variable: clientSecret - label: Client Secret - schema: - type: string - private: true - - variable: scopes - label: Scopes - schema: - type: string - default: profile, email - - variable: tokenStyle - label: Token style - description: How token is presented when querying the User URL - schema: - type: string - default: header - enum: - - value: header - description: Header - - value: query - description: Query - - variable: resource - label: Resource - description: Optional resource indicator. - schema: - type: string - - 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: 4181 - 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: 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 this App 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/tt-rss/16.5.1/.helmignore b/stable/traefik-forward-auth/3.7.1/.helmignore similarity index 100% rename from stable/tt-rss/16.5.1/.helmignore rename to stable/traefik-forward-auth/3.7.1/.helmignore diff --git a/stable/traefik-forward-auth/3.7.1/CHANGELOG.md b/stable/traefik-forward-auth/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..adffc99f575 --- /dev/null +++ b/stable/traefik-forward-auth/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-forward-auth-3.7.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/traefik-forward-auth/3.7.1/Chart.yaml new file mode 100644 index 00000000000..fcf9c8d3aae --- /dev/null +++ b/stable/traefik-forward-auth/3.7.1/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.2 + 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.1 diff --git a/stable/traefik-forward-auth/3.5.2/README.md b/stable/traefik-forward-auth/3.7.1/README.md similarity index 100% rename from stable/traefik-forward-auth/3.5.2/README.md rename to stable/traefik-forward-auth/3.7.1/README.md diff --git a/stable/traefik-forward-auth/3.7.1/app-changelog.md b/stable/traefik-forward-auth/3.7.1/app-changelog.md new file mode 100644 index 00000000000..e5592f12cc3 --- /dev/null +++ b/stable/traefik-forward-auth/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [traefik-forward-auth-3.7.1](https://github.com/truecharts/charts/compare/traefik-forward-auth-3.6.0...traefik-forward-auth-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/traefik-forward-auth/3.7.1/app-readme.md similarity index 100% rename from stable/traefik-forward-auth/3.5.2/app-readme.md rename to stable/traefik-forward-auth/3.7.1/app-readme.md diff --git a/stable/traefik-forward-auth/3.7.1/charts/common-20.2.2.tgz b/stable/traefik-forward-auth/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/traefik-forward-auth/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/traefik-forward-auth/3.5.2/ix_values.yaml b/stable/traefik-forward-auth/3.7.1/ix_values.yaml similarity index 100% rename from stable/traefik-forward-auth/3.5.2/ix_values.yaml rename to stable/traefik-forward-auth/3.7.1/ix_values.yaml diff --git a/stable/traefik-forward-auth/3.7.1/questions.yaml b/stable/traefik-forward-auth/3.7.1/questions.yaml new file mode 100755 index 00000000000..7ef0de44cde --- /dev/null +++ b/stable/traefik-forward-auth/3.7.1/questions.yaml @@ -0,0 +1,3087 @@ +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: 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: tfaAppOptions + group: App Configuration + label: Application Options + schema: + type: dict + attrs: + - variable: secret + label: Secret + description: Mandatory, can be any string. + schema: + type: string + required: true + private: true + - variable: port + label: Port + schema: + type: int + default: 4181 + - variable: logLevel + label: Log level + schema: + type: string + default: warn + enum: + - value: trace + description: Trace (most detailed) + - value: debug + description: Debug + - value: info + description: Information + - value: warn + description: Warning + - value: error + description: Error + - value: fatal + description: Fatal + - value: panic + description: Panic (least detailed) + - variable: logFormat + label: Log format + schema: + type: string + default: text + enum: + - value: text + description: Text + - value: json + description: JSON + - value: pretty + description: Pretty + - variable: tfaAuthOptions + group: App Configuration + label: Auth Options + schema: + type: dict + attrs: + - variable: authHost + label: Auth host + description: Single host to use when returning from 3rd party auth. + schema: + type: string + - variable: urlPath + label: Callback URL Path + schema: + type: string + default: "/_oauth" + - variable: defaultAction + label: Default action + schema: + type: string + default: auth + enum: + - value: auth + description: Authenticate + - value: allow + description: Allow (do not require authentication) + - variable: defaultProvider + label: Default provider + schema: + type: string + default: google + enum: + - value: google + description: Google Provider + - value: oidc + description: OIDC Provider + - value: generic-oauth + description: Generic OAuth2 Provider + - variable: domain + label: Domains + description: Only allow given email domains. + schema: + type: list + default: [] + items: + - variable: allowedDomain + label: Host + schema: + type: string + required: true + - variable: whitelist + label: Whitelist + description: Only allow given email addresses. + schema: + type: list + default: [] + items: + - variable: allowedEmail + label: Host + schema: + type: string + required: true + - variable: rules + label: Rules + description: Additional rules in rule..= format. + schema: + type: list + default: [] + items: + - variable: rule + label: Rule + schema: + type: string + required: true + - variable: logoutRedirect + label: Logout redirect + description: URL to redirect to following logout. + schema: + type: string + - variable: tfaCookieOptions + group: App Configuration + label: Cookie Options + schema: + type: dict + attrs: + - variable: cookieDomain + label: Cookie domain hosts + schema: + type: list + default: [] + items: + - variable: cookieDomainHost + label: Host + schema: + type: string + required: true + - variable: cookieName + label: Cookie name + schema: + type: string + default: "_forward_auth" + - variable: csrfCookieName + label: CSRF cookie name + schema: + type: string + default: "_forward_auth_csrf" + - variable: lifetime + label: Lifetime + description: Lifetime in seconds. + schema: + type: int + default: 43200 + - variable: insecureCookie + label: Use insecure cookies + schema: + type: boolean + default: false + - variable: tfaGoogleOptions + group: App Configuration + label: Google Provider + schema: + type: dict + attrs: + - variable: clientId + label: Client ID + schema: + type: string + private: true + - variable: clientSecret + label: Client Secret + schema: + type: string + private: true + - variable: prompt + label: Prompt + description: Space separated list of OpenID prompt options. + schema: + type: string + - variable: tfaOidcOptions + group: App Configuration + label: OIDC Provider + schema: + type: dict + attrs: + - variable: issuerUrl + label: Issuer URL + schema: + type: string + - variable: clientId + label: Client ID + schema: + type: string + private: true + - variable: clientSecret + label: Client Secret + schema: + type: string + private: true + - variable: resource + label: Resource + description: Optional resource indicator. + schema: + type: string + - variable: tfaOauthOptions + group: App Configuration + label: Generic OAuth2 Provider + schema: + type: dict + attrs: + - variable: authUrl + label: Auth/Login URL + schema: + type: string + - variable: tokenUrl + label: Token URL + schema: + type: string + - variable: userUrl + label: User URL + description: URL used to retrieve user info. + schema: + type: string + - variable: clientId + label: Client ID + schema: + type: string + private: true + - variable: clientSecret + label: Client Secret + schema: + type: string + private: true + - variable: scopes + label: Scopes + schema: + type: string + default: profile, email + - variable: tokenStyle + label: Token style + description: How token is presented when querying the User URL + schema: + type: string + default: header + enum: + - value: header + description: Header + - value: query + description: Query + - variable: resource + label: Resource + description: Optional resource indicator. + schema: + type: string + - 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: 4181 + 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: 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 this App 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/traefik-forward-auth/3.5.2/templates/_args.tpl b/stable/traefik-forward-auth/3.7.1/templates/_args.tpl similarity index 100% rename from stable/traefik-forward-auth/3.5.2/templates/_args.tpl rename to stable/traefik-forward-auth/3.7.1/templates/_args.tpl diff --git a/stable/traefik-forward-auth/3.5.2/templates/_secrets.tpl b/stable/traefik-forward-auth/3.7.1/templates/_secrets.tpl similarity index 100% rename from stable/traefik-forward-auth/3.5.2/templates/_secrets.tpl rename to stable/traefik-forward-auth/3.7.1/templates/_secrets.tpl diff --git a/stable/traefik-forward-auth/3.5.2/templates/common.yaml b/stable/traefik-forward-auth/3.7.1/templates/common.yaml similarity index 100% rename from stable/traefik-forward-auth/3.5.2/templates/common.yaml rename to stable/traefik-forward-auth/3.7.1/templates/common.yaml diff --git a/stable/tt-rss/16.5.1/values.yaml b/stable/traefik-forward-auth/3.7.1/values.yaml similarity index 100% rename from stable/tt-rss/16.5.1/values.yaml rename to stable/traefik-forward-auth/3.7.1/values.yaml diff --git a/stable/traggo/6.6.1/CHANGELOG.md b/stable/traggo/6.6.1/CHANGELOG.md deleted file mode 100644 index 90b30018003..00000000000 --- a/stable/traggo/6.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traggo-6.6.1](https://github.com/truecharts/charts/compare/traggo-6.6.0...traggo-6.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [traggo-6.6.0](https://github.com/truecharts/charts/compare/traggo-6.5.0...traggo-6.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [traggo-6.5.0](https://github.com/truecharts/charts/compare/traggo-6.4.1...traggo-6.5.0) (2024-03-11) - -### Chore - - - -- update container image traggo/server to v0.4.3[@93a800b](https://github.com/93a800b) by renovate ([#19128](https://github.com/truecharts/charts/issues/19128)) - - -## [traggo-6.4.1](https://github.com/truecharts/charts/compare/traggo-6.4.0...traggo-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [traggo-6.4.0](https://github.com/truecharts/charts/compare/traggo-6.3.0...traggo-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [traggo-6.3.0](https://github.com/truecharts/charts/compare/traggo-6.2.3...traggo-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [traggo-6.2.3](https://github.com/truecharts/charts/compare/traggo-6.2.2...traggo-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [traggo-6.2.2](https://github.com/truecharts/charts/compare/traggo-6.2.0...traggo-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [traggo-5.1.11](https://github.com/truecharts/charts/compare/traggo-5.1.10...traggo-5.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/traggo/6.6.1/Chart.yaml b/stable/traggo/6.6.1/Chart.yaml deleted file mode 100644 index 66be3dcce94..00000000000 --- a/stable/traggo/6.6.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: productivity - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.4.3 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/traggo/6.6.1/charts/common-20.0.8.tgz b/stable/traggo/6.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/traggo/6.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tubearchivist-redisjson/5.5.1/.helmignore b/stable/traggo/6.8.1/.helmignore similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/.helmignore rename to stable/traggo/6.8.1/.helmignore diff --git a/stable/traggo/6.8.1/CHANGELOG.md b/stable/traggo/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..127018292b5 --- /dev/null +++ b/stable/traggo/6.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traggo-6.8.1](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/traggo/6.8.1/Chart.yaml new file mode 100644 index 00000000000..a7ac41eb0e4 --- /dev/null +++ b/stable/traggo/6.8.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.4.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/traggo/6.6.1/README.md b/stable/traggo/6.8.1/README.md similarity index 100% rename from stable/traggo/6.6.1/README.md rename to stable/traggo/6.8.1/README.md diff --git a/stable/traggo/6.8.1/app-changelog.md b/stable/traggo/6.8.1/app-changelog.md new file mode 100644 index 00000000000..502b9e98cfc --- /dev/null +++ b/stable/traggo/6.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [traggo-6.8.1](https://github.com/truecharts/charts/compare/traggo-6.7.0...traggo-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/traggo/6.8.1/app-readme.md similarity index 100% rename from stable/traggo/6.6.1/app-readme.md rename to stable/traggo/6.8.1/app-readme.md diff --git a/stable/traggo/6.8.1/charts/common-20.2.2.tgz b/stable/traggo/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/traggo/6.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/traggo/6.6.1/ix_values.yaml b/stable/traggo/6.8.1/ix_values.yaml similarity index 100% rename from stable/traggo/6.6.1/ix_values.yaml rename to stable/traggo/6.8.1/ix_values.yaml diff --git a/stable/traggo/6.6.1/questions.yaml b/stable/traggo/6.8.1/questions.yaml similarity index 100% rename from stable/traggo/6.6.1/questions.yaml rename to stable/traggo/6.8.1/questions.yaml diff --git a/stable/ubooquity/10.5.2/templates/NOTES.txt b/stable/traggo/6.8.1/templates/NOTES.txt similarity index 100% rename from stable/ubooquity/10.5.2/templates/NOTES.txt rename to stable/traggo/6.8.1/templates/NOTES.txt diff --git a/stable/traggo/6.6.1/templates/_secret.tpl b/stable/traggo/6.8.1/templates/_secret.tpl similarity index 100% rename from stable/traggo/6.6.1/templates/_secret.tpl rename to stable/traggo/6.8.1/templates/_secret.tpl diff --git a/stable/traggo/6.6.1/templates/common.yaml b/stable/traggo/6.8.1/templates/common.yaml similarity index 100% rename from stable/traggo/6.6.1/templates/common.yaml rename to stable/traggo/6.8.1/templates/common.yaml diff --git a/stable/tubearchivist-redisjson/5.5.1/values.yaml b/stable/traggo/6.8.1/values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/values.yaml rename to stable/traggo/6.8.1/values.yaml diff --git a/stable/traktarr/5.5.1/CHANGELOG.md b/stable/traktarr/5.5.1/CHANGELOG.md deleted file mode 100644 index ae121128bfe..00000000000 --- a/stable/traktarr/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [traktarr-5.5.1](https://github.com/truecharts/charts/compare/traktarr-5.5.0...traktarr-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [traktarr-5.5.0](https://github.com/truecharts/charts/compare/traktarr-5.4.1...traktarr-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [traktarr-5.4.1](https://github.com/truecharts/charts/compare/traktarr-5.4.0...traktarr-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [traktarr-5.4.0](https://github.com/truecharts/charts/compare/traktarr-5.3.0...traktarr-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [traktarr-5.3.0](https://github.com/truecharts/charts/compare/traktarr-5.2.3...traktarr-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [traktarr-5.2.3](https://github.com/truecharts/charts/compare/traktarr-5.2.2...traktarr-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [traktarr-5.2.2](https://github.com/truecharts/charts/compare/traktarr-5.2.0...traktarr-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [traktarr-4.1.11](https://github.com/truecharts/charts/compare/traktarr-4.1.10...traktarr-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [traktarr-4.1.10](https://github.com/truecharts/charts/compare/traktarr-4.1.9...traktarr-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/traktarr/5.5.1/Chart.yaml b/stable/traktarr/5.5.1/Chart.yaml deleted file mode 100644 index c3dcb88d510..00000000000 --- a/stable/traktarr/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/traktarr/5.5.1/charts/common-20.0.8.tgz b/stable/traktarr/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/traktarr/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tubesync/5.5.2/.helmignore b/stable/traktarr/5.7.1/.helmignore similarity index 100% rename from stable/tubesync/5.5.2/.helmignore rename to stable/traktarr/5.7.1/.helmignore diff --git a/stable/traktarr/5.7.1/CHANGELOG.md b/stable/traktarr/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..58fefde592c --- /dev/null +++ b/stable/traktarr/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traktarr-5.7.1](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/traktarr/5.7.1/Chart.yaml new file mode 100644 index 00000000000..708b4cf0535 --- /dev/null +++ b/stable/traktarr/5.7.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: 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.2 + 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.1 diff --git a/stable/traktarr/5.5.1/README.md b/stable/traktarr/5.7.1/README.md similarity index 100% rename from stable/traktarr/5.5.1/README.md rename to stable/traktarr/5.7.1/README.md diff --git a/stable/traktarr/5.7.1/app-changelog.md b/stable/traktarr/5.7.1/app-changelog.md new file mode 100644 index 00000000000..623e42d744f --- /dev/null +++ b/stable/traktarr/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [traktarr-5.7.1](https://github.com/truecharts/charts/compare/traktarr-5.6.0...traktarr-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/traktarr/5.7.1/app-readme.md similarity index 100% rename from stable/traktarr/5.5.1/app-readme.md rename to stable/traktarr/5.7.1/app-readme.md diff --git a/stable/traktarr/5.7.1/charts/common-20.2.2.tgz b/stable/traktarr/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/traktarr/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/traktarr/5.5.1/ix_values.yaml b/stable/traktarr/5.7.1/ix_values.yaml similarity index 100% rename from stable/traktarr/5.5.1/ix_values.yaml rename to stable/traktarr/5.7.1/ix_values.yaml diff --git a/stable/traktarr/5.5.1/questions.yaml b/stable/traktarr/5.7.1/questions.yaml similarity index 100% rename from stable/traktarr/5.5.1/questions.yaml rename to stable/traktarr/5.7.1/questions.yaml diff --git a/stable/traktarr/5.5.1/templates/common.yaml b/stable/traktarr/5.7.1/templates/common.yaml similarity index 100% rename from stable/traktarr/5.5.1/templates/common.yaml rename to stable/traktarr/5.7.1/templates/common.yaml diff --git a/stable/tubesync/5.5.2/values.yaml b/stable/traktarr/5.7.1/values.yaml similarity index 100% rename from stable/tubesync/5.5.2/values.yaml rename to stable/traktarr/5.7.1/values.yaml diff --git a/stable/trango/5.5.1/CHANGELOG.md b/stable/trango/5.5.1/CHANGELOG.md deleted file mode 100644 index 54134ef53c8..00000000000 --- a/stable/trango/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [trango-5.5.1](https://github.com/truecharts/charts/compare/trango-5.5.0...trango-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [trango-5.5.0](https://github.com/truecharts/charts/compare/trango-5.4.1...trango-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [trango-5.4.1](https://github.com/truecharts/charts/compare/trango-5.4.0...trango-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [trango-5.4.0](https://github.com/truecharts/charts/compare/trango-5.3.0...trango-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [trango-5.3.0](https://github.com/truecharts/charts/compare/trango-5.2.3...trango-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [trango-5.2.3](https://github.com/truecharts/charts/compare/trango-5.2.2...trango-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [trango-5.2.2](https://github.com/truecharts/charts/compare/trango-5.2.0...trango-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [trango-4.1.11](https://github.com/truecharts/charts/compare/trango-4.1.10...trango-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [trango-4.1.10](https://github.com/truecharts/charts/compare/trango-4.1.9...trango-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/trango/5.5.1/Chart.yaml b/stable/trango/5.5.1/Chart.yaml deleted file mode 100644 index f31a92f1131..00000000000 --- a/stable/trango/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/trango/5.5.1/charts/common-20.0.8.tgz b/stable/trango/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/trango/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tvheadend/19.5.2/.helmignore b/stable/trango/5.7.1/.helmignore similarity index 100% rename from stable/tvheadend/19.5.2/.helmignore rename to stable/trango/5.7.1/.helmignore diff --git a/stable/trango/5.7.1/CHANGELOG.md b/stable/trango/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9d877b1e51c --- /dev/null +++ b/stable/trango/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trango-5.7.1](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/trango/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7c8d3f27c85 --- /dev/null +++ b/stable/trango/5.7.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: 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.2 + 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.1 diff --git a/stable/trango/5.5.1/README.md b/stable/trango/5.7.1/README.md similarity index 100% rename from stable/trango/5.5.1/README.md rename to stable/trango/5.7.1/README.md diff --git a/stable/trango/5.7.1/app-changelog.md b/stable/trango/5.7.1/app-changelog.md new file mode 100644 index 00000000000..619ace692f2 --- /dev/null +++ b/stable/trango/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [trango-5.7.1](https://github.com/truecharts/charts/compare/trango-5.6.0...trango-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/trango/5.7.1/app-readme.md similarity index 100% rename from stable/trango/5.5.1/app-readme.md rename to stable/trango/5.7.1/app-readme.md diff --git a/stable/trango/5.7.1/charts/common-20.2.2.tgz b/stable/trango/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/trango/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/trango/5.5.1/ix_values.yaml b/stable/trango/5.7.1/ix_values.yaml similarity index 100% rename from stable/trango/5.5.1/ix_values.yaml rename to stable/trango/5.7.1/ix_values.yaml diff --git a/stable/trango/5.5.1/questions.yaml b/stable/trango/5.7.1/questions.yaml similarity index 100% rename from stable/trango/5.5.1/questions.yaml rename to stable/trango/5.7.1/questions.yaml diff --git a/stable/trango/5.5.1/templates/common.yaml b/stable/trango/5.7.1/templates/common.yaml similarity index 100% rename from stable/trango/5.5.1/templates/common.yaml rename to stable/trango/5.7.1/templates/common.yaml diff --git a/stable/tvheadend/19.5.2/values.yaml b/stable/trango/5.7.1/values.yaml similarity index 100% rename from stable/tvheadend/19.5.2/values.yaml rename to stable/trango/5.7.1/values.yaml diff --git a/stable/transmission/20.5.1/CHANGELOG.md b/stable/transmission/20.5.1/CHANGELOG.md deleted file mode 100644 index 43c1e57e762..00000000000 --- a/stable/transmission/20.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [transmission-20.5.1](https://github.com/truecharts/charts/compare/transmission-20.5.0...transmission-20.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [transmission-20.5.0](https://github.com/truecharts/charts/compare/transmission-20.4.1...transmission-20.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [transmission-20.4.1](https://github.com/truecharts/charts/compare/transmission-20.4.0...transmission-20.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [transmission-20.4.0](https://github.com/truecharts/charts/compare/transmission-20.3.0...transmission-20.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [transmission-20.3.0](https://github.com/truecharts/charts/compare/transmission-20.2.3...transmission-20.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [transmission-20.2.3](https://github.com/truecharts/charts/compare/transmission-20.2.2...transmission-20.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [transmission-20.2.2](https://github.com/truecharts/charts/compare/transmission-20.2.0...transmission-20.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [transmission-19.1.13](https://github.com/truecharts/charts/compare/transmission-19.1.12...transmission-19.1.13) (2024-02-05) - -### Chore - - - -- update container image ghcr.io/onedr0p/transmission to 4.0.5[@1663584](https://github.com/1663584) by renovate ([#17960](https://github.com/truecharts/charts/issues/17960)) - - -## [transmission-19.1.12](https://github.com/truecharts/charts/compare/transmission-19.1.11...transmission-19.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/transmission/20.5.1/Chart.yaml b/stable/transmission/20.5.1/Chart.yaml deleted file mode 100644 index 429b83882fd..00000000000 --- a/stable/transmission/20.5.1/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.0.8 - 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.5.1 diff --git a/stable/transmission/20.5.1/charts/common-20.0.8.tgz b/stable/transmission/20.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/transmission/20.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/tvhproxy/5.5.1/.helmignore b/stable/transmission/20.7.1/.helmignore similarity index 100% rename from stable/tvhproxy/5.5.1/.helmignore rename to stable/transmission/20.7.1/.helmignore diff --git a/stable/transmission/20.7.1/CHANGELOG.md b/stable/transmission/20.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4687b6f6291 --- /dev/null +++ b/stable/transmission/20.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [transmission-20.7.1](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/transmission/20.7.1/Chart.yaml new file mode 100644 index 00000000000..8b834ccd124 --- /dev/null +++ b/stable/transmission/20.7.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: 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.2 + 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.1 diff --git a/stable/transmission/20.5.1/README.md b/stable/transmission/20.7.1/README.md similarity index 100% rename from stable/transmission/20.5.1/README.md rename to stable/transmission/20.7.1/README.md diff --git a/stable/transmission/20.7.1/app-changelog.md b/stable/transmission/20.7.1/app-changelog.md new file mode 100644 index 00000000000..548b47ddbcb --- /dev/null +++ b/stable/transmission/20.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [transmission-20.7.1](https://github.com/truecharts/charts/compare/transmission-20.6.0...transmission-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/transmission/20.7.1/app-readme.md similarity index 100% rename from stable/transmission/20.5.1/app-readme.md rename to stable/transmission/20.7.1/app-readme.md diff --git a/stable/transmission/20.7.1/charts/common-20.2.2.tgz b/stable/transmission/20.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/transmission/20.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/transmission/20.5.1/ix_values.yaml b/stable/transmission/20.7.1/ix_values.yaml similarity index 100% rename from stable/transmission/20.5.1/ix_values.yaml rename to stable/transmission/20.7.1/ix_values.yaml diff --git a/stable/transmission/20.5.1/questions.yaml b/stable/transmission/20.7.1/questions.yaml similarity index 100% rename from stable/transmission/20.5.1/questions.yaml rename to stable/transmission/20.7.1/questions.yaml diff --git a/stable/unifi/20.5.1/templates/NOTES.txt b/stable/transmission/20.7.1/templates/NOTES.txt similarity index 100% rename from stable/unifi/20.5.1/templates/NOTES.txt rename to stable/transmission/20.7.1/templates/NOTES.txt diff --git a/stable/transmission/20.5.1/templates/common.yaml b/stable/transmission/20.7.1/templates/common.yaml similarity index 100% rename from stable/transmission/20.5.1/templates/common.yaml rename to stable/transmission/20.7.1/templates/common.yaml diff --git a/stable/tvhproxy/5.5.1/values.yaml b/stable/transmission/20.7.1/values.yaml similarity index 100% rename from stable/tvhproxy/5.5.1/values.yaml rename to stable/transmission/20.7.1/values.yaml diff --git a/stable/trilium-notes/12.6.1/CHANGELOG.md b/stable/trilium-notes/12.6.1/CHANGELOG.md deleted file mode 100644 index fdb3fb35bad..00000000000 --- a/stable/trilium-notes/12.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [trilium-notes-12.6.1](https://github.com/truecharts/charts/compare/trilium-notes-12.6.0...trilium-notes-12.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [trilium-notes-12.6.0](https://github.com/truecharts/charts/compare/trilium-notes-12.5.1...trilium-notes-12.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [trilium-notes-12.5.1](https://github.com/truecharts/charts/compare/trilium-notes-12.5.0...trilium-notes-12.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [trilium-notes-12.5.0](https://github.com/truecharts/charts/compare/trilium-notes-12.4.0...trilium-notes-12.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [trilium-notes-12.4.0](https://github.com/truecharts/charts/compare/trilium-notes-12.3.3...trilium-notes-12.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [trilium-notes-12.3.3](https://github.com/truecharts/charts/compare/trilium-notes-12.3.2...trilium-notes-12.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [trilium-notes-12.3.2](https://github.com/truecharts/charts/compare/trilium-notes-12.3.0...trilium-notes-12.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [trilium-notes-11.1.13](https://github.com/truecharts/charts/compare/trilium-notes-11.1.12...trilium-notes-11.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [trilium-notes-11.1.12](https://github.com/truecharts/charts/compare/trilium-notes-11.1.11...trilium-notes-11.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/trilium-notes/12.6.1/Chart.yaml b/stable/trilium-notes/12.6.1/Chart.yaml deleted file mode 100644 index 6200eea01d4..00000000000 --- a/stable/trilium-notes/12.6.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.63.3 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/trilium-notes/12.6.1/charts/common-20.0.8.tgz b/stable/trilium-notes/12.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/trilium-notes/12.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/twofauth/1.2.2/.helmignore b/stable/trilium-notes/12.8.1/.helmignore similarity index 100% rename from stable/twofauth/1.2.2/.helmignore rename to stable/trilium-notes/12.8.1/.helmignore diff --git a/stable/trilium-notes/12.8.1/CHANGELOG.md b/stable/trilium-notes/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..2576a305113 --- /dev/null +++ b/stable/trilium-notes/12.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [trilium-notes-12.8.1](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/trilium-notes/12.8.1/Chart.yaml new file mode 100644 index 00000000000..df7fd6dd03a --- /dev/null +++ b/stable/trilium-notes/12.8.1/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.3 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/trilium-notes/12.6.1/README.md b/stable/trilium-notes/12.8.1/README.md similarity index 100% rename from stable/trilium-notes/12.6.1/README.md rename to stable/trilium-notes/12.8.1/README.md diff --git a/stable/trilium-notes/12.8.1/app-changelog.md b/stable/trilium-notes/12.8.1/app-changelog.md new file mode 100644 index 00000000000..4224df9bd6a --- /dev/null +++ b/stable/trilium-notes/12.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [trilium-notes-12.8.1](https://github.com/truecharts/charts/compare/trilium-notes-12.7.0...trilium-notes-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/trilium-notes/12.8.1/app-readme.md similarity index 100% rename from stable/trilium-notes/12.6.1/app-readme.md rename to stable/trilium-notes/12.8.1/app-readme.md diff --git a/stable/trilium-notes/12.8.1/charts/common-20.2.2.tgz b/stable/trilium-notes/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/trilium-notes/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/trilium-notes/12.6.1/ix_values.yaml b/stable/trilium-notes/12.8.1/ix_values.yaml similarity index 100% rename from stable/trilium-notes/12.6.1/ix_values.yaml rename to stable/trilium-notes/12.8.1/ix_values.yaml diff --git a/stable/trilium-notes/12.6.1/questions.yaml b/stable/trilium-notes/12.8.1/questions.yaml similarity index 100% rename from stable/trilium-notes/12.6.1/questions.yaml rename to stable/trilium-notes/12.8.1/questions.yaml diff --git a/stable/unmanic/10.5.2/templates/NOTES.txt b/stable/trilium-notes/12.8.1/templates/NOTES.txt similarity index 100% rename from stable/unmanic/10.5.2/templates/NOTES.txt rename to stable/trilium-notes/12.8.1/templates/NOTES.txt diff --git a/stable/truenas-exporter/1.4.1/templates/common.yaml b/stable/trilium-notes/12.8.1/templates/common.yaml similarity index 100% rename from stable/truenas-exporter/1.4.1/templates/common.yaml rename to stable/trilium-notes/12.8.1/templates/common.yaml diff --git a/stable/twofauth/1.2.2/values.yaml b/stable/trilium-notes/12.8.1/values.yaml similarity index 100% rename from stable/twofauth/1.2.2/values.yaml rename to stable/trilium-notes/12.8.1/values.yaml diff --git a/stable/troddit/5.5.1/CHANGELOG.md b/stable/troddit/5.5.1/CHANGELOG.md deleted file mode 100644 index 4a707166523..00000000000 --- a/stable/troddit/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [troddit-5.5.1](https://github.com/truecharts/charts/compare/troddit-5.5.0...troddit-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [troddit-5.5.0](https://github.com/truecharts/charts/compare/troddit-5.4.1...troddit-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [troddit-5.4.1](https://github.com/truecharts/charts/compare/troddit-5.4.0...troddit-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [troddit-5.4.0](https://github.com/truecharts/charts/compare/troddit-5.3.0...troddit-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [troddit-5.3.0](https://github.com/truecharts/charts/compare/troddit-5.2.3...troddit-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [troddit-5.2.3](https://github.com/truecharts/charts/compare/troddit-5.2.2...troddit-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [troddit-5.2.2](https://github.com/truecharts/charts/compare/troddit-5.2.0...troddit-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - - - - - - - -## [troddit-4.1.11](https://github.com/truecharts/charts/compare/troddit-4.1.10...troddit-4.1.11) (2024-02-03) - -### Chore \ No newline at end of file diff --git a/stable/troddit/5.5.1/Chart.yaml b/stable/troddit/5.5.1/Chart.yaml deleted file mode 100644 index 2f085ccfe89..00000000000 --- a/stable/troddit/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/troddit/5.5.1/charts/common-20.0.8.tgz b/stable/troddit/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/troddit/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/twonky-server/5.5.2/.helmignore b/stable/troddit/5.7.1/.helmignore similarity index 100% rename from stable/twonky-server/5.5.2/.helmignore rename to stable/troddit/5.7.1/.helmignore diff --git a/stable/troddit/5.7.1/CHANGELOG.md b/stable/troddit/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b8ba8c23d2b --- /dev/null +++ b/stable/troddit/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [troddit-5.7.1](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/troddit/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8e4d48608d2 --- /dev/null +++ b/stable/troddit/5.7.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: 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.2 + 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.1 diff --git a/stable/troddit/5.5.1/README.md b/stable/troddit/5.7.1/README.md similarity index 100% rename from stable/troddit/5.5.1/README.md rename to stable/troddit/5.7.1/README.md diff --git a/stable/troddit/5.7.1/app-changelog.md b/stable/troddit/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5f7161e328f --- /dev/null +++ b/stable/troddit/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [troddit-5.7.1](https://github.com/truecharts/charts/compare/troddit-5.6.0...troddit-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/troddit/5.7.1/app-readme.md similarity index 100% rename from stable/troddit/5.5.1/app-readme.md rename to stable/troddit/5.7.1/app-readme.md diff --git a/stable/troddit/5.7.1/charts/common-20.2.2.tgz b/stable/troddit/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/troddit/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/troddit/5.5.1/ix_values.yaml b/stable/troddit/5.7.1/ix_values.yaml similarity index 100% rename from stable/troddit/5.5.1/ix_values.yaml rename to stable/troddit/5.7.1/ix_values.yaml diff --git a/stable/troddit/5.5.1/questions.yaml b/stable/troddit/5.7.1/questions.yaml similarity index 100% rename from stable/troddit/5.5.1/questions.yaml rename to stable/troddit/5.7.1/questions.yaml diff --git a/stable/troddit/5.5.1/templates/common.yaml b/stable/troddit/5.7.1/templates/common.yaml similarity index 100% rename from stable/troddit/5.5.1/templates/common.yaml rename to stable/troddit/5.7.1/templates/common.yaml diff --git a/stable/twonky-server/5.5.2/values.yaml b/stable/troddit/5.7.1/values.yaml similarity index 100% rename from stable/twonky-server/5.5.2/values.yaml rename to stable/troddit/5.7.1/values.yaml diff --git a/stable/truecommand/19.5.2/CHANGELOG.md b/stable/truecommand/19.5.2/CHANGELOG.md deleted file mode 100644 index f04d56077e4..00000000000 --- a/stable/truecommand/19.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [truecommand-19.5.2](https://github.com/truecharts/charts/compare/truecommand-19.5.1...truecommand-19.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [truecommand-19.5.1](https://github.com/truecharts/charts/compare/truecommand-19.5.0...truecommand-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [truecommand-19.5.0](https://github.com/truecharts/charts/compare/truecommand-19.4.1...truecommand-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [truecommand-19.4.1](https://github.com/truecharts/charts/compare/truecommand-19.4.0...truecommand-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [truecommand-19.4.0](https://github.com/truecharts/charts/compare/truecommand-19.3.0...truecommand-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [truecommand-19.3.0](https://github.com/truecharts/charts/compare/truecommand-19.2.3...truecommand-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [truecommand-19.2.3](https://github.com/truecharts/charts/compare/truecommand-19.2.2...truecommand-19.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [truecommand-19.2.2](https://github.com/truecharts/charts/compare/truecommand-19.2.0...truecommand-19.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [truecommand-18.0.0](https://github.com/truecharts/charts/compare/truecommand-17.1.11...truecommand-18.0.0) (2024-02-13) - -### Fix - - - -- fix image tag and update to 3.0 ([#18233](https://github.com/truecharts/charts/issues/18233)) diff --git a/stable/truecommand/19.5.2/Chart.yaml b/stable/truecommand/19.5.2/Chart.yaml deleted file mode 100644 index 764d10fb4f0..00000000000 --- a/stable/truecommand/19.5.2/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.0 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/truecommand/19.5.2/charts/common-20.0.9.tgz b/stable/truecommand/19.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/truecommand/19.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/truecommand/19.5.2/ix_values.yaml b/stable/truecommand/19.5.2/ix_values.yaml deleted file mode 100644 index 2f12d2b7ca1..00000000000 --- a/stable/truecommand/19.5.2/ix_values.yaml +++ /dev/null @@ -1,23 +0,0 @@ -image: - repository: ixsystems/truecommand - pullPolicy: IfNotPresent - tag: 3.0.0@sha256:8bb4e2467ea411aa354ea8e1dce92440045d67872d8c0d5f23b926054bf77606 -service: - main: - ports: - main: - port: 10031 - targetPort: 80 -persistence: - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/twtxt/10.5.1/.helmignore b/stable/truecommand/19.7.1/.helmignore similarity index 100% rename from stable/twtxt/10.5.1/.helmignore rename to stable/truecommand/19.7.1/.helmignore diff --git a/stable/truecommand/19.7.1/CHANGELOG.md b/stable/truecommand/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b176e7dca4a --- /dev/null +++ b/stable/truecommand/19.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truecommand-19.7.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/truecommand/19.7.1/Chart.yaml b/stable/truecommand/19.7.1/Chart.yaml new file mode 100644 index 00000000000..ac802a452d4 --- /dev/null +++ b/stable/truecommand/19.7.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: 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.2 + 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.1 diff --git a/stable/truecommand/19.5.2/README.md b/stable/truecommand/19.7.1/README.md similarity index 100% rename from stable/truecommand/19.5.2/README.md rename to stable/truecommand/19.7.1/README.md diff --git a/stable/truecommand/19.7.1/app-changelog.md b/stable/truecommand/19.7.1/app-changelog.md new file mode 100644 index 00000000000..a2b08b0b25f --- /dev/null +++ b/stable/truecommand/19.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [truecommand-19.7.1](https://github.com/truecharts/charts/compare/truecommand-19.6.0...truecommand-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/truecommand/19.7.1/app-readme.md similarity index 100% rename from stable/truecommand/19.5.2/app-readme.md rename to stable/truecommand/19.7.1/app-readme.md diff --git a/stable/truecommand/19.7.1/charts/common-20.2.2.tgz b/stable/truecommand/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/truecommand/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/truecommand/19.7.1/ix_values.yaml b/stable/truecommand/19.7.1/ix_values.yaml new file mode 100644 index 00000000000..5dd18415719 --- /dev/null +++ b/stable/truecommand/19.7.1/ix_values.yaml @@ -0,0 +1,23 @@ +image: + repository: ixsystems/truecommand + pullPolicy: IfNotPresent + tag: 3.0.1@sha256:df4fe22a1940d31ac5d0df7f1fb31ee56d7e15229ec71f11257f660c5128a6a8 +service: + main: + ports: + main: + port: 10031 + targetPort: 80 +persistence: + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/truecommand/19.5.2/questions.yaml b/stable/truecommand/19.7.1/questions.yaml similarity index 100% rename from stable/truecommand/19.5.2/questions.yaml rename to stable/truecommand/19.7.1/questions.yaml diff --git a/stable/unpackerr/13.5.1/templates/NOTES.txt b/stable/truecommand/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/unpackerr/13.5.1/templates/NOTES.txt rename to stable/truecommand/19.7.1/templates/NOTES.txt diff --git a/stable/tsmuxer/9.5.1/templates/common.yaml b/stable/truecommand/19.7.1/templates/common.yaml similarity index 100% rename from stable/tsmuxer/9.5.1/templates/common.yaml rename to stable/truecommand/19.7.1/templates/common.yaml diff --git a/stable/twtxt/10.5.1/values.yaml b/stable/truecommand/19.7.1/values.yaml similarity index 100% rename from stable/twtxt/10.5.1/values.yaml rename to stable/truecommand/19.7.1/values.yaml diff --git a/stable/truenas-exporter/1.4.1/CHANGELOG.md b/stable/truenas-exporter/1.4.1/CHANGELOG.md deleted file mode 100644 index 40927aee69a..00000000000 --- a/stable/truenas-exporter/1.4.1/CHANGELOG.md +++ /dev/null @@ -1,73 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [truenas-exporter-1.4.1](https://github.com/truecharts/charts/compare/truenas-exporter-1.4.0...truenas-exporter-1.4.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [truenas-exporter-1.4.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.3.1...truenas-exporter-1.4.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [truenas-exporter-1.3.1](https://github.com/truecharts/charts/compare/truenas-exporter-1.3.0...truenas-exporter-1.3.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [truenas-exporter-1.3.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.2.0...truenas-exporter-1.3.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [truenas-exporter-1.2.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.3...truenas-exporter-1.2.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [truenas-exporter-1.1.3](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.2...truenas-exporter-1.1.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [truenas-exporter-1.1.2](https://github.com/truecharts/charts/compare/truenas-exporter-1.1.0...truenas-exporter-1.1.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/truenas-exporter/1.4.1/Chart.yaml b/stable/truenas-exporter/1.4.1/Chart.yaml deleted file mode 100644 index 44ea5cbb364..00000000000 --- a/stable/truenas-exporter/1.4.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: system - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.15.0 -dependencies: - - name: common - version: 20.0.8 - 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.4.1 diff --git a/stable/truenas-exporter/1.4.1/charts/common-20.0.8.tgz b/stable/truenas-exporter/1.4.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/truenas-exporter/1.4.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ubooquity/10.5.2/.helmignore b/stable/truenas-exporter/1.6.1/.helmignore similarity index 100% rename from stable/ubooquity/10.5.2/.helmignore rename to stable/truenas-exporter/1.6.1/.helmignore diff --git a/stable/truenas-exporter/1.6.1/CHANGELOG.md b/stable/truenas-exporter/1.6.1/CHANGELOG.md new file mode 100644 index 00000000000..b7bd88ca7f0 --- /dev/null +++ b/stable/truenas-exporter/1.6.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [truenas-exporter-1.6.1](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/truenas-exporter/1.6.1/Chart.yaml new file mode 100644 index 00000000000..7b552713a12 --- /dev/null +++ b/stable/truenas-exporter/1.6.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: system + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 0.15.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/truenas-exporter/1.4.1/README.md b/stable/truenas-exporter/1.6.1/README.md similarity index 100% rename from stable/truenas-exporter/1.4.1/README.md rename to stable/truenas-exporter/1.6.1/README.md diff --git a/stable/truenas-exporter/1.6.1/app-changelog.md b/stable/truenas-exporter/1.6.1/app-changelog.md new file mode 100644 index 00000000000..63ff4260b05 --- /dev/null +++ b/stable/truenas-exporter/1.6.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [truenas-exporter-1.6.1](https://github.com/truecharts/charts/compare/truenas-exporter-1.5.0...truenas-exporter-1.6.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.4.1/app-readme.md b/stable/truenas-exporter/1.6.1/app-readme.md similarity index 100% rename from stable/truenas-exporter/1.4.1/app-readme.md rename to stable/truenas-exporter/1.6.1/app-readme.md diff --git a/stable/truenas-exporter/1.6.1/charts/common-20.2.2.tgz b/stable/truenas-exporter/1.6.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/truenas-exporter/1.6.1/charts/common-20.2.2.tgz differ diff --git a/stable/truenas-exporter/1.4.1/dashboard.json b/stable/truenas-exporter/1.6.1/dashboard.json similarity index 100% rename from stable/truenas-exporter/1.4.1/dashboard.json rename to stable/truenas-exporter/1.6.1/dashboard.json diff --git a/stable/truenas-exporter/1.4.1/ix_values.yaml b/stable/truenas-exporter/1.6.1/ix_values.yaml similarity index 100% rename from stable/truenas-exporter/1.4.1/ix_values.yaml rename to stable/truenas-exporter/1.6.1/ix_values.yaml diff --git a/stable/truenas-exporter/1.4.1/questions.yaml b/stable/truenas-exporter/1.6.1/questions.yaml similarity index 100% rename from stable/truenas-exporter/1.4.1/questions.yaml rename to stable/truenas-exporter/1.6.1/questions.yaml diff --git a/stable/unpoller/10.7.1/templates/NOTES.txt b/stable/truenas-exporter/1.6.1/templates/NOTES.txt similarity index 100% rename from stable/unpoller/10.7.1/templates/NOTES.txt rename to stable/truenas-exporter/1.6.1/templates/NOTES.txt diff --git a/stable/tvheadend/19.5.2/templates/common.yaml b/stable/truenas-exporter/1.6.1/templates/common.yaml similarity index 100% rename from stable/tvheadend/19.5.2/templates/common.yaml rename to stable/truenas-exporter/1.6.1/templates/common.yaml diff --git a/stable/ubooquity/10.5.2/values.yaml b/stable/truenas-exporter/1.6.1/values.yaml similarity index 100% rename from stable/ubooquity/10.5.2/values.yaml rename to stable/truenas-exporter/1.6.1/values.yaml diff --git a/stable/tsmuxer/9.5.1/CHANGELOG.md b/stable/tsmuxer/9.5.1/CHANGELOG.md deleted file mode 100644 index 93905f95e0e..00000000000 --- a/stable/tsmuxer/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tsmuxer-9.5.1](https://github.com/truecharts/charts/compare/tsmuxer-9.5.0...tsmuxer-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tsmuxer-9.5.0](https://github.com/truecharts/charts/compare/tsmuxer-9.4.1...tsmuxer-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tsmuxer-9.4.1](https://github.com/truecharts/charts/compare/tsmuxer-9.4.0...tsmuxer-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tsmuxer-9.4.0](https://github.com/truecharts/charts/compare/tsmuxer-9.3.0...tsmuxer-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tsmuxer-9.3.0](https://github.com/truecharts/charts/compare/tsmuxer-9.2.3...tsmuxer-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tsmuxer-9.2.3](https://github.com/truecharts/charts/compare/tsmuxer-9.2.2...tsmuxer-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tsmuxer-9.2.2](https://github.com/truecharts/charts/compare/tsmuxer-9.2.0...tsmuxer-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tsmuxer-8.0.1](https://github.com/truecharts/charts/compare/tsmuxer-8.0.0...tsmuxer-8.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tsmuxer-8.0.0](https://github.com/truecharts/charts/compare/tsmuxer-7.1.10...tsmuxer-8.0.0) (2024-01-29) - -### Chore - - - -- update container image jlesage/tsmuxer to v24.01.1[@631b1db](https://github.com/631b1db) by renovate ([#17711](https://github.com/truecharts/charts/issues/17711)) diff --git a/stable/tsmuxer/9.5.1/Chart.yaml b/stable/tsmuxer/9.5.1/Chart.yaml deleted file mode 100644 index bcfbd5f5841..00000000000 --- a/stable/tsmuxer/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tsmuxer/9.5.1/charts/common-20.0.8.tgz b/stable/tsmuxer/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tsmuxer/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/unifi/20.5.1/.helmignore b/stable/tsmuxer/9.7.1/.helmignore similarity index 100% rename from stable/unifi/20.5.1/.helmignore rename to stable/tsmuxer/9.7.1/.helmignore diff --git a/stable/tsmuxer/9.7.1/CHANGELOG.md b/stable/tsmuxer/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3ab6b1b2a74 --- /dev/null +++ b/stable/tsmuxer/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tsmuxer-9.7.1](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tsmuxer/9.7.1/Chart.yaml new file mode 100644 index 00000000000..c87a4702377 --- /dev/null +++ b/stable/tsmuxer/9.7.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: 24.01.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/tsmuxer/9.5.1/README.md b/stable/tsmuxer/9.7.1/README.md similarity index 100% rename from stable/tsmuxer/9.5.1/README.md rename to stable/tsmuxer/9.7.1/README.md diff --git a/stable/tsmuxer/9.7.1/app-changelog.md b/stable/tsmuxer/9.7.1/app-changelog.md new file mode 100644 index 00000000000..5ea958534a7 --- /dev/null +++ b/stable/tsmuxer/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tsmuxer-9.7.1](https://github.com/truecharts/charts/compare/tsmuxer-9.6.0...tsmuxer-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tsmuxer/9.7.1/app-readme.md similarity index 100% rename from stable/tsmuxer/9.5.1/app-readme.md rename to stable/tsmuxer/9.7.1/app-readme.md diff --git a/stable/tsmuxer/9.7.1/charts/common-20.2.2.tgz b/stable/tsmuxer/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tsmuxer/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tsmuxer/9.5.1/ix_values.yaml b/stable/tsmuxer/9.7.1/ix_values.yaml similarity index 100% rename from stable/tsmuxer/9.5.1/ix_values.yaml rename to stable/tsmuxer/9.7.1/ix_values.yaml diff --git a/stable/tsmuxer/9.5.1/questions.yaml b/stable/tsmuxer/9.7.1/questions.yaml similarity index 100% rename from stable/tsmuxer/9.5.1/questions.yaml rename to stable/tsmuxer/9.7.1/questions.yaml diff --git a/stable/unturned/6.5.1/templates/NOTES.txt b/stable/tsmuxer/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/unturned/6.5.1/templates/NOTES.txt rename to stable/tsmuxer/9.7.1/templates/NOTES.txt diff --git a/stable/ubooquity/10.5.2/templates/common.yaml b/stable/tsmuxer/9.7.1/templates/common.yaml similarity index 100% rename from stable/ubooquity/10.5.2/templates/common.yaml rename to stable/tsmuxer/9.7.1/templates/common.yaml diff --git a/stable/unifi/20.5.1/values.yaml b/stable/tsmuxer/9.7.1/values.yaml similarity index 100% rename from stable/unifi/20.5.1/values.yaml rename to stable/tsmuxer/9.7.1/values.yaml diff --git a/stable/universal-media-server/5.5.1/.helmignore b/stable/tsn-ranksystem/1.1.1/.helmignore similarity index 100% rename from stable/universal-media-server/5.5.1/.helmignore rename to stable/tsn-ranksystem/1.1.1/.helmignore diff --git a/stable/tsn-ranksystem/1.1.1/CHANGELOG.md b/stable/tsn-ranksystem/1.1.1/CHANGELOG.md new file mode 100644 index 00000000000..8d6053535f7 --- /dev/null +++ b/stable/tsn-ranksystem/1.1.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tsn-ranksystem-1.1.1](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.1) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [tsn-ranksystem-1.1.0](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.0) (2024-03-17) + +### Chore + + + +- 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/tsn-ranksystem/1.1.1/Chart.yaml b/stable/tsn-ranksystem/1.1.1/Chart.yaml new file mode 100644 index 00000000000..8baf762798f --- /dev/null +++ b/stable/tsn-ranksystem/1.1.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1.1 diff --git a/stable/tsn-ranksystem/1.1.1/README.md b/stable/tsn-ranksystem/1.1.1/README.md new file mode 100644 index 00000000000..99901399136 --- /dev/null +++ b/stable/tsn-ranksystem/1.1.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/tsn-ranksystem) + +**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/tsn-ranksystem/1.1.1/app-changelog.md b/stable/tsn-ranksystem/1.1.1/app-changelog.md new file mode 100644 index 00000000000..3c7af39acdd --- /dev/null +++ b/stable/tsn-ranksystem/1.1.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tsn-ranksystem-1.1.1](https://github.com/truecharts/charts/compare/tsn-ranksystem-0.0.1...tsn-ranksystem-1.1.1) (2024-03-17) + +### Chore + + + +- update container 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)) \ No newline at end of file diff --git a/stable/tsn-ranksystem/1.1.1/app-readme.md b/stable/tsn-ranksystem/1.1.1/app-readme.md new file mode 100644 index 00000000000..dbf1e6e7878 --- /dev/null +++ b/stable/tsn-ranksystem/1.1.1/app-readme.md @@ -0,0 +1,8 @@ +TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/tsn-ranksystem](https://truecharts.org/charts/stable/tsn-ranksystem) + +--- + +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/tsn-ranksystem/1.1.1/charts/common-20.2.2.tgz b/stable/tsn-ranksystem/1.1.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tsn-ranksystem/1.1.1/charts/common-20.2.2.tgz differ diff --git a/stable/tsn-ranksystem/1.1.1/charts/mariadb-13.7.0.tgz b/stable/tsn-ranksystem/1.1.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/tsn-ranksystem/1.1.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/tsn-ranksystem/1.1.1/ix_values.yaml b/stable/tsn-ranksystem/1.1.1/ix_values.yaml new file mode 100644 index 00000000000..762de4a2344 --- /dev/null +++ b/stable/tsn-ranksystem/1.1.1/ix_values.yaml @@ -0,0 +1,96 @@ +image: + repository: serverlein/tsn-ranksystem-webserver + pullPolicy: IfNotPresent + tag: latest@sha256:b97cee9b242bba0c792b0fa8c74d66917698725c93145327b1fa39a72ceb953c + +securityContext: + container: + readOnlyRootFilesystem: false + +workload: + main: + podSpec: + initContainers: + download-ranksystem: + enabled: true + type: init + imageSelector: "image" + command: + - /bin/sh + - -c + args: + - | + web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }} + indexFile=${web_location}/index.php + + if [ ! -f "${indexFile}" ]; then + # download with curl as git & wget not available + # automatically fetch newest version + LOCATION=$(curl -s https://api.github.com/repos/Newcomer1989/TSN-Ranksystem/releases/latest \ + | grep "tarball_url" \ + | awk '{ print $2 }' \ + | sed 's/,$//' \ + | sed 's/"//g' ) \ + ; curl -sL -o ${web_location}/ranksystem.tar.gz $LOCATION + # unzip file + tar -xzf ${web_location}/ranksystem.tar.gz + # get topfolder + top_folder=$(find ${web_location} -type d -name "Newcomer*" -exec basename \{} .po \;) + # move to topfolder + mv ${top_folder}/* ${web_location} + # delete obsolete folders & files + rm -rf ${web_location}/ranksystem.tar.gz ${top_folder} + + webinterface_location=${web_location}/webinterface + navFile=${webinterface_location}/_nav.php + + # remove annoying SSL message (doesnt work with traefik/ingress) + sed -i "$(($(wc -l < ${navFile})-4)),$(($(wc -l < ${navFile})))d" ${navFile} + + echo "Files downloaded and installed." + echo "Folder :$PWD" + echo "Files:" + ls + else + echo "Files Located. No action needed." + fi + containers: + main: + lifecycle: + postStart: + type: exec + command: + - /bin/sh + - -c + - | + web_location={{ .Values.persistence.web.targetSelector.main.main.mountPath }} + if [ -f "${web_location}/install.php" ]; then + curl -v -X POST -d "dbtype=mysql&dbhost={{ .Values.mariadb.creds.plainhost | trimAll "\"" }}&dbname={{ .Values.mariadb.mariadbDatabase }}&dbuser={{ .Values.mariadb.mariadbUsername }}&dbpass={{ .Values.mariadb.creds.mariadbPassword | trimAll "\"" }}&install=&installchecked=" http://localhost/install.php + sleep 1; + curl -v -X POST -d "user=ranksystem&pass=ranksystem&confweb=" http://localhost/install.php + echo "Install script executed." + else + echo "Install script doesnt exists, no further action is needed." + fi +service: + main: + ports: + main: + targetPort: 80 + port: 9300 +persistence: + web: + enabled: true + targetSelector: + main: + main: + mountPath: /var/www/html + download-ranksystem: + mountPath: /var/www/html +mariadb: + enabled: true + mariadbUsername: ranksystem + mariadbDatabase: ranksystem +portal: + open: + enabled: true diff --git a/stable/tsn-ranksystem/1.1.1/questions.yaml b/stable/tsn-ranksystem/1.1.1/questions.yaml new file mode 100755 index 00000000000..ab0f2999864 --- /dev/null +++ b/stable/tsn-ranksystem/1.1.1/questions.yaml @@ -0,0 +1,2840 @@ +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: 9300 + 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: web + label: App Web Storage + description: Stores the Application Web Folder. + 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/uptime-kuma/10.5.1/templates/NOTES.txt b/stable/tsn-ranksystem/1.1.1/templates/NOTES.txt similarity index 100% rename from stable/uptime-kuma/10.5.1/templates/NOTES.txt rename to stable/tsn-ranksystem/1.1.1/templates/NOTES.txt diff --git a/stable/unifi/20.5.1/templates/common.yaml b/stable/tsn-ranksystem/1.1.1/templates/common.yaml similarity index 100% rename from stable/unifi/20.5.1/templates/common.yaml rename to stable/tsn-ranksystem/1.1.1/templates/common.yaml diff --git a/stable/universal-media-server/5.5.1/values.yaml b/stable/tsn-ranksystem/1.1.1/values.yaml similarity index 100% rename from stable/universal-media-server/5.5.1/values.yaml rename to stable/tsn-ranksystem/1.1.1/values.yaml diff --git a/stable/tt-rss/16.5.1/CHANGELOG.md b/stable/tt-rss/16.5.1/CHANGELOG.md deleted file mode 100644 index aa7ed1f3068..00000000000 --- a/stable/tt-rss/16.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tt-rss-16.5.1](https://github.com/truecharts/charts/compare/tt-rss-16.5.0...tt-rss-16.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tt-rss-16.5.0](https://github.com/truecharts/charts/compare/tt-rss-16.4.4...tt-rss-16.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tt-rss-16.4.4](https://github.com/truecharts/charts/compare/tt-rss-16.4.3...tt-rss-16.4.4) (2024-03-11) - -### Chore - - - -- update container image cthulhoo/ttrss-web-nginx to latest[@cde5998](https://github.com/cde5998) by renovate ([#18975](https://github.com/truecharts/charts/issues/18975)) - - -## [tt-rss-16.4.3](https://github.com/truecharts/charts/compare/tt-rss-16.4.1...tt-rss-16.4.3) (2024-03-11) - -### Chore - - - -- update container image cthulhoo/ttrss-fpm-pgsql-static to latest[@d71e863](https://github.com/d71e863) by renovate ([#18974](https://github.com/truecharts/charts/issues/18974)) - - -## [tt-rss-16.4.1](https://github.com/truecharts/charts/compare/tt-rss-16.4.0...tt-rss-16.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tt-rss-16.4.0](https://github.com/truecharts/charts/compare/tt-rss-16.3.0...tt-rss-16.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tt-rss-16.3.0](https://github.com/truecharts/charts/compare/tt-rss-16.2.3...tt-rss-16.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tt-rss-16.2.3](https://github.com/truecharts/charts/compare/tt-rss-16.2.2...tt-rss-16.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tt-rss-16.2.2](https://github.com/truecharts/charts/compare/tt-rss-16.2.0...tt-rss-16.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/tt-rss/16.5.1/Chart.yaml b/stable/tt-rss/16.5.1/Chart.yaml deleted file mode 100644 index 211721f4787..00000000000 --- a/stable/tt-rss/16.5.1/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.0.8 - 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.5.1 diff --git a/stable/tt-rss/16.5.1/charts/common-20.0.8.tgz b/stable/tt-rss/16.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tt-rss/16.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/unmanic/10.5.2/.helmignore b/stable/tt-rss/16.7.1/.helmignore similarity index 100% rename from stable/unmanic/10.5.2/.helmignore rename to stable/tt-rss/16.7.1/.helmignore diff --git a/stable/tt-rss/16.7.1/CHANGELOG.md b/stable/tt-rss/16.7.1/CHANGELOG.md new file mode 100644 index 00000000000..92ce57423e6 --- /dev/null +++ b/stable/tt-rss/16.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tt-rss/16.7.1/Chart.yaml new file mode 100644 index 00000000000..99669647426 --- /dev/null +++ b/stable/tt-rss/16.7.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: 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.2 + 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.1 diff --git a/stable/tt-rss/16.5.1/README.md b/stable/tt-rss/16.7.1/README.md similarity index 100% rename from stable/tt-rss/16.5.1/README.md rename to stable/tt-rss/16.7.1/README.md diff --git a/stable/tt-rss/16.7.1/app-changelog.md b/stable/tt-rss/16.7.1/app-changelog.md new file mode 100644 index 00000000000..20efdcc77a7 --- /dev/null +++ b/stable/tt-rss/16.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tt-rss-16.7.1](https://github.com/truecharts/charts/compare/tt-rss-16.6.0...tt-rss-16.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tt-rss/16.7.1/app-readme.md similarity index 100% rename from stable/tt-rss/16.5.1/app-readme.md rename to stable/tt-rss/16.7.1/app-readme.md diff --git a/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz b/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tt-rss/16.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tt-rss/16.5.1/ix_values.yaml b/stable/tt-rss/16.7.1/ix_values.yaml similarity index 100% rename from stable/tt-rss/16.5.1/ix_values.yaml rename to stable/tt-rss/16.7.1/ix_values.yaml diff --git a/stable/tt-rss/16.5.1/questions.yaml b/stable/tt-rss/16.7.1/questions.yaml similarity index 100% rename from stable/tt-rss/16.5.1/questions.yaml rename to stable/tt-rss/16.7.1/questions.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/templates/NOTES.txt b/stable/tt-rss/16.7.1/templates/NOTES.txt similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/templates/NOTES.txt rename to stable/tt-rss/16.7.1/templates/NOTES.txt diff --git a/stable/tt-rss/16.5.1/templates/common.yaml b/stable/tt-rss/16.7.1/templates/common.yaml similarity index 100% rename from stable/tt-rss/16.5.1/templates/common.yaml rename to stable/tt-rss/16.7.1/templates/common.yaml diff --git a/stable/unmanic/10.5.2/values.yaml b/stable/tt-rss/16.7.1/values.yaml similarity index 100% rename from stable/unmanic/10.5.2/values.yaml rename to stable/tt-rss/16.7.1/values.yaml diff --git a/stable/tubearchivist-redisjson/5.5.1/CHANGELOG.md b/stable/tubearchivist-redisjson/5.5.1/CHANGELOG.md deleted file mode 100644 index 4d872c24189..00000000000 --- a/stable/tubearchivist-redisjson/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tubearchivist-redisjson-5.5.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.5.0...tubearchivist-redisjson-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tubearchivist-redisjson-5.5.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.4.1...tubearchivist-redisjson-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tubearchivist-redisjson-5.4.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.4.0...tubearchivist-redisjson-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tubearchivist-redisjson-5.4.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.3.0...tubearchivist-redisjson-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tubearchivist-redisjson-5.3.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.3...tubearchivist-redisjson-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tubearchivist-redisjson-5.2.3](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.2...tubearchivist-redisjson-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tubearchivist-redisjson-5.2.2](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.2.0...tubearchivist-redisjson-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tubearchivist-redisjson-4.1.13](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.12...tubearchivist-redisjson-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tubearchivist-redisjson-4.1.12](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-4.1.11...tubearchivist-redisjson-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tubearchivist-redisjson/5.5.1/Chart.yaml b/stable/tubearchivist-redisjson/5.5.1/Chart.yaml deleted file mode 100644 index cdb3f3cbbe4..00000000000 --- a/stable/tubearchivist-redisjson/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tubearchivist-redisjson/5.5.1/charts/common-20.0.8.tgz b/stable/tubearchivist-redisjson/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tubearchivist-redisjson/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/unpackerr/13.5.1/.helmignore b/stable/tubearchivist-redisjson/5.7.1/.helmignore similarity index 100% rename from stable/unpackerr/13.5.1/.helmignore rename to stable/tubearchivist-redisjson/5.7.1/.helmignore diff --git a/stable/tubearchivist-redisjson/5.7.1/CHANGELOG.md b/stable/tubearchivist-redisjson/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..596c54680cb --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubearchivist-redisjson-5.7.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tubearchivist-redisjson/5.7.1/Chart.yaml new file mode 100644 index 00000000000..d8a66965aee --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.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: 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.2 + 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.1 diff --git a/stable/tubearchivist-redisjson/5.5.1/README.md b/stable/tubearchivist-redisjson/5.7.1/README.md similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/README.md rename to stable/tubearchivist-redisjson/5.7.1/README.md diff --git a/stable/tubearchivist-redisjson/5.7.1/app-changelog.md b/stable/tubearchivist-redisjson/5.7.1/app-changelog.md new file mode 100644 index 00000000000..742d94850b1 --- /dev/null +++ b/stable/tubearchivist-redisjson/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tubearchivist-redisjson-5.7.1](https://github.com/truecharts/charts/compare/tubearchivist-redisjson-5.6.0...tubearchivist-redisjson-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tubearchivist-redisjson/5.7.1/app-readme.md similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/app-readme.md rename to stable/tubearchivist-redisjson/5.7.1/app-readme.md diff --git a/stable/tubearchivist-redisjson/5.7.1/charts/common-20.2.2.tgz b/stable/tubearchivist-redisjson/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tubearchivist-redisjson/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tubearchivist-redisjson/5.5.1/ix_values.yaml b/stable/tubearchivist-redisjson/5.7.1/ix_values.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/ix_values.yaml rename to stable/tubearchivist-redisjson/5.7.1/ix_values.yaml diff --git a/stable/tubearchivist-redisjson/5.5.1/questions.yaml b/stable/tubearchivist-redisjson/5.7.1/questions.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/questions.yaml rename to stable/tubearchivist-redisjson/5.7.1/questions.yaml diff --git a/stable/tubearchivist-redisjson/5.5.1/templates/common.yaml b/stable/tubearchivist-redisjson/5.7.1/templates/common.yaml similarity index 100% rename from stable/tubearchivist-redisjson/5.5.1/templates/common.yaml rename to stable/tubearchivist-redisjson/5.7.1/templates/common.yaml diff --git a/stable/unpackerr/13.5.1/values.yaml b/stable/tubearchivist-redisjson/5.7.1/values.yaml similarity index 100% rename from stable/unpackerr/13.5.1/values.yaml rename to stable/tubearchivist-redisjson/5.7.1/values.yaml diff --git a/stable/tubesync/5.5.2/CHANGELOG.md b/stable/tubesync/5.5.2/CHANGELOG.md deleted file mode 100644 index 1cf15ebc4f8..00000000000 --- a/stable/tubesync/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tubesync-5.5.2](https://github.com/truecharts/charts/compare/tubesync-5.5.1...tubesync-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tubesync-5.5.1](https://github.com/truecharts/charts/compare/tubesync-5.5.0...tubesync-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tubesync-5.5.0](https://github.com/truecharts/charts/compare/tubesync-5.4.2...tubesync-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tubesync-5.4.2](https://github.com/truecharts/charts/compare/tubesync-5.4.1...tubesync-5.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/meeb/tubesync to latest[@f51f781](https://github.com/f51f781) by renovate ([#19153](https://github.com/truecharts/charts/issues/19153)) - - -## [tubesync-5.4.1](https://github.com/truecharts/charts/compare/tubesync-5.4.0...tubesync-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tubesync-5.4.0](https://github.com/truecharts/charts/compare/tubesync-5.3.0...tubesync-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tubesync-5.3.0](https://github.com/truecharts/charts/compare/tubesync-5.2.3...tubesync-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tubesync-5.2.3](https://github.com/truecharts/charts/compare/tubesync-5.2.2...tubesync-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tubesync-5.2.2](https://github.com/truecharts/charts/compare/tubesync-5.2.0...tubesync-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/tubesync/5.5.2/Chart.yaml b/stable/tubesync/5.5.2/Chart.yaml deleted file mode 100644 index 8cef0aaecba..00000000000 --- a/stable/tubesync/5.5.2/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.0.9 - 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.5.2 diff --git a/stable/tubesync/5.5.2/charts/common-20.0.9.tgz b/stable/tubesync/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tubesync/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tubesync/5.5.2/ix_values.yaml b/stable/tubesync/5.5.2/ix_values.yaml deleted file mode 100644 index 5a5b8d3a2d7..00000000000 --- a/stable/tubesync/5.5.2/ix_values.yaml +++ /dev/null @@ -1,40 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: ghcr.io/meeb/tubesync - tag: latest@sha256:f51f781966af4ba6b3fc0dbf998a28a293b77fe90fdfb4eeb8e64a5dbcad4d45 -persistence: - config: - enabled: true - mountPath: /config - downloads: - enabled: true - mountPath: /downloads - varrun: - enabled: false -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 4848 - protocol: tcp - targetPort: 4848 -workload: - main: - podSpec: - containers: - main: - env: - DATABASE_CONNECTION: "" - http_PASS: "" - http_USER: "" - TUBESYNC_DEBUG: "False" - TUBESYNC_HOSTS: "" - TUBESYNC_WORKERS: "2" diff --git a/stable/unpoller/10.7.1/.helmignore b/stable/tubesync/5.7.1/.helmignore similarity index 100% rename from stable/unpoller/10.7.1/.helmignore rename to stable/tubesync/5.7.1/.helmignore diff --git a/stable/tubesync/5.7.1/CHANGELOG.md b/stable/tubesync/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c79f3d3f039 --- /dev/null +++ b/stable/tubesync/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tubesync-5.7.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/tubesync/5.7.1/Chart.yaml b/stable/tubesync/5.7.1/Chart.yaml new file mode 100644 index 00000000000..b77d75a624d --- /dev/null +++ b/stable/tubesync/5.7.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: 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.2 + 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.1 diff --git a/stable/tubesync/5.5.2/README.md b/stable/tubesync/5.7.1/README.md similarity index 100% rename from stable/tubesync/5.5.2/README.md rename to stable/tubesync/5.7.1/README.md diff --git a/stable/tubesync/5.7.1/app-changelog.md b/stable/tubesync/5.7.1/app-changelog.md new file mode 100644 index 00000000000..eb261095fa3 --- /dev/null +++ b/stable/tubesync/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tubesync-5.7.1](https://github.com/truecharts/charts/compare/tubesync-5.6.0...tubesync-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/tubesync/5.7.1/app-readme.md similarity index 100% rename from stable/tubesync/5.5.2/app-readme.md rename to stable/tubesync/5.7.1/app-readme.md diff --git a/stable/tubesync/5.7.1/charts/common-20.2.2.tgz b/stable/tubesync/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tubesync/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tubesync/5.7.1/ix_values.yaml b/stable/tubesync/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..a5d1c1161d6 --- /dev/null +++ b/stable/tubesync/5.7.1/ix_values.yaml @@ -0,0 +1,40 @@ +image: + pullPolicy: IfNotPresent + repository: ghcr.io/meeb/tubesync + tag: latest@sha256:4d50ddd2f4010c08c7c1e664a7bd7e1a6dbfc5524ffecbb6876997150dcdd9c5 +persistence: + config: + enabled: true + mountPath: /config + downloads: + enabled: true + mountPath: /downloads + varrun: + enabled: false +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 4848 + protocol: tcp + targetPort: 4848 +workload: + main: + podSpec: + containers: + main: + env: + DATABASE_CONNECTION: "" + http_PASS: "" + http_USER: "" + TUBESYNC_DEBUG: "False" + TUBESYNC_HOSTS: "" + TUBESYNC_WORKERS: "2" diff --git a/stable/tubesync/5.5.2/questions.yaml b/stable/tubesync/5.7.1/questions.yaml similarity index 100% rename from stable/tubesync/5.5.2/questions.yaml rename to stable/tubesync/5.7.1/questions.yaml diff --git a/stable/tubesync/5.5.2/templates/common.yaml b/stable/tubesync/5.7.1/templates/common.yaml similarity index 100% rename from stable/tubesync/5.5.2/templates/common.yaml rename to stable/tubesync/5.7.1/templates/common.yaml diff --git a/stable/unpoller/10.7.1/values.yaml b/stable/tubesync/5.7.1/values.yaml similarity index 100% rename from stable/unpoller/10.7.1/values.yaml rename to stable/tubesync/5.7.1/values.yaml diff --git a/stable/tvheadend/19.5.2/CHANGELOG.md b/stable/tvheadend/19.5.2/CHANGELOG.md deleted file mode 100644 index d590965c600..00000000000 --- a/stable/tvheadend/19.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tvheadend-19.5.2](https://github.com/truecharts/charts/compare/tvheadend-19.5.1...tvheadend-19.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [tvheadend-19.5.1](https://github.com/truecharts/charts/compare/tvheadend-19.5.0...tvheadend-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tvheadend-19.5.0](https://github.com/truecharts/charts/compare/tvheadend-19.4.1...tvheadend-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tvheadend-19.4.1](https://github.com/truecharts/charts/compare/tvheadend-19.4.0...tvheadend-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tvheadend-19.4.0](https://github.com/truecharts/charts/compare/tvheadend-19.3.0...tvheadend-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tvheadend-19.3.0](https://github.com/truecharts/charts/compare/tvheadend-19.2.4...tvheadend-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tvheadend-19.2.4](https://github.com/truecharts/charts/compare/tvheadend-19.2.3...tvheadend-19.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tvheadend-19.2.3](https://github.com/truecharts/charts/compare/tvheadend-19.2.1...tvheadend-19.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/tvheadend/19.5.2/Chart.yaml b/stable/tvheadend/19.5.2/Chart.yaml deleted file mode 100644 index d26f24eefbf..00000000000 --- a/stable/tvheadend/19.5.2/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.0.9 - 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.5.2 diff --git a/stable/tvheadend/19.5.2/charts/common-20.0.9.tgz b/stable/tvheadend/19.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/tvheadend/19.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/tvheadend/19.5.2/ix_values.yaml b/stable/tvheadend/19.5.2/ix_values.yaml deleted file mode 100644 index 173a8038ba9..00000000000 --- a/stable/tvheadend/19.5.2/ix_values.yaml +++ /dev/null @@ -1,49 +0,0 @@ -image: - repository: ghcr.io/linuxserver/tvheadend - pullPolicy: IfNotPresent - tag: latest@sha256:7877fa501f235ee6b38ef1d342ccbe2919fa705e1d5d94d87957a4daef768c37 -service: - main: - ports: - main: - port: 9981 - targetPort: 9981 - htsp: - enabled: true - ports: - htsp: - enabled: true - port: 9982 - targetPort: 9982 -persistence: - config: - enabled: true - mountPath: "/config" - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - startup: - type: tcp - port: "{{ .Values.service.main.ports.main.port }}" - env: - RUN_OPTS: "" diff --git a/stable/unturned/6.5.1/.helmignore b/stable/tvheadend/19.7.1/.helmignore similarity index 100% rename from stable/unturned/6.5.1/.helmignore rename to stable/tvheadend/19.7.1/.helmignore diff --git a/stable/tvheadend/19.7.1/CHANGELOG.md b/stable/tvheadend/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5acad681c01 --- /dev/null +++ b/stable/tvheadend/19.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/tvheadend/19.7.1/Chart.yaml b/stable/tvheadend/19.7.1/Chart.yaml new file mode 100644 index 00000000000..cd2161fd39f --- /dev/null +++ b/stable/tvheadend/19.7.1/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.2 + 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.1 diff --git a/stable/tvheadend/19.5.2/README.md b/stable/tvheadend/19.7.1/README.md similarity index 100% rename from stable/tvheadend/19.5.2/README.md rename to stable/tvheadend/19.7.1/README.md diff --git a/stable/tvheadend/19.7.1/app-changelog.md b/stable/tvheadend/19.7.1/app-changelog.md new file mode 100644 index 00000000000..067de6683d7 --- /dev/null +++ b/stable/tvheadend/19.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [tvheadend-19.7.1](https://github.com/truecharts/charts/compare/tvheadend-19.6.0...tvheadend-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/tvheadend/19.7.1/app-readme.md similarity index 100% rename from stable/tvheadend/19.5.2/app-readme.md rename to stable/tvheadend/19.7.1/app-readme.md diff --git a/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz b/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tvheadend/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tvheadend/19.7.1/ix_values.yaml b/stable/tvheadend/19.7.1/ix_values.yaml new file mode 100644 index 00000000000..12bd6f25b9a --- /dev/null +++ b/stable/tvheadend/19.7.1/ix_values.yaml @@ -0,0 +1,49 @@ +image: + repository: ghcr.io/linuxserver/tvheadend + pullPolicy: IfNotPresent + tag: latest@sha256:b04a8cef34f2a786fd3d20e2e335c48e352a5a0d8216854c77045019456d3a97 +service: + main: + ports: + main: + port: 9981 + targetPort: 9981 + htsp: + enabled: true + ports: + htsp: + enabled: true + port: 9982 + targetPort: 9982 +persistence: + config: + enabled: true + mountPath: "/config" + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + startup: + type: tcp + port: "{{ .Values.service.main.ports.main.port }}" + env: + RUN_OPTS: "" diff --git a/stable/tvheadend/19.5.2/questions.yaml b/stable/tvheadend/19.7.1/questions.yaml similarity index 100% rename from stable/tvheadend/19.5.2/questions.yaml rename to stable/tvheadend/19.7.1/questions.yaml diff --git a/stable/valheim/10.5.1/templates/NOTES.txt b/stable/tvheadend/19.7.1/templates/NOTES.txt similarity index 100% rename from stable/valheim/10.5.1/templates/NOTES.txt rename to stable/tvheadend/19.7.1/templates/NOTES.txt diff --git a/stable/unmanic/10.5.2/templates/common.yaml b/stable/tvheadend/19.7.1/templates/common.yaml similarity index 100% rename from stable/unmanic/10.5.2/templates/common.yaml rename to stable/tvheadend/19.7.1/templates/common.yaml diff --git a/stable/unturned/6.5.1/values.yaml b/stable/tvheadend/19.7.1/values.yaml similarity index 100% rename from stable/unturned/6.5.1/values.yaml rename to stable/tvheadend/19.7.1/values.yaml diff --git a/stable/tvhproxy/5.5.1/CHANGELOG.md b/stable/tvhproxy/5.5.1/CHANGELOG.md deleted file mode 100644 index 7b4ea1b2164..00000000000 --- a/stable/tvhproxy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [tvhproxy-5.5.1](https://github.com/truecharts/charts/compare/tvhproxy-5.5.0...tvhproxy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [tvhproxy-5.5.0](https://github.com/truecharts/charts/compare/tvhproxy-5.4.1...tvhproxy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [tvhproxy-5.4.1](https://github.com/truecharts/charts/compare/tvhproxy-5.4.0...tvhproxy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [tvhproxy-5.4.0](https://github.com/truecharts/charts/compare/tvhproxy-5.3.0...tvhproxy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [tvhproxy-5.3.0](https://github.com/truecharts/charts/compare/tvhproxy-5.2.3...tvhproxy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [tvhproxy-5.2.3](https://github.com/truecharts/charts/compare/tvhproxy-5.2.2...tvhproxy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [tvhproxy-5.2.2](https://github.com/truecharts/charts/compare/tvhproxy-5.2.0...tvhproxy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [tvhproxy-4.1.11](https://github.com/truecharts/charts/compare/tvhproxy-4.1.10...tvhproxy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [tvhproxy-4.1.10](https://github.com/truecharts/charts/compare/tvhproxy-4.1.9...tvhproxy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/tvhproxy/5.5.1/Chart.yaml b/stable/tvhproxy/5.5.1/Chart.yaml deleted file mode 100644 index 288ab716160..00000000000 --- a/stable/tvhproxy/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/tvhproxy/5.5.1/charts/common-20.0.8.tgz b/stable/tvhproxy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/tvhproxy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/uptime-kuma/10.5.1/.helmignore b/stable/tvhproxy/5.7.1/.helmignore similarity index 100% rename from stable/uptime-kuma/10.5.1/.helmignore rename to stable/tvhproxy/5.7.1/.helmignore diff --git a/stable/tvhproxy/5.7.1/CHANGELOG.md b/stable/tvhproxy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9ade9b92f82 --- /dev/null +++ b/stable/tvhproxy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [tvhproxy-5.7.1](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/tvhproxy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..cf4a930a998 --- /dev/null +++ b/stable/tvhproxy/5.7.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: 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.2 + 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.1 diff --git a/stable/tvhproxy/5.5.1/README.md b/stable/tvhproxy/5.7.1/README.md similarity index 100% rename from stable/tvhproxy/5.5.1/README.md rename to stable/tvhproxy/5.7.1/README.md diff --git a/stable/tvhproxy/5.7.1/app-changelog.md b/stable/tvhproxy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..771b5c0de4a --- /dev/null +++ b/stable/tvhproxy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [tvhproxy-5.7.1](https://github.com/truecharts/charts/compare/tvhproxy-5.6.0...tvhproxy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/tvhproxy/5.7.1/app-readme.md similarity index 100% rename from stable/tvhproxy/5.5.1/app-readme.md rename to stable/tvhproxy/5.7.1/app-readme.md diff --git a/stable/tvhproxy/5.7.1/charts/common-20.2.2.tgz b/stable/tvhproxy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/tvhproxy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/tvhproxy/5.5.1/ix_values.yaml b/stable/tvhproxy/5.7.1/ix_values.yaml similarity index 100% rename from stable/tvhproxy/5.5.1/ix_values.yaml rename to stable/tvhproxy/5.7.1/ix_values.yaml diff --git a/stable/tvhproxy/5.5.1/questions.yaml b/stable/tvhproxy/5.7.1/questions.yaml similarity index 100% rename from stable/tvhproxy/5.5.1/questions.yaml rename to stable/tvhproxy/5.7.1/questions.yaml diff --git a/stable/tvhproxy/5.5.1/templates/common.yaml b/stable/tvhproxy/5.7.1/templates/common.yaml similarity index 100% rename from stable/tvhproxy/5.5.1/templates/common.yaml rename to stable/tvhproxy/5.7.1/templates/common.yaml diff --git a/stable/uptime-kuma/10.5.1/values.yaml b/stable/tvhproxy/5.7.1/values.yaml similarity index 100% rename from stable/uptime-kuma/10.5.1/values.yaml rename to stable/tvhproxy/5.7.1/values.yaml diff --git a/stable/twofauth/1.2.2/CHANGELOG.md b/stable/twofauth/1.2.2/CHANGELOG.md deleted file mode 100644 index 5357129753a..00000000000 --- a/stable/twofauth/1.2.2/CHANGELOG.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twofauth-1.2.2](https://github.com/truecharts/charts/compare/twofauth-1.2.1...twofauth-1.2.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [twofauth-1.2.1](https://github.com/truecharts/charts/compare/twofauth-1.2.0...twofauth-1.2.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [twofauth-1.2.0](https://github.com/truecharts/charts/compare/twofauth-1.1.1...twofauth-1.2.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [twofauth-1.1.1](https://github.com/truecharts/charts/compare/twofauth-1.1.0...twofauth-1.1.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [twofauth-1.1.0](https://github.com/truecharts/charts/compare/twofauth-1.0.6...twofauth-1.1.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [twofauth-1.0.6](https://github.com/truecharts/charts/compare/twofauth-1.0.5...twofauth-1.0.6) (2024-03-06) \ No newline at end of file diff --git a/stable/twofauth/1.2.2/Chart.yaml b/stable/twofauth/1.2.2/Chart.yaml deleted file mode 100644 index ba2f1adcd51..00000000000 --- a/stable/twofauth/1.2.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: auth - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 5.0.4 -dependencies: - - name: common - version: 20.0.9 - 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.2.2 diff --git a/stable/twofauth/1.2.2/charts/common-20.0.9.tgz b/stable/twofauth/1.2.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/twofauth/1.2.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/twofauth/1.2.2/ix_values.yaml b/stable/twofauth/1.2.2/ix_values.yaml deleted file mode 100644 index a4875cfa52e..00000000000 --- a/stable/twofauth/1.2.2/ix_values.yaml +++ /dev/null @@ -1,126 +0,0 @@ -image: - repository: 2fauth/2fauth - pullPolicy: IfNotPresent - tag: 5.0.4@sha256:d76532e680bd5bc4306672f41d4af8cf7fd97d928fd780e7c664c8b2276e8a34 - -securityContext: - container: - readOnlyRootFilesystem: false - runAsUser: 1000 - runAsGroup: 1000 - -twofauth: - app: - name: 2FAuth - site_owner: mail@example.com - url: http://localhost:8000 - session_lifetime: 120 - trusted_proxies: [] - mail: - driver: log - host: "" - port: 587 - from: "" - user: "" - pass: "" - # TLS | STARTTLS | SSL - encryption: STARTTLS - from_name: 2FAuth - from_address: changeme@example.com - auth: - # web-guard | reverse-proxy-guard - guard: web-guard - # show if guard uses reverse-proxy-guard - proxy_header_for_user: "" - proxy_header_for_email: "" - proxy_logout_url: "" - webauthn: - name: 2FAuth - id: "" - icon: "" - # required | preferred | discouraged - user_verified: preferred - -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - path: /infos - readiness: - path: /infos - startup: - type: tcp - env: - # APP - APP_ENV: local - APP_KEY: - secretKeyRef: - name: twofauth-secret - key: APP_KEY - APP_NAME: "{{ .Values.twofauth.app.name }}" - SITE_OWNER: "{{ .Values.twofauth.app.site_owner }}" - APP_URL: "{{ .Values.twofauth.app.url }}" - SESSION_LIFETIME: "{{ .Values.twofauth.app.session_lifetime }}" - TRUSTED_PROXIES: '{{ join "," .Values.twofauth.app.trusted_proxies }}' - # MAIL - MAIL_DRIVER: "{{ .Values.twofauth.mail.driver }}" - MAIL_HOST: "{{ .Values.twofauth.mail.host }}" - MAIL_PORT: "{{ .Values.twofauth.mail.port }}" - MAIL_FROM: "{{ .Values.twofauth.mail.from }}" - MAIL_USERNAME: "{{ .Values.twofauth.mail.user }}" - MAIL_PASSWORD: "{{ .Values.twofauth.mail.pass }}" - MAIL_ENCRYPTION: "{{ .Values.twofauth.mail.encryption }}" - MAIL_FROM_NAME: "{{ .Values.twofauth.mail.from_name }}" - MAIL_FROM_ADDRESS: "{{ .Values.twofauth.mail.from_address }}" - # AUTH - AUTHENTICATION_GUARD: "{{ .Values.twofauth.auth.guard }}" - AUTH_PROXY_HEADER_FOR_USER: "{{ .Values.twofauth.auth.proxy_header_for_user }}" - AUTH_PROXY_HEADER_FOR_EMAIL: "{{ .Values.twofauth.auth.proxy_header_for_email }}" - PROXY_LOGOUT_URL: "{{ .Values.twofauth.auth.proxy_logout_url }}" - # WebAuthn: - WEBAUTHN_NAME: "{{ .Values.twofauth.webauthn.name }}" - WEBAUTHN_ID: "{{ .Values.twofauth.webauthn.id }}" - # Optional image data in BASE64 (128 bytes maximum) or an image url - WEBAUTHN_ICON: "{{ .Values.twofauth.webauthn.icon }}" - WEBAUTHN_USER_VERIFICATION: "{{ .Values.twofauth.webauthn.user_verified }}" - # Postgres - DB_CONNECTION: pgsql - DB_DATABASE: "{{ .Values.cnpg.main.database }}" - DB_USERNAME: "{{ .Values.cnpg.main.user }}" - DB_PORT: 5432 - DB_HOST: - secretKeyRef: - name: cnpg-main-urls - key: host - DB_PASSWORD: - secretKeyRef: - name: cnpg-main-user - key: password - -service: - main: - ports: - main: - protocol: http - targetPort: 8000 - port: 8000 - -persistence: - config: - enabled: true - mountPath: /2fauth - varrun: - enabled: false - -cnpg: - main: - enabled: true - user: twofauth - database: twofauth - -portal: - open: - enabled: true diff --git a/stable/uptimerobot-prometheus/11.5.1/.helmignore b/stable/twofauth/1.5.1/.helmignore similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/.helmignore rename to stable/twofauth/1.5.1/.helmignore diff --git a/stable/twofauth/1.5.1/CHANGELOG.md b/stable/twofauth/1.5.1/CHANGELOG.md new file mode 100644 index 00000000000..e58627e6fed --- /dev/null +++ b/stable/twofauth/1.5.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twofauth-1.5.1](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/twofauth/1.5.1/Chart.yaml b/stable/twofauth/1.5.1/Chart.yaml new file mode 100644 index 00000000000..a115b4b2532 --- /dev/null +++ b/stable/twofauth/1.5.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: auth + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 5.1.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/twofauth/1.2.2/README.md b/stable/twofauth/1.5.1/README.md similarity index 100% rename from stable/twofauth/1.2.2/README.md rename to stable/twofauth/1.5.1/README.md diff --git a/stable/twofauth/1.5.1/app-changelog.md b/stable/twofauth/1.5.1/app-changelog.md new file mode 100644 index 00000000000..ef78e9dc076 --- /dev/null +++ b/stable/twofauth/1.5.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [twofauth-1.5.1](https://github.com/truecharts/charts/compare/twofauth-1.3.0...twofauth-1.5.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.2.2/app-readme.md b/stable/twofauth/1.5.1/app-readme.md similarity index 100% rename from stable/twofauth/1.2.2/app-readme.md rename to stable/twofauth/1.5.1/app-readme.md diff --git a/stable/twofauth/1.5.1/charts/common-20.2.2.tgz b/stable/twofauth/1.5.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/twofauth/1.5.1/charts/common-20.2.2.tgz differ diff --git a/stable/twofauth/1.5.1/ix_values.yaml b/stable/twofauth/1.5.1/ix_values.yaml new file mode 100644 index 00000000000..02a889ae61c --- /dev/null +++ b/stable/twofauth/1.5.1/ix_values.yaml @@ -0,0 +1,126 @@ +image: + repository: 2fauth/2fauth + pullPolicy: IfNotPresent + tag: 5.1.0@sha256:c14a80e63346df10e57adcbf55d9a4193046a52d888d1824b9db6680c50b27f0 + +securityContext: + container: + readOnlyRootFilesystem: false + runAsUser: 1000 + runAsGroup: 1000 + +twofauth: + app: + name: 2FAuth + site_owner: mail@example.com + url: http://localhost:8000 + session_lifetime: 120 + trusted_proxies: [] + mail: + driver: log + host: "" + port: 587 + from: "" + user: "" + pass: "" + # TLS | STARTTLS | SSL + encryption: STARTTLS + from_name: 2FAuth + from_address: changeme@example.com + auth: + # web-guard | reverse-proxy-guard + guard: web-guard + # show if guard uses reverse-proxy-guard + proxy_header_for_user: "" + proxy_header_for_email: "" + proxy_logout_url: "" + webauthn: + name: 2FAuth + id: "" + icon: "" + # required | preferred | discouraged + user_verified: preferred + +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + path: /infos + readiness: + path: /infos + startup: + type: tcp + env: + # APP + APP_ENV: local + APP_KEY: + secretKeyRef: + name: twofauth-secret + key: APP_KEY + APP_NAME: "{{ .Values.twofauth.app.name }}" + SITE_OWNER: "{{ .Values.twofauth.app.site_owner }}" + APP_URL: "{{ .Values.twofauth.app.url }}" + SESSION_LIFETIME: "{{ .Values.twofauth.app.session_lifetime }}" + TRUSTED_PROXIES: '{{ join "," .Values.twofauth.app.trusted_proxies }}' + # MAIL + MAIL_DRIVER: "{{ .Values.twofauth.mail.driver }}" + MAIL_HOST: "{{ .Values.twofauth.mail.host }}" + MAIL_PORT: "{{ .Values.twofauth.mail.port }}" + MAIL_FROM: "{{ .Values.twofauth.mail.from }}" + MAIL_USERNAME: "{{ .Values.twofauth.mail.user }}" + MAIL_PASSWORD: "{{ .Values.twofauth.mail.pass }}" + MAIL_ENCRYPTION: "{{ .Values.twofauth.mail.encryption }}" + MAIL_FROM_NAME: "{{ .Values.twofauth.mail.from_name }}" + MAIL_FROM_ADDRESS: "{{ .Values.twofauth.mail.from_address }}" + # AUTH + AUTHENTICATION_GUARD: "{{ .Values.twofauth.auth.guard }}" + AUTH_PROXY_HEADER_FOR_USER: "{{ .Values.twofauth.auth.proxy_header_for_user }}" + AUTH_PROXY_HEADER_FOR_EMAIL: "{{ .Values.twofauth.auth.proxy_header_for_email }}" + PROXY_LOGOUT_URL: "{{ .Values.twofauth.auth.proxy_logout_url }}" + # WebAuthn: + WEBAUTHN_NAME: "{{ .Values.twofauth.webauthn.name }}" + WEBAUTHN_ID: "{{ .Values.twofauth.webauthn.id }}" + # Optional image data in BASE64 (128 bytes maximum) or an image url + WEBAUTHN_ICON: "{{ .Values.twofauth.webauthn.icon }}" + WEBAUTHN_USER_VERIFICATION: "{{ .Values.twofauth.webauthn.user_verified }}" + # Postgres + DB_CONNECTION: pgsql + DB_DATABASE: "{{ .Values.cnpg.main.database }}" + DB_USERNAME: "{{ .Values.cnpg.main.user }}" + DB_PORT: 5432 + DB_HOST: + secretKeyRef: + name: cnpg-main-urls + key: host + DB_PASSWORD: + secretKeyRef: + name: cnpg-main-user + key: password + +service: + main: + ports: + main: + protocol: http + targetPort: 8000 + port: 8000 + +persistence: + config: + enabled: true + mountPath: /2fauth + varrun: + enabled: false + +cnpg: + main: + enabled: true + user: twofauth + database: twofauth + +portal: + open: + enabled: true diff --git a/stable/twofauth/1.2.2/questions.yaml b/stable/twofauth/1.5.1/questions.yaml similarity index 100% rename from stable/twofauth/1.2.2/questions.yaml rename to stable/twofauth/1.5.1/questions.yaml diff --git a/stable/van-dam/4.5.4/templates/NOTES.txt b/stable/twofauth/1.5.1/templates/NOTES.txt similarity index 100% rename from stable/van-dam/4.5.4/templates/NOTES.txt rename to stable/twofauth/1.5.1/templates/NOTES.txt diff --git a/stable/twofauth/1.2.2/templates/_secrets.tpl b/stable/twofauth/1.5.1/templates/_secrets.tpl similarity index 100% rename from stable/twofauth/1.2.2/templates/_secrets.tpl rename to stable/twofauth/1.5.1/templates/_secrets.tpl diff --git a/stable/twofauth/1.2.2/templates/common.yaml b/stable/twofauth/1.5.1/templates/common.yaml similarity index 100% rename from stable/twofauth/1.2.2/templates/common.yaml rename to stable/twofauth/1.5.1/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/values.yaml b/stable/twofauth/1.5.1/values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/values.yaml rename to stable/twofauth/1.5.1/values.yaml diff --git a/stable/twonky-server/5.5.2/CHANGELOG.md b/stable/twonky-server/5.5.2/CHANGELOG.md deleted file mode 100644 index 1f7320e7674..00000000000 --- a/stable/twonky-server/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twonky-server-5.5.2](https://github.com/truecharts/charts/compare/twonky-server-5.5.1...twonky-server-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [twonky-server-5.5.1](https://github.com/truecharts/charts/compare/twonky-server-5.5.0...twonky-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [twonky-server-5.5.0](https://github.com/truecharts/charts/compare/twonky-server-5.4.2...twonky-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [twonky-server-5.4.2](https://github.com/truecharts/charts/compare/twonky-server-5.4.1...twonky-server-5.4.2) (2024-03-11) - -### Chore - - - -- update container image dtjs48jkt/twonkyserver to latest[@1b39fe0](https://github.com/1b39fe0) by renovate ([#18981](https://github.com/truecharts/charts/issues/18981)) - - -## [twonky-server-5.4.1](https://github.com/truecharts/charts/compare/twonky-server-5.4.0...twonky-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [twonky-server-5.4.0](https://github.com/truecharts/charts/compare/twonky-server-5.3.0...twonky-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [twonky-server-5.3.0](https://github.com/truecharts/charts/compare/twonky-server-5.2.4...twonky-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [twonky-server-5.2.4](https://github.com/truecharts/charts/compare/twonky-server-5.2.3...twonky-server-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [twonky-server-5.2.3](https://github.com/truecharts/charts/compare/twonky-server-5.2.1...twonky-server-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/twonky-server/5.5.2/Chart.yaml b/stable/twonky-server/5.5.2/Chart.yaml deleted file mode 100644 index a5ad74494ae..00000000000 --- a/stable/twonky-server/5.5.2/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.0.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.5.2 diff --git a/stable/twonky-server/5.5.2/charts/common-20.0.9.tgz b/stable/twonky-server/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/twonky-server/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/twonky-server/5.5.2/ix_values.yaml b/stable/twonky-server/5.5.2/ix_values.yaml deleted file mode 100644 index 8ed8be11a51..00000000000 --- a/stable/twonky-server/5.5.2/ix_values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: dtjs48jkt/twonkyserver - tag: latest@sha256:1b39fe0c73e7b9bd48c4ef5291d84876cac84a52c8ac04e2eb168685bd4a42fc -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/urban-terror/5.5.1/.helmignore b/stable/twonky-server/5.7.1/.helmignore similarity index 100% rename from stable/urban-terror/5.5.1/.helmignore rename to stable/twonky-server/5.7.1/.helmignore diff --git a/stable/twonky-server/5.7.1/CHANGELOG.md b/stable/twonky-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..68a58acfee8 --- /dev/null +++ b/stable/twonky-server/5.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twonky-server-5.7.1](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/twonky-server/5.7.1/Chart.yaml b/stable/twonky-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..14ac09ba645 --- /dev/null +++ b/stable/twonky-server/5.7.1/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.2 + 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.1 diff --git a/stable/twonky-server/5.5.2/README.md b/stable/twonky-server/5.7.1/README.md similarity index 100% rename from stable/twonky-server/5.5.2/README.md rename to stable/twonky-server/5.7.1/README.md diff --git a/stable/twonky-server/5.7.1/app-changelog.md b/stable/twonky-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..bab411d2960 --- /dev/null +++ b/stable/twonky-server/5.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [twonky-server-5.7.1](https://github.com/truecharts/charts/compare/twonky-server-5.6.0...twonky-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.2/app-readme.md b/stable/twonky-server/5.7.1/app-readme.md similarity index 100% rename from stable/twonky-server/5.5.2/app-readme.md rename to stable/twonky-server/5.7.1/app-readme.md diff --git a/stable/twonky-server/5.7.1/charts/common-20.2.2.tgz b/stable/twonky-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/twonky-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/twonky-server/5.7.1/ix_values.yaml b/stable/twonky-server/5.7.1/ix_values.yaml new file mode 100644 index 00000000000..61082253690 --- /dev/null +++ b/stable/twonky-server/5.7.1/ix_values.yaml @@ -0,0 +1,26 @@ +image: + pullPolicy: IfNotPresent + repository: dtjs48jkt/twonkyserver + tag: latest@sha256:fe69332cc576a65609bf899b1d9512e1a612b7e25a48114ef6230759c729d740 +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.5.2/questions.yaml b/stable/twonky-server/5.7.1/questions.yaml similarity index 100% rename from stable/twonky-server/5.5.2/questions.yaml rename to stable/twonky-server/5.7.1/questions.yaml diff --git a/stable/twonky-server/5.5.2/templates/common.yaml b/stable/twonky-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/twonky-server/5.5.2/templates/common.yaml rename to stable/twonky-server/5.7.1/templates/common.yaml diff --git a/stable/urban-terror/5.5.1/values.yaml b/stable/twonky-server/5.7.1/values.yaml similarity index 100% rename from stable/urban-terror/5.5.1/values.yaml rename to stable/twonky-server/5.7.1/values.yaml diff --git a/stable/twtxt/10.5.1/CHANGELOG.md b/stable/twtxt/10.5.1/CHANGELOG.md deleted file mode 100644 index 8e12f10340b..00000000000 --- a/stable/twtxt/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [twtxt-10.5.1](https://github.com/truecharts/charts/compare/twtxt-10.5.0...twtxt-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [twtxt-10.5.0](https://github.com/truecharts/charts/compare/twtxt-10.4.1...twtxt-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [twtxt-10.4.1](https://github.com/truecharts/charts/compare/twtxt-10.4.0...twtxt-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [twtxt-10.4.0](https://github.com/truecharts/charts/compare/twtxt-10.3.0...twtxt-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [twtxt-10.3.0](https://github.com/truecharts/charts/compare/twtxt-10.2.3...twtxt-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [twtxt-10.2.3](https://github.com/truecharts/charts/compare/twtxt-10.2.2...twtxt-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [twtxt-10.2.2](https://github.com/truecharts/charts/compare/twtxt-10.2.0...twtxt-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [twtxt-9.1.11](https://github.com/truecharts/charts/compare/twtxt-9.1.10...twtxt-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [twtxt-9.1.10](https://github.com/truecharts/charts/compare/twtxt-9.1.9...twtxt-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/twtxt/10.5.1/Chart.yaml b/stable/twtxt/10.5.1/Chart.yaml deleted file mode 100644 index edadb00458d..00000000000 --- a/stable/twtxt/10.5.1/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.0.8 - 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.5.1 diff --git a/stable/twtxt/10.5.1/charts/common-20.0.8.tgz b/stable/twtxt/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/twtxt/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/v-rising/5.5.1/.helmignore b/stable/twtxt/10.7.1/.helmignore similarity index 100% rename from stable/v-rising/5.5.1/.helmignore rename to stable/twtxt/10.7.1/.helmignore diff --git a/stable/twtxt/10.7.1/CHANGELOG.md b/stable/twtxt/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..885ccc9ad68 --- /dev/null +++ b/stable/twtxt/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [twtxt-10.7.1](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/twtxt/10.7.1/Chart.yaml new file mode 100644 index 00000000000..61923c42080 --- /dev/null +++ b/stable/twtxt/10.7.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: 0.1.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/twtxt/10.5.1/README.md b/stable/twtxt/10.7.1/README.md similarity index 100% rename from stable/twtxt/10.5.1/README.md rename to stable/twtxt/10.7.1/README.md diff --git a/stable/twtxt/10.7.1/app-changelog.md b/stable/twtxt/10.7.1/app-changelog.md new file mode 100644 index 00000000000..63e51dbd1f5 --- /dev/null +++ b/stable/twtxt/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [twtxt-10.7.1](https://github.com/truecharts/charts/compare/twtxt-10.6.0...twtxt-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/twtxt/10.7.1/app-readme.md similarity index 100% rename from stable/twtxt/10.5.1/app-readme.md rename to stable/twtxt/10.7.1/app-readme.md diff --git a/stable/twtxt/10.7.1/charts/common-20.2.2.tgz b/stable/twtxt/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/twtxt/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/twtxt/10.5.1/ix_values.yaml b/stable/twtxt/10.7.1/ix_values.yaml similarity index 100% rename from stable/twtxt/10.5.1/ix_values.yaml rename to stable/twtxt/10.7.1/ix_values.yaml diff --git a/stable/twtxt/10.5.1/questions.yaml b/stable/twtxt/10.7.1/questions.yaml similarity index 100% rename from stable/twtxt/10.5.1/questions.yaml rename to stable/twtxt/10.7.1/questions.yaml diff --git a/stable/verysync/9.5.1/templates/NOTES.txt b/stable/twtxt/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/verysync/9.5.1/templates/NOTES.txt rename to stable/twtxt/10.7.1/templates/NOTES.txt diff --git a/stable/twtxt/10.7.1/templates/common.yaml b/stable/twtxt/10.7.1/templates/common.yaml new file mode 100644 index 00000000000..992373e7501 --- /dev/null +++ b/stable/twtxt/10.7.1/templates/common.yaml @@ -0,0 +1,2 @@ + +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/v-rising/5.5.1/values.yaml b/stable/twtxt/10.7.1/values.yaml similarity index 100% rename from stable/v-rising/5.5.1/values.yaml rename to stable/twtxt/10.7.1/values.yaml diff --git a/stable/ubooquity/10.5.2/CHANGELOG.md b/stable/ubooquity/10.5.2/CHANGELOG.md deleted file mode 100644 index cdb9104dd55..00000000000 --- a/stable/ubooquity/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ubooquity-10.5.2](https://github.com/truecharts/charts/compare/ubooquity-10.5.1...ubooquity-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [ubooquity-10.5.1](https://github.com/truecharts/charts/compare/ubooquity-10.5.0...ubooquity-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ubooquity-10.5.0](https://github.com/truecharts/charts/compare/ubooquity-10.4.2...ubooquity-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ubooquity-10.4.2](https://github.com/truecharts/charts/compare/ubooquity-10.4.1...ubooquity-10.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/ubooquity to 2.1.2[@70a6d77](https://github.com/70a6d77) by renovate ([#19016](https://github.com/truecharts/charts/issues/19016)) - - -## [ubooquity-10.4.1](https://github.com/truecharts/charts/compare/ubooquity-10.4.0...ubooquity-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ubooquity-10.4.0](https://github.com/truecharts/charts/compare/ubooquity-10.3.0...ubooquity-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ubooquity-10.3.0](https://github.com/truecharts/charts/compare/ubooquity-10.2.4...ubooquity-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ubooquity-10.2.4](https://github.com/truecharts/charts/compare/ubooquity-10.2.3...ubooquity-10.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ubooquity-10.2.3](https://github.com/truecharts/charts/compare/ubooquity-10.2.1...ubooquity-10.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/ubooquity/10.5.2/Chart.yaml b/stable/ubooquity/10.5.2/Chart.yaml deleted file mode 100644 index 6fbdde40853..00000000000 --- a/stable/ubooquity/10.5.2/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.0.9 - 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.5.2 diff --git a/stable/ubooquity/10.5.2/charts/common-20.0.9.tgz b/stable/ubooquity/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/ubooquity/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/ubooquity/10.5.2/ix_values.yaml b/stable/ubooquity/10.5.2/ix_values.yaml deleted file mode 100644 index e84c800360e..00000000000 --- a/stable/ubooquity/10.5.2/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ghcr.io/linuxserver/ubooquity - pullPolicy: IfNotPresent - tag: 2.1.2@sha256:70a6d77b74a2ae117ac9d06eec74acb86d1059beefa101a1009823bc0a77d46b -service: - main: - ports: - main: - targetPort: 2202 - port: 2202 - admin: - enabled: true - ports: - admin: - enabled: true - targetPort: 2203 - port: 2203 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" - books: - enabled: true - mountPath: "/books" - comics: - enabled: true - mountPath: "/comics" - files: - enabled: true - mountPath: "/files" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: tcp - readiness: - type: tcp - startup: - type: tcp - env: - MAXMEM: 512 diff --git a/stable/valetudo-mapper/5.5.1/.helmignore b/stable/ubooquity/10.7.1/.helmignore similarity index 100% rename from stable/valetudo-mapper/5.5.1/.helmignore rename to stable/ubooquity/10.7.1/.helmignore diff --git a/stable/ubooquity/10.7.1/CHANGELOG.md b/stable/ubooquity/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..2ff9b793a17 --- /dev/null +++ b/stable/ubooquity/10.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ubooquity-10.7.1](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/ubooquity/10.7.1/Chart.yaml b/stable/ubooquity/10.7.1/Chart.yaml new file mode 100644 index 00000000000..e7f21b5a612 --- /dev/null +++ b/stable/ubooquity/10.7.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: 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.2 + 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.1 diff --git a/stable/ubooquity/10.5.2/README.md b/stable/ubooquity/10.7.1/README.md similarity index 100% rename from stable/ubooquity/10.5.2/README.md rename to stable/ubooquity/10.7.1/README.md diff --git a/stable/ubooquity/10.7.1/app-changelog.md b/stable/ubooquity/10.7.1/app-changelog.md new file mode 100644 index 00000000000..f3cb347b9b8 --- /dev/null +++ b/stable/ubooquity/10.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [ubooquity-10.7.1](https://github.com/truecharts/charts/compare/ubooquity-10.6.0...ubooquity-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.5.2/app-readme.md b/stable/ubooquity/10.7.1/app-readme.md similarity index 100% rename from stable/ubooquity/10.5.2/app-readme.md rename to stable/ubooquity/10.7.1/app-readme.md diff --git a/stable/ubooquity/10.7.1/charts/common-20.2.2.tgz b/stable/ubooquity/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ubooquity/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ubooquity/10.7.1/ix_values.yaml b/stable/ubooquity/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..d48889ac85c --- /dev/null +++ b/stable/ubooquity/10.7.1/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ghcr.io/linuxserver/ubooquity + pullPolicy: IfNotPresent + tag: 2.1.2@sha256:4291fa56697840f82e02650d4a4ef5a9616f130d5f955587a1670ac5e7817aeb +service: + main: + ports: + main: + targetPort: 2202 + port: 2202 + admin: + enabled: true + ports: + admin: + enabled: true + targetPort: 2203 + port: 2203 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" + books: + enabled: true + mountPath: "/books" + comics: + enabled: true + mountPath: "/comics" + files: + enabled: true + mountPath: "/files" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + MAXMEM: 512 diff --git a/stable/ubooquity/10.5.2/questions.yaml b/stable/ubooquity/10.7.1/questions.yaml similarity index 100% rename from stable/ubooquity/10.5.2/questions.yaml rename to stable/ubooquity/10.7.1/questions.yaml diff --git a/stable/vikunja/13.5.4/templates/NOTES.txt b/stable/ubooquity/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/vikunja/13.5.4/templates/NOTES.txt rename to stable/ubooquity/10.7.1/templates/NOTES.txt diff --git a/stable/unpackerr/13.5.1/templates/common.yaml b/stable/ubooquity/10.7.1/templates/common.yaml similarity index 100% rename from stable/unpackerr/13.5.1/templates/common.yaml rename to stable/ubooquity/10.7.1/templates/common.yaml diff --git a/stable/valetudo-mapper/5.5.1/values.yaml b/stable/ubooquity/10.7.1/values.yaml similarity index 100% rename from stable/valetudo-mapper/5.5.1/values.yaml rename to stable/ubooquity/10.7.1/values.yaml diff --git a/stable/unifi/20.5.1/CHANGELOG.md b/stable/unifi/20.5.1/CHANGELOG.md deleted file mode 100644 index 04a7364e598..00000000000 --- a/stable/unifi/20.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unifi-20.5.1](https://github.com/truecharts/charts/compare/unifi-20.5.0...unifi-20.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [unifi-20.5.0](https://github.com/truecharts/charts/compare/unifi-20.4.1...unifi-20.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [unifi-20.4.1](https://github.com/truecharts/charts/compare/unifi-20.4.0...unifi-20.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [unifi-20.4.0](https://github.com/truecharts/charts/compare/unifi-20.3.0...unifi-20.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [unifi-20.3.0](https://github.com/truecharts/charts/compare/unifi-20.2.3...unifi-20.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [unifi-20.2.3](https://github.com/truecharts/charts/compare/unifi-20.2.2...unifi-20.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [unifi-20.2.2](https://github.com/truecharts/charts/compare/unifi-20.2.0...unifi-20.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [unifi-19.1.13](https://github.com/truecharts/charts/compare/unifi-19.1.12...unifi-19.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unifi-19.1.12](https://github.com/truecharts/charts/compare/unifi-19.1.11...unifi-19.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/unifi/20.5.1/Chart.yaml b/stable/unifi/20.5.1/Chart.yaml deleted file mode 100644 index c4a720b50fc..00000000000 --- a/stable/unifi/20.5.1/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.0.28 -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/unifi/20.5.1/charts/common-20.0.8.tgz b/stable/unifi/20.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/unifi/20.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/valheim/10.5.1/.helmignore b/stable/unifi/20.7.1/.helmignore similarity index 100% rename from stable/valheim/10.5.1/.helmignore rename to stable/unifi/20.7.1/.helmignore diff --git a/stable/unifi/20.7.1/CHANGELOG.md b/stable/unifi/20.7.1/CHANGELOG.md new file mode 100644 index 00000000000..f6e2f9cd10a --- /dev/null +++ b/stable/unifi/20.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unifi-20.7.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.7.1/Chart.yaml b/stable/unifi/20.7.1/Chart.yaml new file mode 100644 index 00000000000..b21f1212c0d --- /dev/null +++ b/stable/unifi/20.7.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: 8.0.28 +dependencies: + - name: common + version: 20.2.2 + 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.7.1 diff --git a/stable/unifi/20.5.1/README.md b/stable/unifi/20.7.1/README.md similarity index 100% rename from stable/unifi/20.5.1/README.md rename to stable/unifi/20.7.1/README.md diff --git a/stable/unifi/20.7.1/app-changelog.md b/stable/unifi/20.7.1/app-changelog.md new file mode 100644 index 00000000000..dbb2fb60ee0 --- /dev/null +++ b/stable/unifi/20.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [unifi-20.7.1](https://github.com/truecharts/charts/compare/unifi-20.6.0...unifi-20.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/unifi/20.7.1/app-readme.md similarity index 100% rename from stable/unifi/20.5.1/app-readme.md rename to stable/unifi/20.7.1/app-readme.md diff --git a/stable/unifi/20.7.1/charts/common-20.2.2.tgz b/stable/unifi/20.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/unifi/20.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/unifi/20.5.1/ix_values.yaml b/stable/unifi/20.7.1/ix_values.yaml similarity index 100% rename from stable/unifi/20.5.1/ix_values.yaml rename to stable/unifi/20.7.1/ix_values.yaml diff --git a/stable/unifi/20.5.1/questions.yaml b/stable/unifi/20.7.1/questions.yaml similarity index 100% rename from stable/unifi/20.5.1/questions.yaml rename to stable/unifi/20.7.1/questions.yaml diff --git a/stable/vocechat-server/3.5.1/templates/NOTES.txt b/stable/unifi/20.7.1/templates/NOTES.txt similarity index 100% rename from stable/vocechat-server/3.5.1/templates/NOTES.txt rename to stable/unifi/20.7.1/templates/NOTES.txt diff --git a/stable/unpoller/10.7.1/templates/common.yaml b/stable/unifi/20.7.1/templates/common.yaml similarity index 100% rename from stable/unpoller/10.7.1/templates/common.yaml rename to stable/unifi/20.7.1/templates/common.yaml diff --git a/stable/valheim/10.5.1/values.yaml b/stable/unifi/20.7.1/values.yaml similarity index 100% rename from stable/valheim/10.5.1/values.yaml rename to stable/unifi/20.7.1/values.yaml diff --git a/stable/universal-media-server/5.5.1/CHANGELOG.md b/stable/universal-media-server/5.5.1/CHANGELOG.md deleted file mode 100644 index 577420c13f9..00000000000 --- a/stable/universal-media-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [universal-media-server-5.5.1](https://github.com/truecharts/charts/compare/universal-media-server-5.5.0...universal-media-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [universal-media-server-5.5.0](https://github.com/truecharts/charts/compare/universal-media-server-5.4.1...universal-media-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [universal-media-server-5.4.1](https://github.com/truecharts/charts/compare/universal-media-server-5.4.0...universal-media-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [universal-media-server-5.4.0](https://github.com/truecharts/charts/compare/universal-media-server-5.3.0...universal-media-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [universal-media-server-5.3.0](https://github.com/truecharts/charts/compare/universal-media-server-5.2.3...universal-media-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [universal-media-server-5.2.3](https://github.com/truecharts/charts/compare/universal-media-server-5.2.2...universal-media-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [universal-media-server-5.2.2](https://github.com/truecharts/charts/compare/universal-media-server-5.2.0...universal-media-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [universal-media-server-4.1.12](https://github.com/truecharts/charts/compare/universal-media-server-4.1.11...universal-media-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [universal-media-server-4.1.11](https://github.com/truecharts/charts/compare/universal-media-server-4.1.10...universal-media-server-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/universal-media-server/5.5.1/Chart.yaml b/stable/universal-media-server/5.5.1/Chart.yaml deleted file mode 100644 index 2cffdfe5d77..00000000000 --- a/stable/universal-media-server/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/universal-media-server/5.5.1/charts/common-20.0.8.tgz b/stable/universal-media-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/universal-media-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/van-dam/4.5.4/.helmignore b/stable/universal-media-server/5.7.1/.helmignore similarity index 100% rename from stable/van-dam/4.5.4/.helmignore rename to stable/universal-media-server/5.7.1/.helmignore diff --git a/stable/universal-media-server/5.7.1/CHANGELOG.md b/stable/universal-media-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e464801a835 --- /dev/null +++ b/stable/universal-media-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [universal-media-server-5.7.1](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/universal-media-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..7be21363ed2 --- /dev/null +++ b/stable/universal-media-server/5.7.1/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.2 + 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.1 diff --git a/stable/universal-media-server/5.5.1/README.md b/stable/universal-media-server/5.7.1/README.md similarity index 100% rename from stable/universal-media-server/5.5.1/README.md rename to stable/universal-media-server/5.7.1/README.md diff --git a/stable/universal-media-server/5.7.1/app-changelog.md b/stable/universal-media-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..94e6b3edbbc --- /dev/null +++ b/stable/universal-media-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [universal-media-server-5.7.1](https://github.com/truecharts/charts/compare/universal-media-server-5.6.0...universal-media-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/universal-media-server/5.7.1/app-readme.md similarity index 100% rename from stable/universal-media-server/5.5.1/app-readme.md rename to stable/universal-media-server/5.7.1/app-readme.md diff --git a/stable/universal-media-server/5.7.1/charts/common-20.2.2.tgz b/stable/universal-media-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/universal-media-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/universal-media-server/5.5.1/ix_values.yaml b/stable/universal-media-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/universal-media-server/5.5.1/ix_values.yaml rename to stable/universal-media-server/5.7.1/ix_values.yaml diff --git a/stable/universal-media-server/5.5.1/questions.yaml b/stable/universal-media-server/5.7.1/questions.yaml similarity index 100% rename from stable/universal-media-server/5.5.1/questions.yaml rename to stable/universal-media-server/5.7.1/questions.yaml diff --git a/stable/universal-media-server/5.5.1/templates/common.yaml b/stable/universal-media-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/universal-media-server/5.5.1/templates/common.yaml rename to stable/universal-media-server/5.7.1/templates/common.yaml diff --git a/stable/van-dam/4.5.4/values.yaml b/stable/universal-media-server/5.7.1/values.yaml similarity index 100% rename from stable/van-dam/4.5.4/values.yaml rename to stable/universal-media-server/5.7.1/values.yaml diff --git a/stable/unmanic/10.5.2/CHANGELOG.md b/stable/unmanic/10.5.2/CHANGELOG.md deleted file mode 100644 index 56a8a60488f..00000000000 --- a/stable/unmanic/10.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unmanic-10.5.2](https://github.com/truecharts/charts/compare/unmanic-10.5.1...unmanic-10.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [unmanic-10.5.1](https://github.com/truecharts/charts/compare/unmanic-10.5.0...unmanic-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [unmanic-10.5.0](https://github.com/truecharts/charts/compare/unmanic-10.4.1...unmanic-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [unmanic-10.4.1](https://github.com/truecharts/charts/compare/unmanic-10.4.0...unmanic-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [unmanic-10.4.0](https://github.com/truecharts/charts/compare/unmanic-10.3.0...unmanic-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [unmanic-10.3.0](https://github.com/truecharts/charts/compare/unmanic-10.2.3...unmanic-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [unmanic-10.2.3](https://github.com/truecharts/charts/compare/unmanic-10.2.2...unmanic-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [unmanic-10.2.2](https://github.com/truecharts/charts/compare/unmanic-10.2.0...unmanic-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [unmanic-9.1.11](https://github.com/truecharts/charts/compare/unmanic-9.1.10...unmanic-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/unmanic/10.5.2/Chart.yaml b/stable/unmanic/10.5.2/Chart.yaml deleted file mode 100644 index 00211af5151..00000000000 --- a/stable/unmanic/10.5.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 0.2.4 -dependencies: - - name: common - version: 20.0.9 - 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.5.2 diff --git a/stable/unmanic/10.5.2/charts/common-20.0.9.tgz b/stable/unmanic/10.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/unmanic/10.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/unmanic/10.5.2/ix_values.yaml b/stable/unmanic/10.5.2/ix_values.yaml deleted file mode 100644 index 32b09bf3e81..00000000000 --- a/stable/unmanic/10.5.2/ix_values.yaml +++ /dev/null @@ -1,35 +0,0 @@ -image: - repository: josh5/unmanic - tag: 0.2.4@sha256:9b2cdce79c103432b78fe97a151d6385d7dbd7e1e60dd65126e82f9e66514e2a - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10157 - targetPort: 8888 -persistence: - config: - enabled: true - mountPath: "/config" - library: - enabled: true - mountPath: "/library" - remote: - enabled: true - mountPath: "/tmp/unmanic/remote_library" - cache: - enabled: true - mountPath: "/tmp/unmanic" - type: emptyDir - varrun: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/venstar2mqtt/5.5.1/.helmignore b/stable/unmanic/10.7.1/.helmignore similarity index 100% rename from stable/venstar2mqtt/5.5.1/.helmignore rename to stable/unmanic/10.7.1/.helmignore diff --git a/stable/unmanic/10.7.1/CHANGELOG.md b/stable/unmanic/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a297e877c67 --- /dev/null +++ b/stable/unmanic/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unmanic-10.7.1](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/unmanic/10.7.1/Chart.yaml new file mode 100644 index 00000000000..968e3cb9cc0 --- /dev/null +++ b/stable/unmanic/10.7.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: 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.2 + 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.1 diff --git a/stable/unmanic/10.5.2/README.md b/stable/unmanic/10.7.1/README.md similarity index 100% rename from stable/unmanic/10.5.2/README.md rename to stable/unmanic/10.7.1/README.md diff --git a/stable/unmanic/10.7.1/app-changelog.md b/stable/unmanic/10.7.1/app-changelog.md new file mode 100644 index 00000000000..188d1bc57d5 --- /dev/null +++ b/stable/unmanic/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [unmanic-10.7.1](https://github.com/truecharts/charts/compare/unmanic-10.6.0...unmanic-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.2/app-readme.md b/stable/unmanic/10.7.1/app-readme.md similarity index 100% rename from stable/unmanic/10.5.2/app-readme.md rename to stable/unmanic/10.7.1/app-readme.md diff --git a/stable/unmanic/10.7.1/charts/common-20.2.2.tgz b/stable/unmanic/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/unmanic/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/unmanic/10.7.1/ix_values.yaml b/stable/unmanic/10.7.1/ix_values.yaml new file mode 100644 index 00000000000..48442d582f2 --- /dev/null +++ b/stable/unmanic/10.7.1/ix_values.yaml @@ -0,0 +1,35 @@ +image: + repository: josh5/unmanic + tag: 0.2.6@sha256:4d49c4816260b2b33a6aa982776cb28d0ef6327d01f597f1963f01a560e7bed5 + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10157 + targetPort: 8888 +persistence: + config: + enabled: true + mountPath: "/config" + library: + enabled: true + mountPath: "/library" + remote: + enabled: true + mountPath: "/tmp/unmanic/remote_library" + cache: + enabled: true + mountPath: "/tmp/unmanic" + type: emptyDir + varrun: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/unmanic/10.5.2/questions.yaml b/stable/unmanic/10.7.1/questions.yaml similarity index 100% rename from stable/unmanic/10.5.2/questions.yaml rename to stable/unmanic/10.7.1/questions.yaml diff --git a/stable/wallos/4.6.0/templates/NOTES.txt b/stable/unmanic/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/wallos/4.6.0/templates/NOTES.txt rename to stable/unmanic/10.7.1/templates/NOTES.txt diff --git a/stable/unturned/6.5.1/templates/common.yaml b/stable/unmanic/10.7.1/templates/common.yaml similarity index 100% rename from stable/unturned/6.5.1/templates/common.yaml rename to stable/unmanic/10.7.1/templates/common.yaml diff --git a/stable/venstar2mqtt/5.5.1/values.yaml b/stable/unmanic/10.7.1/values.yaml similarity index 100% rename from stable/venstar2mqtt/5.5.1/values.yaml rename to stable/unmanic/10.7.1/values.yaml diff --git a/stable/unpackerr/13.5.1/CHANGELOG.md b/stable/unpackerr/13.5.1/CHANGELOG.md deleted file mode 100644 index 18210ae2ab2..00000000000 --- a/stable/unpackerr/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unpackerr-13.5.1](https://github.com/truecharts/charts/compare/unpackerr-13.5.0...unpackerr-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [unpackerr-13.5.0](https://github.com/truecharts/charts/compare/unpackerr-13.4.1...unpackerr-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [unpackerr-13.4.1](https://github.com/truecharts/charts/compare/unpackerr-13.4.0...unpackerr-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [unpackerr-13.4.0](https://github.com/truecharts/charts/compare/unpackerr-13.3.0...unpackerr-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [unpackerr-13.3.0](https://github.com/truecharts/charts/compare/unpackerr-13.2.3...unpackerr-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [unpackerr-13.2.3](https://github.com/truecharts/charts/compare/unpackerr-13.2.2...unpackerr-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [unpackerr-13.2.2](https://github.com/truecharts/charts/compare/unpackerr-13.2.0...unpackerr-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [unpackerr-12.2.6](https://github.com/truecharts/charts/compare/unpackerr-12.2.5...unpackerr-12.2.6) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unpackerr-12.2.5](https://github.com/truecharts/charts/compare/unpackerr-12.2.4...unpackerr-12.2.5) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/unpackerr/13.5.1/Chart.yaml b/stable/unpackerr/13.5.1/Chart.yaml deleted file mode 100644 index cfa4a9784a3..00000000000 --- a/stable/unpackerr/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/unpackerr/13.5.1/charts/common-20.0.8.tgz b/stable/unpackerr/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/unpackerr/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/vertex/5.5.2/.helmignore b/stable/unpackerr/13.7.1/.helmignore similarity index 100% rename from stable/vertex/5.5.2/.helmignore rename to stable/unpackerr/13.7.1/.helmignore diff --git a/stable/unpackerr/13.7.1/CHANGELOG.md b/stable/unpackerr/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..835d00e9733 --- /dev/null +++ b/stable/unpackerr/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpackerr-13.7.1](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/unpackerr/13.7.1/Chart.yaml new file mode 100644 index 00000000000..3f89539d1ad --- /dev/null +++ b/stable/unpackerr/13.7.1/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.2 + 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.1 diff --git a/stable/unpackerr/13.5.1/README.md b/stable/unpackerr/13.7.1/README.md similarity index 100% rename from stable/unpackerr/13.5.1/README.md rename to stable/unpackerr/13.7.1/README.md diff --git a/stable/unpackerr/13.7.1/app-changelog.md b/stable/unpackerr/13.7.1/app-changelog.md new file mode 100644 index 00000000000..e477021f7f9 --- /dev/null +++ b/stable/unpackerr/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [unpackerr-13.7.1](https://github.com/truecharts/charts/compare/unpackerr-13.6.0...unpackerr-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/unpackerr/13.7.1/app-readme.md similarity index 100% rename from stable/unpackerr/13.5.1/app-readme.md rename to stable/unpackerr/13.7.1/app-readme.md diff --git a/stable/unpackerr/13.7.1/charts/common-20.2.2.tgz b/stable/unpackerr/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/unpackerr/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/unpackerr/13.5.1/ix_values.yaml b/stable/unpackerr/13.7.1/ix_values.yaml similarity index 100% rename from stable/unpackerr/13.5.1/ix_values.yaml rename to stable/unpackerr/13.7.1/ix_values.yaml diff --git a/stable/unpackerr/13.5.1/questions.yaml b/stable/unpackerr/13.7.1/questions.yaml similarity index 100% rename from stable/unpackerr/13.5.1/questions.yaml rename to stable/unpackerr/13.7.1/questions.yaml diff --git a/stable/watcharr/4.6.1/templates/NOTES.txt b/stable/unpackerr/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/watcharr/4.6.1/templates/NOTES.txt rename to stable/unpackerr/13.7.1/templates/NOTES.txt diff --git a/stable/uptimerobot-prometheus/11.5.1/templates/common.yaml b/stable/unpackerr/13.7.1/templates/common.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/templates/common.yaml rename to stable/unpackerr/13.7.1/templates/common.yaml diff --git a/stable/vertex/5.5.2/values.yaml b/stable/unpackerr/13.7.1/values.yaml similarity index 100% rename from stable/vertex/5.5.2/values.yaml rename to stable/unpackerr/13.7.1/values.yaml diff --git a/stable/unpoller/10.7.1/CHANGELOG.md b/stable/unpoller/10.7.1/CHANGELOG.md deleted file mode 100644 index dc83df1591b..00000000000 --- a/stable/unpoller/10.7.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unpoller-10.7.1](https://github.com/truecharts/charts/compare/unpoller-10.7.0...unpoller-10.7.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [unpoller-10.7.0](https://github.com/truecharts/charts/compare/unpoller-10.6.0...unpoller-10.7.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [unpoller-10.6.0](https://github.com/truecharts/charts/compare/unpoller-10.5.1...unpoller-10.6.0) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/unpoller/unpoller to v2.10.0[@c2ac3a1](https://github.com/c2ac3a1) by renovate ([#19106](https://github.com/truecharts/charts/issues/19106)) - - -## [unpoller-10.5.1](https://github.com/truecharts/charts/compare/unpoller-10.5.0...unpoller-10.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [unpoller-10.5.0](https://github.com/truecharts/charts/compare/unpoller-10.4.0...unpoller-10.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [unpoller-10.4.0](https://github.com/truecharts/charts/compare/unpoller-10.3.3...unpoller-10.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [unpoller-10.3.3](https://github.com/truecharts/charts/compare/unpoller-10.3.2...unpoller-10.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [unpoller-10.3.2](https://github.com/truecharts/charts/compare/unpoller-10.3.0...unpoller-10.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [unpoller-9.1.11](https://github.com/truecharts/charts/compare/unpoller-9.1.10...unpoller-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/unpoller/10.7.1/Chart.yaml b/stable/unpoller/10.7.1/Chart.yaml deleted file mode 100644 index e38a458fc79..00000000000 --- a/stable/unpoller/10.7.1/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.0.8 - 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.7.1 diff --git a/stable/unpoller/10.7.1/charts/common-20.0.8.tgz b/stable/unpoller/10.7.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/unpoller/10.7.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/verysync/9.5.1/.helmignore b/stable/unpoller/10.9.1/.helmignore similarity index 100% rename from stable/verysync/9.5.1/.helmignore rename to stable/unpoller/10.9.1/.helmignore diff --git a/stable/unpoller/10.9.1/CHANGELOG.md b/stable/unpoller/10.9.1/CHANGELOG.md new file mode 100644 index 00000000000..06143b98e1e --- /dev/null +++ b/stable/unpoller/10.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unpoller-10.9.1](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/unpoller/10.9.1/Chart.yaml new file mode 100644 index 00000000000..3ecca63b038 --- /dev/null +++ b/stable/unpoller/10.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: 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.2 + 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.1 diff --git a/stable/unpoller/10.7.1/README.md b/stable/unpoller/10.9.1/README.md similarity index 100% rename from stable/unpoller/10.7.1/README.md rename to stable/unpoller/10.9.1/README.md diff --git a/stable/unpoller/10.9.1/app-changelog.md b/stable/unpoller/10.9.1/app-changelog.md new file mode 100644 index 00000000000..025ef800de9 --- /dev/null +++ b/stable/unpoller/10.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [unpoller-10.9.1](https://github.com/truecharts/charts/compare/unpoller-10.8.0...unpoller-10.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.7.1/app-readme.md b/stable/unpoller/10.9.1/app-readme.md similarity index 100% rename from stable/unpoller/10.7.1/app-readme.md rename to stable/unpoller/10.9.1/app-readme.md diff --git a/stable/unpoller/10.9.1/charts/common-20.2.2.tgz b/stable/unpoller/10.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/unpoller/10.9.1/charts/common-20.2.2.tgz differ diff --git a/stable/unpoller/10.7.1/dashboards/DPI.json b/stable/unpoller/10.9.1/dashboards/DPI.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/DPI.json rename to stable/unpoller/10.9.1/dashboards/DPI.json diff --git a/stable/unpoller/10.7.1/dashboards/UAP.json b/stable/unpoller/10.9.1/dashboards/UAP.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/UAP.json rename to stable/unpoller/10.9.1/dashboards/UAP.json diff --git a/stable/unpoller/10.7.1/dashboards/USG.json b/stable/unpoller/10.9.1/dashboards/USG.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/USG.json rename to stable/unpoller/10.9.1/dashboards/USG.json diff --git a/stable/unpoller/10.7.1/dashboards/USW.json b/stable/unpoller/10.9.1/dashboards/USW.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/USW.json rename to stable/unpoller/10.9.1/dashboards/USW.json diff --git a/stable/unpoller/10.7.1/dashboards/clients.json b/stable/unpoller/10.9.1/dashboards/clients.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/clients.json rename to stable/unpoller/10.9.1/dashboards/clients.json diff --git a/stable/unpoller/10.7.1/dashboards/network.json b/stable/unpoller/10.9.1/dashboards/network.json similarity index 100% rename from stable/unpoller/10.7.1/dashboards/network.json rename to stable/unpoller/10.9.1/dashboards/network.json diff --git a/stable/unpoller/10.7.1/ix_values.yaml b/stable/unpoller/10.9.1/ix_values.yaml similarity index 100% rename from stable/unpoller/10.7.1/ix_values.yaml rename to stable/unpoller/10.9.1/ix_values.yaml diff --git a/stable/unpoller/10.7.1/questions.yaml b/stable/unpoller/10.9.1/questions.yaml similarity index 100% rename from stable/unpoller/10.7.1/questions.yaml rename to stable/unpoller/10.9.1/questions.yaml diff --git a/stable/watchyourlan/8.5.1/templates/NOTES.txt b/stable/unpoller/10.9.1/templates/NOTES.txt similarity index 100% rename from stable/watchyourlan/8.5.1/templates/NOTES.txt rename to stable/unpoller/10.9.1/templates/NOTES.txt diff --git a/stable/verysync/9.5.1/templates/common.yaml b/stable/unpoller/10.9.1/templates/common.yaml similarity index 100% rename from stable/verysync/9.5.1/templates/common.yaml rename to stable/unpoller/10.9.1/templates/common.yaml diff --git a/stable/verysync/9.5.1/values.yaml b/stable/unpoller/10.9.1/values.yaml similarity index 100% rename from stable/verysync/9.5.1/values.yaml rename to stable/unpoller/10.9.1/values.yaml diff --git a/stable/unturned/6.5.1/CHANGELOG.md b/stable/unturned/6.5.1/CHANGELOG.md deleted file mode 100644 index 3547bdc70e4..00000000000 --- a/stable/unturned/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [unturned-6.5.1](https://github.com/truecharts/charts/compare/unturned-6.5.0...unturned-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [unturned-6.5.0](https://github.com/truecharts/charts/compare/unturned-6.4.1...unturned-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [unturned-6.4.1](https://github.com/truecharts/charts/compare/unturned-6.4.0...unturned-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [unturned-6.4.0](https://github.com/truecharts/charts/compare/unturned-6.3.0...unturned-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [unturned-6.3.0](https://github.com/truecharts/charts/compare/unturned-6.2.3...unturned-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [unturned-6.2.3](https://github.com/truecharts/charts/compare/unturned-6.2.2...unturned-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [unturned-6.2.2](https://github.com/truecharts/charts/compare/unturned-6.2.0...unturned-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [unturned-5.1.14](https://github.com/truecharts/charts/compare/unturned-5.1.13...unturned-5.1.14) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [unturned-5.1.13](https://github.com/truecharts/charts/compare/unturned-5.1.12...unturned-5.1.13) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/unturned/6.5.1/Chart.yaml b/stable/unturned/6.5.1/Chart.yaml deleted file mode 100644 index 8fbd33bf8fc..00000000000 --- a/stable/unturned/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/unturned/6.5.1/charts/common-20.0.8.tgz b/stable/unturned/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/unturned/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/vikunja/13.5.4/.helmignore b/stable/unturned/6.7.1/.helmignore similarity index 100% rename from stable/vikunja/13.5.4/.helmignore rename to stable/unturned/6.7.1/.helmignore diff --git a/stable/unturned/6.7.1/CHANGELOG.md b/stable/unturned/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b597f6fadc2 --- /dev/null +++ b/stable/unturned/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [unturned-6.7.1](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/unturned/6.7.1/Chart.yaml new file mode 100644 index 00000000000..e0cc71b5c66 --- /dev/null +++ b/stable/unturned/6.7.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: 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.2 + 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.1 diff --git a/stable/unturned/6.5.1/README.md b/stable/unturned/6.7.1/README.md similarity index 100% rename from stable/unturned/6.5.1/README.md rename to stable/unturned/6.7.1/README.md diff --git a/stable/unturned/6.7.1/app-changelog.md b/stable/unturned/6.7.1/app-changelog.md new file mode 100644 index 00000000000..54ef6e6cf9c --- /dev/null +++ b/stable/unturned/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [unturned-6.7.1](https://github.com/truecharts/charts/compare/unturned-6.6.0...unturned-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/unturned/6.7.1/app-readme.md similarity index 100% rename from stable/unturned/6.5.1/app-readme.md rename to stable/unturned/6.7.1/app-readme.md diff --git a/stable/unturned/6.7.1/charts/common-20.2.2.tgz b/stable/unturned/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/unturned/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/unturned/6.5.1/ix_values.yaml b/stable/unturned/6.7.1/ix_values.yaml similarity index 100% rename from stable/unturned/6.5.1/ix_values.yaml rename to stable/unturned/6.7.1/ix_values.yaml diff --git a/stable/unturned/6.5.1/questions.yaml b/stable/unturned/6.7.1/questions.yaml similarity index 100% rename from stable/unturned/6.5.1/questions.yaml rename to stable/unturned/6.7.1/questions.yaml diff --git a/stable/webgrabplus/9.5.1/templates/NOTES.txt b/stable/unturned/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/webgrabplus/9.5.1/templates/NOTES.txt rename to stable/unturned/6.7.1/templates/NOTES.txt diff --git a/stable/vocechat-server/3.5.1/templates/common.yaml b/stable/unturned/6.7.1/templates/common.yaml similarity index 100% rename from stable/vocechat-server/3.5.1/templates/common.yaml rename to stable/unturned/6.7.1/templates/common.yaml diff --git a/stable/vikunja/13.5.4/values.yaml b/stable/unturned/6.7.1/values.yaml similarity index 100% rename from stable/vikunja/13.5.4/values.yaml rename to stable/unturned/6.7.1/values.yaml diff --git a/stable/uptime-kuma/10.5.1/CHANGELOG.md b/stable/uptime-kuma/10.5.1/CHANGELOG.md deleted file mode 100644 index 5818b88641d..00000000000 --- a/stable/uptime-kuma/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [uptime-kuma-10.5.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.5.0...uptime-kuma-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [uptime-kuma-10.5.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.4.1...uptime-kuma-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [uptime-kuma-10.4.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.4.0...uptime-kuma-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [uptime-kuma-10.4.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.3.0...uptime-kuma-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [uptime-kuma-10.3.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.3...uptime-kuma-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [uptime-kuma-10.2.3](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.2...uptime-kuma-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [uptime-kuma-10.2.2](https://github.com/truecharts/charts/compare/uptime-kuma-10.2.0...uptime-kuma-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [uptime-kuma-9.1.12](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.11...uptime-kuma-9.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [uptime-kuma-9.1.11](https://github.com/truecharts/charts/compare/uptime-kuma-9.1.10...uptime-kuma-9.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/uptime-kuma/10.5.1/Chart.yaml b/stable/uptime-kuma/10.5.1/Chart.yaml deleted file mode 100644 index 17cda87ce0c..00000000000 --- a/stable/uptime-kuma/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/uptime-kuma/10.5.1/charts/common-20.0.8.tgz b/stable/uptime-kuma/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/uptime-kuma/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/vintage-story/5.5.1/.helmignore b/stable/uptime-kuma/10.7.1/.helmignore similarity index 100% rename from stable/vintage-story/5.5.1/.helmignore rename to stable/uptime-kuma/10.7.1/.helmignore diff --git a/stable/uptime-kuma/10.7.1/CHANGELOG.md b/stable/uptime-kuma/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d24eadcd793 --- /dev/null +++ b/stable/uptime-kuma/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptime-kuma-10.7.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/uptime-kuma/10.7.1/Chart.yaml new file mode 100644 index 00000000000..07dfcba4e96 --- /dev/null +++ b/stable/uptime-kuma/10.7.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: 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.2 + 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.1 diff --git a/stable/uptime-kuma/10.5.1/README.md b/stable/uptime-kuma/10.7.1/README.md similarity index 100% rename from stable/uptime-kuma/10.5.1/README.md rename to stable/uptime-kuma/10.7.1/README.md diff --git a/stable/uptime-kuma/10.7.1/app-changelog.md b/stable/uptime-kuma/10.7.1/app-changelog.md new file mode 100644 index 00000000000..4f6fe9e355b --- /dev/null +++ b/stable/uptime-kuma/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [uptime-kuma-10.7.1](https://github.com/truecharts/charts/compare/uptime-kuma-10.6.0...uptime-kuma-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/uptime-kuma/10.7.1/app-readme.md similarity index 100% rename from stable/uptime-kuma/10.5.1/app-readme.md rename to stable/uptime-kuma/10.7.1/app-readme.md diff --git a/stable/uptime-kuma/10.7.1/charts/common-20.2.2.tgz b/stable/uptime-kuma/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/uptime-kuma/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/uptime-kuma/10.5.1/ix_values.yaml b/stable/uptime-kuma/10.7.1/ix_values.yaml similarity index 100% rename from stable/uptime-kuma/10.5.1/ix_values.yaml rename to stable/uptime-kuma/10.7.1/ix_values.yaml diff --git a/stable/uptime-kuma/10.5.1/questions.yaml b/stable/uptime-kuma/10.7.1/questions.yaml similarity index 100% rename from stable/uptime-kuma/10.5.1/questions.yaml rename to stable/uptime-kuma/10.7.1/questions.yaml diff --git a/stable/weblate/13.5.4/templates/NOTES.txt b/stable/uptime-kuma/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/weblate/13.5.4/templates/NOTES.txt rename to stable/uptime-kuma/10.7.1/templates/NOTES.txt diff --git a/stable/uptime-kuma/10.5.1/templates/_prometheusrules.tpl b/stable/uptime-kuma/10.7.1/templates/_prometheusrules.tpl similarity index 100% rename from stable/uptime-kuma/10.5.1/templates/_prometheusrules.tpl rename to stable/uptime-kuma/10.7.1/templates/_prometheusrules.tpl diff --git a/stable/uptime-kuma/10.5.1/templates/_servicemonitor.tpl b/stable/uptime-kuma/10.7.1/templates/_servicemonitor.tpl similarity index 100% rename from stable/uptime-kuma/10.5.1/templates/_servicemonitor.tpl rename to stable/uptime-kuma/10.7.1/templates/_servicemonitor.tpl diff --git a/stable/uptime-kuma/10.5.1/templates/common.yaml b/stable/uptime-kuma/10.7.1/templates/common.yaml similarity index 100% rename from stable/uptime-kuma/10.5.1/templates/common.yaml rename to stable/uptime-kuma/10.7.1/templates/common.yaml diff --git a/stable/vintage-story/5.5.1/values.yaml b/stable/uptime-kuma/10.7.1/values.yaml similarity index 100% rename from stable/vintage-story/5.5.1/values.yaml rename to stable/uptime-kuma/10.7.1/values.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/CHANGELOG.md b/stable/uptimerobot-prometheus/11.5.1/CHANGELOG.md deleted file mode 100644 index 2155a5305b6..00000000000 --- a/stable/uptimerobot-prometheus/11.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [uptimerobot-prometheus-11.5.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.5.0...uptimerobot-prometheus-11.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [uptimerobot-prometheus-11.5.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.4.1...uptimerobot-prometheus-11.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [uptimerobot-prometheus-11.4.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.4.0...uptimerobot-prometheus-11.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [uptimerobot-prometheus-11.4.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.3.0...uptimerobot-prometheus-11.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [uptimerobot-prometheus-11.3.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.3...uptimerobot-prometheus-11.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [uptimerobot-prometheus-11.2.3](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.2...uptimerobot-prometheus-11.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [uptimerobot-prometheus-11.2.2](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.2.0...uptimerobot-prometheus-11.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [uptimerobot-prometheus-10.1.11](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.10...uptimerobot-prometheus-10.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [uptimerobot-prometheus-10.1.10](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-10.1.9...uptimerobot-prometheus-10.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/uptimerobot-prometheus/11.5.1/Chart.yaml b/stable/uptimerobot-prometheus/11.5.1/Chart.yaml deleted file mode 100644 index 40606c45303..00000000000 --- a/stable/uptimerobot-prometheus/11.5.1/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.0.8 - 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.5.1 diff --git a/stable/uptimerobot-prometheus/11.5.1/charts/common-20.0.8.tgz b/stable/uptimerobot-prometheus/11.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/uptimerobot-prometheus/11.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/virt-manager/5.5.1/.helmignore b/stable/uptimerobot-prometheus/11.7.1/.helmignore similarity index 100% rename from stable/virt-manager/5.5.1/.helmignore rename to stable/uptimerobot-prometheus/11.7.1/.helmignore diff --git a/stable/uptimerobot-prometheus/11.7.1/CHANGELOG.md b/stable/uptimerobot-prometheus/11.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c835ec59bc6 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [uptimerobot-prometheus-11.7.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/uptimerobot-prometheus/11.7.1/Chart.yaml new file mode 100644 index 00000000000..8d5040a9c59 --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.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: 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.2 + 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.1 diff --git a/stable/uptimerobot-prometheus/11.5.1/README.md b/stable/uptimerobot-prometheus/11.7.1/README.md similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/README.md rename to stable/uptimerobot-prometheus/11.7.1/README.md diff --git a/stable/uptimerobot-prometheus/11.7.1/app-changelog.md b/stable/uptimerobot-prometheus/11.7.1/app-changelog.md new file mode 100644 index 00000000000..510b58598ba --- /dev/null +++ b/stable/uptimerobot-prometheus/11.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [uptimerobot-prometheus-11.7.1](https://github.com/truecharts/charts/compare/uptimerobot-prometheus-11.6.0...uptimerobot-prometheus-11.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/uptimerobot-prometheus/11.7.1/app-readme.md similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/app-readme.md rename to stable/uptimerobot-prometheus/11.7.1/app-readme.md diff --git a/stable/uptimerobot-prometheus/11.7.1/charts/common-20.2.2.tgz b/stable/uptimerobot-prometheus/11.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/uptimerobot-prometheus/11.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/uptimerobot-prometheus/11.5.1/ix_values.yaml b/stable/uptimerobot-prometheus/11.7.1/ix_values.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/ix_values.yaml rename to stable/uptimerobot-prometheus/11.7.1/ix_values.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/questions.yaml b/stable/uptimerobot-prometheus/11.7.1/questions.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/questions.yaml rename to stable/uptimerobot-prometheus/11.7.1/questions.yaml diff --git a/stable/webnut/8.5.1/templates/NOTES.txt b/stable/uptimerobot-prometheus/11.7.1/templates/NOTES.txt similarity index 100% rename from stable/webnut/8.5.1/templates/NOTES.txt rename to stable/uptimerobot-prometheus/11.7.1/templates/NOTES.txt diff --git a/stable/wallos/4.6.0/templates/common.yaml b/stable/uptimerobot-prometheus/11.7.1/templates/common.yaml similarity index 100% rename from stable/wallos/4.6.0/templates/common.yaml rename to stable/uptimerobot-prometheus/11.7.1/templates/common.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/templates/prometheusrules.yaml b/stable/uptimerobot-prometheus/11.7.1/templates/prometheusrules.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/templates/prometheusrules.yaml rename to stable/uptimerobot-prometheus/11.7.1/templates/prometheusrules.yaml diff --git a/stable/uptimerobot-prometheus/11.5.1/templates/servicemonitor.yaml b/stable/uptimerobot-prometheus/11.7.1/templates/servicemonitor.yaml similarity index 100% rename from stable/uptimerobot-prometheus/11.5.1/templates/servicemonitor.yaml rename to stable/uptimerobot-prometheus/11.7.1/templates/servicemonitor.yaml diff --git a/stable/virt-manager/5.5.1/values.yaml b/stable/uptimerobot-prometheus/11.7.1/values.yaml similarity index 100% rename from stable/virt-manager/5.5.1/values.yaml rename to stable/uptimerobot-prometheus/11.7.1/values.yaml diff --git a/stable/urban-terror/5.5.1/CHANGELOG.md b/stable/urban-terror/5.5.1/CHANGELOG.md deleted file mode 100644 index 78748749887..00000000000 --- a/stable/urban-terror/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [urban-terror-5.5.1](https://github.com/truecharts/charts/compare/urban-terror-5.5.0...urban-terror-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [urban-terror-5.5.0](https://github.com/truecharts/charts/compare/urban-terror-5.4.1...urban-terror-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [urban-terror-5.4.1](https://github.com/truecharts/charts/compare/urban-terror-5.4.0...urban-terror-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [urban-terror-5.4.0](https://github.com/truecharts/charts/compare/urban-terror-5.3.0...urban-terror-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [urban-terror-5.3.0](https://github.com/truecharts/charts/compare/urban-terror-5.2.3...urban-terror-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [urban-terror-5.2.3](https://github.com/truecharts/charts/compare/urban-terror-5.2.2...urban-terror-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [urban-terror-5.2.2](https://github.com/truecharts/charts/compare/urban-terror-5.2.0...urban-terror-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [urban-terror-4.1.11](https://github.com/truecharts/charts/compare/urban-terror-4.1.10...urban-terror-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [urban-terror-4.1.10](https://github.com/truecharts/charts/compare/urban-terror-4.1.9...urban-terror-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/urban-terror/5.5.1/Chart.yaml b/stable/urban-terror/5.5.1/Chart.yaml deleted file mode 100644 index 30cda765125..00000000000 --- a/stable/urban-terror/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/urban-terror/5.5.1/charts/common-20.0.8.tgz b/stable/urban-terror/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/urban-terror/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/vlmcsd-kms-server/5.5.1/.helmignore b/stable/urban-terror/5.7.1/.helmignore similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/.helmignore rename to stable/urban-terror/5.7.1/.helmignore diff --git a/stable/urban-terror/5.7.1/CHANGELOG.md b/stable/urban-terror/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c001c45cff8 --- /dev/null +++ b/stable/urban-terror/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [urban-terror-5.7.1](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/urban-terror/5.7.1/Chart.yaml new file mode 100644 index 00000000000..0996f23d6a0 --- /dev/null +++ b/stable/urban-terror/5.7.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: 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.2 + 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.1 diff --git a/stable/urban-terror/5.5.1/README.md b/stable/urban-terror/5.7.1/README.md similarity index 100% rename from stable/urban-terror/5.5.1/README.md rename to stable/urban-terror/5.7.1/README.md diff --git a/stable/urban-terror/5.7.1/app-changelog.md b/stable/urban-terror/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e35558b9d15 --- /dev/null +++ b/stable/urban-terror/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [urban-terror-5.7.1](https://github.com/truecharts/charts/compare/urban-terror-5.6.0...urban-terror-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/urban-terror/5.7.1/app-readme.md similarity index 100% rename from stable/urban-terror/5.5.1/app-readme.md rename to stable/urban-terror/5.7.1/app-readme.md diff --git a/stable/urban-terror/5.7.1/charts/common-20.2.2.tgz b/stable/urban-terror/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/urban-terror/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/urban-terror/5.5.1/ix_values.yaml b/stable/urban-terror/5.7.1/ix_values.yaml similarity index 100% rename from stable/urban-terror/5.5.1/ix_values.yaml rename to stable/urban-terror/5.7.1/ix_values.yaml diff --git a/stable/urban-terror/5.5.1/questions.yaml b/stable/urban-terror/5.7.1/questions.yaml similarity index 100% rename from stable/urban-terror/5.5.1/questions.yaml rename to stable/urban-terror/5.7.1/questions.yaml diff --git a/stable/urban-terror/5.5.1/templates/common.yaml b/stable/urban-terror/5.7.1/templates/common.yaml similarity index 100% rename from stable/urban-terror/5.5.1/templates/common.yaml rename to stable/urban-terror/5.7.1/templates/common.yaml diff --git a/stable/vlmcsd-kms-server/5.5.1/values.yaml b/stable/urban-terror/5.7.1/values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/values.yaml rename to stable/urban-terror/5.7.1/values.yaml diff --git a/stable/v-rising/5.5.1/CHANGELOG.md b/stable/v-rising/5.5.1/CHANGELOG.md deleted file mode 100644 index 9e0e6d93750..00000000000 --- a/stable/v-rising/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [v-rising-5.5.1](https://github.com/truecharts/charts/compare/v-rising-5.5.0...v-rising-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [v-rising-5.5.0](https://github.com/truecharts/charts/compare/v-rising-5.4.1...v-rising-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [v-rising-5.4.1](https://github.com/truecharts/charts/compare/v-rising-5.4.0...v-rising-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [v-rising-5.4.0](https://github.com/truecharts/charts/compare/v-rising-5.3.0...v-rising-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [v-rising-5.3.0](https://github.com/truecharts/charts/compare/v-rising-5.2.3...v-rising-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [v-rising-5.2.3](https://github.com/truecharts/charts/compare/v-rising-5.2.2...v-rising-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [v-rising-5.2.2](https://github.com/truecharts/charts/compare/v-rising-5.2.0...v-rising-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [v-rising-4.2.5](https://github.com/truecharts/charts/compare/v-rising-4.2.4...v-rising-4.2.5) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [v-rising-4.2.4](https://github.com/truecharts/charts/compare/v-rising-4.2.3...v-rising-4.2.4) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/v-rising/5.5.1/Chart.yaml b/stable/v-rising/5.5.1/Chart.yaml deleted file mode 100644 index 328a95a0602..00000000000 --- a/stable/v-rising/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/v-rising/5.5.1/charts/common-20.0.8.tgz b/stable/v-rising/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/v-rising/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/vocechat-server/3.5.1/.helmignore b/stable/v-rising/5.7.1/.helmignore similarity index 100% rename from stable/vocechat-server/3.5.1/.helmignore rename to stable/v-rising/5.7.1/.helmignore diff --git a/stable/v-rising/5.7.1/CHANGELOG.md b/stable/v-rising/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cba03252670 --- /dev/null +++ b/stable/v-rising/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [v-rising-5.7.1](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/v-rising/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a1f78a0cfd3 --- /dev/null +++ b/stable/v-rising/5.7.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: 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.2 + 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.1 diff --git a/stable/v-rising/5.5.1/README.md b/stable/v-rising/5.7.1/README.md similarity index 100% rename from stable/v-rising/5.5.1/README.md rename to stable/v-rising/5.7.1/README.md diff --git a/stable/v-rising/5.7.1/app-changelog.md b/stable/v-rising/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2994a8c884b --- /dev/null +++ b/stable/v-rising/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [v-rising-5.7.1](https://github.com/truecharts/charts/compare/v-rising-5.6.0...v-rising-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/v-rising/5.7.1/app-readme.md similarity index 100% rename from stable/v-rising/5.5.1/app-readme.md rename to stable/v-rising/5.7.1/app-readme.md diff --git a/stable/v-rising/5.7.1/charts/common-20.2.2.tgz b/stable/v-rising/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/v-rising/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/v-rising/5.5.1/ix_values.yaml b/stable/v-rising/5.7.1/ix_values.yaml similarity index 100% rename from stable/v-rising/5.5.1/ix_values.yaml rename to stable/v-rising/5.7.1/ix_values.yaml diff --git a/stable/v-rising/5.5.1/questions.yaml b/stable/v-rising/5.7.1/questions.yaml similarity index 100% rename from stable/v-rising/5.5.1/questions.yaml rename to stable/v-rising/5.7.1/questions.yaml diff --git a/stable/v-rising/5.5.1/templates/common.yaml b/stable/v-rising/5.7.1/templates/common.yaml similarity index 100% rename from stable/v-rising/5.5.1/templates/common.yaml rename to stable/v-rising/5.7.1/templates/common.yaml diff --git a/stable/vocechat-server/3.5.1/values.yaml b/stable/v-rising/5.7.1/values.yaml similarity index 100% rename from stable/vocechat-server/3.5.1/values.yaml rename to stable/v-rising/5.7.1/values.yaml diff --git a/stable/valetudo-mapper/5.5.1/CHANGELOG.md b/stable/valetudo-mapper/5.5.1/CHANGELOG.md deleted file mode 100644 index 705e5b12594..00000000000 --- a/stable/valetudo-mapper/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [valetudo-mapper-5.5.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.5.0...valetudo-mapper-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [valetudo-mapper-5.5.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.4.1...valetudo-mapper-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [valetudo-mapper-5.4.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.4.0...valetudo-mapper-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [valetudo-mapper-5.4.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.3.0...valetudo-mapper-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [valetudo-mapper-5.3.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.3...valetudo-mapper-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [valetudo-mapper-5.2.3](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.2...valetudo-mapper-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [valetudo-mapper-5.2.2](https://github.com/truecharts/charts/compare/valetudo-mapper-5.2.0...valetudo-mapper-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [valetudo-mapper-4.1.11](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.10...valetudo-mapper-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [valetudo-mapper-4.1.10](https://github.com/truecharts/charts/compare/valetudo-mapper-4.1.9...valetudo-mapper-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/valetudo-mapper/5.5.1/Chart.yaml b/stable/valetudo-mapper/5.5.1/Chart.yaml deleted file mode 100644 index 320d8e10e45..00000000000 --- a/stable/valetudo-mapper/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/valetudo-mapper/5.5.1/charts/common-20.0.8.tgz b/stable/valetudo-mapper/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/valetudo-mapper/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wallos/4.6.0/.helmignore b/stable/valetudo-mapper/5.7.1/.helmignore similarity index 100% rename from stable/wallos/4.6.0/.helmignore rename to stable/valetudo-mapper/5.7.1/.helmignore diff --git a/stable/valetudo-mapper/5.7.1/CHANGELOG.md b/stable/valetudo-mapper/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..e7083b712e6 --- /dev/null +++ b/stable/valetudo-mapper/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valetudo-mapper-5.7.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/valetudo-mapper/5.7.1/Chart.yaml new file mode 100644 index 00000000000..e8c2599f987 --- /dev/null +++ b/stable/valetudo-mapper/5.7.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: 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.2 + 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.1 diff --git a/stable/valetudo-mapper/5.5.1/README.md b/stable/valetudo-mapper/5.7.1/README.md similarity index 100% rename from stable/valetudo-mapper/5.5.1/README.md rename to stable/valetudo-mapper/5.7.1/README.md diff --git a/stable/valetudo-mapper/5.7.1/app-changelog.md b/stable/valetudo-mapper/5.7.1/app-changelog.md new file mode 100644 index 00000000000..be656e66df4 --- /dev/null +++ b/stable/valetudo-mapper/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [valetudo-mapper-5.7.1](https://github.com/truecharts/charts/compare/valetudo-mapper-5.6.0...valetudo-mapper-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/valetudo-mapper/5.7.1/app-readme.md similarity index 100% rename from stable/valetudo-mapper/5.5.1/app-readme.md rename to stable/valetudo-mapper/5.7.1/app-readme.md diff --git a/stable/valetudo-mapper/5.7.1/charts/common-20.2.2.tgz b/stable/valetudo-mapper/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/valetudo-mapper/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/valetudo-mapper/5.5.1/ix_values.yaml b/stable/valetudo-mapper/5.7.1/ix_values.yaml similarity index 100% rename from stable/valetudo-mapper/5.5.1/ix_values.yaml rename to stable/valetudo-mapper/5.7.1/ix_values.yaml diff --git a/stable/valetudo-mapper/5.5.1/questions.yaml b/stable/valetudo-mapper/5.7.1/questions.yaml similarity index 100% rename from stable/valetudo-mapper/5.5.1/questions.yaml rename to stable/valetudo-mapper/5.7.1/questions.yaml diff --git a/stable/valetudo-mapper/5.5.1/templates/common.yaml b/stable/valetudo-mapper/5.7.1/templates/common.yaml similarity index 100% rename from stable/valetudo-mapper/5.5.1/templates/common.yaml rename to stable/valetudo-mapper/5.7.1/templates/common.yaml diff --git a/stable/wallos/4.6.0/values.yaml b/stable/valetudo-mapper/5.7.1/values.yaml similarity index 100% rename from stable/wallos/4.6.0/values.yaml rename to stable/valetudo-mapper/5.7.1/values.yaml diff --git a/stable/valheim/10.5.1/CHANGELOG.md b/stable/valheim/10.5.1/CHANGELOG.md deleted file mode 100644 index d55f45ec203..00000000000 --- a/stable/valheim/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [valheim-10.5.1](https://github.com/truecharts/charts/compare/valheim-10.5.0...valheim-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [valheim-10.5.0](https://github.com/truecharts/charts/compare/valheim-10.4.1...valheim-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [valheim-10.4.1](https://github.com/truecharts/charts/compare/valheim-10.4.0...valheim-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [valheim-10.4.0](https://github.com/truecharts/charts/compare/valheim-10.3.0...valheim-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [valheim-10.3.0](https://github.com/truecharts/charts/compare/valheim-10.2.3...valheim-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [valheim-10.2.3](https://github.com/truecharts/charts/compare/valheim-10.2.2...valheim-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [valheim-10.2.2](https://github.com/truecharts/charts/compare/valheim-10.2.0...valheim-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [valheim-9.1.12](https://github.com/truecharts/charts/compare/valheim-9.1.11...valheim-9.1.12) (2024-02-12) - -### Chore - - - -- update container image ghcr.io/lloesche/valheim-server to latest[@972cd12](https://github.com/972cd12) by renovate ([#18083](https://github.com/truecharts/charts/issues/18083)) - - -## [valheim-9.1.11](https://github.com/truecharts/charts/compare/valheim-9.1.10...valheim-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/valheim/10.5.1/Chart.yaml b/stable/valheim/10.5.1/Chart.yaml deleted file mode 100644 index 5dc53de486d..00000000000 --- a/stable/valheim/10.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/valheim/10.5.1/charts/common-20.0.8.tgz b/stable/valheim/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/valheim/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/watcharr/4.6.1/.helmignore b/stable/valheim/10.7.1/.helmignore similarity index 100% rename from stable/watcharr/4.6.1/.helmignore rename to stable/valheim/10.7.1/.helmignore diff --git a/stable/valheim/10.7.1/CHANGELOG.md b/stable/valheim/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..05f4b4bc298 --- /dev/null +++ b/stable/valheim/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [valheim-10.7.1](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/valheim/10.7.1/Chart.yaml new file mode 100644 index 00000000000..6cb9954df81 --- /dev/null +++ b/stable/valheim/10.7.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: 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.2 + 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.1 diff --git a/stable/valheim/10.5.1/README.md b/stable/valheim/10.7.1/README.md similarity index 100% rename from stable/valheim/10.5.1/README.md rename to stable/valheim/10.7.1/README.md diff --git a/stable/valheim/10.7.1/app-changelog.md b/stable/valheim/10.7.1/app-changelog.md new file mode 100644 index 00000000000..d7467013b5f --- /dev/null +++ b/stable/valheim/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [valheim-10.7.1](https://github.com/truecharts/charts/compare/valheim-10.6.0...valheim-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/valheim/10.7.1/app-readme.md similarity index 100% rename from stable/valheim/10.5.1/app-readme.md rename to stable/valheim/10.7.1/app-readme.md diff --git a/stable/valheim/10.7.1/charts/common-20.2.2.tgz b/stable/valheim/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/valheim/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/valheim/10.5.1/ix_values.yaml b/stable/valheim/10.7.1/ix_values.yaml similarity index 100% rename from stable/valheim/10.5.1/ix_values.yaml rename to stable/valheim/10.7.1/ix_values.yaml diff --git a/stable/valheim/10.5.1/questions.yaml b/stable/valheim/10.7.1/questions.yaml similarity index 100% rename from stable/valheim/10.5.1/questions.yaml rename to stable/valheim/10.7.1/questions.yaml diff --git a/stable/website-shot/10.5.1/templates/NOTES.txt b/stable/valheim/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/website-shot/10.5.1/templates/NOTES.txt rename to stable/valheim/10.7.1/templates/NOTES.txt diff --git a/stable/valheim/10.5.1/templates/common.yaml b/stable/valheim/10.7.1/templates/common.yaml similarity index 100% rename from stable/valheim/10.5.1/templates/common.yaml rename to stable/valheim/10.7.1/templates/common.yaml diff --git a/stable/watcharr/4.6.1/values.yaml b/stable/valheim/10.7.1/values.yaml similarity index 100% rename from stable/watcharr/4.6.1/values.yaml rename to stable/valheim/10.7.1/values.yaml diff --git a/stable/van-dam/4.5.4/CHANGELOG.md b/stable/van-dam/4.5.4/CHANGELOG.md deleted file mode 100644 index 25657aca23a..00000000000 --- a/stable/van-dam/4.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [van-dam-4.5.4](https://github.com/truecharts/charts/compare/van-dam-4.5.3...van-dam-4.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [van-dam-4.5.3](https://github.com/truecharts/charts/compare/van-dam-4.5.2...van-dam-4.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [van-dam-4.5.2](https://github.com/truecharts/charts/compare/van-dam-4.5.1...van-dam-4.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [van-dam-4.5.1](https://github.com/truecharts/charts/compare/van-dam-4.5.0...van-dam-4.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [van-dam-4.5.0](https://github.com/truecharts/charts/compare/van-dam-4.4.1...van-dam-4.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [van-dam-4.4.1](https://github.com/truecharts/charts/compare/van-dam-4.4.0...van-dam-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [van-dam-4.4.0](https://github.com/truecharts/charts/compare/van-dam-4.3.0...van-dam-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [van-dam-4.3.0](https://github.com/truecharts/charts/compare/van-dam-4.2.3...van-dam-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [van-dam-4.2.3](https://github.com/truecharts/charts/compare/van-dam-4.2.2...van-dam-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [van-dam-4.2.2](https://github.com/truecharts/charts/compare/van-dam-4.2.0...van-dam-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/van-dam/4.5.4/Chart.yaml b/stable/van-dam/4.5.4/Chart.yaml deleted file mode 100644 index 5556c2a606f..00000000000 --- a/stable/van-dam/4.5.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: 0.54.1 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/van-dam/4.5.4/charts/common-20.0.9.tgz b/stable/van-dam/4.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/van-dam/4.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/van-dam/4.5.4/charts/redis-13.0.3.tgz b/stable/van-dam/4.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/van-dam/4.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/watchyourlan/8.5.1/.helmignore b/stable/van-dam/4.7.1/.helmignore similarity index 100% rename from stable/watchyourlan/8.5.1/.helmignore rename to stable/van-dam/4.7.1/.helmignore diff --git a/stable/van-dam/4.7.1/CHANGELOG.md b/stable/van-dam/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..04ba39b1c13 --- /dev/null +++ b/stable/van-dam/4.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [van-dam-4.7.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.0) (2024-03-16) + +### Chore + + + +- update container 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/van-dam/4.7.1/Chart.yaml b/stable/van-dam/4.7.1/Chart.yaml new file mode 100644 index 00000000000..dba5dff3d70 --- /dev/null +++ b/stable/van-dam/4.7.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: 0.54.1 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/van-dam/4.5.4/README.md b/stable/van-dam/4.7.1/README.md similarity index 100% rename from stable/van-dam/4.5.4/README.md rename to stable/van-dam/4.7.1/README.md diff --git a/stable/van-dam/4.7.1/app-changelog.md b/stable/van-dam/4.7.1/app-changelog.md new file mode 100644 index 00000000000..d2b163aec1e --- /dev/null +++ b/stable/van-dam/4.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [van-dam-4.7.1](https://github.com/truecharts/charts/compare/van-dam-4.6.0...van-dam-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/van-dam/4.7.1/app-readme.md similarity index 100% rename from stable/van-dam/4.5.4/app-readme.md rename to stable/van-dam/4.7.1/app-readme.md diff --git a/stable/van-dam/4.7.1/charts/common-20.2.2.tgz b/stable/van-dam/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/van-dam/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/van-dam/4.7.1/charts/redis-13.0.5.tgz b/stable/van-dam/4.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/van-dam/4.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/van-dam/4.5.4/ix_values.yaml b/stable/van-dam/4.7.1/ix_values.yaml similarity index 100% rename from stable/van-dam/4.5.4/ix_values.yaml rename to stable/van-dam/4.7.1/ix_values.yaml diff --git a/stable/van-dam/4.5.4/questions.yaml b/stable/van-dam/4.7.1/questions.yaml similarity index 100% rename from stable/van-dam/4.5.4/questions.yaml rename to stable/van-dam/4.7.1/questions.yaml diff --git a/stable/webtop/9.5.2/templates/NOTES.txt b/stable/van-dam/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/webtop/9.5.2/templates/NOTES.txt rename to stable/van-dam/4.7.1/templates/NOTES.txt diff --git a/stable/van-dam/4.5.4/templates/_secrets.tpl b/stable/van-dam/4.7.1/templates/_secrets.tpl similarity index 100% rename from stable/van-dam/4.5.4/templates/_secrets.tpl rename to stable/van-dam/4.7.1/templates/_secrets.tpl diff --git a/stable/van-dam/4.5.4/templates/common.yaml b/stable/van-dam/4.7.1/templates/common.yaml similarity index 100% rename from stable/van-dam/4.5.4/templates/common.yaml rename to stable/van-dam/4.7.1/templates/common.yaml diff --git a/stable/watchyourlan/8.5.1/values.yaml b/stable/van-dam/4.7.1/values.yaml similarity index 100% rename from stable/watchyourlan/8.5.1/values.yaml rename to stable/van-dam/4.7.1/values.yaml diff --git a/stable/venstar2mqtt/5.5.1/CHANGELOG.md b/stable/venstar2mqtt/5.5.1/CHANGELOG.md deleted file mode 100644 index 721c874f308..00000000000 --- a/stable/venstar2mqtt/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [venstar2mqtt-5.5.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.5.0...venstar2mqtt-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [venstar2mqtt-5.5.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.4.1...venstar2mqtt-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [venstar2mqtt-5.4.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.4.0...venstar2mqtt-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [venstar2mqtt-5.4.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.3.0...venstar2mqtt-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [venstar2mqtt-5.3.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.3...venstar2mqtt-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [venstar2mqtt-5.2.3](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.2...venstar2mqtt-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [venstar2mqtt-5.2.2](https://github.com/truecharts/charts/compare/venstar2mqtt-5.2.0...venstar2mqtt-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [venstar2mqtt-4.1.12](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.11...venstar2mqtt-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [venstar2mqtt-4.1.11](https://github.com/truecharts/charts/compare/venstar2mqtt-4.1.10...venstar2mqtt-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/venstar2mqtt/5.5.1/Chart.yaml b/stable/venstar2mqtt/5.5.1/Chart.yaml deleted file mode 100644 index 0954a0d1910..00000000000 --- a/stable/venstar2mqtt/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/venstar2mqtt/5.5.1/charts/common-20.0.8.tgz b/stable/venstar2mqtt/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/venstar2mqtt/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/webgrabplus/9.5.1/.helmignore b/stable/venstar2mqtt/5.7.1/.helmignore similarity index 100% rename from stable/webgrabplus/9.5.1/.helmignore rename to stable/venstar2mqtt/5.7.1/.helmignore diff --git a/stable/venstar2mqtt/5.7.1/CHANGELOG.md b/stable/venstar2mqtt/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ea24159f468 --- /dev/null +++ b/stable/venstar2mqtt/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [venstar2mqtt-5.7.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/venstar2mqtt/5.7.1/Chart.yaml new file mode 100644 index 00000000000..197395bbccf --- /dev/null +++ b/stable/venstar2mqtt/5.7.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: 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.2 + 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.1 diff --git a/stable/venstar2mqtt/5.5.1/README.md b/stable/venstar2mqtt/5.7.1/README.md similarity index 100% rename from stable/venstar2mqtt/5.5.1/README.md rename to stable/venstar2mqtt/5.7.1/README.md diff --git a/stable/venstar2mqtt/5.7.1/app-changelog.md b/stable/venstar2mqtt/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ea05ec465f1 --- /dev/null +++ b/stable/venstar2mqtt/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [venstar2mqtt-5.7.1](https://github.com/truecharts/charts/compare/venstar2mqtt-5.6.0...venstar2mqtt-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/venstar2mqtt/5.7.1/app-readme.md similarity index 100% rename from stable/venstar2mqtt/5.5.1/app-readme.md rename to stable/venstar2mqtt/5.7.1/app-readme.md diff --git a/stable/venstar2mqtt/5.7.1/charts/common-20.2.2.tgz b/stable/venstar2mqtt/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/venstar2mqtt/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/venstar2mqtt/5.5.1/ix_values.yaml b/stable/venstar2mqtt/5.7.1/ix_values.yaml similarity index 100% rename from stable/venstar2mqtt/5.5.1/ix_values.yaml rename to stable/venstar2mqtt/5.7.1/ix_values.yaml diff --git a/stable/venstar2mqtt/5.5.1/questions.yaml b/stable/venstar2mqtt/5.7.1/questions.yaml similarity index 100% rename from stable/venstar2mqtt/5.5.1/questions.yaml rename to stable/venstar2mqtt/5.7.1/questions.yaml diff --git a/stable/venstar2mqtt/5.5.1/templates/common.yaml b/stable/venstar2mqtt/5.7.1/templates/common.yaml similarity index 100% rename from stable/venstar2mqtt/5.5.1/templates/common.yaml rename to stable/venstar2mqtt/5.7.1/templates/common.yaml diff --git a/stable/webgrabplus/9.5.1/values.yaml b/stable/venstar2mqtt/5.7.1/values.yaml similarity index 100% rename from stable/webgrabplus/9.5.1/values.yaml rename to stable/venstar2mqtt/5.7.1/values.yaml diff --git a/stable/vertex/5.5.2/CHANGELOG.md b/stable/vertex/5.5.2/CHANGELOG.md deleted file mode 100644 index cd975b6a637..00000000000 --- a/stable/vertex/5.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vertex-5.5.2](https://github.com/truecharts/charts/compare/vertex-5.5.1...vertex-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [vertex-5.5.1](https://github.com/truecharts/charts/compare/vertex-5.5.0...vertex-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [vertex-5.5.0](https://github.com/truecharts/charts/compare/vertex-5.4.1...vertex-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [vertex-5.4.1](https://github.com/truecharts/charts/compare/vertex-5.4.0...vertex-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [vertex-5.4.0](https://github.com/truecharts/charts/compare/vertex-5.3.0...vertex-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [vertex-5.3.0](https://github.com/truecharts/charts/compare/vertex-5.2.4...vertex-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vertex-5.2.4](https://github.com/truecharts/charts/compare/vertex-5.2.3...vertex-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vertex-5.2.3](https://github.com/truecharts/charts/compare/vertex-5.2.1...vertex-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/vertex/5.5.2/Chart.yaml b/stable/vertex/5.5.2/Chart.yaml deleted file mode 100644 index cec69379da3..00000000000 --- a/stable/vertex/5.5.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: 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.0.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.5.2 diff --git a/stable/vertex/5.5.2/charts/common-20.0.9.tgz b/stable/vertex/5.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/vertex/5.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/vertex/5.5.2/ix_values.yaml b/stable/vertex/5.5.2/ix_values.yaml deleted file mode 100644 index d56ac2d63f8..00000000000 --- a/stable/vertex/5.5.2/ix_values.yaml +++ /dev/null @@ -1,30 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lswl/vertex - tag: stable@sha256:6d74cb6ca4e24ad20b8c8a691c49e2a58f4292e8cae4b3f5643285b042160478 -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/weblate/13.5.4/.helmignore b/stable/vertex/5.7.2/.helmignore similarity index 100% rename from stable/weblate/13.5.4/.helmignore rename to stable/vertex/5.7.2/.helmignore diff --git a/stable/vertex/5.7.2/CHANGELOG.md b/stable/vertex/5.7.2/CHANGELOG.md new file mode 100644 index 00000000000..7f75072066d --- /dev/null +++ b/stable/vertex/5.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.0) (2024-03-16) + +### Chore diff --git a/stable/vertex/5.7.2/Chart.yaml b/stable/vertex/5.7.2/Chart.yaml new file mode 100644 index 00000000000..0bbcd4ddab7 --- /dev/null +++ b/stable/vertex/5.7.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: 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.2 + 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.2 diff --git a/stable/vertex/5.5.2/README.md b/stable/vertex/5.7.2/README.md similarity index 100% rename from stable/vertex/5.5.2/README.md rename to stable/vertex/5.7.2/README.md diff --git a/stable/vertex/5.7.2/app-changelog.md b/stable/vertex/5.7.2/app-changelog.md new file mode 100644 index 00000000000..966bc242031 --- /dev/null +++ b/stable/vertex/5.7.2/app-changelog.md @@ -0,0 +1,13 @@ + + +## [vertex-5.7.2](https://github.com/truecharts/charts/compare/vertex-5.6.0...vertex-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.5.2/app-readme.md b/stable/vertex/5.7.2/app-readme.md similarity index 100% rename from stable/vertex/5.5.2/app-readme.md rename to stable/vertex/5.7.2/app-readme.md diff --git a/stable/vertex/5.7.2/charts/common-20.2.2.tgz b/stable/vertex/5.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/vertex/5.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/vertex/5.7.2/ix_values.yaml b/stable/vertex/5.7.2/ix_values.yaml new file mode 100644 index 00000000000..a783b77f042 --- /dev/null +++ b/stable/vertex/5.7.2/ix_values.yaml @@ -0,0 +1,30 @@ +image: + pullPolicy: IfNotPresent + repository: lswl/vertex + tag: stable@sha256:9efeceeb4edaf779135d17070e783208c839c01df21ceefbd794b7e8b88087aa +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.5.2/questions.yaml b/stable/vertex/5.7.2/questions.yaml similarity index 100% rename from stable/vertex/5.5.2/questions.yaml rename to stable/vertex/5.7.2/questions.yaml diff --git a/stable/vertex/5.5.2/templates/common.yaml b/stable/vertex/5.7.2/templates/common.yaml similarity index 100% rename from stable/vertex/5.5.2/templates/common.yaml rename to stable/vertex/5.7.2/templates/common.yaml diff --git a/stable/weblate/13.5.4/values.yaml b/stable/vertex/5.7.2/values.yaml similarity index 100% rename from stable/weblate/13.5.4/values.yaml rename to stable/vertex/5.7.2/values.yaml diff --git a/stable/verysync/9.5.1/CHANGELOG.md b/stable/verysync/9.5.1/CHANGELOG.md deleted file mode 100644 index 39278319dda..00000000000 --- a/stable/verysync/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [verysync-9.5.1](https://github.com/truecharts/charts/compare/verysync-9.5.0...verysync-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [verysync-9.5.0](https://github.com/truecharts/charts/compare/verysync-9.4.1...verysync-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [verysync-9.4.1](https://github.com/truecharts/charts/compare/verysync-9.4.0...verysync-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [verysync-9.4.0](https://github.com/truecharts/charts/compare/verysync-9.3.0...verysync-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [verysync-9.3.0](https://github.com/truecharts/charts/compare/verysync-9.2.3...verysync-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [verysync-9.2.3](https://github.com/truecharts/charts/compare/verysync-9.2.2...verysync-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [verysync-9.2.2](https://github.com/truecharts/charts/compare/verysync-9.2.0...verysync-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [verysync-8.1.11](https://github.com/truecharts/charts/compare/verysync-8.1.10...verysync-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [verysync-8.1.10](https://github.com/truecharts/charts/compare/verysync-8.1.9...verysync-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/verysync/9.5.1/Chart.yaml b/stable/verysync/9.5.1/Chart.yaml deleted file mode 100644 index d49c6eef0d4..00000000000 --- a/stable/verysync/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/verysync/9.5.1/charts/common-20.0.8.tgz b/stable/verysync/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/verysync/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/webnut/8.5.1/.helmignore b/stable/verysync/9.7.1/.helmignore similarity index 100% rename from stable/webnut/8.5.1/.helmignore rename to stable/verysync/9.7.1/.helmignore diff --git a/stable/verysync/9.7.1/CHANGELOG.md b/stable/verysync/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6ac7152357c --- /dev/null +++ b/stable/verysync/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [verysync-9.7.1](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/verysync/9.7.1/Chart.yaml new file mode 100644 index 00000000000..dec053ab0b1 --- /dev/null +++ b/stable/verysync/9.7.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: 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.2 + 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.1 diff --git a/stable/verysync/9.5.1/README.md b/stable/verysync/9.7.1/README.md similarity index 100% rename from stable/verysync/9.5.1/README.md rename to stable/verysync/9.7.1/README.md diff --git a/stable/verysync/9.7.1/app-changelog.md b/stable/verysync/9.7.1/app-changelog.md new file mode 100644 index 00000000000..6706d15f597 --- /dev/null +++ b/stable/verysync/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [verysync-9.7.1](https://github.com/truecharts/charts/compare/verysync-9.6.0...verysync-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/verysync/9.7.1/app-readme.md similarity index 100% rename from stable/verysync/9.5.1/app-readme.md rename to stable/verysync/9.7.1/app-readme.md diff --git a/stable/verysync/9.7.1/charts/common-20.2.2.tgz b/stable/verysync/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/verysync/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/verysync/9.5.1/ix_values.yaml b/stable/verysync/9.7.1/ix_values.yaml similarity index 100% rename from stable/verysync/9.5.1/ix_values.yaml rename to stable/verysync/9.7.1/ix_values.yaml diff --git a/stable/verysync/9.5.1/questions.yaml b/stable/verysync/9.7.1/questions.yaml similarity index 100% rename from stable/verysync/9.5.1/questions.yaml rename to stable/verysync/9.7.1/questions.yaml diff --git a/stable/wekan/14.11.0/templates/NOTES.txt b/stable/verysync/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/wekan/14.11.0/templates/NOTES.txt rename to stable/verysync/9.7.1/templates/NOTES.txt diff --git a/stable/watchyourlan/8.5.1/templates/common.yaml b/stable/verysync/9.7.1/templates/common.yaml similarity index 100% rename from stable/watchyourlan/8.5.1/templates/common.yaml rename to stable/verysync/9.7.1/templates/common.yaml diff --git a/stable/webnut/8.5.1/values.yaml b/stable/verysync/9.7.1/values.yaml similarity index 100% rename from stable/webnut/8.5.1/values.yaml rename to stable/verysync/9.7.1/values.yaml diff --git a/stable/vikunja/13.5.4/CHANGELOG.md b/stable/vikunja/13.5.4/CHANGELOG.md deleted file mode 100644 index 6888838c73d..00000000000 --- a/stable/vikunja/13.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vikunja-13.5.4](https://github.com/truecharts/charts/compare/vikunja-13.5.3...vikunja-13.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [vikunja-13.5.3](https://github.com/truecharts/charts/compare/vikunja-13.5.2...vikunja-13.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [vikunja-13.5.2](https://github.com/truecharts/charts/compare/vikunja-13.5.1...vikunja-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [vikunja-13.5.1](https://github.com/truecharts/charts/compare/vikunja-13.5.0...vikunja-13.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [vikunja-13.5.0](https://github.com/truecharts/charts/compare/vikunja-13.4.1...vikunja-13.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [vikunja-13.4.1](https://github.com/truecharts/charts/compare/vikunja-13.4.0...vikunja-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [vikunja-13.4.0](https://github.com/truecharts/charts/compare/vikunja-13.3.0...vikunja-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [vikunja-13.3.0](https://github.com/truecharts/charts/compare/vikunja-13.2.3...vikunja-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vikunja-13.2.3](https://github.com/truecharts/charts/compare/vikunja-13.2.2...vikunja-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vikunja-13.2.2](https://github.com/truecharts/charts/compare/vikunja-13.2.0...vikunja-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/vikunja/13.5.4/Chart.yaml b/stable/vikunja/13.5.4/Chart.yaml deleted file mode 100644 index 3a46ec21767..00000000000 --- a/stable/vikunja/13.5.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: 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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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/api - - https://hub.docker.com/r/vikunja/frontend -type: application -version: 13.5.4 diff --git a/stable/vikunja/13.5.4/charts/common-20.0.9.tgz b/stable/vikunja/13.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/vikunja/13.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/vikunja/13.5.4/charts/redis-13.0.3.tgz b/stable/vikunja/13.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/vikunja/13.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/vikunja/13.5.4/ix_values.yaml b/stable/vikunja/13.5.4/ix_values.yaml deleted file mode 100644 index 59949a447e2..00000000000 --- a/stable/vikunja/13.5.4/ix_values.yaml +++ /dev/null @@ -1,212 +0,0 @@ -image: - repository: vikunja/api - tag: 0.22.1@sha256:c9415431e6235229302bb8f9ee6660b74c24859d1e8adbc4a3e25bd418604b57 - pullPolicy: IfNotPresent -frontendImage: - repository: vikunja/frontend - tag: 0.22.1@sha256:f0223d441997fe29c377d0b476dc4bb2fc091b44b9c24d76b1b88c213df520c5 - pullPolicy: IfNotPresent -nginxImage: - repository: nginx - tag: 1.25.4@sha256:c26ae7472d624ba1fafd296e73cecc4f93f853088e6a9c13c0d52f6ca5865107 -workload: - main: - podSpec: - containers: - main: - probes: - liveness: - type: http - port: 3456 - path: /health - readiness: - type: http - port: 3456 - path: /health - startup: - type: http - port: 3456 - path: /health - frontend: - enabled: true - imageSelector: frontendImage - probes: - liveness: - type: http - port: 80 - readiness: - type: http - port: 80 - startup: - type: http - port: 80 - proxy: - enabled: true - imageSelector: nginxImage - probes: - liveness: - type: http - port: "{{ .Values.service.main.ports.main.port }}" - readiness: - type: http - port: "{{ .Values.service.main.ports.main.port }}" - startup: - type: http - port: "{{ .Values.service.main.ports.main.port }}" -vikunja: - service: - jwtttl: 259200 - jwtttllong: 2592000 - motd: Welcome to your new Vikunja instance - frontendurl: http://localhost:10220 - maxitemsperpage: 50 - enablecaldav: true - enablelinksharing: true - enableregistration: true - enabletaskattachments: true - enabletaskcomments: true - enabletotp: true - enableemailreminders: true - enableuserdeletion: true - maxavatarsize: 1024 - cors: - enabled: true - origins: [] - maxage: 0 - ratelimit: - enabled: false - kind: user - period: 60 - limit: 100 - files: - maxsize: 20MB - avatar: - gravatarexpiration: 3600 - legal: - imprinturl: "" - privacyurl: "" - mailer: - enabled: false - host: "" - port: 587 - authtype: plain - username: "" - password: "" - fromemail: "" - skiptlsverify: false - forcessl: true - queuelength: 100 - queuetimeout: 30 - log: - enabled: true - path: /app/vikunja/logs - standard: stdout - level: INFO - database: "off" - databaselevel: WARNING - http: stdout - echo: "off" - events: stdout - eventslevel: INFO - defaultsettings: - avatar_provider: initials - avatar_file_id: 0 - email_reminders_enabled: false - discoverable_by_name: false - discoverable_by_email: false - overdue_tasks_reminders_enabled: true - overdue_tasks_reminders_time: "9:00" - default_list_id: 0 - week_start: 0 - language: "" - timezone: "" - backgrounds: - enabled: true - providers: - upload: - enabled: true - unsplash: - enabled: false - accesstoken: "" - applicationid: "" - auth: - local: - enabled: true - openid: - enabled: false - redirecturl: "" - providers: [] - # - name: "" - # authurl: "" - # logouturl: "" - # clientid: "" - # clientsecret: "" - migration: - todoist: - enable: false - clientid: "" - clientsecret: "" - redirecturl: "" - trello: - enable: false - key: "" - redirecturl: "" - microsofttodo: - enable: false - clientid: "" - clientsecret: "" - redirecturl: "" -service: - main: - ports: - main: - port: 10220 -persistence: - files: - enabled: true - mountPath: /app/vikunja/files - vikunja-nginx: - enabled: true - noMount: true - type: configmap - objectName: nginx-config - targetSelector: - main: - proxy: - mountPath: /etc/nginx/conf.d/default.conf - subPath: nginx-config - vikunja-config: - enabled: true - type: secret - objectName: config - targetSelector: - main: - main: - subPath: config.yaml - mountPath: /etc/vikunja/config.yaml -metrics: - main: - enabled: true - type: "servicemonitor" - prometheusRule: - enabled: false -cnpg: - main: - enabled: true - user: vikunja - database: vikunja -redis: - enabled: true -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsNonRoot: false - runAsUser: 0 - runAsGroup: 0 - capabilities: - add: - - NET_BIND_SERVICE -updated: true diff --git a/stable/webp-server/5.5.1/.helmignore b/stable/vikunja/13.7.1/.helmignore similarity index 100% rename from stable/webp-server/5.5.1/.helmignore rename to stable/vikunja/13.7.1/.helmignore diff --git a/stable/vikunja/13.7.1/CHANGELOG.md b/stable/vikunja/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..bb50e819693 --- /dev/null +++ b/stable/vikunja/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vikunja-13.7.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.0) (2024-03-17) + +### Chore + + + +- update container 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/vikunja/13.7.1/Chart.yaml b/stable/vikunja/13.7.1/Chart.yaml new file mode 100644 index 00000000000..6b6f556d622 --- /dev/null +++ b/stable/vikunja/13.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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/api + - https://hub.docker.com/r/vikunja/frontend +type: application +version: 13.7.1 diff --git a/stable/vikunja/13.5.4/README.md b/stable/vikunja/13.7.1/README.md similarity index 100% rename from stable/vikunja/13.5.4/README.md rename to stable/vikunja/13.7.1/README.md diff --git a/stable/vikunja/13.7.1/app-changelog.md b/stable/vikunja/13.7.1/app-changelog.md new file mode 100644 index 00000000000..95453f076c7 --- /dev/null +++ b/stable/vikunja/13.7.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [vikunja-13.7.1](https://github.com/truecharts/charts/compare/vikunja-13.6.0...vikunja-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/vikunja/13.7.1/app-readme.md similarity index 100% rename from stable/vikunja/13.5.4/app-readme.md rename to stable/vikunja/13.7.1/app-readme.md diff --git a/stable/vikunja/13.7.1/charts/common-20.2.2.tgz b/stable/vikunja/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/vikunja/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/vikunja/13.7.1/charts/redis-13.0.5.tgz b/stable/vikunja/13.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/vikunja/13.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/vikunja/13.7.1/ix_values.yaml b/stable/vikunja/13.7.1/ix_values.yaml new file mode 100644 index 00000000000..0ee46d4308a --- /dev/null +++ b/stable/vikunja/13.7.1/ix_values.yaml @@ -0,0 +1,212 @@ +image: + repository: vikunja/api + tag: 0.22.1@sha256:c9415431e6235229302bb8f9ee6660b74c24859d1e8adbc4a3e25bd418604b57 + pullPolicy: IfNotPresent +frontendImage: + repository: vikunja/frontend + tag: 0.22.1@sha256:f0223d441997fe29c377d0b476dc4bb2fc091b44b9c24d76b1b88c213df520c5 + pullPolicy: IfNotPresent +nginxImage: + repository: nginx + tag: 1.25.4@sha256:6db391d1c0cfb30588ba0bf72ea999404f2764febf0f1f196acd5867ac7efa7e +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: http + port: 3456 + path: /health + readiness: + type: http + port: 3456 + path: /health + startup: + type: http + port: 3456 + path: /health + frontend: + enabled: true + imageSelector: frontendImage + probes: + liveness: + type: http + port: 80 + readiness: + type: http + port: 80 + startup: + type: http + port: 80 + proxy: + enabled: true + imageSelector: nginxImage + probes: + liveness: + type: http + port: "{{ .Values.service.main.ports.main.port }}" + readiness: + type: http + port: "{{ .Values.service.main.ports.main.port }}" + startup: + type: http + port: "{{ .Values.service.main.ports.main.port }}" +vikunja: + service: + jwtttl: 259200 + jwtttllong: 2592000 + motd: Welcome to your new Vikunja instance + frontendurl: http://localhost:10220 + maxitemsperpage: 50 + enablecaldav: true + enablelinksharing: true + enableregistration: true + enabletaskattachments: true + enabletaskcomments: true + enabletotp: true + enableemailreminders: true + enableuserdeletion: true + maxavatarsize: 1024 + cors: + enabled: true + origins: [] + maxage: 0 + ratelimit: + enabled: false + kind: user + period: 60 + limit: 100 + files: + maxsize: 20MB + avatar: + gravatarexpiration: 3600 + legal: + imprinturl: "" + privacyurl: "" + mailer: + enabled: false + host: "" + port: 587 + authtype: plain + username: "" + password: "" + fromemail: "" + skiptlsverify: false + forcessl: true + queuelength: 100 + queuetimeout: 30 + log: + enabled: true + path: /app/vikunja/logs + standard: stdout + level: INFO + database: "off" + databaselevel: WARNING + http: stdout + echo: "off" + events: stdout + eventslevel: INFO + defaultsettings: + avatar_provider: initials + avatar_file_id: 0 + email_reminders_enabled: false + discoverable_by_name: false + discoverable_by_email: false + overdue_tasks_reminders_enabled: true + overdue_tasks_reminders_time: "9:00" + default_list_id: 0 + week_start: 0 + language: "" + timezone: "" + backgrounds: + enabled: true + providers: + upload: + enabled: true + unsplash: + enabled: false + accesstoken: "" + applicationid: "" + auth: + local: + enabled: true + openid: + enabled: false + redirecturl: "" + providers: [] + # - name: "" + # authurl: "" + # logouturl: "" + # clientid: "" + # clientsecret: "" + migration: + todoist: + enable: false + clientid: "" + clientsecret: "" + redirecturl: "" + trello: + enable: false + key: "" + redirecturl: "" + microsofttodo: + enable: false + clientid: "" + clientsecret: "" + redirecturl: "" +service: + main: + ports: + main: + port: 10220 +persistence: + files: + enabled: true + mountPath: /app/vikunja/files + vikunja-nginx: + enabled: true + noMount: true + type: configmap + objectName: nginx-config + targetSelector: + main: + proxy: + mountPath: /etc/nginx/conf.d/default.conf + subPath: nginx-config + vikunja-config: + enabled: true + type: secret + objectName: config + targetSelector: + main: + main: + subPath: config.yaml + mountPath: /etc/vikunja/config.yaml +metrics: + main: + enabled: true + type: "servicemonitor" + prometheusRule: + enabled: false +cnpg: + main: + enabled: true + user: vikunja + database: vikunja +redis: + enabled: true +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsNonRoot: false + runAsUser: 0 + runAsGroup: 0 + capabilities: + add: + - NET_BIND_SERVICE +updated: true diff --git a/stable/vikunja/13.5.4/questions.yaml b/stable/vikunja/13.7.1/questions.yaml similarity index 100% rename from stable/vikunja/13.5.4/questions.yaml rename to stable/vikunja/13.7.1/questions.yaml diff --git a/stable/whisparr/9.5.1/templates/NOTES.txt b/stable/vikunja/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/whisparr/9.5.1/templates/NOTES.txt rename to stable/vikunja/13.7.1/templates/NOTES.txt diff --git a/stable/vikunja/13.5.4/templates/_secrets.tpl b/stable/vikunja/13.7.1/templates/_secrets.tpl similarity index 100% rename from stable/vikunja/13.5.4/templates/_secrets.tpl rename to stable/vikunja/13.7.1/templates/_secrets.tpl diff --git a/stable/vikunja/13.5.4/templates/common.yaml b/stable/vikunja/13.7.1/templates/common.yaml similarity index 100% rename from stable/vikunja/13.5.4/templates/common.yaml rename to stable/vikunja/13.7.1/templates/common.yaml diff --git a/stable/webp-server/5.5.1/values.yaml b/stable/vikunja/13.7.1/values.yaml similarity index 100% rename from stable/webp-server/5.5.1/values.yaml rename to stable/vikunja/13.7.1/values.yaml diff --git a/stable/vintage-story/5.5.1/CHANGELOG.md b/stable/vintage-story/5.5.1/CHANGELOG.md deleted file mode 100644 index 4f0ef56f9dd..00000000000 --- a/stable/vintage-story/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vintage-story-5.5.1](https://github.com/truecharts/charts/compare/vintage-story-5.5.0...vintage-story-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [vintage-story-5.5.0](https://github.com/truecharts/charts/compare/vintage-story-5.4.1...vintage-story-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [vintage-story-5.4.1](https://github.com/truecharts/charts/compare/vintage-story-5.4.0...vintage-story-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [vintage-story-5.4.0](https://github.com/truecharts/charts/compare/vintage-story-5.3.0...vintage-story-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [vintage-story-5.3.0](https://github.com/truecharts/charts/compare/vintage-story-5.2.3...vintage-story-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vintage-story-5.2.3](https://github.com/truecharts/charts/compare/vintage-story-5.2.2...vintage-story-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vintage-story-5.2.2](https://github.com/truecharts/charts/compare/vintage-story-5.2.0...vintage-story-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [vintage-story-4.1.12](https://github.com/truecharts/charts/compare/vintage-story-4.1.11...vintage-story-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vintage-story-4.1.11](https://github.com/truecharts/charts/compare/vintage-story-4.1.10...vintage-story-4.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/vintage-story/5.5.1/Chart.yaml b/stable/vintage-story/5.5.1/Chart.yaml deleted file mode 100644 index 63c51f8eccb..00000000000 --- a/stable/vintage-story/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/vintage-story/5.5.1/charts/common-20.0.8.tgz b/stable/vintage-story/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/vintage-story/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/website-shot/10.5.1/.helmignore b/stable/vintage-story/5.7.1/.helmignore similarity index 100% rename from stable/website-shot/10.5.1/.helmignore rename to stable/vintage-story/5.7.1/.helmignore diff --git a/stable/vintage-story/5.7.1/CHANGELOG.md b/stable/vintage-story/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..28589ad4721 --- /dev/null +++ b/stable/vintage-story/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vintage-story-5.7.1](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/vintage-story/5.7.1/Chart.yaml new file mode 100644 index 00000000000..56ca579197f --- /dev/null +++ b/stable/vintage-story/5.7.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: 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.2 + 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.1 diff --git a/stable/vintage-story/5.5.1/README.md b/stable/vintage-story/5.7.1/README.md similarity index 100% rename from stable/vintage-story/5.5.1/README.md rename to stable/vintage-story/5.7.1/README.md diff --git a/stable/vintage-story/5.7.1/app-changelog.md b/stable/vintage-story/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ffe910fdb53 --- /dev/null +++ b/stable/vintage-story/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [vintage-story-5.7.1](https://github.com/truecharts/charts/compare/vintage-story-5.6.0...vintage-story-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/vintage-story/5.7.1/app-readme.md similarity index 100% rename from stable/vintage-story/5.5.1/app-readme.md rename to stable/vintage-story/5.7.1/app-readme.md diff --git a/stable/vintage-story/5.7.1/charts/common-20.2.2.tgz b/stable/vintage-story/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/vintage-story/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/vintage-story/5.5.1/ix_values.yaml b/stable/vintage-story/5.7.1/ix_values.yaml similarity index 100% rename from stable/vintage-story/5.5.1/ix_values.yaml rename to stable/vintage-story/5.7.1/ix_values.yaml diff --git a/stable/vintage-story/5.5.1/questions.yaml b/stable/vintage-story/5.7.1/questions.yaml similarity index 100% rename from stable/vintage-story/5.5.1/questions.yaml rename to stable/vintage-story/5.7.1/questions.yaml diff --git a/stable/vintage-story/5.5.1/templates/common.yaml b/stable/vintage-story/5.7.1/templates/common.yaml similarity index 100% rename from stable/vintage-story/5.5.1/templates/common.yaml rename to stable/vintage-story/5.7.1/templates/common.yaml diff --git a/stable/website-shot/10.5.1/values.yaml b/stable/vintage-story/5.7.1/values.yaml similarity index 100% rename from stable/website-shot/10.5.1/values.yaml rename to stable/vintage-story/5.7.1/values.yaml diff --git a/stable/virt-manager/5.5.1/CHANGELOG.md b/stable/virt-manager/5.5.1/CHANGELOG.md deleted file mode 100644 index 9635bef0153..00000000000 --- a/stable/virt-manager/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [virt-manager-5.5.1](https://github.com/truecharts/charts/compare/virt-manager-5.5.0...virt-manager-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [virt-manager-5.5.0](https://github.com/truecharts/charts/compare/virt-manager-5.4.1...virt-manager-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [virt-manager-5.4.1](https://github.com/truecharts/charts/compare/virt-manager-5.4.0...virt-manager-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [virt-manager-5.4.0](https://github.com/truecharts/charts/compare/virt-manager-5.3.0...virt-manager-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [virt-manager-5.3.0](https://github.com/truecharts/charts/compare/virt-manager-5.2.3...virt-manager-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [virt-manager-5.2.3](https://github.com/truecharts/charts/compare/virt-manager-5.2.2...virt-manager-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [virt-manager-5.2.2](https://github.com/truecharts/charts/compare/virt-manager-5.2.0...virt-manager-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [virt-manager-4.1.11](https://github.com/truecharts/charts/compare/virt-manager-4.1.10...virt-manager-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [virt-manager-4.1.10](https://github.com/truecharts/charts/compare/virt-manager-4.1.9...virt-manager-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/virt-manager/5.5.1/Chart.yaml b/stable/virt-manager/5.5.1/Chart.yaml deleted file mode 100644 index 71622764866..00000000000 --- a/stable/virt-manager/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/virt-manager/5.5.1/charts/common-20.0.8.tgz b/stable/virt-manager/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/virt-manager/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/webtop/9.5.2/.helmignore b/stable/virt-manager/5.7.1/.helmignore similarity index 100% rename from stable/webtop/9.5.2/.helmignore rename to stable/virt-manager/5.7.1/.helmignore diff --git a/stable/virt-manager/5.7.1/CHANGELOG.md b/stable/virt-manager/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..df45004fb38 --- /dev/null +++ b/stable/virt-manager/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [virt-manager-5.7.1](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/virt-manager/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4d03665392d --- /dev/null +++ b/stable/virt-manager/5.7.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: 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.2 + 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.1 diff --git a/stable/virt-manager/5.5.1/README.md b/stable/virt-manager/5.7.1/README.md similarity index 100% rename from stable/virt-manager/5.5.1/README.md rename to stable/virt-manager/5.7.1/README.md diff --git a/stable/virt-manager/5.7.1/app-changelog.md b/stable/virt-manager/5.7.1/app-changelog.md new file mode 100644 index 00000000000..e0499c73a55 --- /dev/null +++ b/stable/virt-manager/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [virt-manager-5.7.1](https://github.com/truecharts/charts/compare/virt-manager-5.6.0...virt-manager-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/virt-manager/5.7.1/app-readme.md similarity index 100% rename from stable/virt-manager/5.5.1/app-readme.md rename to stable/virt-manager/5.7.1/app-readme.md diff --git a/stable/virt-manager/5.7.1/charts/common-20.2.2.tgz b/stable/virt-manager/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/virt-manager/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/virt-manager/5.5.1/ix_values.yaml b/stable/virt-manager/5.7.1/ix_values.yaml similarity index 100% rename from stable/virt-manager/5.5.1/ix_values.yaml rename to stable/virt-manager/5.7.1/ix_values.yaml diff --git a/stable/virt-manager/5.5.1/questions.yaml b/stable/virt-manager/5.7.1/questions.yaml similarity index 100% rename from stable/virt-manager/5.5.1/questions.yaml rename to stable/virt-manager/5.7.1/questions.yaml diff --git a/stable/virt-manager/5.5.1/templates/common.yaml b/stable/virt-manager/5.7.1/templates/common.yaml similarity index 100% rename from stable/virt-manager/5.5.1/templates/common.yaml rename to stable/virt-manager/5.7.1/templates/common.yaml diff --git a/stable/webtop/9.5.2/values.yaml b/stable/virt-manager/5.7.1/values.yaml similarity index 100% rename from stable/webtop/9.5.2/values.yaml rename to stable/virt-manager/5.7.1/values.yaml diff --git a/stable/vlmcsd-kms-server/5.5.1/CHANGELOG.md b/stable/vlmcsd-kms-server/5.5.1/CHANGELOG.md deleted file mode 100644 index 8a804acb6c6..00000000000 --- a/stable/vlmcsd-kms-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vlmcsd-kms-server-5.5.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.5.0...vlmcsd-kms-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [vlmcsd-kms-server-5.5.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.4.1...vlmcsd-kms-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [vlmcsd-kms-server-5.4.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.4.0...vlmcsd-kms-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [vlmcsd-kms-server-5.4.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.3.0...vlmcsd-kms-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [vlmcsd-kms-server-5.3.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.3...vlmcsd-kms-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vlmcsd-kms-server-5.2.3](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.2...vlmcsd-kms-server-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vlmcsd-kms-server-5.2.2](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.2.0...vlmcsd-kms-server-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [vlmcsd-kms-server-4.1.11](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.10...vlmcsd-kms-server-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [vlmcsd-kms-server-4.1.10](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-4.1.9...vlmcsd-kms-server-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/vlmcsd-kms-server/5.5.1/Chart.yaml b/stable/vlmcsd-kms-server/5.5.1/Chart.yaml deleted file mode 100644 index 91ff8b6c9b1..00000000000 --- a/stable/vlmcsd-kms-server/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/vlmcsd-kms-server/5.5.1/charts/common-20.0.8.tgz b/stable/vlmcsd-kms-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/vlmcsd-kms-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wekan/14.11.0/.helmignore b/stable/vlmcsd-kms-server/5.7.1/.helmignore similarity index 100% rename from stable/wekan/14.11.0/.helmignore rename to stable/vlmcsd-kms-server/5.7.1/.helmignore diff --git a/stable/vlmcsd-kms-server/5.7.1/CHANGELOG.md b/stable/vlmcsd-kms-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..ce215fc66cf --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vlmcsd-kms-server-5.7.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/vlmcsd-kms-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..4010d5d9854 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.1/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.2 + 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.1 diff --git a/stable/vlmcsd-kms-server/5.5.1/README.md b/stable/vlmcsd-kms-server/5.7.1/README.md similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/README.md rename to stable/vlmcsd-kms-server/5.7.1/README.md diff --git a/stable/vlmcsd-kms-server/5.7.1/app-changelog.md b/stable/vlmcsd-kms-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..5e15df21036 --- /dev/null +++ b/stable/vlmcsd-kms-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [vlmcsd-kms-server-5.7.1](https://github.com/truecharts/charts/compare/vlmcsd-kms-server-5.6.0...vlmcsd-kms-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/vlmcsd-kms-server/5.7.1/app-readme.md similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/app-readme.md rename to stable/vlmcsd-kms-server/5.7.1/app-readme.md diff --git a/stable/vlmcsd-kms-server/5.7.1/charts/common-20.2.2.tgz b/stable/vlmcsd-kms-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/vlmcsd-kms-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/vlmcsd-kms-server/5.5.1/ix_values.yaml b/stable/vlmcsd-kms-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/ix_values.yaml rename to stable/vlmcsd-kms-server/5.7.1/ix_values.yaml diff --git a/stable/vlmcsd-kms-server/5.5.1/questions.yaml b/stable/vlmcsd-kms-server/5.7.1/questions.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/questions.yaml rename to stable/vlmcsd-kms-server/5.7.1/questions.yaml diff --git a/stable/vlmcsd-kms-server/5.5.1/templates/common.yaml b/stable/vlmcsd-kms-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/vlmcsd-kms-server/5.5.1/templates/common.yaml rename to stable/vlmcsd-kms-server/5.7.1/templates/common.yaml diff --git a/stable/wekan/14.11.0/values.yaml b/stable/vlmcsd-kms-server/5.7.1/values.yaml similarity index 100% rename from stable/wekan/14.11.0/values.yaml rename to stable/vlmcsd-kms-server/5.7.1/values.yaml diff --git a/stable/vocechat-server/3.5.1/CHANGELOG.md b/stable/vocechat-server/3.5.1/CHANGELOG.md deleted file mode 100644 index 81d801ae74f..00000000000 --- a/stable/vocechat-server/3.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [vocechat-server-3.5.1](https://github.com/truecharts/charts/compare/vocechat-server-3.5.0...vocechat-server-3.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [vocechat-server-3.5.0](https://github.com/truecharts/charts/compare/vocechat-server-3.4.1...vocechat-server-3.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [vocechat-server-3.4.1](https://github.com/truecharts/charts/compare/vocechat-server-3.4.0...vocechat-server-3.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [vocechat-server-3.4.0](https://github.com/truecharts/charts/compare/vocechat-server-3.3.0...vocechat-server-3.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [vocechat-server-3.3.0](https://github.com/truecharts/charts/compare/vocechat-server-3.2.3...vocechat-server-3.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [vocechat-server-3.2.3](https://github.com/truecharts/charts/compare/vocechat-server-3.2.2...vocechat-server-3.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [vocechat-server-3.2.2](https://github.com/truecharts/charts/compare/vocechat-server-3.2.0...vocechat-server-3.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [vocechat-server-2.1.12](https://github.com/truecharts/charts/compare/vocechat-server-2.1.11...vocechat-server-2.1.12) (2024-02-05) - -### Chore - - - -- update container image privoce/vocechat-server to v0.3.44[@5257a5e](https://github.com/5257a5e) by renovate ([#17926](https://github.com/truecharts/charts/issues/17926)) - - -## [vocechat-server-2.1.11](https://github.com/truecharts/charts/compare/vocechat-server-2.1.10...vocechat-server-2.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/vocechat-server/3.5.1/Chart.yaml b/stable/vocechat-server/3.5.1/Chart.yaml deleted file mode 100644 index a00288f6964..00000000000 --- a/stable/vocechat-server/3.5.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: 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.0.8 - 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.5.1 diff --git a/stable/vocechat-server/3.5.1/charts/common-20.0.8.tgz b/stable/vocechat-server/3.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/vocechat-server/3.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/whisparr/9.5.1/.helmignore b/stable/vocechat-server/3.7.1/.helmignore similarity index 100% rename from stable/whisparr/9.5.1/.helmignore rename to stable/vocechat-server/3.7.1/.helmignore diff --git a/stable/vocechat-server/3.7.1/CHANGELOG.md b/stable/vocechat-server/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c0e409d17fb --- /dev/null +++ b/stable/vocechat-server/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [vocechat-server-3.7.1](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/vocechat-server/3.7.1/Chart.yaml new file mode 100644 index 00000000000..625dbb58fab --- /dev/null +++ b/stable/vocechat-server/3.7.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: 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.2 + 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.1 diff --git a/stable/vocechat-server/3.5.1/README.md b/stable/vocechat-server/3.7.1/README.md similarity index 100% rename from stable/vocechat-server/3.5.1/README.md rename to stable/vocechat-server/3.7.1/README.md diff --git a/stable/vocechat-server/3.7.1/app-changelog.md b/stable/vocechat-server/3.7.1/app-changelog.md new file mode 100644 index 00000000000..c884c1e7c69 --- /dev/null +++ b/stable/vocechat-server/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [vocechat-server-3.7.1](https://github.com/truecharts/charts/compare/vocechat-server-3.6.0...vocechat-server-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/vocechat-server/3.7.1/app-readme.md similarity index 100% rename from stable/vocechat-server/3.5.1/app-readme.md rename to stable/vocechat-server/3.7.1/app-readme.md diff --git a/stable/vocechat-server/3.7.1/charts/common-20.2.2.tgz b/stable/vocechat-server/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/vocechat-server/3.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/vocechat-server/3.5.1/ix_values.yaml b/stable/vocechat-server/3.7.1/ix_values.yaml similarity index 100% rename from stable/vocechat-server/3.5.1/ix_values.yaml rename to stable/vocechat-server/3.7.1/ix_values.yaml diff --git a/stable/vocechat-server/3.5.1/questions.yaml b/stable/vocechat-server/3.7.1/questions.yaml similarity index 100% rename from stable/vocechat-server/3.5.1/questions.yaml rename to stable/vocechat-server/3.7.1/questions.yaml diff --git a/stable/whisper-asr-webservice/4.5.1/templates/NOTES.txt b/stable/vocechat-server/3.7.1/templates/NOTES.txt similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/templates/NOTES.txt rename to stable/vocechat-server/3.7.1/templates/NOTES.txt diff --git a/stable/webgrabplus/9.5.1/templates/common.yaml b/stable/vocechat-server/3.7.1/templates/common.yaml similarity index 100% rename from stable/webgrabplus/9.5.1/templates/common.yaml rename to stable/vocechat-server/3.7.1/templates/common.yaml diff --git a/stable/whisparr/9.5.1/values.yaml b/stable/vocechat-server/3.7.1/values.yaml similarity index 100% rename from stable/whisparr/9.5.1/values.yaml rename to stable/vocechat-server/3.7.1/values.yaml diff --git a/stable/wallos/4.6.0/CHANGELOG.md b/stable/wallos/4.6.0/CHANGELOG.md deleted file mode 100644 index a2c995f46be..00000000000 --- a/stable/wallos/4.6.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wallos-4.6.0](https://github.com/truecharts/charts/compare/wallos-4.5.2...wallos-4.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [wallos-4.5.2](https://github.com/truecharts/charts/compare/wallos-4.5.1...wallos-4.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [wallos-4.5.1](https://github.com/truecharts/charts/compare/wallos-4.5.0...wallos-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wallos-4.5.0](https://github.com/truecharts/charts/compare/wallos-4.4.2...wallos-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wallos-4.4.2](https://github.com/truecharts/charts/compare/wallos-4.4.1...wallos-4.4.2) (2024-03-11) - -### Chore - - - -- update container image docker.io/bellamy/wallos to latest[@d0e81af](https://github.com/d0e81af) by renovate ([#18978](https://github.com/truecharts/charts/issues/18978)) - - -## [wallos-4.4.1](https://github.com/truecharts/charts/compare/wallos-4.4.0...wallos-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wallos-4.4.0](https://github.com/truecharts/charts/compare/wallos-4.3.0...wallos-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wallos-4.3.0](https://github.com/truecharts/charts/compare/wallos-4.2.4...wallos-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wallos-4.2.4](https://github.com/truecharts/charts/compare/wallos-4.2.3...wallos-4.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wallos-4.2.3](https://github.com/truecharts/charts/compare/wallos-4.2.1...wallos-4.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/wallos/4.6.0/Chart.yaml b/stable/wallos/4.6.0/Chart.yaml deleted file mode 100644 index 8fc98b03209..00000000000 --- a/stable/wallos/4.6.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: latest -dependencies: - - name: common - version: 20.1.5 - 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.6.0 diff --git a/stable/wallos/4.6.0/charts/common-20.1.5.tgz b/stable/wallos/4.6.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/wallos/4.6.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/wallos/4.6.0/ix_values.yaml b/stable/wallos/4.6.0/ix_values.yaml deleted file mode 100644 index 341fcaaba0e..00000000000 --- a/stable/wallos/4.6.0/ix_values.yaml +++ /dev/null @@ -1,31 +0,0 @@ -image: - repository: docker.io/bellamy/wallos - tag: latest@sha256:d0e81af82901854341da9000412ab480baf28b3461a89c87559400790cba9fa3 - 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/whisper-asr-webservice/4.5.1/.helmignore b/stable/wallos/4.7.2/.helmignore similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/.helmignore rename to stable/wallos/4.7.2/.helmignore diff --git a/stable/wallos/4.7.2/CHANGELOG.md b/stable/wallos/4.7.2/CHANGELOG.md new file mode 100644 index 00000000000..55c3b5b21d5 --- /dev/null +++ b/stable/wallos/4.7.2/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wallos-4.7.2](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.1) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) diff --git a/stable/wallos/4.7.2/Chart.yaml b/stable/wallos/4.7.2/Chart.yaml new file mode 100644 index 00000000000..8803c76e9d5 --- /dev/null +++ b/stable/wallos/4.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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.2 diff --git a/stable/wallos/4.6.0/README.md b/stable/wallos/4.7.2/README.md similarity index 100% rename from stable/wallos/4.6.0/README.md rename to stable/wallos/4.7.2/README.md diff --git a/stable/wallos/4.7.2/app-changelog.md b/stable/wallos/4.7.2/app-changelog.md new file mode 100644 index 00000000000..76e4fdba756 --- /dev/null +++ b/stable/wallos/4.7.2/app-changelog.md @@ -0,0 +1,15 @@ + + +## [wallos-4.7.2](https://github.com/truecharts/charts/compare/wallos-4.6.0...wallos-4.7.2) (2024-03-17) + +### Chore + + + +- update container 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.6.0/app-readme.md b/stable/wallos/4.7.2/app-readme.md similarity index 100% rename from stable/wallos/4.6.0/app-readme.md rename to stable/wallos/4.7.2/app-readme.md diff --git a/stable/wallos/4.7.2/charts/common-20.2.2.tgz b/stable/wallos/4.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wallos/4.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/wallos/4.7.2/ix_values.yaml b/stable/wallos/4.7.2/ix_values.yaml new file mode 100644 index 00000000000..f0c01f59826 --- /dev/null +++ b/stable/wallos/4.7.2/ix_values.yaml @@ -0,0 +1,31 @@ +image: + repository: docker.io/bellamy/wallos + tag: latest@sha256:2fb50a16f9935cd7f9294758c715d34b99e12b40774ef0472e7246a8d2504153 + 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.6.0/questions.yaml b/stable/wallos/4.7.2/questions.yaml similarity index 100% rename from stable/wallos/4.6.0/questions.yaml rename to stable/wallos/4.7.2/questions.yaml diff --git a/stable/whoogle/10.5.1/templates/NOTES.txt b/stable/wallos/4.7.2/templates/NOTES.txt similarity index 100% rename from stable/whoogle/10.5.1/templates/NOTES.txt rename to stable/wallos/4.7.2/templates/NOTES.txt diff --git a/stable/webnut/8.5.1/templates/common.yaml b/stable/wallos/4.7.2/templates/common.yaml similarity index 100% rename from stable/webnut/8.5.1/templates/common.yaml rename to stable/wallos/4.7.2/templates/common.yaml diff --git a/stable/whisper-asr-webservice/4.5.1/values.yaml b/stable/wallos/4.7.2/values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/values.yaml rename to stable/wallos/4.7.2/values.yaml diff --git a/stable/watcharr/4.6.1/CHANGELOG.md b/stable/watcharr/4.6.1/CHANGELOG.md deleted file mode 100644 index 3d1569107d5..00000000000 --- a/stable/watcharr/4.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [watcharr-4.6.1](https://github.com/truecharts/charts/compare/watcharr-4.6.0...watcharr-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [watcharr-4.6.0](https://github.com/truecharts/charts/compare/watcharr-4.5.0...watcharr-4.6.0) (2024-03-12) - -### Chore - - - -- update container image ghcr.io/sbondco/watcharr to v1.35.2[@bf9adb6](https://github.com/bf9adb6) by renovate ([#19104](https://github.com/truecharts/charts/issues/19104)) - - -## [watcharr-4.5.0](https://github.com/truecharts/charts/compare/watcharr-4.4.1...watcharr-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [watcharr-4.4.1](https://github.com/truecharts/charts/compare/watcharr-4.4.0...watcharr-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [watcharr-4.4.0](https://github.com/truecharts/charts/compare/watcharr-4.3.0...watcharr-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [watcharr-4.3.0](https://github.com/truecharts/charts/compare/watcharr-4.2.3...watcharr-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [watcharr-4.2.3](https://github.com/truecharts/charts/compare/watcharr-4.2.2...watcharr-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [watcharr-4.2.2](https://github.com/truecharts/charts/compare/watcharr-4.2.0...watcharr-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - -## [watcharr-3.5.0](https://github.com/truecharts/charts/compare/watcharr-3.4.0...watcharr-3.5.0) (2024-02-12) - -### Chore - diff --git a/stable/watcharr/4.6.1/Chart.yaml b/stable/watcharr/4.6.1/Chart.yaml deleted file mode 100644 index 3df2c32c172..00000000000 --- a/stable/watcharr/4.6.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: media - truecharts.org/max_helm_version: "3.14" - truecharts.org/min_helm_version: "3.11" - truecharts.org/train: stable -apiVersion: v2 -appVersion: 1.35.2 -dependencies: - - name: common - version: 20.0.8 - 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.6.1 diff --git a/stable/watcharr/4.6.1/charts/common-20.0.8.tgz b/stable/watcharr/4.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/watcharr/4.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/whoogle/10.5.1/.helmignore b/stable/watcharr/4.8.1/.helmignore similarity index 100% rename from stable/whoogle/10.5.1/.helmignore rename to stable/watcharr/4.8.1/.helmignore diff --git a/stable/watcharr/4.8.1/CHANGELOG.md b/stable/watcharr/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..233a2b0b2fb --- /dev/null +++ b/stable/watcharr/4.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watcharr-4.8.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- 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.8.0](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.8.1/Chart.yaml b/stable/watcharr/4.8.1/Chart.yaml new file mode 100644 index 00000000000..3a5420a9577 --- /dev/null +++ b/stable/watcharr/4.8.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.35.2 +dependencies: + - name: common + version: 20.2.2 + 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.8.1 diff --git a/stable/watcharr/4.6.1/README.md b/stable/watcharr/4.8.1/README.md similarity index 100% rename from stable/watcharr/4.6.1/README.md rename to stable/watcharr/4.8.1/README.md diff --git a/stable/watcharr/4.8.1/app-changelog.md b/stable/watcharr/4.8.1/app-changelog.md new file mode 100644 index 00000000000..4adf08e6e7d --- /dev/null +++ b/stable/watcharr/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [watcharr-4.8.1](https://github.com/truecharts/charts/compare/watcharr-4.7.0...watcharr-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/watcharr/4.8.1/app-readme.md similarity index 100% rename from stable/watcharr/4.6.1/app-readme.md rename to stable/watcharr/4.8.1/app-readme.md diff --git a/stable/watcharr/4.8.1/charts/common-20.2.2.tgz b/stable/watcharr/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/watcharr/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/watcharr/4.6.1/ix_values.yaml b/stable/watcharr/4.8.1/ix_values.yaml similarity index 100% rename from stable/watcharr/4.6.1/ix_values.yaml rename to stable/watcharr/4.8.1/ix_values.yaml diff --git a/stable/watcharr/4.6.1/questions.yaml b/stable/watcharr/4.8.1/questions.yaml similarity index 100% rename from stable/watcharr/4.6.1/questions.yaml rename to stable/watcharr/4.8.1/questions.yaml diff --git a/stable/wikijs/15.5.1/templates/NOTES.txt b/stable/watcharr/4.8.1/templates/NOTES.txt similarity index 100% rename from stable/wikijs/15.5.1/templates/NOTES.txt rename to stable/watcharr/4.8.1/templates/NOTES.txt diff --git a/stable/watcharr/4.6.1/templates/_secrets.tpl b/stable/watcharr/4.8.1/templates/_secrets.tpl similarity index 100% rename from stable/watcharr/4.6.1/templates/_secrets.tpl rename to stable/watcharr/4.8.1/templates/_secrets.tpl diff --git a/stable/watcharr/4.6.1/templates/common.yaml b/stable/watcharr/4.8.1/templates/common.yaml similarity index 100% rename from stable/watcharr/4.6.1/templates/common.yaml rename to stable/watcharr/4.8.1/templates/common.yaml diff --git a/stable/whoogle/10.5.1/values.yaml b/stable/watcharr/4.8.1/values.yaml similarity index 100% rename from stable/whoogle/10.5.1/values.yaml rename to stable/watcharr/4.8.1/values.yaml diff --git a/stable/watchyourlan/8.5.1/CHANGELOG.md b/stable/watchyourlan/8.5.1/CHANGELOG.md deleted file mode 100644 index a69bf68cedb..00000000000 --- a/stable/watchyourlan/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [watchyourlan-8.5.1](https://github.com/truecharts/charts/compare/watchyourlan-8.5.0...watchyourlan-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [watchyourlan-8.5.0](https://github.com/truecharts/charts/compare/watchyourlan-8.4.1...watchyourlan-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [watchyourlan-8.4.1](https://github.com/truecharts/charts/compare/watchyourlan-8.4.0...watchyourlan-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [watchyourlan-8.4.0](https://github.com/truecharts/charts/compare/watchyourlan-8.3.0...watchyourlan-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [watchyourlan-8.3.0](https://github.com/truecharts/charts/compare/watchyourlan-8.2.3...watchyourlan-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [watchyourlan-8.2.3](https://github.com/truecharts/charts/compare/watchyourlan-8.2.2...watchyourlan-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [watchyourlan-8.2.2](https://github.com/truecharts/charts/compare/watchyourlan-8.2.0...watchyourlan-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [watchyourlan-7.1.12](https://github.com/truecharts/charts/compare/watchyourlan-7.1.11...watchyourlan-7.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [watchyourlan-7.1.11](https://github.com/truecharts/charts/compare/watchyourlan-7.1.10...watchyourlan-7.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/watchyourlan/8.5.1/Chart.yaml b/stable/watchyourlan/8.5.1/Chart.yaml deleted file mode 100644 index 05d8d4ed2d1..00000000000 --- a/stable/watchyourlan/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/watchyourlan/8.5.1/charts/common-20.0.8.tgz b/stable/watchyourlan/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/watchyourlan/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wifi-card/5.5.1/.helmignore b/stable/watchyourlan/8.7.1/.helmignore similarity index 100% rename from stable/wifi-card/5.5.1/.helmignore rename to stable/watchyourlan/8.7.1/.helmignore diff --git a/stable/watchyourlan/8.7.1/CHANGELOG.md b/stable/watchyourlan/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dec3e5ef397 --- /dev/null +++ b/stable/watchyourlan/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [watchyourlan-8.7.1](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/watchyourlan/8.7.1/Chart.yaml new file mode 100644 index 00000000000..5592798bc79 --- /dev/null +++ b/stable/watchyourlan/8.7.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: 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.2 + 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.1 diff --git a/stable/watchyourlan/8.5.1/README.md b/stable/watchyourlan/8.7.1/README.md similarity index 100% rename from stable/watchyourlan/8.5.1/README.md rename to stable/watchyourlan/8.7.1/README.md diff --git a/stable/watchyourlan/8.7.1/app-changelog.md b/stable/watchyourlan/8.7.1/app-changelog.md new file mode 100644 index 00000000000..5dbac5b4c72 --- /dev/null +++ b/stable/watchyourlan/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [watchyourlan-8.7.1](https://github.com/truecharts/charts/compare/watchyourlan-8.6.0...watchyourlan-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/watchyourlan/8.7.1/app-readme.md similarity index 100% rename from stable/watchyourlan/8.5.1/app-readme.md rename to stable/watchyourlan/8.7.1/app-readme.md diff --git a/stable/watchyourlan/8.7.1/charts/common-20.2.2.tgz b/stable/watchyourlan/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/watchyourlan/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/watchyourlan/8.5.1/ix_values.yaml b/stable/watchyourlan/8.7.1/ix_values.yaml similarity index 100% rename from stable/watchyourlan/8.5.1/ix_values.yaml rename to stable/watchyourlan/8.7.1/ix_values.yaml diff --git a/stable/watchyourlan/8.5.1/questions.yaml b/stable/watchyourlan/8.7.1/questions.yaml similarity index 100% rename from stable/watchyourlan/8.5.1/questions.yaml rename to stable/watchyourlan/8.7.1/questions.yaml diff --git a/stable/wireguard/8.5.1/templates/NOTES.txt b/stable/watchyourlan/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/wireguard/8.5.1/templates/NOTES.txt rename to stable/watchyourlan/8.7.1/templates/NOTES.txt diff --git a/stable/website-shot/10.5.1/templates/common.yaml b/stable/watchyourlan/8.7.1/templates/common.yaml similarity index 100% rename from stable/website-shot/10.5.1/templates/common.yaml rename to stable/watchyourlan/8.7.1/templates/common.yaml diff --git a/stable/wifi-card/5.5.1/values.yaml b/stable/watchyourlan/8.7.1/values.yaml similarity index 100% rename from stable/wifi-card/5.5.1/values.yaml rename to stable/watchyourlan/8.7.1/values.yaml diff --git a/stable/webgrabplus/9.5.1/CHANGELOG.md b/stable/webgrabplus/9.5.1/CHANGELOG.md deleted file mode 100644 index 0c99ffe8534..00000000000 --- a/stable/webgrabplus/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webgrabplus-9.5.1](https://github.com/truecharts/charts/compare/webgrabplus-9.5.0...webgrabplus-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [webgrabplus-9.5.0](https://github.com/truecharts/charts/compare/webgrabplus-9.4.2...webgrabplus-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [webgrabplus-9.4.2](https://github.com/truecharts/charts/compare/webgrabplus-9.4.1...webgrabplus-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/linuxserver/webgrabplus to 5.1.4[@e4aef47](https://github.com/e4aef47) by renovate ([#19017](https://github.com/truecharts/charts/issues/19017)) - - -## [webgrabplus-9.4.1](https://github.com/truecharts/charts/compare/webgrabplus-9.4.0...webgrabplus-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [webgrabplus-9.4.0](https://github.com/truecharts/charts/compare/webgrabplus-9.3.0...webgrabplus-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [webgrabplus-9.3.0](https://github.com/truecharts/charts/compare/webgrabplus-9.2.3...webgrabplus-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [webgrabplus-9.2.3](https://github.com/truecharts/charts/compare/webgrabplus-9.2.2...webgrabplus-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [webgrabplus-9.2.2](https://github.com/truecharts/charts/compare/webgrabplus-9.2.0...webgrabplus-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - diff --git a/stable/webgrabplus/9.5.1/Chart.yaml b/stable/webgrabplus/9.5.1/Chart.yaml deleted file mode 100644 index 751c612ce64..00000000000 --- a/stable/webgrabplus/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/webgrabplus/9.5.1/charts/common-20.0.8.tgz b/stable/webgrabplus/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/webgrabplus/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wikijs/15.5.1/.helmignore b/stable/webgrabplus/9.7.1/.helmignore similarity index 100% rename from stable/wikijs/15.5.1/.helmignore rename to stable/webgrabplus/9.7.1/.helmignore diff --git a/stable/webgrabplus/9.7.1/CHANGELOG.md b/stable/webgrabplus/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..cef17cb9eb5 --- /dev/null +++ b/stable/webgrabplus/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webgrabplus-9.7.1](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/webgrabplus/9.7.1/Chart.yaml new file mode 100644 index 00000000000..4165d56ba79 --- /dev/null +++ b/stable/webgrabplus/9.7.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: 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.2 + 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.1 diff --git a/stable/webgrabplus/9.5.1/README.md b/stable/webgrabplus/9.7.1/README.md similarity index 100% rename from stable/webgrabplus/9.5.1/README.md rename to stable/webgrabplus/9.7.1/README.md diff --git a/stable/webgrabplus/9.7.1/app-changelog.md b/stable/webgrabplus/9.7.1/app-changelog.md new file mode 100644 index 00000000000..d8838683277 --- /dev/null +++ b/stable/webgrabplus/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [webgrabplus-9.7.1](https://github.com/truecharts/charts/compare/webgrabplus-9.6.0...webgrabplus-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/webgrabplus/9.7.1/app-readme.md similarity index 100% rename from stable/webgrabplus/9.5.1/app-readme.md rename to stable/webgrabplus/9.7.1/app-readme.md diff --git a/stable/webgrabplus/9.7.1/charts/common-20.2.2.tgz b/stable/webgrabplus/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/webgrabplus/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/webgrabplus/9.5.1/ix_values.yaml b/stable/webgrabplus/9.7.1/ix_values.yaml similarity index 100% rename from stable/webgrabplus/9.5.1/ix_values.yaml rename to stable/webgrabplus/9.7.1/ix_values.yaml diff --git a/stable/webgrabplus/9.5.1/questions.yaml b/stable/webgrabplus/9.7.1/questions.yaml similarity index 100% rename from stable/webgrabplus/9.5.1/questions.yaml rename to stable/webgrabplus/9.7.1/questions.yaml diff --git a/stable/wizarr/6.5.1/templates/NOTES.txt b/stable/webgrabplus/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/wizarr/6.5.1/templates/NOTES.txt rename to stable/webgrabplus/9.7.1/templates/NOTES.txt diff --git a/stable/wekan/14.11.0/templates/common.yaml b/stable/webgrabplus/9.7.1/templates/common.yaml similarity index 100% rename from stable/wekan/14.11.0/templates/common.yaml rename to stable/webgrabplus/9.7.1/templates/common.yaml diff --git a/stable/wikijs/15.5.1/values.yaml b/stable/webgrabplus/9.7.1/values.yaml similarity index 100% rename from stable/wikijs/15.5.1/values.yaml rename to stable/webgrabplus/9.7.1/values.yaml diff --git a/stable/weblate/13.5.4/CHANGELOG.md b/stable/weblate/13.5.4/CHANGELOG.md deleted file mode 100644 index 3393313ca8e..00000000000 --- a/stable/weblate/13.5.4/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [weblate-13.5.4](https://github.com/truecharts/charts/compare/weblate-13.5.3...weblate-13.5.4) (2024-03-13) - -### Chore - - - -- update container image redis to v13.0.3[@851ad76](https://github.com/851ad76) by renovate ([#19185](https://github.com/truecharts/charts/issues/19185)) - - -## [weblate-13.5.3](https://github.com/truecharts/charts/compare/weblate-13.5.2...weblate-13.5.3) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [weblate-13.5.2](https://github.com/truecharts/charts/compare/weblate-13.5.1...weblate-13.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [weblate-13.5.1](https://github.com/truecharts/charts/compare/weblate-13.5.0...weblate-13.5.1) (2024-03-12) - -### Chore - - - -- update container image redis to v13.0.1[@59b7b0e](https://github.com/59b7b0e) by renovate ([#19168](https://github.com/truecharts/charts/issues/19168)) - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [weblate-13.5.0](https://github.com/truecharts/charts/compare/weblate-13.4.1...weblate-13.5.0) (2024-03-11) - -### Chore - - - -- update container image redis to v13.0.0[@eb8bd23](https://github.com/eb8bd23) by renovate ([#19146](https://github.com/truecharts/charts/issues/19146)) - - -## [weblate-13.4.1](https://github.com/truecharts/charts/compare/weblate-13.4.0...weblate-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [weblate-13.4.0](https://github.com/truecharts/charts/compare/weblate-13.3.0...weblate-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [weblate-13.3.0](https://github.com/truecharts/charts/compare/weblate-13.2.3...weblate-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [weblate-13.2.3](https://github.com/truecharts/charts/compare/weblate-13.2.2...weblate-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [weblate-13.2.2](https://github.com/truecharts/charts/compare/weblate-13.2.0...weblate-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases \ No newline at end of file diff --git a/stable/weblate/13.5.4/Chart.yaml b/stable/weblate/13.5.4/Chart.yaml deleted file mode 100644 index 429bf313dbf..00000000000 --- a/stable/weblate/13.5.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: 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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: redis - version: 13.0.3 - 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.5.4 diff --git a/stable/weblate/13.5.4/charts/common-20.0.9.tgz b/stable/weblate/13.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/weblate/13.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/weblate/13.5.4/charts/redis-13.0.3.tgz b/stable/weblate/13.5.4/charts/redis-13.0.3.tgz deleted file mode 100644 index f04b6a89dbf..00000000000 Binary files a/stable/weblate/13.5.4/charts/redis-13.0.3.tgz and /dev/null differ diff --git a/stable/wireguard/8.5.1/.helmignore b/stable/weblate/13.7.1/.helmignore similarity index 100% rename from stable/wireguard/8.5.1/.helmignore rename to stable/weblate/13.7.1/.helmignore diff --git a/stable/weblate/13.7.1/CHANGELOG.md b/stable/weblate/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..5eb55b0432f --- /dev/null +++ b/stable/weblate/13.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [weblate-13.7.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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.7.0](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.0) (2024-03-16) + +### Chore + + + +- update container 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/weblate/13.7.1/Chart.yaml b/stable/weblate/13.7.1/Chart.yaml new file mode 100644 index 00000000000..13e1e4597a2 --- /dev/null +++ b/stable/weblate/13.7.1/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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: redis + version: 13.0.5 + 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.7.1 diff --git a/stable/weblate/13.5.4/README.md b/stable/weblate/13.7.1/README.md similarity index 100% rename from stable/weblate/13.5.4/README.md rename to stable/weblate/13.7.1/README.md diff --git a/stable/weblate/13.7.1/app-changelog.md b/stable/weblate/13.7.1/app-changelog.md new file mode 100644 index 00000000000..09d769b43a8 --- /dev/null +++ b/stable/weblate/13.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [weblate-13.7.1](https://github.com/truecharts/charts/compare/weblate-13.6.0...weblate-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/stable/weblate/13.7.1/app-readme.md similarity index 100% rename from stable/weblate/13.5.4/app-readme.md rename to stable/weblate/13.7.1/app-readme.md diff --git a/stable/weblate/13.7.1/charts/common-20.2.2.tgz b/stable/weblate/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/weblate/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/weblate/13.7.1/charts/redis-13.0.5.tgz b/stable/weblate/13.7.1/charts/redis-13.0.5.tgz new file mode 100644 index 00000000000..0a7cbf06506 Binary files /dev/null and b/stable/weblate/13.7.1/charts/redis-13.0.5.tgz differ diff --git a/stable/weblate/13.5.4/ix_values.yaml b/stable/weblate/13.7.1/ix_values.yaml similarity index 100% rename from stable/weblate/13.5.4/ix_values.yaml rename to stable/weblate/13.7.1/ix_values.yaml diff --git a/stable/weblate/13.5.4/questions.yaml b/stable/weblate/13.7.1/questions.yaml similarity index 100% rename from stable/weblate/13.5.4/questions.yaml rename to stable/weblate/13.7.1/questions.yaml diff --git a/stable/wyoming-piper/4.6.1/templates/NOTES.txt b/stable/weblate/13.7.1/templates/NOTES.txt similarity index 100% rename from stable/wyoming-piper/4.6.1/templates/NOTES.txt rename to stable/weblate/13.7.1/templates/NOTES.txt diff --git a/stable/weblate/13.5.4/templates/_configmap.tpl b/stable/weblate/13.7.1/templates/_configmap.tpl similarity index 100% rename from stable/weblate/13.5.4/templates/_configmap.tpl rename to stable/weblate/13.7.1/templates/_configmap.tpl diff --git a/stable/weblate/13.5.4/templates/common.yaml b/stable/weblate/13.7.1/templates/common.yaml similarity index 100% rename from stable/weblate/13.5.4/templates/common.yaml rename to stable/weblate/13.7.1/templates/common.yaml diff --git a/stable/wireguard/8.5.1/values.yaml b/stable/weblate/13.7.1/values.yaml similarity index 100% rename from stable/wireguard/8.5.1/values.yaml rename to stable/weblate/13.7.1/values.yaml diff --git a/stable/webnut/8.5.1/CHANGELOG.md b/stable/webnut/8.5.1/CHANGELOG.md deleted file mode 100644 index 0d5e6ea88ba..00000000000 --- a/stable/webnut/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webnut-8.5.1](https://github.com/truecharts/charts/compare/webnut-8.5.0...webnut-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [webnut-8.5.0](https://github.com/truecharts/charts/compare/webnut-8.4.1...webnut-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [webnut-8.4.1](https://github.com/truecharts/charts/compare/webnut-8.4.0...webnut-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [webnut-8.4.0](https://github.com/truecharts/charts/compare/webnut-8.3.0...webnut-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [webnut-8.3.0](https://github.com/truecharts/charts/compare/webnut-8.2.3...webnut-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [webnut-8.2.3](https://github.com/truecharts/charts/compare/webnut-8.2.2...webnut-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [webnut-8.2.2](https://github.com/truecharts/charts/compare/webnut-8.2.0...webnut-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [webnut-7.1.11](https://github.com/truecharts/charts/compare/webnut-7.1.10...webnut-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [webnut-7.1.10](https://github.com/truecharts/charts/compare/webnut-7.1.9...webnut-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/webnut/8.5.1/Chart.yaml b/stable/webnut/8.5.1/Chart.yaml deleted file mode 100644 index fa16692a4cb..00000000000 --- a/stable/webnut/8.5.1/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.0.8 - 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.5.1 diff --git a/stable/webnut/8.5.1/charts/common-20.0.8.tgz b/stable/webnut/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/webnut/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wizarr/6.5.1/.helmignore b/stable/webnut/8.7.1/.helmignore similarity index 100% rename from stable/wizarr/6.5.1/.helmignore rename to stable/webnut/8.7.1/.helmignore diff --git a/stable/webnut/8.7.1/CHANGELOG.md b/stable/webnut/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..720509bb635 --- /dev/null +++ b/stable/webnut/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webnut-8.7.1](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/webnut/8.7.1/Chart.yaml new file mode 100644 index 00000000000..f76a576baf8 --- /dev/null +++ b/stable/webnut/8.7.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: 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.2 + 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.1 diff --git a/stable/webnut/8.5.1/README.md b/stable/webnut/8.7.1/README.md similarity index 100% rename from stable/webnut/8.5.1/README.md rename to stable/webnut/8.7.1/README.md diff --git a/stable/webnut/8.7.1/app-changelog.md b/stable/webnut/8.7.1/app-changelog.md new file mode 100644 index 00000000000..dae93752b5a --- /dev/null +++ b/stable/webnut/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [webnut-8.7.1](https://github.com/truecharts/charts/compare/webnut-8.6.0...webnut-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/webnut/8.7.1/app-readme.md similarity index 100% rename from stable/webnut/8.5.1/app-readme.md rename to stable/webnut/8.7.1/app-readme.md diff --git a/stable/webnut/8.7.1/charts/common-20.2.2.tgz b/stable/webnut/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/webnut/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/webnut/8.5.1/ix_values.yaml b/stable/webnut/8.7.1/ix_values.yaml similarity index 100% rename from stable/webnut/8.5.1/ix_values.yaml rename to stable/webnut/8.7.1/ix_values.yaml diff --git a/stable/webnut/8.5.1/questions.yaml b/stable/webnut/8.7.1/questions.yaml similarity index 100% rename from stable/webnut/8.5.1/questions.yaml rename to stable/webnut/8.7.1/questions.yaml diff --git a/stable/wyoming-whisper/4.5.1/templates/NOTES.txt b/stable/webnut/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/wyoming-whisper/4.5.1/templates/NOTES.txt rename to stable/webnut/8.7.1/templates/NOTES.txt diff --git a/stable/whisper-asr-webservice/4.5.1/templates/common.yaml b/stable/webnut/8.7.1/templates/common.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/templates/common.yaml rename to stable/webnut/8.7.1/templates/common.yaml diff --git a/stable/wizarr/6.5.1/values.yaml b/stable/webnut/8.7.1/values.yaml similarity index 100% rename from stable/wizarr/6.5.1/values.yaml rename to stable/webnut/8.7.1/values.yaml diff --git a/stable/webp-server/5.5.1/CHANGELOG.md b/stable/webp-server/5.5.1/CHANGELOG.md deleted file mode 100644 index 375c634e3c3..00000000000 --- a/stable/webp-server/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webp-server-5.5.1](https://github.com/truecharts/charts/compare/webp-server-5.5.0...webp-server-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [webp-server-5.5.0](https://github.com/truecharts/charts/compare/webp-server-5.4.1...webp-server-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [webp-server-5.4.1](https://github.com/truecharts/charts/compare/webp-server-5.4.0...webp-server-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [webp-server-5.4.0](https://github.com/truecharts/charts/compare/webp-server-5.3.0...webp-server-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [webp-server-5.3.0](https://github.com/truecharts/charts/compare/webp-server-5.2.4...webp-server-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [webp-server-5.2.4](https://github.com/truecharts/charts/compare/webp-server-5.2.3...webp-server-5.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [webp-server-5.2.3](https://github.com/truecharts/charts/compare/webp-server-5.2.1...webp-server-5.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [webp-server-4.1.13](https://github.com/truecharts/charts/compare/webp-server-4.1.12...webp-server-4.1.13) (2024-02-12) - -### Chore - - - -- update container image webpsh/webps to latest[@b5d59f3](https://github.com/b5d59f3) by renovate ([#18114](https://github.com/truecharts/charts/issues/18114)) - - -## [webp-server-4.1.12](https://github.com/truecharts/charts/compare/webp-server-4.1.11...webp-server-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) \ No newline at end of file diff --git a/stable/webp-server/5.5.1/Chart.yaml b/stable/webp-server/5.5.1/Chart.yaml deleted file mode 100644 index 10a2ad0e790..00000000000 --- a/stable/webp-server/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/webp-server/5.5.1/charts/common-20.0.8.tgz b/stable/webp-server/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/webp-server/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wordpress/7.9.1/.helmignore b/stable/webp-server/5.7.1/.helmignore similarity index 100% rename from stable/wordpress/7.9.1/.helmignore rename to stable/webp-server/5.7.1/.helmignore diff --git a/stable/webp-server/5.7.1/CHANGELOG.md b/stable/webp-server/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dcab8fe0036 --- /dev/null +++ b/stable/webp-server/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webp-server-5.7.1](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/webp-server/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1ba7463a907 --- /dev/null +++ b/stable/webp-server/5.7.1/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.2 + 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.1 diff --git a/stable/webp-server/5.5.1/README.md b/stable/webp-server/5.7.1/README.md similarity index 100% rename from stable/webp-server/5.5.1/README.md rename to stable/webp-server/5.7.1/README.md diff --git a/stable/webp-server/5.7.1/app-changelog.md b/stable/webp-server/5.7.1/app-changelog.md new file mode 100644 index 00000000000..dda55e2d9f5 --- /dev/null +++ b/stable/webp-server/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [webp-server-5.7.1](https://github.com/truecharts/charts/compare/webp-server-5.6.0...webp-server-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/webp-server/5.7.1/app-readme.md similarity index 100% rename from stable/webp-server/5.5.1/app-readme.md rename to stable/webp-server/5.7.1/app-readme.md diff --git a/stable/webp-server/5.7.1/charts/common-20.2.2.tgz b/stable/webp-server/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/webp-server/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/webp-server/5.5.1/ix_values.yaml b/stable/webp-server/5.7.1/ix_values.yaml similarity index 100% rename from stable/webp-server/5.5.1/ix_values.yaml rename to stable/webp-server/5.7.1/ix_values.yaml diff --git a/stable/webp-server/5.5.1/questions.yaml b/stable/webp-server/5.7.1/questions.yaml similarity index 100% rename from stable/webp-server/5.5.1/questions.yaml rename to stable/webp-server/5.7.1/questions.yaml diff --git a/stable/webp-server/5.5.1/templates/common.yaml b/stable/webp-server/5.7.1/templates/common.yaml similarity index 100% rename from stable/webp-server/5.5.1/templates/common.yaml rename to stable/webp-server/5.7.1/templates/common.yaml diff --git a/stable/wordpress/7.9.1/values.yaml b/stable/webp-server/5.7.1/values.yaml similarity index 100% rename from stable/wordpress/7.9.1/values.yaml rename to stable/webp-server/5.7.1/values.yaml diff --git a/stable/website-shot/10.5.1/CHANGELOG.md b/stable/website-shot/10.5.1/CHANGELOG.md deleted file mode 100644 index b5ab9351ba6..00000000000 --- a/stable/website-shot/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [website-shot-10.5.1](https://github.com/truecharts/charts/compare/website-shot-10.5.0...website-shot-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [website-shot-10.5.0](https://github.com/truecharts/charts/compare/website-shot-10.4.1...website-shot-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [website-shot-10.4.1](https://github.com/truecharts/charts/compare/website-shot-10.4.0...website-shot-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [website-shot-10.4.0](https://github.com/truecharts/charts/compare/website-shot-10.3.0...website-shot-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [website-shot-10.3.0](https://github.com/truecharts/charts/compare/website-shot-10.2.3...website-shot-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [website-shot-10.2.3](https://github.com/truecharts/charts/compare/website-shot-10.2.2...website-shot-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [website-shot-10.2.2](https://github.com/truecharts/charts/compare/website-shot-10.2.0...website-shot-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [website-shot-9.1.11](https://github.com/truecharts/charts/compare/website-shot-9.1.10...website-shot-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [website-shot-9.1.10](https://github.com/truecharts/charts/compare/website-shot-9.1.9...website-shot-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/website-shot/10.5.1/Chart.yaml b/stable/website-shot/10.5.1/Chart.yaml deleted file mode 100644 index 73705a056ba..00000000000 --- a/stable/website-shot/10.5.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: latest -dependencies: - - name: common - version: 20.0.8 - 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.5.1 diff --git a/stable/website-shot/10.5.1/charts/common-20.0.8.tgz b/stable/website-shot/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/website-shot/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.6.1/.helmignore b/stable/website-shot/10.7.1/.helmignore similarity index 100% rename from stable/wyoming-piper/4.6.1/.helmignore rename to stable/website-shot/10.7.1/.helmignore diff --git a/stable/website-shot/10.7.1/CHANGELOG.md b/stable/website-shot/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..41d2958a87e --- /dev/null +++ b/stable/website-shot/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [website-shot-10.7.1](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/website-shot/10.7.1/Chart.yaml new file mode 100644 index 00000000000..6c18f6ceb68 --- /dev/null +++ b/stable/website-shot/10.7.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: 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.2 + 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.1 diff --git a/stable/website-shot/10.5.1/README.md b/stable/website-shot/10.7.1/README.md similarity index 100% rename from stable/website-shot/10.5.1/README.md rename to stable/website-shot/10.7.1/README.md diff --git a/stable/website-shot/10.7.1/app-changelog.md b/stable/website-shot/10.7.1/app-changelog.md new file mode 100644 index 00000000000..49dfa621e9c --- /dev/null +++ b/stable/website-shot/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [website-shot-10.7.1](https://github.com/truecharts/charts/compare/website-shot-10.6.0...website-shot-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/website-shot/10.7.1/app-readme.md similarity index 100% rename from stable/website-shot/10.5.1/app-readme.md rename to stable/website-shot/10.7.1/app-readme.md diff --git a/stable/website-shot/10.7.1/charts/common-20.2.2.tgz b/stable/website-shot/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/website-shot/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/website-shot/10.5.1/ix_values.yaml b/stable/website-shot/10.7.1/ix_values.yaml similarity index 100% rename from stable/website-shot/10.5.1/ix_values.yaml rename to stable/website-shot/10.7.1/ix_values.yaml diff --git a/stable/website-shot/10.5.1/questions.yaml b/stable/website-shot/10.7.1/questions.yaml similarity index 100% rename from stable/website-shot/10.5.1/questions.yaml rename to stable/website-shot/10.7.1/questions.yaml diff --git a/stable/xen-orchestra/8.6.2/templates/NOTES.txt b/stable/website-shot/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/xen-orchestra/8.6.2/templates/NOTES.txt rename to stable/website-shot/10.7.1/templates/NOTES.txt diff --git a/stable/whoogle/10.5.1/templates/common.yaml b/stable/website-shot/10.7.1/templates/common.yaml similarity index 100% rename from stable/whoogle/10.5.1/templates/common.yaml rename to stable/website-shot/10.7.1/templates/common.yaml diff --git a/stable/wyoming-piper/4.6.1/values.yaml b/stable/website-shot/10.7.1/values.yaml similarity index 100% rename from stable/wyoming-piper/4.6.1/values.yaml rename to stable/website-shot/10.7.1/values.yaml diff --git a/stable/webtop/9.5.2/CHANGELOG.md b/stable/webtop/9.5.2/CHANGELOG.md deleted file mode 100644 index 253b66128c8..00000000000 --- a/stable/webtop/9.5.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [webtop-9.5.2](https://github.com/truecharts/charts/compare/webtop-9.5.1...webtop-9.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [webtop-9.5.1](https://github.com/truecharts/charts/compare/webtop-9.5.0...webtop-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [webtop-9.5.0](https://github.com/truecharts/charts/compare/webtop-9.4.25...webtop-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [webtop-9.4.25](https://github.com/truecharts/charts/compare/webtop-9.4.1...webtop-9.4.25) (2024-03-11) - -### Chore - - - -- update webtop by renovate ([#19051](https://github.com/truecharts/charts/issues/19051)) - - -## [webtop-9.4.1](https://github.com/truecharts/charts/compare/webtop-9.4.0...webtop-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [webtop-9.4.0](https://github.com/truecharts/charts/compare/webtop-9.3.0...webtop-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [webtop-9.3.0](https://github.com/truecharts/charts/compare/webtop-9.2.27...webtop-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [webtop-9.2.27](https://github.com/truecharts/charts/compare/webtop-9.2.26...webtop-9.2.27) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [webtop-9.2.26](https://github.com/truecharts/charts/compare/webtop-9.2.24...webtop-9.2.26) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/webtop/9.5.2/Chart.yaml b/stable/webtop/9.5.2/Chart.yaml deleted file mode 100644 index 2a4e1f24482..00000000000 --- a/stable/webtop/9.5.2/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.0.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.5.2 diff --git a/stable/webtop/9.5.2/charts/common-20.0.9.tgz b/stable/webtop/9.5.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/webtop/9.5.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/webtop/9.5.2/ix_values.yaml b/stable/webtop/9.5.2/ix_values.yaml deleted file mode 100644 index 0934a87bec6..00000000000 --- a/stable/webtop/9.5.2/ix_values.yaml +++ /dev/null @@ -1,125 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: lscr.io/linuxserver/webtop - tag: latest@sha256:25be9a2deb70521eb43b27bd94b51999893031575f6b23f32daa071925d4a542 -ubuntuXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-xfce@sha256:cb01d90162b033b3b8ff772d0392e8d4aea82269057985bfc82cb417ec598020 - pullPolicy: Always -fedoraXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-xfce@sha256:f00ef878d163fba418b776999fa357f42347043c40bae022002f16ee74b345af - pullPolicy: Always -archXFCEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-xfce@sha256:58ba55a808a92338c8d4bac7565452764214a145f118ed9a2f798cd8f8a8913a - pullPolicy: Always -alpineKDEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-kde@sha256:0516d9ded4b783dd657fe6b3aebae3108b650d7ef10af669a9b2e39173ca0c37 - pullPolicy: Always -ubuntuKDEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-kde@sha256:dfb9ae688d973b2a4f44075230f6d44b523e07ad8aa915a71bf01393d0991ccc - pullPolicy: Always -fedoraKDEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-kde@sha256:b23c4cc72f9b12a1ef5ce488f406f3786117c53f18fb7ca2b0273d3ab2332076 - pullPolicy: Always -archKDEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-kde@sha256:09873f706df625eb7c78d0acb9d1ddecdaf9d23513ed44e71cd8cde5bc985842 - pullPolicy: Always -alpineMATEImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-mate@sha256:9c9acbe10aa63b344264ddf36d96c6237c0b4c7b38f664f17414bf806a06f519 - pullPolicy: Always -ubuntuMATEImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-mate@sha256:e8e75c76e7278b798dc52c1a83a3cbfb02b02cfa87a3987686f034bb36454b69 - pullPolicy: Always -fedoraMATEImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-mate@sha256:38041c4bb9f349f9f582113aea527e40fbb12f3e548d91b4f3bb51414ea25903 - pullPolicy: Always -archMATEImage: - repository: lscr.io/linuxserver/webtop - tag: arch-mate@sha256:75f9dc60fc51a5fb1ee512136b794fcb7ef09fa634d20f83deeedd57c95d7acd - pullPolicy: Always -alpineI3Image: - repository: lscr.io/linuxserver/webtop - tag: alpine-i3@sha256:741c018275367b0e77ff1cfe5804a5df4d4cd42ebb4a128b82f6aeb7ebd07e33 - pullPolicy: Always -ubuntuI3Image: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-i3@sha256:10d50b759fd0e85b3dcf25aa8fdaf4dbf892fed2c767a4b443d0d25a371fe449 - pullPolicy: Always -fedoraI3Image: - repository: lscr.io/linuxserver/webtop - tag: fedora-i3@sha256:97ca8b8c9ef5c77aa523fc510d06abd6445e45c143a6baf7c8ebf8a01ac036de - pullPolicy: Always -archI3Image: - repository: lscr.io/linuxserver/webtop - tag: arch-i3@sha256:b563c1ede0aadf8b5ebac7900633212b3c1d62388d7468bc3816029d831aa29e - pullPolicy: Always -alpineOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-openbox@sha256:4a1e337d0a08eb9222ca0e94a8e286aa8b88d0f6e14f10d5a998fe7235314e67 - pullPolicy: Always -ubuntuOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-openbox@sha256:1e57d80e24c233ccef1071088a661a22adcbc619bb27411672bd402e549ee84a - pullPolicy: Always -fedoraOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-openbox@sha256:7979b04c7ba2f750488371325fb0edb9fc3c3414b3f68f55f779ce19cd231f40 - pullPolicy: Always -archOpenBoxImage: - repository: lscr.io/linuxserver/webtop - tag: arch-openbox@sha256:e51ac399e4691430b598715b95e5e66de93a3adee1464ebd86aac0ee58d1e2a2 - pullPolicy: Always -alpineICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: alpine-icewm@sha256:b1f3a822c40605646e9b0de13efe515db46dcccfde85b9d5a1d98ae4692e104b - pullPolicy: Always -ubuntuICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: ubuntu-icewm@sha256:e02fdc10de81c31675fc9c6ff6b584740cd6f089cad471ee32f9388ef344675a - pullPolicy: Always -fedoraICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: fedora-icewm@sha256:5e8a30a8c332cb91766adea3637bc4dee705de0ea4f176d214dc8357faa83fa0 - pullPolicy: Always -archICEWMImage: - repository: lscr.io/linuxserver/webtop - tag: arch-icewm@sha256:78779129132870896d42f5b328455f98705f23c44fc9b3b9d79976fb7018f168 - 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/wyoming-whisper/4.5.1/.helmignore b/stable/webtop/9.7.1/.helmignore similarity index 100% rename from stable/wyoming-whisper/4.5.1/.helmignore rename to stable/webtop/9.7.1/.helmignore diff --git a/stable/webtop/9.7.1/CHANGELOG.md b/stable/webtop/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d2e3dca1784 --- /dev/null +++ b/stable/webtop/9.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [webtop-9.7.1](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.0) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/stable/webtop/9.7.1/Chart.yaml b/stable/webtop/9.7.1/Chart.yaml new file mode 100644 index 00000000000..0d814298ada --- /dev/null +++ b/stable/webtop/9.7.1/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.2 + 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.1 diff --git a/stable/webtop/9.5.2/README.md b/stable/webtop/9.7.1/README.md similarity index 100% rename from stable/webtop/9.5.2/README.md rename to stable/webtop/9.7.1/README.md diff --git a/stable/webtop/9.7.1/app-changelog.md b/stable/webtop/9.7.1/app-changelog.md new file mode 100644 index 00000000000..87d03a49969 --- /dev/null +++ b/stable/webtop/9.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [webtop-9.7.1](https://github.com/truecharts/charts/compare/webtop-9.6.0...webtop-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- 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.5.2/app-readme.md b/stable/webtop/9.7.1/app-readme.md similarity index 100% rename from stable/webtop/9.5.2/app-readme.md rename to stable/webtop/9.7.1/app-readme.md diff --git a/stable/webtop/9.7.1/charts/common-20.2.2.tgz b/stable/webtop/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/webtop/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/webtop/9.7.1/ix_values.yaml b/stable/webtop/9.7.1/ix_values.yaml new file mode 100644 index 00000000000..e5c7e088d48 --- /dev/null +++ b/stable/webtop/9.7.1/ix_values.yaml @@ -0,0 +1,125 @@ +image: + pullPolicy: IfNotPresent + repository: lscr.io/linuxserver/webtop + tag: latest@sha256:242ee3db463cef9232b2297b5a318c1b784737c4bca4cf8a0424b1a86e42971e +ubuntuXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-xfce@sha256:0bb565274bcb96073251d5ddfa73b24f09f6cf5fda1ef6f8bf673ae71d6d354d + pullPolicy: Always +fedoraXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-xfce@sha256:d82c158c4e3c68af9bfc40d7a2b1ef3284cd0355a82851751127084c10ca6d74 + pullPolicy: Always +archXFCEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-xfce@sha256:afd4e7aa2ecc9bae3b0c9008614cab99aaddc67e08597610bb4c992da4f8eded + pullPolicy: Always +alpineKDEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-kde@sha256:b3cb5c56843796f4715e8ec5e1e98eb8a3c087d4307f9dff08d9d29c745c665c + pullPolicy: Always +ubuntuKDEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-kde@sha256:99ae16deb1229dab7f5cd522b624a8bf570e8af01e8ec2e1e1eef981fbc65f7f + pullPolicy: Always +fedoraKDEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-kde@sha256:8c09254d61ea305854693e2b6e010d020465e6380c0cfb1e0691f7c21eb5e6b8 + pullPolicy: Always +archKDEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-kde@sha256:62e0d7833d70e35eafdfe34fcc327e1b58ebd030d1151d3b46406f1b840597a6 + pullPolicy: Always +alpineMATEImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-mate@sha256:20d1235034467260af3f0248ac8e05b63e04a04c0b7a181ec41c0ef1a2ff810b + pullPolicy: Always +ubuntuMATEImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-mate@sha256:631fefdedfa8c2960c42cd70b844c0a9e7f3d91a208115293ac22e328d461c14 + pullPolicy: Always +fedoraMATEImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-mate@sha256:d3b0a29999f96f1d5d3164e39d2c3414d829aed9c4a7a3c07289b72c74c7c741 + pullPolicy: Always +archMATEImage: + repository: lscr.io/linuxserver/webtop + tag: arch-mate@sha256:34668eec23f574a1ceb9375a77efe899bd2d5574a7d96bb3a4eede2d9b4c13d9 + pullPolicy: Always +alpineI3Image: + repository: lscr.io/linuxserver/webtop + tag: alpine-i3@sha256:aca316b1c6d6995b545190e667a31d046954c873f87ee6287848fd6c24708dd8 + pullPolicy: Always +ubuntuI3Image: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-i3@sha256:70a44db69500851682c980b57c61b424dc3b383c7acdce5f2dfd761e1ae13f38 + pullPolicy: Always +fedoraI3Image: + repository: lscr.io/linuxserver/webtop + tag: fedora-i3@sha256:6c6bdab080de4946eb2492eb4977e3923ed1f91abebeff075c96beacca29c059 + pullPolicy: Always +archI3Image: + repository: lscr.io/linuxserver/webtop + tag: arch-i3@sha256:d93a584907dfaba735a54fbfa5a264f7ad162263bef03b07f5c94d4fca71275a + pullPolicy: Always +alpineOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-openbox@sha256:0ad88a4b4bc9306046f60ac841fcfd47a8f68fb1cb7966785b7ebd1592d605f6 + pullPolicy: Always +ubuntuOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-openbox@sha256:88981bf5a85029ac915200ce335440716d16630977ead35e807d735369c5cccb + pullPolicy: Always +fedoraOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-openbox@sha256:5ccf139aaf2e7768371ad1e92013a64db3e5401cd3f21c4d3f26075a615ab0fe + pullPolicy: Always +archOpenBoxImage: + repository: lscr.io/linuxserver/webtop + tag: arch-openbox@sha256:a9a84df7d6e9f595f18ff6f1a15715da90e3848afa890a1e758ceef1f8721643 + pullPolicy: Always +alpineICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: alpine-icewm@sha256:62cc796efee2e576b7b08233df642f4e4a316d2c95dd0e067bd64b4287f4b27e + pullPolicy: Always +ubuntuICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: ubuntu-icewm@sha256:2695e13ef23862667fb5cbbf39452e04c6bf2cfbba7b3b9f148cd2078ce83d70 + pullPolicy: Always +fedoraICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: fedora-icewm@sha256:4271b7653b530d472d40254a5f2119647afde30e3a077c9b262612dafd4711b8 + pullPolicy: Always +archICEWMImage: + repository: lscr.io/linuxserver/webtop + tag: arch-icewm@sha256:6b1cf0f72af2a5b6f64fe295d0a053110cae0fa026bffb72439b95d8124bf247 + 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.5.2/questions.yaml b/stable/webtop/9.7.1/questions.yaml similarity index 100% rename from stable/webtop/9.5.2/questions.yaml rename to stable/webtop/9.7.1/questions.yaml diff --git a/stable/xteve/13.5.1/templates/NOTES.txt b/stable/webtop/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/xteve/13.5.1/templates/NOTES.txt rename to stable/webtop/9.7.1/templates/NOTES.txt diff --git a/stable/webtop/9.5.2/templates/common.yaml b/stable/webtop/9.7.1/templates/common.yaml similarity index 100% rename from stable/webtop/9.5.2/templates/common.yaml rename to stable/webtop/9.7.1/templates/common.yaml diff --git a/stable/wyoming-whisper/4.5.1/values.yaml b/stable/webtop/9.7.1/values.yaml similarity index 100% rename from stable/wyoming-whisper/4.5.1/values.yaml rename to stable/webtop/9.7.1/values.yaml diff --git a/stable/wekan/14.11.0/CHANGELOG.md b/stable/wekan/14.11.0/CHANGELOG.md deleted file mode 100644 index e0776dddec4..00000000000 --- a/stable/wekan/14.11.0/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wekan-14.11.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.11.0) (2024-03-16) - -### Chore - - - -- 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)) - - -## [wekan-14.11.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.11.0) (2024-03-16) - -### Chore - - - -- 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)) - - -## [wekan-14.11.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.11.0) (2024-03-16) - -### Chore - - - -- 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)) - - -## [wekan-14.10.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.10.1) (2024-03-16) - -### Chore - - - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [wekan-14.10.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.10.1) (2024-03-16) - -### Chore - - - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [wekan-14.10.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.10.1) (2024-03-16) - -### Chore - - - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [wekan-14.10.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.10.1) (2024-03-16) - -### Chore - - - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [wekan-14.10.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.10.1) (2024-03-16) - -### Chore - - - -- update container image mongodb to v12.5.4[@82d3dea](https://github.com/82d3dea) by renovate ([#19321](https://github.com/truecharts/charts/issues/19321)) - - -## [wekan-14.10.0](https://github.com/truecharts/charts/compare/wekan-14.9.3...wekan-14.10.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [wekan-14.9.3](https://github.com/truecharts/charts/compare/wekan-14.9.2...wekan-14.9.3) (2024-03-13) - -### Chore \ No newline at end of file diff --git a/stable/wekan/14.11.0/Chart.yaml b/stable/wekan/14.11.0/Chart.yaml deleted file mode 100644 index 29c88adeffe..00000000000 --- a/stable/wekan/14.11.0/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.39.0 -dependencies: - - name: common - version: 20.1.5 - 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: 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.11.0 diff --git a/stable/wekan/14.11.0/app-changelog.md b/stable/wekan/14.11.0/app-changelog.md deleted file mode 100644 index d7719d94250..00000000000 --- a/stable/wekan/14.11.0/app-changelog.md +++ /dev/null @@ -1,11 +0,0 @@ - - -## [wekan-14.11.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.11.0) (2024-03-16) - -### Chore - - - -- 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)) \ No newline at end of file diff --git a/stable/wekan/14.11.0/charts/common-20.1.5.tgz b/stable/wekan/14.11.0/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/wekan/14.11.0/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/wekan/14.11.0/ix_values.yaml b/stable/wekan/14.11.0/ix_values.yaml deleted file mode 100644 index 6cf81148f67..00000000000 --- a/stable/wekan/14.11.0/ix_values.yaml +++ /dev/null @@ -1,159 +0,0 @@ -image: - repository: wekanteam/wekan - tag: v7.39@sha256:dd6c52748fe768a23db541b9892ba3a2f9660a554203cb1ff01bf25b79906d3a - pullPolicy: IfNotPresent -service: - main: - ports: - main: - port: 10192 - targetPort: 8080 -mongodb: - enabled: true - mongodbUsername: wekan - mongodbDatabase: wekan -persistence: - data: - enabled: true - mountPath: "/data" -portal: - open: - enabled: true -workload: - main: - podSpec: - containers: - main: - env: - WRITABLE_PATH: "/data" - # User Defined - ROOT_URL: "http://localhost:8080" - # BROWSER_POLICY_ENABLED: false - # TRUSTED_URL: "" - # LOGOUT_WITH_TIMER: false - # LOGOUT_IN: 0 - # LOGOUT_ON_HOURS: 0 - # LOGOUT_ON_MINUTES: 0 - # ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60 - # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60 - # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15 - # MAX_IMAGE_PIXEL: 1024 - # IMAGE_COMPRESS_RATIO: 80 - # MAIL_URL: "" - # MAIL_SERVICE_USER: "" - # MAIL_SERVICE_PASSWORD: "" - # MAIL_SERVICE: "" - # BIGEVENTS_PATTERN: "NONE" - # NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90 - # EMAIL_NOTIFICATION_TIMEOUT: 30000 - # NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0" - # NOTIFY_DUE_AT_HOUR_OF_DAY: 8 - # RESULTS_PER_PAGE: 20 - # RICHER_CARD_COMMENT_EDITOR: false - # CARD_OPENED_WEBHOOK_ENABLED: false - # PASSWORD_LOGIN_ENABLED: false - # WAIT_SPINNER: "Bounce" - # WITH_API: true - # WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" - # CORS: "*" - # CORS_ALLOW_HEADERS: "Authorization,Content-Type" - # CORS_EXPOSE_HEADERS: "*" - # MATOMO_ADDRESS: "" - # MATOMO_SITE_ID: 1 - # MATOMO_DO_NOT_TRACK: true - # MATOMO_WITH_USERNAME: true - # ORACLE_OIM_ENABLED: false - # OAUTH2_ENABLED: false - # OAUTH2_LOGIN_STYLE: "redirect" - # OAUTH2_CLIENT_ID: "" - # OAUTH2_SECRET: "" - # OAUTH2_SERVER_URL: "" - # OAUTH2_AUTH_ENDPOINT: "" - # OAUTH2_USERINFO_ENDPOINT: "" - # OAUTH2_TOKEN_ENDPOINT: "" - # OAUTH2_ID_MAP: "" - # OAUTH2_USERNAME_MAP: "" - # OAUTH2_FULLNAME_MAP: "" - # OAUTH2_EMAIL_MAP: "" - # OAUTH2_ID_TOKEN_WHITELIST_FIELDS: "" - # OAUTH2_REQUEST_PERMISSIONS: "" - # OAUTH2_CA_CERT: "" - # OAUTH2_ADFS_ENABLED: false - # LDAP_ENABLE: false - # DEFAULT_AUTHENTICATION_METHOD: "ldap" - # LDAP_PORT: 389 - # LDAP_HOST: "" - # LDAP_AD_SIMPLE_AUTH: false - # LDAP_USER_AUTHENTICATION: false - # LDAP_USER_AUTHENTICATION_FIELD: "uid" - # LDAP_DEFAULT_DOMAIN: "" - # LDAP_BASEDN: "" - # LDAP_LOGIN_FALLBACK: false - # LDAP_RECONNECT: true - # LDAP_TIMEOUT: 10000 - # LDAP_IDLE_TIMEOUT: 10000 - # LDAP_CONNECT_TIMEOUT: 10000 - # LDAP_AUTHENTIFICATION: true - # LDAP_AUTHENTIFICATION_USERDN: "" - # LDAP_AUTHENTIFICATION_PASSWORD: "" - # LDAP_LOG_ENABLED: true - # LDAP_BACKGROUND_SYNC: true - # LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour" - # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false - # LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false - # LDAP_ENCRYPTION: "false" - # LDAP_CA_CERT: "" - # LDAP_REJECT_UNAUTHORIZED: false - # LDAP_USER_SEARCH_FILTER: "" - # LDAP_USER_SEARCH_SCOPE: "one" - # LDAP_USER_SEARCH_FIELD: "" - # LDAP_SEARCH_PAGE_SIZE: 0 - # LDAP_SEARCH_SIZE_LIMIT: 0 - # LDAP_GROUP_FILTER_ENABLE: false - # LDAP_GROUP_FILTER_OBJECTCLASS: "" - # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: "" - # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: "" - # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: "" - # LDAP_GROUP_FILTER_GROUP_NAME: "" - # LDAP_UNIQUE_IDENTIFIER_FIELD: "" - # LDAP_UTF8_NAMES_SLUGIFY: true - # LDAP_USERNAME_FIELD: "" - # LDAP_FULLNAME_FIELD: "fullname" - # LDAP_MERGE_EXISTING_USERS: false - # LDAP_EMAIL_MATCH_ENABLE: true - # LDAP_EMAIL_MATCH_REQUIRE: true - # LDAP_EMAIL_MATCH_VERIFIED: true - # LDAP_EMAIL_FIELD: "mail" - # LDAP_SYNC_USER_DATA: false - # LDAP_SYNC_USER_DATA_FIELDMAP: "" - # LDAP_SYNC_GROUP_ROLES: "" - # LDAP_SYNC_ADMIN_STATUS: true - # LDAP_SYNC_ADMIN_GROUPS: "" - # HEADER_LOGIN_ID: "" - # HEADER_LOGIN_FIRSTNAME: "" - # HEADER_LOGIN_LASTNAME: "" - # HEADER_LOGIN_EMAIL: "" - # CAS_ENABLED: false - # CAS_BASE_URL: "" - # CAS_LOGIN_URL: "" - # CAS_VALIDATE_URL: "" - # SAML_ENABLED: false - # SAML_PROVIDER: "" - # SAML_ENTRYPOINT: "" - # SAML_ISSUER: "" - # SAML_CERT: "" - # SAML_IDPSLO_REDIRECTURL: "" - # SAML_PRIVATE_KEYFILE: "" - # SAML_PUBLIC_CERTFILE: "" - # SAML_IDENTIFIER_FORMAT: "" - # SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: "" - # SAML_ATTRIBUTES: "" - MONGO_URL: - secretKeyRef: - expandObjectName: false - name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}' - key: url diff --git a/stable/xen-orchestra/8.6.2/.helmignore b/stable/wekan/14.14.1/.helmignore similarity index 100% rename from stable/xen-orchestra/8.6.2/.helmignore rename to stable/wekan/14.14.1/.helmignore diff --git a/stable/wekan/14.14.1/CHANGELOG.md b/stable/wekan/14.14.1/CHANGELOG.md new file mode 100644 index 00000000000..7f9f6dd9b2b --- /dev/null +++ b/stable/wekan/14.14.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wekan-14.14.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.1) (2024-03-17) + +### Chore + + + +- update container 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)) + + +## [wekan-14.14.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [wekan-14.14.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [wekan-14.14.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [wekan-14.14.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.0) (2024-03-17) + +### Chore + + + +- 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)) + + +## [wekan-14.14.0](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/wekan/14.14.1/Chart.yaml b/stable/wekan/14.14.1/Chart.yaml new file mode 100644 index 00000000000..43da2c48cd0 --- /dev/null +++ b/stable/wekan/14.14.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 7.39.0 +dependencies: + - name: common + version: 20.2.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mongodb + version: 12.7.0 + 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.14.1 diff --git a/stable/wekan/14.11.0/README.md b/stable/wekan/14.14.1/README.md similarity index 100% rename from stable/wekan/14.11.0/README.md rename to stable/wekan/14.14.1/README.md diff --git a/stable/wekan/14.14.1/app-changelog.md b/stable/wekan/14.14.1/app-changelog.md new file mode 100644 index 00000000000..52dac76f15c --- /dev/null +++ b/stable/wekan/14.14.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wekan-14.14.1](https://github.com/truecharts/charts/compare/wekan-14.10.0...wekan-14.14.1) (2024-03-17) + +### Chore + + + +- update container 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)) \ No newline at end of file diff --git a/stable/wekan/14.11.0/app-readme.md b/stable/wekan/14.14.1/app-readme.md similarity index 100% rename from stable/wekan/14.11.0/app-readme.md rename to stable/wekan/14.14.1/app-readme.md diff --git a/stable/wekan/14.14.1/charts/common-20.2.2.tgz b/stable/wekan/14.14.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wekan/14.14.1/charts/common-20.2.2.tgz differ diff --git a/stable/wekan/14.14.1/charts/mongodb-12.7.0.tgz b/stable/wekan/14.14.1/charts/mongodb-12.7.0.tgz new file mode 100644 index 00000000000..e49c9ccfbda Binary files /dev/null and b/stable/wekan/14.14.1/charts/mongodb-12.7.0.tgz differ diff --git a/stable/wekan/14.14.1/ix_values.yaml b/stable/wekan/14.14.1/ix_values.yaml new file mode 100644 index 00000000000..c2c890493e5 --- /dev/null +++ b/stable/wekan/14.14.1/ix_values.yaml @@ -0,0 +1,159 @@ +image: + repository: wekanteam/wekan + tag: v7.40@sha256:ef8172f4e03986263cc54385a21faba18af142ac063a1bff97765e6a98ebcd0a + pullPolicy: IfNotPresent +service: + main: + ports: + main: + port: 10192 + targetPort: 8080 +mongodb: + enabled: true + mongodbUsername: wekan + mongodbDatabase: wekan +persistence: + data: + enabled: true + mountPath: "/data" +portal: + open: + enabled: true +workload: + main: + podSpec: + containers: + main: + env: + WRITABLE_PATH: "/data" + # User Defined + ROOT_URL: "http://localhost:8080" + # BROWSER_POLICY_ENABLED: false + # TRUSTED_URL: "" + # LOGOUT_WITH_TIMER: false + # LOGOUT_IN: 0 + # LOGOUT_ON_HOURS: 0 + # LOGOUT_ON_MINUTES: 0 + # ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS: 90 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURES_BEFORE: 3 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_PERIOD: 60 + # ACCOUNTS_LOCKOUT_KNOWN_USERS_FAILURE_WINDOW: 15 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURES_BERORE: 3 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_LOCKOUT_PERIOD: 60 + # ACCOUNTS_LOCKOUT_UNKNOWN_USERS_FAILURE_WINDOW: 15 + # MAX_IMAGE_PIXEL: 1024 + # IMAGE_COMPRESS_RATIO: 80 + # MAIL_URL: "" + # MAIL_SERVICE_USER: "" + # MAIL_SERVICE_PASSWORD: "" + # MAIL_SERVICE: "" + # BIGEVENTS_PATTERN: "NONE" + # NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE: 90 + # EMAIL_NOTIFICATION_TIMEOUT: 30000 + # NOTIFY_DUE_DAYS_BEFORE_AND_AFTER: "2,0" + # NOTIFY_DUE_AT_HOUR_OF_DAY: 8 + # RESULTS_PER_PAGE: 20 + # RICHER_CARD_COMMENT_EDITOR: false + # CARD_OPENED_WEBHOOK_ENABLED: false + # PASSWORD_LOGIN_ENABLED: false + # WAIT_SPINNER: "Bounce" + # WITH_API: true + # WEBHOOKS_ATTRIBUTES: "cardId,listId,oldListId,boardId,comment,user,card,commentId,swimlaneId,customerField,customFieldValue" + # CORS: "*" + # CORS_ALLOW_HEADERS: "Authorization,Content-Type" + # CORS_EXPOSE_HEADERS: "*" + # MATOMO_ADDRESS: "" + # MATOMO_SITE_ID: 1 + # MATOMO_DO_NOT_TRACK: true + # MATOMO_WITH_USERNAME: true + # ORACLE_OIM_ENABLED: false + # OAUTH2_ENABLED: false + # OAUTH2_LOGIN_STYLE: "redirect" + # OAUTH2_CLIENT_ID: "" + # OAUTH2_SECRET: "" + # OAUTH2_SERVER_URL: "" + # OAUTH2_AUTH_ENDPOINT: "" + # OAUTH2_USERINFO_ENDPOINT: "" + # OAUTH2_TOKEN_ENDPOINT: "" + # OAUTH2_ID_MAP: "" + # OAUTH2_USERNAME_MAP: "" + # OAUTH2_FULLNAME_MAP: "" + # OAUTH2_EMAIL_MAP: "" + # OAUTH2_ID_TOKEN_WHITELIST_FIELDS: "" + # OAUTH2_REQUEST_PERMISSIONS: "" + # OAUTH2_CA_CERT: "" + # OAUTH2_ADFS_ENABLED: false + # LDAP_ENABLE: false + # DEFAULT_AUTHENTICATION_METHOD: "ldap" + # LDAP_PORT: 389 + # LDAP_HOST: "" + # LDAP_AD_SIMPLE_AUTH: false + # LDAP_USER_AUTHENTICATION: false + # LDAP_USER_AUTHENTICATION_FIELD: "uid" + # LDAP_DEFAULT_DOMAIN: "" + # LDAP_BASEDN: "" + # LDAP_LOGIN_FALLBACK: false + # LDAP_RECONNECT: true + # LDAP_TIMEOUT: 10000 + # LDAP_IDLE_TIMEOUT: 10000 + # LDAP_CONNECT_TIMEOUT: 10000 + # LDAP_AUTHENTIFICATION: true + # LDAP_AUTHENTIFICATION_USERDN: "" + # LDAP_AUTHENTIFICATION_PASSWORD: "" + # LDAP_LOG_ENABLED: true + # LDAP_BACKGROUND_SYNC: true + # LDAP_BACKGROUND_SYNC_INTERVAL: "every 1 hour" + # LDAP_BACKGROUND_SYNC_KEEP_EXISTANT_USERS_UPDATED: false + # LDAP_BACKGROUND_SYNC_IMPORT_NEW_USERS: false + # LDAP_ENCRYPTION: "false" + # LDAP_CA_CERT: "" + # LDAP_REJECT_UNAUTHORIZED: false + # LDAP_USER_SEARCH_FILTER: "" + # LDAP_USER_SEARCH_SCOPE: "one" + # LDAP_USER_SEARCH_FIELD: "" + # LDAP_SEARCH_PAGE_SIZE: 0 + # LDAP_SEARCH_SIZE_LIMIT: 0 + # LDAP_GROUP_FILTER_ENABLE: false + # LDAP_GROUP_FILTER_OBJECTCLASS: "" + # LDAP_GROUP_FILTER_GROUP_ID_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_ATTRIBUTE: "" + # LDAP_GROUP_FILTER_GROUP_MEMBER_FORMAT: "" + # LDAP_GROUP_FILTER_GROUP_NAME: "" + # LDAP_UNIQUE_IDENTIFIER_FIELD: "" + # LDAP_UTF8_NAMES_SLUGIFY: true + # LDAP_USERNAME_FIELD: "" + # LDAP_FULLNAME_FIELD: "fullname" + # LDAP_MERGE_EXISTING_USERS: false + # LDAP_EMAIL_MATCH_ENABLE: true + # LDAP_EMAIL_MATCH_REQUIRE: true + # LDAP_EMAIL_MATCH_VERIFIED: true + # LDAP_EMAIL_FIELD: "mail" + # LDAP_SYNC_USER_DATA: false + # LDAP_SYNC_USER_DATA_FIELDMAP: "" + # LDAP_SYNC_GROUP_ROLES: "" + # LDAP_SYNC_ADMIN_STATUS: true + # LDAP_SYNC_ADMIN_GROUPS: "" + # HEADER_LOGIN_ID: "" + # HEADER_LOGIN_FIRSTNAME: "" + # HEADER_LOGIN_LASTNAME: "" + # HEADER_LOGIN_EMAIL: "" + # CAS_ENABLED: false + # CAS_BASE_URL: "" + # CAS_LOGIN_URL: "" + # CAS_VALIDATE_URL: "" + # SAML_ENABLED: false + # SAML_PROVIDER: "" + # SAML_ENTRYPOINT: "" + # SAML_ISSUER: "" + # SAML_CERT: "" + # SAML_IDPSLO_REDIRECTURL: "" + # SAML_PRIVATE_KEYFILE: "" + # SAML_PUBLIC_CERTFILE: "" + # SAML_IDENTIFIER_FORMAT: "" + # SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE: "" + # SAML_ATTRIBUTES: "" + MONGO_URL: + secretKeyRef: + expandObjectName: false + name: '{{ printf "%s-%s" .Release.Name "mongodbcreds" }}' + key: url diff --git a/stable/wekan/14.11.0/questions.yaml b/stable/wekan/14.14.1/questions.yaml similarity index 100% rename from stable/wekan/14.11.0/questions.yaml rename to stable/wekan/14.14.1/questions.yaml diff --git a/stable/xwiki/12.6.2/templates/NOTES.txt b/stable/wekan/14.14.1/templates/NOTES.txt similarity index 100% rename from stable/xwiki/12.6.2/templates/NOTES.txt rename to stable/wekan/14.14.1/templates/NOTES.txt diff --git a/stable/wikijs/15.5.1/templates/common.yaml b/stable/wekan/14.14.1/templates/common.yaml similarity index 100% rename from stable/wikijs/15.5.1/templates/common.yaml rename to stable/wekan/14.14.1/templates/common.yaml diff --git a/stable/xen-orchestra/8.6.2/values.yaml b/stable/wekan/14.14.1/values.yaml similarity index 100% rename from stable/xen-orchestra/8.6.2/values.yaml rename to stable/wekan/14.14.1/values.yaml diff --git a/stable/xmrig/6.5.1/.helmignore b/stable/wg-easy/12.1.1/.helmignore similarity index 100% rename from stable/xmrig/6.5.1/.helmignore rename to stable/wg-easy/12.1.1/.helmignore diff --git a/stable/wg-easy/12.1.1/CHANGELOG.md b/stable/wg-easy/12.1.1/CHANGELOG.md new file mode 100644 index 00000000000..292d5e94b94 --- /dev/null +++ b/stable/wg-easy/12.1.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wg-easy-12.1.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + + +## [wg-easy-12.1.0](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) diff --git a/stable/wg-easy/12.1.1/Chart.yaml b/stable/wg-easy/12.1.1/Chart.yaml new file mode 100644 index 00000000000..3812fe66404 --- /dev/null +++ b/stable/wg-easy/12.1.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: 12.0.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/wg-easy/12.1.1/README.md b/stable/wg-easy/12.1.1/README.md new file mode 100644 index 00000000000..451c41abbab --- /dev/null +++ b/stable/wg-easy/12.1.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/wg-easy) + +**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/wg-easy/12.1.1/app-changelog.md b/stable/wg-easy/12.1.1/app-changelog.md new file mode 100644 index 00000000000..ad37e9e9abe --- /dev/null +++ b/stable/wg-easy/12.1.1/app-changelog.md @@ -0,0 +1,15 @@ + + +## [wg-easy-12.1.1](https://github.com/truecharts/charts/compare/wg-easy-11.6.0...wg-easy-12.1.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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)) \ No newline at end of file diff --git a/stable/wg-easy/12.1.1/app-readme.md b/stable/wg-easy/12.1.1/app-readme.md new file mode 100644 index 00000000000..f7fe0ac8de8 --- /dev/null +++ b/stable/wg-easy/12.1.1/app-readme.md @@ -0,0 +1,8 @@ +The easiest way to run WireGuard VPN + Web-based Admin UI. + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/wg-easy](https://truecharts.org/charts/stable/wg-easy) + +--- + +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/wg-easy/12.1.1/charts/common-20.2.2.tgz b/stable/wg-easy/12.1.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wg-easy/12.1.1/charts/common-20.2.2.tgz differ diff --git a/stable/wg-easy/12.1.1/ix_values.yaml b/stable/wg-easy/12.1.1/ix_values.yaml new file mode 100644 index 00000000000..373b40d8da0 --- /dev/null +++ b/stable/wg-easy/12.1.1/ix_values.yaml @@ -0,0 +1,57 @@ +image: + repository: ghcr.io/wg-easy/wg-easy + pullPolicy: IfNotPresent + tag: 12@sha256:daa94b77901bdef3cb10151416c095e64cf66a6539fa8f748c09812b60b97f49 +securityContext: + container: + PUID: 0 + runAsUser: 0 + runAsGroup: 0 + readOnlyRootFilesystem: false + runAsNonRoot: false + capabilities: + add: + - NET_ADMIN + - NET_RAW + - SYS_MODULE +service: + main: + ports: + main: + port: 51821 + vpn: + enabled: true + ports: + vpn: + enabled: true + protocol: udp + port: 51820 +workload: + main: + podSpec: + containers: + main: + probes: + liveness: + type: tcp + readiness: + type: tcp + startup: + type: tcp + env: + WG_HOST: "localhost" + PORT: "{{ .Values.service.main.ports.main.port }}" + WG_PORT: "{{ .Values.service.vpn.ports.vpn.port }}" + WG_MTU: 0 + WG_PERSISTENT_KEEPALIVE: 0 + WG_DEFAULT_ADDRESS: "10.8.0.x" + WG_DEFAULT_DNS: "1.1.1.1" + WG_ALLOWED_IPS: "0.0.0.0/0, ::/0" + PASSWORD: "secretpass" +persistence: + config: + enabled: true + mountPath: "/etc/wireguard" +portal: + open: + enabled: true diff --git a/stable/wg-easy/12.1.1/questions.yaml b/stable/wg-easy/12.1.1/questions.yaml new file mode 100755 index 00000000000..8dd60ba48f3 --- /dev/null +++ b/stable/wg-easy/12.1.1/questions.yaml @@ -0,0 +1,2943 @@ +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: env + group: "App Configuration" + label: "Image Environment" + schema: + additional_attrs: true + type: dict + attrs: + - variable: WG_HOST + label: "WG_HOST" + description: "The public hostname of your VPN server." + schema: + type: string + required: true + default: "" + - variable: WG_MTU + label: "WG_MTU" + description: "The MTU the clients will use. Server uses default WG MTU." + schema: + type: int + default: 0 + - variable: WG_PERSISTENT_KEEPALIVE + label: "WG_PERSISTENT_KEEPALIVE" + description: "Value in seconds to keep the connection open." + schema: + type: int + default: 0 + - variable: WG_DEFAULT_ADDRESS + label: "WG_DEFAULT_ADDRESS" + description: "Clients IP address range." + schema: + type: string + default: "10.8.0.x" + - variable: WG_DEFAULT_DNS + label: "WG_DEFAULT_DNS" + description: "Clients default DNS IP" + schema: + type: string + default: "1.1.1.1" + - variable: WG_ALLOWED_IPS + label: "WG_ALLOWED_IPS" + description: "Allowed IPs clients will use." + schema: + type: string + default: "0.0.0.0/0, ::/0" + - variable: PASSWORD + label: "ADMIN_PASSWORD" + schema: + type: string + private: true + required: true + default: "" + - 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: "Web GUI 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: 51821 + required: true + - variable: vpn + label: "Wireguard Internal" + description: "Wireguard Internal Port" + 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: vpn + label: "Wireguard Interal Port" + description: "Omada Controller or EAP Discovery Utility discovers Omada devices." + 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: 51820 + 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: 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/youtransfer/7.5.1/templates/NOTES.txt b/stable/wg-easy/12.1.1/templates/NOTES.txt similarity index 100% rename from stable/youtransfer/7.5.1/templates/NOTES.txt rename to stable/wg-easy/12.1.1/templates/NOTES.txt diff --git a/stable/wizarr/6.5.1/templates/common.yaml b/stable/wg-easy/12.1.1/templates/common.yaml similarity index 100% rename from stable/wizarr/6.5.1/templates/common.yaml rename to stable/wg-easy/12.1.1/templates/common.yaml diff --git a/stable/xmrig/6.5.1/values.yaml b/stable/wg-easy/12.1.1/values.yaml similarity index 100% rename from stable/xmrig/6.5.1/values.yaml rename to stable/wg-easy/12.1.1/values.yaml diff --git a/stable/whisparr/9.5.1/CHANGELOG.md b/stable/whisparr/9.5.1/CHANGELOG.md deleted file mode 100644 index 337b3ef6037..00000000000 --- a/stable/whisparr/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whisparr-9.5.1](https://github.com/truecharts/charts/compare/whisparr-9.5.0...whisparr-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [whisparr-9.5.0](https://github.com/truecharts/charts/compare/whisparr-9.4.2...whisparr-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [whisparr-9.4.2](https://github.com/truecharts/charts/compare/whisparr-9.4.1...whisparr-9.4.2) (2024-03-11) - -### Chore - - - -- update container image ghcr.io/hotio/whisparr to nightly-2.0.0.355[@b66c64d](https://github.com/b66c64d) by renovate ([#18989](https://github.com/truecharts/charts/issues/18989)) - - -## [whisparr-9.4.1](https://github.com/truecharts/charts/compare/whisparr-9.4.0...whisparr-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [whisparr-9.4.0](https://github.com/truecharts/charts/compare/whisparr-9.3.0...whisparr-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [whisparr-9.3.0](https://github.com/truecharts/charts/compare/whisparr-9.2.4...whisparr-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [whisparr-9.2.4](https://github.com/truecharts/charts/compare/whisparr-9.2.3...whisparr-9.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [whisparr-9.2.3](https://github.com/truecharts/charts/compare/whisparr-9.2.1...whisparr-9.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [whisparr-8.1.19](https://github.com/truecharts/charts/compare/whisparr-8.1.18...whisparr-8.1.19) (2024-02-12) - -### Chore - - diff --git a/stable/whisparr/9.5.1/Chart.yaml b/stable/whisparr/9.5.1/Chart.yaml deleted file mode 100644 index f44ac33eb12..00000000000 --- a/stable/whisparr/9.5.1/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.0.8 - 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.5.1 diff --git a/stable/whisparr/9.5.1/charts/common-20.0.8.tgz b/stable/whisparr/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/whisparr/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/xonotic/5.5.1/.helmignore b/stable/whisparr/9.7.1/.helmignore similarity index 100% rename from stable/xonotic/5.5.1/.helmignore rename to stable/whisparr/9.7.1/.helmignore diff --git a/stable/whisparr/9.7.1/CHANGELOG.md b/stable/whisparr/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a707dfca6f4 --- /dev/null +++ b/stable/whisparr/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisparr-9.7.1](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/whisparr/9.7.1/Chart.yaml new file mode 100644 index 00000000000..05b2065bab1 --- /dev/null +++ b/stable/whisparr/9.7.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: 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.2 + 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.1 diff --git a/stable/whisparr/9.5.1/README.md b/stable/whisparr/9.7.1/README.md similarity index 100% rename from stable/whisparr/9.5.1/README.md rename to stable/whisparr/9.7.1/README.md diff --git a/stable/whisparr/9.7.1/app-changelog.md b/stable/whisparr/9.7.1/app-changelog.md new file mode 100644 index 00000000000..4fd1c514879 --- /dev/null +++ b/stable/whisparr/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [whisparr-9.7.1](https://github.com/truecharts/charts/compare/whisparr-9.6.0...whisparr-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/whisparr/9.7.1/app-readme.md similarity index 100% rename from stable/whisparr/9.5.1/app-readme.md rename to stable/whisparr/9.7.1/app-readme.md diff --git a/stable/whisparr/9.7.1/charts/common-20.2.2.tgz b/stable/whisparr/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/whisparr/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/whisparr/9.5.1/ix_values.yaml b/stable/whisparr/9.7.1/ix_values.yaml similarity index 100% rename from stable/whisparr/9.5.1/ix_values.yaml rename to stable/whisparr/9.7.1/ix_values.yaml diff --git a/stable/whisparr/9.5.1/questions.yaml b/stable/whisparr/9.7.1/questions.yaml similarity index 100% rename from stable/whisparr/9.5.1/questions.yaml rename to stable/whisparr/9.7.1/questions.yaml diff --git a/stable/youtubedl-material/10.6.3/templates/NOTES.txt b/stable/whisparr/9.7.1/templates/NOTES.txt similarity index 100% rename from stable/youtubedl-material/10.6.3/templates/NOTES.txt rename to stable/whisparr/9.7.1/templates/NOTES.txt diff --git a/stable/whisparr/9.5.1/templates/common.yaml b/stable/whisparr/9.7.1/templates/common.yaml similarity index 100% rename from stable/whisparr/9.5.1/templates/common.yaml rename to stable/whisparr/9.7.1/templates/common.yaml diff --git a/stable/xonotic/5.5.1/values.yaml b/stable/whisparr/9.7.1/values.yaml similarity index 100% rename from stable/xonotic/5.5.1/values.yaml rename to stable/whisparr/9.7.1/values.yaml diff --git a/stable/whisper-asr-webservice/4.5.1/CHANGELOG.md b/stable/whisper-asr-webservice/4.5.1/CHANGELOG.md deleted file mode 100644 index 5e7fb13cf81..00000000000 --- a/stable/whisper-asr-webservice/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whisper-asr-webservice-4.5.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.5.0...whisper-asr-webservice-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [whisper-asr-webservice-4.5.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.4.1...whisper-asr-webservice-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [whisper-asr-webservice-4.4.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.4.0...whisper-asr-webservice-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [whisper-asr-webservice-4.4.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.3.0...whisper-asr-webservice-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [whisper-asr-webservice-4.3.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.3...whisper-asr-webservice-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [whisper-asr-webservice-4.2.3](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.2...whisper-asr-webservice-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [whisper-asr-webservice-4.2.2](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.2.0...whisper-asr-webservice-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [whisper-asr-webservice-3.1.11](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.10...whisper-asr-webservice-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [whisper-asr-webservice-3.1.10](https://github.com/truecharts/charts/compare/whisper-asr-webservice-3.1.9...whisper-asr-webservice-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/whisper-asr-webservice/4.5.1/Chart.yaml b/stable/whisper-asr-webservice/4.5.1/Chart.yaml deleted file mode 100644 index 756cf81bb53..00000000000 --- a/stable/whisper-asr-webservice/4.5.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: 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.0.8 - 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.5.1 diff --git a/stable/whisper-asr-webservice/4.5.1/charts/common-20.0.8.tgz b/stable/whisper-asr-webservice/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/whisper-asr-webservice/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/xteve/13.5.1/.helmignore b/stable/whisper-asr-webservice/4.7.1/.helmignore similarity index 100% rename from stable/xteve/13.5.1/.helmignore rename to stable/whisper-asr-webservice/4.7.1/.helmignore diff --git a/stable/whisper-asr-webservice/4.7.1/CHANGELOG.md b/stable/whisper-asr-webservice/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a6af7e819a1 --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whisper-asr-webservice-4.7.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/whisper-asr-webservice/4.7.1/Chart.yaml new file mode 100644 index 00000000000..f9c204c8998 --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.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: 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.2 + 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.1 diff --git a/stable/whisper-asr-webservice/4.5.1/README.md b/stable/whisper-asr-webservice/4.7.1/README.md similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/README.md rename to stable/whisper-asr-webservice/4.7.1/README.md diff --git a/stable/whisper-asr-webservice/4.7.1/app-changelog.md b/stable/whisper-asr-webservice/4.7.1/app-changelog.md new file mode 100644 index 00000000000..3ab678ea2ff --- /dev/null +++ b/stable/whisper-asr-webservice/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [whisper-asr-webservice-4.7.1](https://github.com/truecharts/charts/compare/whisper-asr-webservice-4.6.0...whisper-asr-webservice-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/whisper-asr-webservice/4.7.1/app-readme.md similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/app-readme.md rename to stable/whisper-asr-webservice/4.7.1/app-readme.md diff --git a/stable/whisper-asr-webservice/4.7.1/charts/common-20.2.2.tgz b/stable/whisper-asr-webservice/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/whisper-asr-webservice/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/whisper-asr-webservice/4.5.1/ix_values.yaml b/stable/whisper-asr-webservice/4.7.1/ix_values.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/ix_values.yaml rename to stable/whisper-asr-webservice/4.7.1/ix_values.yaml diff --git a/stable/whisper-asr-webservice/4.5.1/questions.yaml b/stable/whisper-asr-webservice/4.7.1/questions.yaml similarity index 100% rename from stable/whisper-asr-webservice/4.5.1/questions.yaml rename to stable/whisper-asr-webservice/4.7.1/questions.yaml diff --git a/stable/zerotier/9.5.1/templates/NOTES.txt b/stable/whisper-asr-webservice/4.7.1/templates/NOTES.txt similarity index 100% rename from stable/zerotier/9.5.1/templates/NOTES.txt rename to stable/whisper-asr-webservice/4.7.1/templates/NOTES.txt diff --git a/stable/wyoming-whisper/4.5.1/templates/common.yaml b/stable/whisper-asr-webservice/4.7.1/templates/common.yaml similarity index 100% rename from stable/wyoming-whisper/4.5.1/templates/common.yaml rename to stable/whisper-asr-webservice/4.7.1/templates/common.yaml diff --git a/stable/xteve/13.5.1/values.yaml b/stable/whisper-asr-webservice/4.7.1/values.yaml similarity index 100% rename from stable/xteve/13.5.1/values.yaml rename to stable/whisper-asr-webservice/4.7.1/values.yaml diff --git a/stable/whoogle/10.5.1/CHANGELOG.md b/stable/whoogle/10.5.1/CHANGELOG.md deleted file mode 100644 index e51d234bfb3..00000000000 --- a/stable/whoogle/10.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [whoogle-10.5.1](https://github.com/truecharts/charts/compare/whoogle-10.5.0...whoogle-10.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [whoogle-10.5.0](https://github.com/truecharts/charts/compare/whoogle-10.4.1...whoogle-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [whoogle-10.4.1](https://github.com/truecharts/charts/compare/whoogle-10.4.0...whoogle-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [whoogle-10.4.0](https://github.com/truecharts/charts/compare/whoogle-10.3.0...whoogle-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [whoogle-10.3.0](https://github.com/truecharts/charts/compare/whoogle-10.2.3...whoogle-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [whoogle-10.2.3](https://github.com/truecharts/charts/compare/whoogle-10.2.2...whoogle-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [whoogle-10.2.2](https://github.com/truecharts/charts/compare/whoogle-10.2.0...whoogle-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [whoogle-9.1.11](https://github.com/truecharts/charts/compare/whoogle-9.1.10...whoogle-9.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [whoogle-9.1.10](https://github.com/truecharts/charts/compare/whoogle-9.1.9...whoogle-9.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/whoogle/10.5.1/Chart.yaml b/stable/whoogle/10.5.1/Chart.yaml deleted file mode 100644 index f504c77aad2..00000000000 --- a/stable/whoogle/10.5.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: 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.0.8 - 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.5.1 diff --git a/stable/whoogle/10.5.1/charts/common-20.0.8.tgz b/stable/whoogle/10.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/whoogle/10.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/xware/5.5.1/.helmignore b/stable/whoogle/10.7.1/.helmignore similarity index 100% rename from stable/xware/5.5.1/.helmignore rename to stable/whoogle/10.7.1/.helmignore diff --git a/stable/whoogle/10.7.1/CHANGELOG.md b/stable/whoogle/10.7.1/CHANGELOG.md new file mode 100644 index 00000000000..0efe96188bc --- /dev/null +++ b/stable/whoogle/10.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [whoogle-10.7.1](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/whoogle/10.7.1/Chart.yaml new file mode 100644 index 00000000000..4b38a0a84c9 --- /dev/null +++ b/stable/whoogle/10.7.1/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.2 + 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.1 diff --git a/stable/whoogle/10.5.1/README.md b/stable/whoogle/10.7.1/README.md similarity index 100% rename from stable/whoogle/10.5.1/README.md rename to stable/whoogle/10.7.1/README.md diff --git a/stable/whoogle/10.7.1/app-changelog.md b/stable/whoogle/10.7.1/app-changelog.md new file mode 100644 index 00000000000..967a6a4c009 --- /dev/null +++ b/stable/whoogle/10.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [whoogle-10.7.1](https://github.com/truecharts/charts/compare/whoogle-10.6.0...whoogle-10.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/whoogle/10.7.1/app-readme.md similarity index 100% rename from stable/whoogle/10.5.1/app-readme.md rename to stable/whoogle/10.7.1/app-readme.md diff --git a/stable/whoogle/10.7.1/charts/common-20.2.2.tgz b/stable/whoogle/10.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/whoogle/10.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/whoogle/10.5.1/ix_values.yaml b/stable/whoogle/10.7.1/ix_values.yaml similarity index 100% rename from stable/whoogle/10.5.1/ix_values.yaml rename to stable/whoogle/10.7.1/ix_values.yaml diff --git a/stable/whoogle/10.5.1/questions.yaml b/stable/whoogle/10.7.1/questions.yaml similarity index 100% rename from stable/whoogle/10.5.1/questions.yaml rename to stable/whoogle/10.7.1/questions.yaml diff --git a/stable/zigbee2mqtt/11.6.1/templates/NOTES.txt b/stable/whoogle/10.7.1/templates/NOTES.txt similarity index 100% rename from stable/zigbee2mqtt/11.6.1/templates/NOTES.txt rename to stable/whoogle/10.7.1/templates/NOTES.txt diff --git a/stable/xen-orchestra/8.6.2/templates/common.yaml b/stable/whoogle/10.7.1/templates/common.yaml similarity index 100% rename from stable/xen-orchestra/8.6.2/templates/common.yaml rename to stable/whoogle/10.7.1/templates/common.yaml diff --git a/stable/xware/5.5.1/values.yaml b/stable/whoogle/10.7.1/values.yaml similarity index 100% rename from stable/xware/5.5.1/values.yaml rename to stable/whoogle/10.7.1/values.yaml diff --git a/stable/wifi-card/5.5.1/CHANGELOG.md b/stable/wifi-card/5.5.1/CHANGELOG.md deleted file mode 100644 index e1d66398abe..00000000000 --- a/stable/wifi-card/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wifi-card-5.5.1](https://github.com/truecharts/charts/compare/wifi-card-5.5.0...wifi-card-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wifi-card-5.5.0](https://github.com/truecharts/charts/compare/wifi-card-5.4.1...wifi-card-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wifi-card-5.4.1](https://github.com/truecharts/charts/compare/wifi-card-5.4.0...wifi-card-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wifi-card-5.4.0](https://github.com/truecharts/charts/compare/wifi-card-5.3.0...wifi-card-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wifi-card-5.3.0](https://github.com/truecharts/charts/compare/wifi-card-5.2.3...wifi-card-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wifi-card-5.2.3](https://github.com/truecharts/charts/compare/wifi-card-5.2.2...wifi-card-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wifi-card-5.2.2](https://github.com/truecharts/charts/compare/wifi-card-5.2.0...wifi-card-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [wifi-card-4.1.13](https://github.com/truecharts/charts/compare/wifi-card-4.1.12...wifi-card-4.1.13) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wifi-card-4.1.12](https://github.com/truecharts/charts/compare/wifi-card-4.1.11...wifi-card-4.1.12) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/wifi-card/5.5.1/Chart.yaml b/stable/wifi-card/5.5.1/Chart.yaml deleted file mode 100644 index 2c223f04622..00000000000 --- a/stable/wifi-card/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/wifi-card/5.5.1/charts/common-20.0.8.tgz b/stable/wifi-card/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wifi-card/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/xwiki/12.6.2/.helmignore b/stable/wifi-card/5.7.1/.helmignore similarity index 100% rename from stable/xwiki/12.6.2/.helmignore rename to stable/wifi-card/5.7.1/.helmignore diff --git a/stable/wifi-card/5.7.1/CHANGELOG.md b/stable/wifi-card/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..75a4e4265b4 --- /dev/null +++ b/stable/wifi-card/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wifi-card-5.7.1](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/wifi-card/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1cd720c8242 --- /dev/null +++ b/stable/wifi-card/5.7.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: 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.2 + 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.1 diff --git a/stable/wifi-card/5.5.1/README.md b/stable/wifi-card/5.7.1/README.md similarity index 100% rename from stable/wifi-card/5.5.1/README.md rename to stable/wifi-card/5.7.1/README.md diff --git a/stable/wifi-card/5.7.1/app-changelog.md b/stable/wifi-card/5.7.1/app-changelog.md new file mode 100644 index 00000000000..05655aace54 --- /dev/null +++ b/stable/wifi-card/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wifi-card-5.7.1](https://github.com/truecharts/charts/compare/wifi-card-5.6.0...wifi-card-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/wifi-card/5.7.1/app-readme.md similarity index 100% rename from stable/wifi-card/5.5.1/app-readme.md rename to stable/wifi-card/5.7.1/app-readme.md diff --git a/stable/wifi-card/5.7.1/charts/common-20.2.2.tgz b/stable/wifi-card/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wifi-card/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/wifi-card/5.5.1/ix_values.yaml b/stable/wifi-card/5.7.1/ix_values.yaml similarity index 100% rename from stable/wifi-card/5.5.1/ix_values.yaml rename to stable/wifi-card/5.7.1/ix_values.yaml diff --git a/stable/wifi-card/5.5.1/questions.yaml b/stable/wifi-card/5.7.1/questions.yaml similarity index 100% rename from stable/wifi-card/5.5.1/questions.yaml rename to stable/wifi-card/5.7.1/questions.yaml diff --git a/stable/wifi-card/5.5.1/templates/common.yaml b/stable/wifi-card/5.7.1/templates/common.yaml similarity index 100% rename from stable/wifi-card/5.5.1/templates/common.yaml rename to stable/wifi-card/5.7.1/templates/common.yaml diff --git a/stable/xwiki/12.6.2/values.yaml b/stable/wifi-card/5.7.1/values.yaml similarity index 100% rename from stable/xwiki/12.6.2/values.yaml rename to stable/wifi-card/5.7.1/values.yaml diff --git a/stable/wikijs/15.5.1/CHANGELOG.md b/stable/wikijs/15.5.1/CHANGELOG.md deleted file mode 100644 index d1a1823e9b0..00000000000 --- a/stable/wikijs/15.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wikijs-15.5.1](https://github.com/truecharts/charts/compare/wikijs-15.5.0...wikijs-15.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wikijs-15.5.0](https://github.com/truecharts/charts/compare/wikijs-15.4.1...wikijs-15.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wikijs-15.4.1](https://github.com/truecharts/charts/compare/wikijs-15.4.0...wikijs-15.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wikijs-15.4.0](https://github.com/truecharts/charts/compare/wikijs-15.3.0...wikijs-15.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wikijs-15.3.0](https://github.com/truecharts/charts/compare/wikijs-15.2.3...wikijs-15.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wikijs-15.2.3](https://github.com/truecharts/charts/compare/wikijs-15.2.2...wikijs-15.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wikijs-15.2.2](https://github.com/truecharts/charts/compare/wikijs-15.2.0...wikijs-15.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [wikijs-14.1.12](https://github.com/truecharts/charts/compare/wikijs-14.1.11...wikijs-14.1.12) (2024-02-05) - -### Chore - - - -- update container image requarks/wiki to v2.5.301[@3d20706](https://github.com/3d20706) by renovate ([#17928](https://github.com/truecharts/charts/issues/17928)) - - -## [wikijs-14.1.11](https://github.com/truecharts/charts/compare/wikijs-14.1.10...wikijs-14.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) diff --git a/stable/wikijs/15.5.1/Chart.yaml b/stable/wikijs/15.5.1/Chart.yaml deleted file mode 100644 index 4e35adbebc1..00000000000 --- a/stable/wikijs/15.5.1/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.0.8 - 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.5.1 diff --git a/stable/wikijs/15.5.1/charts/common-20.0.8.tgz b/stable/wikijs/15.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wikijs/15.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/yacreaderlibraryserver/5.5.1/.helmignore b/stable/wikijs/15.7.1/.helmignore similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/.helmignore rename to stable/wikijs/15.7.1/.helmignore diff --git a/stable/wikijs/15.7.1/CHANGELOG.md b/stable/wikijs/15.7.1/CHANGELOG.md new file mode 100644 index 00000000000..17975c5ee77 --- /dev/null +++ b/stable/wikijs/15.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wikijs-15.7.1](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/wikijs/15.7.1/Chart.yaml new file mode 100644 index 00000000000..cad9986e21e --- /dev/null +++ b/stable/wikijs/15.7.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: 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.2 + 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.1 diff --git a/stable/wikijs/15.5.1/README.md b/stable/wikijs/15.7.1/README.md similarity index 100% rename from stable/wikijs/15.5.1/README.md rename to stable/wikijs/15.7.1/README.md diff --git a/stable/wikijs/15.7.1/app-changelog.md b/stable/wikijs/15.7.1/app-changelog.md new file mode 100644 index 00000000000..79f0f146cb9 --- /dev/null +++ b/stable/wikijs/15.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wikijs-15.7.1](https://github.com/truecharts/charts/compare/wikijs-15.6.0...wikijs-15.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/wikijs/15.7.1/app-readme.md similarity index 100% rename from stable/wikijs/15.5.1/app-readme.md rename to stable/wikijs/15.7.1/app-readme.md diff --git a/stable/wikijs/15.7.1/charts/common-20.2.2.tgz b/stable/wikijs/15.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wikijs/15.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/wikijs/15.5.1/ix_values.yaml b/stable/wikijs/15.7.1/ix_values.yaml similarity index 100% rename from stable/wikijs/15.5.1/ix_values.yaml rename to stable/wikijs/15.7.1/ix_values.yaml diff --git a/stable/wikijs/15.5.1/questions.yaml b/stable/wikijs/15.7.1/questions.yaml similarity index 100% rename from stable/wikijs/15.5.1/questions.yaml rename to stable/wikijs/15.7.1/questions.yaml diff --git a/stable/znc/9.6.2/templates/NOTES.txt b/stable/wikijs/15.7.1/templates/NOTES.txt similarity index 100% rename from stable/znc/9.6.2/templates/NOTES.txt rename to stable/wikijs/15.7.1/templates/NOTES.txt diff --git a/stable/xteve/13.5.1/templates/common.yaml b/stable/wikijs/15.7.1/templates/common.yaml similarity index 100% rename from stable/xteve/13.5.1/templates/common.yaml rename to stable/wikijs/15.7.1/templates/common.yaml diff --git a/stable/yacreaderlibraryserver/5.5.1/values.yaml b/stable/wikijs/15.7.1/values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/values.yaml rename to stable/wikijs/15.7.1/values.yaml diff --git a/stable/wireguard/8.5.1/CHANGELOG.md b/stable/wireguard/8.5.1/CHANGELOG.md deleted file mode 100644 index b1bddaa96f1..00000000000 --- a/stable/wireguard/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wireguard-8.5.1](https://github.com/truecharts/charts/compare/wireguard-8.5.0...wireguard-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wireguard-8.5.0](https://github.com/truecharts/charts/compare/wireguard-8.4.1...wireguard-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wireguard-8.4.1](https://github.com/truecharts/charts/compare/wireguard-8.4.0...wireguard-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wireguard-8.4.0](https://github.com/truecharts/charts/compare/wireguard-8.3.0...wireguard-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wireguard-8.3.0](https://github.com/truecharts/charts/compare/wireguard-8.2.3...wireguard-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wireguard-8.2.3](https://github.com/truecharts/charts/compare/wireguard-8.2.2...wireguard-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wireguard-8.2.2](https://github.com/truecharts/charts/compare/wireguard-8.2.0...wireguard-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [wireguard-7.1.11](https://github.com/truecharts/charts/compare/wireguard-7.1.10...wireguard-7.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wireguard-7.1.10](https://github.com/truecharts/charts/compare/wireguard-7.1.9...wireguard-7.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/wireguard/8.5.1/Chart.yaml b/stable/wireguard/8.5.1/Chart.yaml deleted file mode 100644 index 7caafa7c1e9..00000000000 --- a/stable/wireguard/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/wireguard/8.5.1/charts/common-20.0.8.tgz b/stable/wireguard/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wireguard/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/yacy/5.5.1/.helmignore b/stable/wireguard/8.7.1/.helmignore similarity index 100% rename from stable/yacy/5.5.1/.helmignore rename to stable/wireguard/8.7.1/.helmignore diff --git a/stable/wireguard/8.7.1/CHANGELOG.md b/stable/wireguard/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..dfa1639b3db --- /dev/null +++ b/stable/wireguard/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wireguard-8.7.1](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/wireguard/8.7.1/Chart.yaml new file mode 100644 index 00000000000..88e089a3636 --- /dev/null +++ b/stable/wireguard/8.7.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: 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.2 + 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.1 diff --git a/stable/wireguard/8.5.1/README.md b/stable/wireguard/8.7.1/README.md similarity index 100% rename from stable/wireguard/8.5.1/README.md rename to stable/wireguard/8.7.1/README.md diff --git a/stable/wireguard/8.7.1/app-changelog.md b/stable/wireguard/8.7.1/app-changelog.md new file mode 100644 index 00000000000..f553f4842d8 --- /dev/null +++ b/stable/wireguard/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wireguard-8.7.1](https://github.com/truecharts/charts/compare/wireguard-8.6.0...wireguard-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/wireguard/8.7.1/app-readme.md similarity index 100% rename from stable/wireguard/8.5.1/app-readme.md rename to stable/wireguard/8.7.1/app-readme.md diff --git a/stable/wireguard/8.7.1/charts/common-20.2.2.tgz b/stable/wireguard/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wireguard/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/wireguard/8.5.1/ix_values.yaml b/stable/wireguard/8.7.1/ix_values.yaml similarity index 100% rename from stable/wireguard/8.5.1/ix_values.yaml rename to stable/wireguard/8.7.1/ix_values.yaml diff --git a/stable/wireguard/8.5.1/questions.yaml b/stable/wireguard/8.7.1/questions.yaml similarity index 100% rename from stable/wireguard/8.5.1/questions.yaml rename to stable/wireguard/8.7.1/questions.yaml diff --git a/stable/ztcuui-aio/8.5.1/templates/NOTES.txt b/stable/wireguard/8.7.1/templates/NOTES.txt similarity index 100% rename from stable/ztcuui-aio/8.5.1/templates/NOTES.txt rename to stable/wireguard/8.7.1/templates/NOTES.txt diff --git a/stable/wireguard/8.5.1/templates/_configfilemount.tpl b/stable/wireguard/8.7.1/templates/_configfilemount.tpl similarity index 100% rename from stable/wireguard/8.5.1/templates/_configfilemount.tpl rename to stable/wireguard/8.7.1/templates/_configfilemount.tpl diff --git a/stable/wireguard/8.5.1/templates/_configmap.tpl b/stable/wireguard/8.7.1/templates/_configmap.tpl similarity index 100% rename from stable/wireguard/8.5.1/templates/_configmap.tpl rename to stable/wireguard/8.7.1/templates/_configmap.tpl diff --git a/stable/wireguard/8.5.1/templates/_secret.tpl b/stable/wireguard/8.7.1/templates/_secret.tpl similarity index 100% rename from stable/wireguard/8.5.1/templates/_secret.tpl rename to stable/wireguard/8.7.1/templates/_secret.tpl diff --git a/stable/wireguard/8.5.1/templates/common.yaml b/stable/wireguard/8.7.1/templates/common.yaml similarity index 100% rename from stable/wireguard/8.5.1/templates/common.yaml rename to stable/wireguard/8.7.1/templates/common.yaml diff --git a/stable/yacy/5.5.1/values.yaml b/stable/wireguard/8.7.1/values.yaml similarity index 100% rename from stable/yacy/5.5.1/values.yaml rename to stable/wireguard/8.7.1/values.yaml diff --git a/stable/wizarr/6.5.1/CHANGELOG.md b/stable/wizarr/6.5.1/CHANGELOG.md deleted file mode 100644 index 207f21d2722..00000000000 --- a/stable/wizarr/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wizarr-6.5.1](https://github.com/truecharts/charts/compare/wizarr-6.5.0...wizarr-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wizarr-6.5.0](https://github.com/truecharts/charts/compare/wizarr-6.4.1...wizarr-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wizarr-6.4.1](https://github.com/truecharts/charts/compare/wizarr-6.4.0...wizarr-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wizarr-6.4.0](https://github.com/truecharts/charts/compare/wizarr-6.3.0...wizarr-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wizarr-6.3.0](https://github.com/truecharts/charts/compare/wizarr-6.2.3...wizarr-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wizarr-6.2.3](https://github.com/truecharts/charts/compare/wizarr-6.2.2...wizarr-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wizarr-6.2.2](https://github.com/truecharts/charts/compare/wizarr-6.2.0...wizarr-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [wizarr-5.1.12](https://github.com/truecharts/charts/compare/wizarr-5.1.11...wizarr-5.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wizarr-5.1.11](https://github.com/truecharts/charts/compare/wizarr-5.1.10...wizarr-5.1.11) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/wizarr/6.5.1/Chart.yaml b/stable/wizarr/6.5.1/Chart.yaml deleted file mode 100644 index 02ecbd5a677..00000000000 --- a/stable/wizarr/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/wizarr/6.5.1/charts/common-20.0.8.tgz b/stable/wizarr/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wizarr/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/yourls/5.6.1/.helmignore b/stable/wizarr/6.7.1/.helmignore similarity index 100% rename from stable/yourls/5.6.1/.helmignore rename to stable/wizarr/6.7.1/.helmignore diff --git a/stable/wizarr/6.7.1/CHANGELOG.md b/stable/wizarr/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9421f792764 --- /dev/null +++ b/stable/wizarr/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wizarr-6.7.1](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/wizarr/6.7.1/Chart.yaml new file mode 100644 index 00000000000..55865452b0e --- /dev/null +++ b/stable/wizarr/6.7.1/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.2 + 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.1 diff --git a/stable/wizarr/6.5.1/README.md b/stable/wizarr/6.7.1/README.md similarity index 100% rename from stable/wizarr/6.5.1/README.md rename to stable/wizarr/6.7.1/README.md diff --git a/stable/wizarr/6.7.1/app-changelog.md b/stable/wizarr/6.7.1/app-changelog.md new file mode 100644 index 00000000000..c7dcb685be2 --- /dev/null +++ b/stable/wizarr/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wizarr-6.7.1](https://github.com/truecharts/charts/compare/wizarr-6.6.0...wizarr-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/wizarr/6.7.1/app-readme.md similarity index 100% rename from stable/wizarr/6.5.1/app-readme.md rename to stable/wizarr/6.7.1/app-readme.md diff --git a/stable/wizarr/6.7.1/charts/common-20.2.2.tgz b/stable/wizarr/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wizarr/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/wizarr/6.5.1/ix_values.yaml b/stable/wizarr/6.7.1/ix_values.yaml similarity index 100% rename from stable/wizarr/6.5.1/ix_values.yaml rename to stable/wizarr/6.7.1/ix_values.yaml diff --git a/stable/wizarr/6.5.1/questions.yaml b/stable/wizarr/6.7.1/questions.yaml similarity index 100% rename from stable/wizarr/6.5.1/questions.yaml rename to stable/wizarr/6.7.1/questions.yaml diff --git a/stable/zwavejs2mqtt/19.5.1/templates/NOTES.txt b/stable/wizarr/6.7.1/templates/NOTES.txt similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/templates/NOTES.txt rename to stable/wizarr/6.7.1/templates/NOTES.txt diff --git a/stable/xwiki/12.6.2/templates/common.yaml b/stable/wizarr/6.7.1/templates/common.yaml similarity index 100% rename from stable/xwiki/12.6.2/templates/common.yaml rename to stable/wizarr/6.7.1/templates/common.yaml diff --git a/stable/yourls/5.6.1/values.yaml b/stable/wizarr/6.7.1/values.yaml similarity index 100% rename from stable/yourls/5.6.1/values.yaml rename to stable/wizarr/6.7.1/values.yaml diff --git a/stable/youtransfer/7.5.1/.helmignore b/stable/wordpress/7.12.1/.helmignore similarity index 100% rename from stable/youtransfer/7.5.1/.helmignore rename to stable/wordpress/7.12.1/.helmignore diff --git a/stable/wordpress/7.12.1/CHANGELOG.md b/stable/wordpress/7.12.1/CHANGELOG.md new file mode 100644 index 00000000000..2a64b42bcfb --- /dev/null +++ b/stable/wordpress/7.12.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wordpress-7.12.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.1) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.0) (2024-03-17) + +### Chore \ No newline at end of file diff --git a/stable/wordpress/7.12.1/Chart.yaml b/stable/wordpress/7.12.1/Chart.yaml new file mode 100644 index 00000000000..5bdee46f44a --- /dev/null +++ b/stable/wordpress/7.12.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 13.7.0 + 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.1 diff --git a/stable/wordpress/7.9.1/README.md b/stable/wordpress/7.12.1/README.md similarity index 100% rename from stable/wordpress/7.9.1/README.md rename to stable/wordpress/7.12.1/README.md diff --git a/stable/wordpress/7.12.1/app-changelog.md b/stable/wordpress/7.12.1/app-changelog.md new file mode 100644 index 00000000000..cc182add5a1 --- /dev/null +++ b/stable/wordpress/7.12.1/app-changelog.md @@ -0,0 +1,19 @@ + + +## [wordpress-7.12.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.12.1) (2024-03-17) + +### Chore + + + +- update container 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.9.1/app-readme.md b/stable/wordpress/7.12.1/app-readme.md similarity index 100% rename from stable/wordpress/7.9.1/app-readme.md rename to stable/wordpress/7.12.1/app-readme.md diff --git a/stable/wordpress/7.12.1/charts/common-20.2.2.tgz b/stable/wordpress/7.12.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wordpress/7.12.1/charts/common-20.2.2.tgz differ diff --git a/stable/wordpress/7.12.1/charts/mariadb-13.7.0.tgz b/stable/wordpress/7.12.1/charts/mariadb-13.7.0.tgz new file mode 100644 index 00000000000..f930767b2d7 Binary files /dev/null and b/stable/wordpress/7.12.1/charts/mariadb-13.7.0.tgz differ diff --git a/stable/wordpress/7.9.1/ix_values.yaml b/stable/wordpress/7.12.1/ix_values.yaml similarity index 100% rename from stable/wordpress/7.9.1/ix_values.yaml rename to stable/wordpress/7.12.1/ix_values.yaml diff --git a/stable/wordpress/7.9.1/questions.yaml b/stable/wordpress/7.12.1/questions.yaml similarity index 100% rename from stable/wordpress/7.9.1/questions.yaml rename to stable/wordpress/7.12.1/questions.yaml diff --git a/stable/wordpress/7.9.1/templates/_env.tpl b/stable/wordpress/7.12.1/templates/_env.tpl similarity index 100% rename from stable/wordpress/7.9.1/templates/_env.tpl rename to stable/wordpress/7.12.1/templates/_env.tpl diff --git a/stable/wordpress/7.9.1/templates/common.yaml b/stable/wordpress/7.12.1/templates/common.yaml similarity index 100% rename from stable/wordpress/7.9.1/templates/common.yaml rename to stable/wordpress/7.12.1/templates/common.yaml diff --git a/stable/youtransfer/7.5.1/values.yaml b/stable/wordpress/7.12.1/values.yaml similarity index 100% rename from stable/youtransfer/7.5.1/values.yaml rename to stable/wordpress/7.12.1/values.yaml diff --git a/stable/wordpress/7.9.1/CHANGELOG.md b/stable/wordpress/7.9.1/CHANGELOG.md deleted file mode 100644 index 251510eaf59..00000000000 --- a/stable/wordpress/7.9.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wordpress-7.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.0](https://github.com/truecharts/charts/compare/wordpress-7.8.3...wordpress-7.9.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [wordpress-7.8.3](https://github.com/truecharts/charts/compare/wordpress-7.8.2...wordpress-7.8.3) (2024-03-13) - -### Chore - - - -- update container image mariadb to v13.5.2[@c30709c](https://github.com/c30709c) by renovate ([#19182](https://github.com/truecharts/charts/issues/19182)) - diff --git a/stable/wordpress/7.9.1/Chart.yaml b/stable/wordpress/7.9.1/Chart.yaml deleted file mode 100644 index 30bc6d4d794..00000000000 --- a/stable/wordpress/7.9.1/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.1.5 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 13.5.4 - 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.9.1 diff --git a/stable/wordpress/7.9.1/app-changelog.md b/stable/wordpress/7.9.1/app-changelog.md deleted file mode 100644 index b5ba4c3826e..00000000000 --- a/stable/wordpress/7.9.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [wordpress-7.9.1](https://github.com/truecharts/charts/compare/wordpress-7.9.0...wordpress-7.9.1) (2024-03-16) - -### Chore - - - -- 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.9.1/charts/common-20.1.5.tgz b/stable/wordpress/7.9.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/wordpress/7.9.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/wordpress/7.9.1/charts/mariadb-13.5.4.tgz b/stable/wordpress/7.9.1/charts/mariadb-13.5.4.tgz deleted file mode 100644 index 15323324ba6..00000000000 Binary files a/stable/wordpress/7.9.1/charts/mariadb-13.5.4.tgz and /dev/null differ diff --git a/stable/wyoming-piper/4.6.1/CHANGELOG.md b/stable/wyoming-piper/4.6.1/CHANGELOG.md deleted file mode 100644 index 2d2673c3ffa..00000000000 --- a/stable/wyoming-piper/4.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wyoming-piper-4.6.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.6.0...wyoming-piper-4.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wyoming-piper-4.6.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.5.1...wyoming-piper-4.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wyoming-piper-4.5.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.5.0...wyoming-piper-4.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wyoming-piper-4.5.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.4.0...wyoming-piper-4.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wyoming-piper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.3...wyoming-piper-4.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wyoming-piper-4.3.3](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.2...wyoming-piper-4.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wyoming-piper-4.3.2](https://github.com/truecharts/charts/compare/wyoming-piper-4.3.0...wyoming-piper-4.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [wyoming-piper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.10...wyoming-piper-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wyoming-piper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-piper-3.1.9...wyoming-piper-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/wyoming-piper/4.6.1/Chart.yaml b/stable/wyoming-piper/4.6.1/Chart.yaml deleted file mode 100644 index f33632f9921..00000000000 --- a/stable/wyoming-piper/4.6.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: 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.0.8 - 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.6.1 diff --git a/stable/wyoming-piper/4.6.1/charts/common-20.0.8.tgz b/stable/wyoming-piper/4.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wyoming-piper/4.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.6.3/.helmignore b/stable/wyoming-piper/4.8.1/.helmignore similarity index 100% rename from stable/youtubedl-material/10.6.3/.helmignore rename to stable/wyoming-piper/4.8.1/.helmignore diff --git a/stable/wyoming-piper/4.8.1/CHANGELOG.md b/stable/wyoming-piper/4.8.1/CHANGELOG.md new file mode 100644 index 00000000000..9b660c393b7 --- /dev/null +++ b/stable/wyoming-piper/4.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-piper-4.8.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/wyoming-piper/4.8.1/Chart.yaml new file mode 100644 index 00000000000..fae36552816 --- /dev/null +++ b/stable/wyoming-piper/4.8.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: 1.5.0 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/wyoming-piper/4.6.1/README.md b/stable/wyoming-piper/4.8.1/README.md similarity index 100% rename from stable/wyoming-piper/4.6.1/README.md rename to stable/wyoming-piper/4.8.1/README.md diff --git a/stable/wyoming-piper/4.8.1/app-changelog.md b/stable/wyoming-piper/4.8.1/app-changelog.md new file mode 100644 index 00000000000..3382f74ff4d --- /dev/null +++ b/stable/wyoming-piper/4.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wyoming-piper-4.8.1](https://github.com/truecharts/charts/compare/wyoming-piper-4.7.0...wyoming-piper-4.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/wyoming-piper/4.8.1/app-readme.md similarity index 100% rename from stable/wyoming-piper/4.6.1/app-readme.md rename to stable/wyoming-piper/4.8.1/app-readme.md diff --git a/stable/wyoming-piper/4.8.1/charts/common-20.2.2.tgz b/stable/wyoming-piper/4.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wyoming-piper/4.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/wyoming-piper/4.6.1/ix_values.yaml b/stable/wyoming-piper/4.8.1/ix_values.yaml similarity index 100% rename from stable/wyoming-piper/4.6.1/ix_values.yaml rename to stable/wyoming-piper/4.8.1/ix_values.yaml diff --git a/stable/wyoming-piper/4.6.1/questions.yaml b/stable/wyoming-piper/4.8.1/questions.yaml similarity index 100% rename from stable/wyoming-piper/4.6.1/questions.yaml rename to stable/wyoming-piper/4.8.1/questions.yaml diff --git a/system/cert-manager/4.5.4/templates/NOTES.txt b/stable/wyoming-piper/4.8.1/templates/NOTES.txt similarity index 100% rename from system/cert-manager/4.5.4/templates/NOTES.txt rename to stable/wyoming-piper/4.8.1/templates/NOTES.txt diff --git a/stable/wyoming-piper/4.6.1/templates/_args.tpl b/stable/wyoming-piper/4.8.1/templates/_args.tpl similarity index 100% rename from stable/wyoming-piper/4.6.1/templates/_args.tpl rename to stable/wyoming-piper/4.8.1/templates/_args.tpl diff --git a/stable/wyoming-piper/4.6.1/templates/common.yaml b/stable/wyoming-piper/4.8.1/templates/common.yaml similarity index 100% rename from stable/wyoming-piper/4.6.1/templates/common.yaml rename to stable/wyoming-piper/4.8.1/templates/common.yaml diff --git a/stable/youtubedl-material/10.6.3/values.yaml b/stable/wyoming-piper/4.8.1/values.yaml similarity index 100% rename from stable/youtubedl-material/10.6.3/values.yaml rename to stable/wyoming-piper/4.8.1/values.yaml diff --git a/stable/wyoming-whisper/4.5.1/CHANGELOG.md b/stable/wyoming-whisper/4.5.1/CHANGELOG.md deleted file mode 100644 index 592bb27749b..00000000000 --- a/stable/wyoming-whisper/4.5.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [wyoming-whisper-4.5.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.5.0...wyoming-whisper-4.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [wyoming-whisper-4.5.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.4.1...wyoming-whisper-4.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [wyoming-whisper-4.4.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.4.0...wyoming-whisper-4.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [wyoming-whisper-4.4.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.3.0...wyoming-whisper-4.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [wyoming-whisper-4.3.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.3...wyoming-whisper-4.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [wyoming-whisper-4.2.3](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.2...wyoming-whisper-4.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [wyoming-whisper-4.2.2](https://github.com/truecharts/charts/compare/wyoming-whisper-4.2.0...wyoming-whisper-4.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [wyoming-whisper-3.1.11](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.10...wyoming-whisper-3.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [wyoming-whisper-3.1.10](https://github.com/truecharts/charts/compare/wyoming-whisper-3.1.9...wyoming-whisper-3.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) \ No newline at end of file diff --git a/stable/wyoming-whisper/4.5.1/Chart.yaml b/stable/wyoming-whisper/4.5.1/Chart.yaml deleted file mode 100644 index 2c897448aef..00000000000 --- a/stable/wyoming-whisper/4.5.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: 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.0.8 - 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: 4.5.1 diff --git a/stable/wyoming-whisper/4.5.1/charts/common-20.0.8.tgz b/stable/wyoming-whisper/4.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/wyoming-whisper/4.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/z80pack/5.5.1/.helmignore b/stable/wyoming-whisper/4.7.1/.helmignore similarity index 100% rename from stable/z80pack/5.5.1/.helmignore rename to stable/wyoming-whisper/4.7.1/.helmignore diff --git a/stable/wyoming-whisper/4.7.1/CHANGELOG.md b/stable/wyoming-whisper/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6acec8c7f73 --- /dev/null +++ b/stable/wyoming-whisper/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [wyoming-whisper-4.7.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- 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-4.7.0](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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/4.7.1/Chart.yaml b/stable/wyoming-whisper/4.7.1/Chart.yaml new file mode 100644 index 00000000000..504c816c36c --- /dev/null +++ b/stable/wyoming-whisper/4.7.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: latest +dependencies: + - name: common + version: 20.2.2 + 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: 4.7.1 diff --git a/stable/wyoming-whisper/4.5.1/README.md b/stable/wyoming-whisper/4.7.1/README.md similarity index 100% rename from stable/wyoming-whisper/4.5.1/README.md rename to stable/wyoming-whisper/4.7.1/README.md diff --git a/stable/wyoming-whisper/4.7.1/app-changelog.md b/stable/wyoming-whisper/4.7.1/app-changelog.md new file mode 100644 index 00000000000..c25cb141d53 --- /dev/null +++ b/stable/wyoming-whisper/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [wyoming-whisper-4.7.1](https://github.com/truecharts/charts/compare/wyoming-whisper-4.6.0...wyoming-whisper-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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/4.5.1/app-readme.md b/stable/wyoming-whisper/4.7.1/app-readme.md similarity index 100% rename from stable/wyoming-whisper/4.5.1/app-readme.md rename to stable/wyoming-whisper/4.7.1/app-readme.md diff --git a/stable/wyoming-whisper/4.7.1/charts/common-20.2.2.tgz b/stable/wyoming-whisper/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/wyoming-whisper/4.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/wyoming-whisper/4.5.1/ix_values.yaml b/stable/wyoming-whisper/4.7.1/ix_values.yaml similarity index 100% rename from stable/wyoming-whisper/4.5.1/ix_values.yaml rename to stable/wyoming-whisper/4.7.1/ix_values.yaml diff --git a/stable/wyoming-whisper/4.5.1/questions.yaml b/stable/wyoming-whisper/4.7.1/questions.yaml similarity index 100% rename from stable/wyoming-whisper/4.5.1/questions.yaml rename to stable/wyoming-whisper/4.7.1/questions.yaml diff --git a/system/cloudnative-pg/6.6.3/templates/NOTES.txt b/stable/wyoming-whisper/4.7.1/templates/NOTES.txt similarity index 100% rename from system/cloudnative-pg/6.6.3/templates/NOTES.txt rename to stable/wyoming-whisper/4.7.1/templates/NOTES.txt diff --git a/stable/youtubedl-material/10.6.3/templates/common.yaml b/stable/wyoming-whisper/4.7.1/templates/common.yaml similarity index 100% rename from stable/youtubedl-material/10.6.3/templates/common.yaml rename to stable/wyoming-whisper/4.7.1/templates/common.yaml diff --git a/stable/z80pack/5.5.1/values.yaml b/stable/wyoming-whisper/4.7.1/values.yaml similarity index 100% rename from stable/z80pack/5.5.1/values.yaml rename to stable/wyoming-whisper/4.7.1/values.yaml diff --git a/stable/xen-orchestra/8.6.2/CHANGELOG.md b/stable/xen-orchestra/8.6.2/CHANGELOG.md deleted file mode 100644 index 12b6d40ed4b..00000000000 --- a/stable/xen-orchestra/8.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xen-orchestra-8.6.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.6.1...xen-orchestra-8.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [xen-orchestra-8.6.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.6.0...xen-orchestra-8.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xen-orchestra-8.6.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.5.2...xen-orchestra-8.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xen-orchestra-8.5.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.5.1...xen-orchestra-8.5.2) (2024-03-11) - -### Chore - - - -- update container image ronivay/xen-orchestra to v5.138.1[@6db1307](https://github.com/6db1307) by renovate ([#19085](https://github.com/truecharts/charts/issues/19085)) - - -## [xen-orchestra-8.5.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.5.0...xen-orchestra-8.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xen-orchestra-8.5.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.4.0...xen-orchestra-8.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xen-orchestra-8.4.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.3...xen-orchestra-8.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xen-orchestra-8.3.3](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.2...xen-orchestra-8.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xen-orchestra-8.3.2](https://github.com/truecharts/charts/compare/xen-orchestra-8.3.0...xen-orchestra-8.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/xen-orchestra/8.6.2/Chart.yaml b/stable/xen-orchestra/8.6.2/Chart.yaml deleted file mode 100644 index 826f08c34d6..00000000000 --- a/stable/xen-orchestra/8.6.2/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.0.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.6.2 diff --git a/stable/xen-orchestra/8.6.2/charts/common-20.0.9.tgz b/stable/xen-orchestra/8.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/xen-orchestra/8.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/xen-orchestra/8.6.2/ix_values.yaml b/stable/xen-orchestra/8.6.2/ix_values.yaml deleted file mode 100644 index e3e1d4fb645..00000000000 --- a/stable/xen-orchestra/8.6.2/ix_values.yaml +++ /dev/null @@ -1,55 +0,0 @@ -image: - repository: ronivay/xen-orchestra - tag: 5.138.1@sha256:6db1307b8b97611dd9e155931dd2a8d0d012a49bc680ac3a17d5bad5b70f0ef3 - 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/zerotier/9.5.1/.helmignore b/stable/xen-orchestra/8.8.1/.helmignore similarity index 100% rename from stable/zerotier/9.5.1/.helmignore rename to stable/xen-orchestra/8.8.1/.helmignore diff --git a/stable/xen-orchestra/8.8.1/CHANGELOG.md b/stable/xen-orchestra/8.8.1/CHANGELOG.md new file mode 100644 index 00000000000..f0f8f509970 --- /dev/null +++ b/stable/xen-orchestra/8.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xen-orchestra-8.8.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/xen-orchestra/8.8.1/Chart.yaml b/stable/xen-orchestra/8.8.1/Chart.yaml new file mode 100644 index 00000000000..388cfcbe42a --- /dev/null +++ b/stable/xen-orchestra/8.8.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.138.1 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/xen-orchestra/8.6.2/README.md b/stable/xen-orchestra/8.8.1/README.md similarity index 100% rename from stable/xen-orchestra/8.6.2/README.md rename to stable/xen-orchestra/8.8.1/README.md diff --git a/stable/xen-orchestra/8.8.1/app-changelog.md b/stable/xen-orchestra/8.8.1/app-changelog.md new file mode 100644 index 00000000000..3e4046a0ea8 --- /dev/null +++ b/stable/xen-orchestra/8.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [xen-orchestra-8.8.1](https://github.com/truecharts/charts/compare/xen-orchestra-8.7.0...xen-orchestra-8.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/xen-orchestra/8.8.1/app-readme.md similarity index 100% rename from stable/xen-orchestra/8.6.2/app-readme.md rename to stable/xen-orchestra/8.8.1/app-readme.md diff --git a/stable/xen-orchestra/8.8.1/charts/common-20.2.2.tgz b/stable/xen-orchestra/8.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xen-orchestra/8.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/xen-orchestra/8.8.1/ix_values.yaml b/stable/xen-orchestra/8.8.1/ix_values.yaml new file mode 100644 index 00000000000..7393c57db21 --- /dev/null +++ b/stable/xen-orchestra/8.8.1/ix_values.yaml @@ -0,0 +1,55 @@ +image: + repository: ronivay/xen-orchestra + tag: 5.138.1@sha256:bfb0711ef7de65ee31c24a4eaa28bb974ac16c33b4f1785e9db939de7dac1e22 + 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.6.2/questions.yaml b/stable/xen-orchestra/8.8.1/questions.yaml similarity index 100% rename from stable/xen-orchestra/8.6.2/questions.yaml rename to stable/xen-orchestra/8.8.1/questions.yaml diff --git a/stable/xen-orchestra/8.8.1/templates/NOTES.txt b/stable/xen-orchestra/8.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xen-orchestra/8.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zerotier/9.5.1/templates/common.yaml b/stable/xen-orchestra/8.8.1/templates/common.yaml similarity index 100% rename from stable/zerotier/9.5.1/templates/common.yaml rename to stable/xen-orchestra/8.8.1/templates/common.yaml diff --git a/stable/zerotier/9.5.1/values.yaml b/stable/xen-orchestra/8.8.1/values.yaml similarity index 100% rename from stable/zerotier/9.5.1/values.yaml rename to stable/xen-orchestra/8.8.1/values.yaml diff --git a/stable/xmrig/6.5.1/CHANGELOG.md b/stable/xmrig/6.5.1/CHANGELOG.md deleted file mode 100644 index bd946714380..00000000000 --- a/stable/xmrig/6.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xmrig-6.5.1](https://github.com/truecharts/charts/compare/xmrig-6.5.0...xmrig-6.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xmrig-6.5.0](https://github.com/truecharts/charts/compare/xmrig-6.4.1...xmrig-6.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xmrig-6.4.1](https://github.com/truecharts/charts/compare/xmrig-6.4.0...xmrig-6.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xmrig-6.4.0](https://github.com/truecharts/charts/compare/xmrig-6.3.0...xmrig-6.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xmrig-6.3.0](https://github.com/truecharts/charts/compare/xmrig-6.2.3...xmrig-6.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xmrig-6.2.3](https://github.com/truecharts/charts/compare/xmrig-6.2.2...xmrig-6.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xmrig-6.2.2](https://github.com/truecharts/charts/compare/xmrig-6.2.0...xmrig-6.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [xmrig-4.1.12](https://github.com/truecharts/charts/compare/xmrig-4.1.11...xmrig-4.1.12) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xmrig-4.1.11](https://github.com/truecharts/charts/compare/xmrig-4.1.10...xmrig-4.1.11) (2024-01-26) - -### Chore - - diff --git a/stable/xmrig/6.5.1/Chart.yaml b/stable/xmrig/6.5.1/Chart.yaml deleted file mode 100644 index a98eef65464..00000000000 --- a/stable/xmrig/6.5.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: 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.0.8 - 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.5.1 diff --git a/stable/xmrig/6.5.1/charts/common-20.0.8.tgz b/stable/xmrig/6.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/xmrig/6.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.6.1/.helmignore b/stable/xmrig/6.7.1/.helmignore similarity index 100% rename from stable/zigbee2mqtt/11.6.1/.helmignore rename to stable/xmrig/6.7.1/.helmignore diff --git a/stable/xmrig/6.7.1/CHANGELOG.md b/stable/xmrig/6.7.1/CHANGELOG.md new file mode 100644 index 00000000000..d068cfa497e --- /dev/null +++ b/stable/xmrig/6.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xmrig-6.7.1](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/xmrig/6.7.1/Chart.yaml new file mode 100644 index 00000000000..d57d9b1488e --- /dev/null +++ b/stable/xmrig/6.7.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: 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.2 + 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.1 diff --git a/stable/xmrig/6.5.1/README.md b/stable/xmrig/6.7.1/README.md similarity index 100% rename from stable/xmrig/6.5.1/README.md rename to stable/xmrig/6.7.1/README.md diff --git a/stable/xmrig/6.7.1/app-changelog.md b/stable/xmrig/6.7.1/app-changelog.md new file mode 100644 index 00000000000..c1d0368e875 --- /dev/null +++ b/stable/xmrig/6.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [xmrig-6.7.1](https://github.com/truecharts/charts/compare/xmrig-6.6.0...xmrig-6.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/xmrig/6.7.1/app-readme.md similarity index 100% rename from stable/xmrig/6.5.1/app-readme.md rename to stable/xmrig/6.7.1/app-readme.md diff --git a/stable/xmrig/6.7.1/charts/common-20.2.2.tgz b/stable/xmrig/6.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xmrig/6.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/xmrig/6.5.1/ix_values.yaml b/stable/xmrig/6.7.1/ix_values.yaml similarity index 100% rename from stable/xmrig/6.5.1/ix_values.yaml rename to stable/xmrig/6.7.1/ix_values.yaml diff --git a/stable/xmrig/6.5.1/questions.yaml b/stable/xmrig/6.7.1/questions.yaml similarity index 100% rename from stable/xmrig/6.5.1/questions.yaml rename to stable/xmrig/6.7.1/questions.yaml diff --git a/stable/xmrig/6.5.1/templates/common.yaml b/stable/xmrig/6.7.1/templates/common.yaml similarity index 100% rename from stable/xmrig/6.5.1/templates/common.yaml rename to stable/xmrig/6.7.1/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.6.1/values.yaml b/stable/xmrig/6.7.1/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.6.1/values.yaml rename to stable/xmrig/6.7.1/values.yaml diff --git a/stable/xonotic/5.5.1/CHANGELOG.md b/stable/xonotic/5.5.1/CHANGELOG.md deleted file mode 100644 index 4ac98ec925e..00000000000 --- a/stable/xonotic/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xonotic-5.5.1](https://github.com/truecharts/charts/compare/xonotic-5.5.0...xonotic-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xonotic-5.5.0](https://github.com/truecharts/charts/compare/xonotic-5.4.1...xonotic-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xonotic-5.4.1](https://github.com/truecharts/charts/compare/xonotic-5.4.0...xonotic-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xonotic-5.4.0](https://github.com/truecharts/charts/compare/xonotic-5.3.0...xonotic-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xonotic-5.3.0](https://github.com/truecharts/charts/compare/xonotic-5.2.3...xonotic-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xonotic-5.2.3](https://github.com/truecharts/charts/compare/xonotic-5.2.2...xonotic-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xonotic-5.2.2](https://github.com/truecharts/charts/compare/xonotic-5.2.0...xonotic-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [xonotic-4.1.11](https://github.com/truecharts/charts/compare/xonotic-4.1.10...xonotic-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xonotic-4.1.10](https://github.com/truecharts/charts/compare/xonotic-4.1.9...xonotic-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/xonotic/5.5.1/Chart.yaml b/stable/xonotic/5.5.1/Chart.yaml deleted file mode 100644 index 8079f9b7e20..00000000000 --- a/stable/xonotic/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/xonotic/5.5.1/charts/common-20.0.8.tgz b/stable/xonotic/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/xonotic/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/znc/9.6.2/.helmignore b/stable/xonotic/5.7.1/.helmignore similarity index 100% rename from stable/znc/9.6.2/.helmignore rename to stable/xonotic/5.7.1/.helmignore diff --git a/stable/xonotic/5.7.1/CHANGELOG.md b/stable/xonotic/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fbd19e865d5 --- /dev/null +++ b/stable/xonotic/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xonotic-5.7.1](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/xonotic/5.7.1/Chart.yaml new file mode 100644 index 00000000000..8d603713fcf --- /dev/null +++ b/stable/xonotic/5.7.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: 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.2 + 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.1 diff --git a/stable/xonotic/5.5.1/README.md b/stable/xonotic/5.7.1/README.md similarity index 100% rename from stable/xonotic/5.5.1/README.md rename to stable/xonotic/5.7.1/README.md diff --git a/stable/xonotic/5.7.1/app-changelog.md b/stable/xonotic/5.7.1/app-changelog.md new file mode 100644 index 00000000000..9833caf6b53 --- /dev/null +++ b/stable/xonotic/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [xonotic-5.7.1](https://github.com/truecharts/charts/compare/xonotic-5.6.0...xonotic-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/xonotic/5.7.1/app-readme.md similarity index 100% rename from stable/xonotic/5.5.1/app-readme.md rename to stable/xonotic/5.7.1/app-readme.md diff --git a/stable/xonotic/5.7.1/charts/common-20.2.2.tgz b/stable/xonotic/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xonotic/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/xonotic/5.5.1/ix_values.yaml b/stable/xonotic/5.7.1/ix_values.yaml similarity index 100% rename from stable/xonotic/5.5.1/ix_values.yaml rename to stable/xonotic/5.7.1/ix_values.yaml diff --git a/stable/xonotic/5.5.1/questions.yaml b/stable/xonotic/5.7.1/questions.yaml similarity index 100% rename from stable/xonotic/5.5.1/questions.yaml rename to stable/xonotic/5.7.1/questions.yaml diff --git a/stable/xonotic/5.5.1/templates/common.yaml b/stable/xonotic/5.7.1/templates/common.yaml similarity index 100% rename from stable/xonotic/5.5.1/templates/common.yaml rename to stable/xonotic/5.7.1/templates/common.yaml diff --git a/stable/znc/9.6.2/values.yaml b/stable/xonotic/5.7.1/values.yaml similarity index 100% rename from stable/znc/9.6.2/values.yaml rename to stable/xonotic/5.7.1/values.yaml diff --git a/stable/xteve/13.5.1/CHANGELOG.md b/stable/xteve/13.5.1/CHANGELOG.md deleted file mode 100644 index 2b8ebd040a1..00000000000 --- a/stable/xteve/13.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xteve-13.5.1](https://github.com/truecharts/charts/compare/xteve-13.5.0...xteve-13.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xteve-13.5.0](https://github.com/truecharts/charts/compare/xteve-13.4.1...xteve-13.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xteve-13.4.1](https://github.com/truecharts/charts/compare/xteve-13.4.0...xteve-13.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xteve-13.4.0](https://github.com/truecharts/charts/compare/xteve-13.3.0...xteve-13.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xteve-13.3.0](https://github.com/truecharts/charts/compare/xteve-13.2.3...xteve-13.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xteve-13.2.3](https://github.com/truecharts/charts/compare/xteve-13.2.2...xteve-13.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xteve-13.2.2](https://github.com/truecharts/charts/compare/xteve-13.2.0...xteve-13.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [xteve-12.1.11](https://github.com/truecharts/charts/compare/xteve-12.1.10...xteve-12.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xteve-12.1.10](https://github.com/truecharts/charts/compare/xteve-12.1.9...xteve-12.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/xteve/13.5.1/Chart.yaml b/stable/xteve/13.5.1/Chart.yaml deleted file mode 100644 index 327570f8926..00000000000 --- a/stable/xteve/13.5.1/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.0.8 - 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.5.1 diff --git a/stable/xteve/13.5.1/charts/common-20.0.8.tgz b/stable/xteve/13.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/xteve/13.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zoneminder/5.5.1/.helmignore b/stable/xteve/13.7.1/.helmignore similarity index 100% rename from stable/zoneminder/5.5.1/.helmignore rename to stable/xteve/13.7.1/.helmignore diff --git a/stable/xteve/13.7.1/CHANGELOG.md b/stable/xteve/13.7.1/CHANGELOG.md new file mode 100644 index 00000000000..b70cca9ae3d --- /dev/null +++ b/stable/xteve/13.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xteve-13.7.1](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/xteve/13.7.1/Chart.yaml new file mode 100644 index 00000000000..de1c8a5e09a --- /dev/null +++ b/stable/xteve/13.7.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: 2.2.0.200 +dependencies: + - name: common + version: 20.2.2 + 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.1 diff --git a/stable/xteve/13.5.1/README.md b/stable/xteve/13.7.1/README.md similarity index 100% rename from stable/xteve/13.5.1/README.md rename to stable/xteve/13.7.1/README.md diff --git a/stable/xteve/13.7.1/app-changelog.md b/stable/xteve/13.7.1/app-changelog.md new file mode 100644 index 00000000000..6eeef2060b3 --- /dev/null +++ b/stable/xteve/13.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [xteve-13.7.1](https://github.com/truecharts/charts/compare/xteve-13.6.0...xteve-13.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/xteve/13.7.1/app-readme.md similarity index 100% rename from stable/xteve/13.5.1/app-readme.md rename to stable/xteve/13.7.1/app-readme.md diff --git a/stable/xteve/13.7.1/charts/common-20.2.2.tgz b/stable/xteve/13.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xteve/13.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/xteve/13.5.1/ix_values.yaml b/stable/xteve/13.7.1/ix_values.yaml similarity index 100% rename from stable/xteve/13.5.1/ix_values.yaml rename to stable/xteve/13.7.1/ix_values.yaml diff --git a/stable/xteve/13.5.1/questions.yaml b/stable/xteve/13.7.1/questions.yaml similarity index 100% rename from stable/xteve/13.5.1/questions.yaml rename to stable/xteve/13.7.1/questions.yaml diff --git a/stable/xteve/13.7.1/templates/NOTES.txt b/stable/xteve/13.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xteve/13.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/9.6.2/templates/common.yaml b/stable/xteve/13.7.1/templates/common.yaml similarity index 100% rename from stable/znc/9.6.2/templates/common.yaml rename to stable/xteve/13.7.1/templates/common.yaml diff --git a/stable/zoneminder/5.5.1/values.yaml b/stable/xteve/13.7.1/values.yaml similarity index 100% rename from stable/zoneminder/5.5.1/values.yaml rename to stable/xteve/13.7.1/values.yaml diff --git a/stable/xware/5.5.1/CHANGELOG.md b/stable/xware/5.5.1/CHANGELOG.md deleted file mode 100644 index c5e125b2dbb..00000000000 --- a/stable/xware/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xware-5.5.1](https://github.com/truecharts/charts/compare/xware-5.5.0...xware-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xware-5.5.0](https://github.com/truecharts/charts/compare/xware-5.4.1...xware-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xware-5.4.1](https://github.com/truecharts/charts/compare/xware-5.4.0...xware-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xware-5.4.0](https://github.com/truecharts/charts/compare/xware-5.3.0...xware-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xware-5.3.0](https://github.com/truecharts/charts/compare/xware-5.2.3...xware-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xware-5.2.3](https://github.com/truecharts/charts/compare/xware-5.2.2...xware-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xware-5.2.2](https://github.com/truecharts/charts/compare/xware-5.2.0...xware-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [xware-4.1.11](https://github.com/truecharts/charts/compare/xware-4.1.10...xware-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [xware-4.1.10](https://github.com/truecharts/charts/compare/xware-4.1.9...xware-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/xware/5.5.1/Chart.yaml b/stable/xware/5.5.1/Chart.yaml deleted file mode 100644 index b74e12dd64c..00000000000 --- a/stable/xware/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/xware/5.5.1/charts/common-20.0.8.tgz b/stable/xware/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/xware/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.5.1/.helmignore b/stable/xware/5.7.1/.helmignore similarity index 100% rename from stable/ztcuui-aio/8.5.1/.helmignore rename to stable/xware/5.7.1/.helmignore diff --git a/stable/xware/5.7.1/CHANGELOG.md b/stable/xware/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..a4613e2a04f --- /dev/null +++ b/stable/xware/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xware-5.7.1](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/xware/5.7.1/Chart.yaml new file mode 100644 index 00000000000..fde669f6fd2 --- /dev/null +++ b/stable/xware/5.7.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: 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.2 + 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.1 diff --git a/stable/xware/5.5.1/README.md b/stable/xware/5.7.1/README.md similarity index 100% rename from stable/xware/5.5.1/README.md rename to stable/xware/5.7.1/README.md diff --git a/stable/xware/5.7.1/app-changelog.md b/stable/xware/5.7.1/app-changelog.md new file mode 100644 index 00000000000..ed7628b6142 --- /dev/null +++ b/stable/xware/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [xware-5.7.1](https://github.com/truecharts/charts/compare/xware-5.6.0...xware-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/xware/5.7.1/app-readme.md similarity index 100% rename from stable/xware/5.5.1/app-readme.md rename to stable/xware/5.7.1/app-readme.md diff --git a/stable/xware/5.7.1/charts/common-20.2.2.tgz b/stable/xware/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xware/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/xware/5.5.1/ix_values.yaml b/stable/xware/5.7.1/ix_values.yaml similarity index 100% rename from stable/xware/5.5.1/ix_values.yaml rename to stable/xware/5.7.1/ix_values.yaml diff --git a/stable/xware/5.5.1/questions.yaml b/stable/xware/5.7.1/questions.yaml similarity index 100% rename from stable/xware/5.5.1/questions.yaml rename to stable/xware/5.7.1/questions.yaml diff --git a/stable/xware/5.5.1/templates/common.yaml b/stable/xware/5.7.1/templates/common.yaml similarity index 100% rename from stable/xware/5.5.1/templates/common.yaml rename to stable/xware/5.7.1/templates/common.yaml diff --git a/stable/ztcuui-aio/8.5.1/values.yaml b/stable/xware/5.7.1/values.yaml similarity index 100% rename from stable/ztcuui-aio/8.5.1/values.yaml rename to stable/xware/5.7.1/values.yaml diff --git a/stable/xwiki/12.6.2/CHANGELOG.md b/stable/xwiki/12.6.2/CHANGELOG.md deleted file mode 100644 index 79c53011ac1..00000000000 --- a/stable/xwiki/12.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [xwiki-12.6.2](https://github.com/truecharts/charts/compare/xwiki-12.6.1...xwiki-12.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [xwiki-12.6.1](https://github.com/truecharts/charts/compare/xwiki-12.6.0...xwiki-12.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [xwiki-12.6.0](https://github.com/truecharts/charts/compare/xwiki-12.5.2...xwiki-12.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [xwiki-12.5.2](https://github.com/truecharts/charts/compare/xwiki-12.5.1...xwiki-12.5.2) (2024-03-11) - -### Chore - - - -- update container image xwiki to 16.1.0-postgres-tomcat[@eecc308](https://github.com/eecc308) by renovate ([#19047](https://github.com/truecharts/charts/issues/19047)) - - -## [xwiki-12.5.1](https://github.com/truecharts/charts/compare/xwiki-12.5.0...xwiki-12.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [xwiki-12.5.0](https://github.com/truecharts/charts/compare/xwiki-12.4.0...xwiki-12.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [xwiki-12.4.0](https://github.com/truecharts/charts/compare/xwiki-12.3.3...xwiki-12.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [xwiki-12.3.3](https://github.com/truecharts/charts/compare/xwiki-12.3.2...xwiki-12.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [xwiki-12.3.2](https://github.com/truecharts/charts/compare/xwiki-12.3.0...xwiki-12.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - diff --git a/stable/xwiki/12.6.2/Chart.yaml b/stable/xwiki/12.6.2/Chart.yaml deleted file mode 100644 index f633312aaf6..00000000000 --- a/stable/xwiki/12.6.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.1.0 -dependencies: - - name: common - version: 20.0.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.6.2 diff --git a/stable/xwiki/12.6.2/charts/common-20.0.9.tgz b/stable/xwiki/12.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/xwiki/12.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/xwiki/12.6.2/ix_values.yaml b/stable/xwiki/12.6.2/ix_values.yaml deleted file mode 100644 index c42196f500d..00000000000 --- a/stable/xwiki/12.6.2/ix_values.yaml +++ /dev/null @@ -1,46 +0,0 @@ -image: - repository: xwiki - tag: 16.1.0-postgres-tomcat@sha256:eecc308fe152f84c7146273e78a702c07bc4aac1e8b629b940b831f39902bccb - 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/zwavejs2mqtt/19.5.1/.helmignore b/stable/xwiki/12.8.1/.helmignore similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/.helmignore rename to stable/xwiki/12.8.1/.helmignore diff --git a/stable/xwiki/12.8.1/CHANGELOG.md b/stable/xwiki/12.8.1/CHANGELOG.md new file mode 100644 index 00000000000..e8d82e1981a --- /dev/null +++ b/stable/xwiki/12.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [xwiki-12.8.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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.8.0](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/stable/xwiki/12.8.1/Chart.yaml b/stable/xwiki/12.8.1/Chart.yaml new file mode 100644 index 00000000000..1c70ee485e0 --- /dev/null +++ b/stable/xwiki/12.8.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: productivity + truecharts.org/max_helm_version: "3.14" + truecharts.org/min_helm_version: "3.11" + truecharts.org/train: stable +apiVersion: v2 +appVersion: 16.1.0 +dependencies: + - name: common + version: 20.2.2 + 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.8.1 diff --git a/stable/xwiki/12.6.2/README.md b/stable/xwiki/12.8.1/README.md similarity index 100% rename from stable/xwiki/12.6.2/README.md rename to stable/xwiki/12.8.1/README.md diff --git a/stable/xwiki/12.8.1/app-changelog.md b/stable/xwiki/12.8.1/app-changelog.md new file mode 100644 index 00000000000..c0cbe8a8142 --- /dev/null +++ b/stable/xwiki/12.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [xwiki-12.8.1](https://github.com/truecharts/charts/compare/xwiki-12.7.0...xwiki-12.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.2/app-readme.md b/stable/xwiki/12.8.1/app-readme.md similarity index 100% rename from stable/xwiki/12.6.2/app-readme.md rename to stable/xwiki/12.8.1/app-readme.md diff --git a/stable/xwiki/12.8.1/charts/common-20.2.2.tgz b/stable/xwiki/12.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/xwiki/12.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/xwiki/12.8.1/ix_values.yaml b/stable/xwiki/12.8.1/ix_values.yaml new file mode 100644 index 00000000000..a573648f111 --- /dev/null +++ b/stable/xwiki/12.8.1/ix_values.yaml @@ -0,0 +1,46 @@ +image: + repository: xwiki + tag: 16.1.0-postgres-tomcat@sha256:74dd45c0cbaa3a8b4d7ca944be0cca4e629a50dc21549fbad1f1a631876e997e + 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.6.2/questions.yaml b/stable/xwiki/12.8.1/questions.yaml similarity index 100% rename from stable/xwiki/12.6.2/questions.yaml rename to stable/xwiki/12.8.1/questions.yaml diff --git a/stable/xwiki/12.8.1/templates/NOTES.txt b/stable/xwiki/12.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/xwiki/12.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.5.1/templates/common.yaml b/stable/xwiki/12.8.1/templates/common.yaml similarity index 100% rename from stable/ztcuui-aio/8.5.1/templates/common.yaml rename to stable/xwiki/12.8.1/templates/common.yaml diff --git a/stable/zwavejs2mqtt/19.5.1/values.yaml b/stable/xwiki/12.8.1/values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/values.yaml rename to stable/xwiki/12.8.1/values.yaml diff --git a/stable/yacreaderlibraryserver/5.5.1/CHANGELOG.md b/stable/yacreaderlibraryserver/5.5.1/CHANGELOG.md deleted file mode 100644 index 9078745a420..00000000000 --- a/stable/yacreaderlibraryserver/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yacreaderlibraryserver-5.5.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.5.0...yacreaderlibraryserver-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [yacreaderlibraryserver-5.5.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.4.1...yacreaderlibraryserver-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [yacreaderlibraryserver-5.4.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.4.0...yacreaderlibraryserver-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [yacreaderlibraryserver-5.4.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.3.0...yacreaderlibraryserver-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [yacreaderlibraryserver-5.3.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.3...yacreaderlibraryserver-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [yacreaderlibraryserver-5.2.3](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.2...yacreaderlibraryserver-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [yacreaderlibraryserver-5.2.2](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.2.0...yacreaderlibraryserver-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - - - - - - - -## [yacreaderlibraryserver-4.1.11](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-4.1.10...yacreaderlibraryserver-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - diff --git a/stable/yacreaderlibraryserver/5.5.1/Chart.yaml b/stable/yacreaderlibraryserver/5.5.1/Chart.yaml deleted file mode 100644 index 31807a5eea4..00000000000 --- a/stable/yacreaderlibraryserver/5.5.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: 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.0.8 - 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.5.1 diff --git a/stable/yacreaderlibraryserver/5.5.1/charts/common-20.0.8.tgz b/stable/yacreaderlibraryserver/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/yacreaderlibraryserver/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/system/cert-manager/4.5.4/.helmignore b/stable/yacreaderlibraryserver/5.7.1/.helmignore similarity index 100% rename from system/cert-manager/4.5.4/.helmignore rename to stable/yacreaderlibraryserver/5.7.1/.helmignore diff --git a/stable/yacreaderlibraryserver/5.7.1/CHANGELOG.md b/stable/yacreaderlibraryserver/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..3b710aa9497 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacreaderlibraryserver-5.7.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/yacreaderlibraryserver/5.7.1/Chart.yaml new file mode 100644 index 00000000000..1e66c4eb132 --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.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: 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.2 + 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.1 diff --git a/stable/yacreaderlibraryserver/5.5.1/README.md b/stable/yacreaderlibraryserver/5.7.1/README.md similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/README.md rename to stable/yacreaderlibraryserver/5.7.1/README.md diff --git a/stable/yacreaderlibraryserver/5.7.1/app-changelog.md b/stable/yacreaderlibraryserver/5.7.1/app-changelog.md new file mode 100644 index 00000000000..f93b15fdbcb --- /dev/null +++ b/stable/yacreaderlibraryserver/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [yacreaderlibraryserver-5.7.1](https://github.com/truecharts/charts/compare/yacreaderlibraryserver-5.6.0...yacreaderlibraryserver-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/yacreaderlibraryserver/5.7.1/app-readme.md similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/app-readme.md rename to stable/yacreaderlibraryserver/5.7.1/app-readme.md diff --git a/stable/yacreaderlibraryserver/5.7.1/charts/common-20.2.2.tgz b/stable/yacreaderlibraryserver/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/yacreaderlibraryserver/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/yacreaderlibraryserver/5.5.1/ix_values.yaml b/stable/yacreaderlibraryserver/5.7.1/ix_values.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/ix_values.yaml rename to stable/yacreaderlibraryserver/5.7.1/ix_values.yaml diff --git a/stable/yacreaderlibraryserver/5.5.1/questions.yaml b/stable/yacreaderlibraryserver/5.7.1/questions.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/questions.yaml rename to stable/yacreaderlibraryserver/5.7.1/questions.yaml diff --git a/stable/yacreaderlibraryserver/5.5.1/templates/common.yaml b/stable/yacreaderlibraryserver/5.7.1/templates/common.yaml similarity index 100% rename from stable/yacreaderlibraryserver/5.5.1/templates/common.yaml rename to stable/yacreaderlibraryserver/5.7.1/templates/common.yaml diff --git a/system/cert-manager/4.5.4/values.yaml b/stable/yacreaderlibraryserver/5.7.1/values.yaml similarity index 100% rename from system/cert-manager/4.5.4/values.yaml rename to stable/yacreaderlibraryserver/5.7.1/values.yaml diff --git a/stable/yacy/5.5.1/CHANGELOG.md b/stable/yacy/5.5.1/CHANGELOG.md deleted file mode 100644 index 306fa5dfbcd..00000000000 --- a/stable/yacy/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yacy-5.5.1](https://github.com/truecharts/charts/compare/yacy-5.5.0...yacy-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [yacy-5.5.0](https://github.com/truecharts/charts/compare/yacy-5.4.1...yacy-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [yacy-5.4.1](https://github.com/truecharts/charts/compare/yacy-5.4.0...yacy-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [yacy-5.4.0](https://github.com/truecharts/charts/compare/yacy-5.3.0...yacy-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [yacy-5.3.0](https://github.com/truecharts/charts/compare/yacy-5.2.3...yacy-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [yacy-5.2.3](https://github.com/truecharts/charts/compare/yacy-5.2.2...yacy-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [yacy-5.2.2](https://github.com/truecharts/charts/compare/yacy-5.2.0...yacy-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [yacy-4.1.11](https://github.com/truecharts/charts/compare/yacy-4.1.10...yacy-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [yacy-4.1.10](https://github.com/truecharts/charts/compare/yacy-4.1.9...yacy-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/yacy/5.5.1/Chart.yaml b/stable/yacy/5.5.1/Chart.yaml deleted file mode 100644 index fcd878b863d..00000000000 --- a/stable/yacy/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/yacy/5.5.1/charts/common-20.0.8.tgz b/stable/yacy/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/yacy/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/system/cloudnative-pg/6.6.3/.helmignore b/stable/yacy/5.7.1/.helmignore similarity index 100% rename from system/cloudnative-pg/6.6.3/.helmignore rename to stable/yacy/5.7.1/.helmignore diff --git a/stable/yacy/5.7.1/CHANGELOG.md b/stable/yacy/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..03f2414cf7b --- /dev/null +++ b/stable/yacy/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yacy-5.7.1](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/yacy/5.7.1/Chart.yaml new file mode 100644 index 00000000000..93fb6dcc84e --- /dev/null +++ b/stable/yacy/5.7.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: 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.2 + 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.1 diff --git a/stable/yacy/5.5.1/README.md b/stable/yacy/5.7.1/README.md similarity index 100% rename from stable/yacy/5.5.1/README.md rename to stable/yacy/5.7.1/README.md diff --git a/stable/yacy/5.7.1/app-changelog.md b/stable/yacy/5.7.1/app-changelog.md new file mode 100644 index 00000000000..31cbde70399 --- /dev/null +++ b/stable/yacy/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [yacy-5.7.1](https://github.com/truecharts/charts/compare/yacy-5.6.0...yacy-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/yacy/5.7.1/app-readme.md similarity index 100% rename from stable/yacy/5.5.1/app-readme.md rename to stable/yacy/5.7.1/app-readme.md diff --git a/stable/yacy/5.7.1/charts/common-20.2.2.tgz b/stable/yacy/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/yacy/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/yacy/5.5.1/ix_values.yaml b/stable/yacy/5.7.1/ix_values.yaml similarity index 100% rename from stable/yacy/5.5.1/ix_values.yaml rename to stable/yacy/5.7.1/ix_values.yaml diff --git a/stable/yacy/5.5.1/questions.yaml b/stable/yacy/5.7.1/questions.yaml similarity index 100% rename from stable/yacy/5.5.1/questions.yaml rename to stable/yacy/5.7.1/questions.yaml diff --git a/stable/yacy/5.5.1/templates/common.yaml b/stable/yacy/5.7.1/templates/common.yaml similarity index 100% rename from stable/yacy/5.5.1/templates/common.yaml rename to stable/yacy/5.7.1/templates/common.yaml diff --git a/system/cloudnative-pg/6.6.3/values.yaml b/stable/yacy/5.7.1/values.yaml similarity index 100% rename from system/cloudnative-pg/6.6.3/values.yaml rename to stable/yacy/5.7.1/values.yaml diff --git a/stable/yourls/5.6.1/CHANGELOG.md b/stable/yourls/5.6.1/CHANGELOG.md deleted file mode 100644 index 33fa1a0262e..00000000000 --- a/stable/yourls/5.6.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [yourls-5.6.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.6.1) (2024-03-16) - -### Chore - - - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.6.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.6.1) (2024-03-16) - -### Chore - - - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.6.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.6.1) (2024-03-16) - -### Chore - - - -- update container image yourls to latest[@ab635e5](https://github.com/ab635e5) by renovate ([#19295](https://github.com/truecharts/charts/issues/19295)) - - -## [yourls-5.6.0](https://github.com/truecharts/charts/compare/yourls-5.5.2...yourls-5.6.0) (2024-03-16) - -### Chore - - - -- update container image common to v20.1.5[@dc867e0](https://github.com/dc867e0) by renovate ([#19210](https://github.com/truecharts/charts/issues/19210)) - - -## [yourls-5.5.2](https://github.com/truecharts/charts/compare/yourls-5.5.1...yourls-5.5.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [yourls-5.5.1](https://github.com/truecharts/charts/compare/yourls-5.5.0...yourls-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [yourls-5.5.0](https://github.com/truecharts/charts/compare/yourls-5.4.1...yourls-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [yourls-5.4.1](https://github.com/truecharts/charts/compare/yourls-5.4.0...yourls-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [yourls-5.4.0](https://github.com/truecharts/charts/compare/yourls-5.3.0...yourls-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [yourls-5.3.0](https://github.com/truecharts/charts/compare/yourls-5.2.3...yourls-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - diff --git a/stable/yourls/5.6.1/Chart.yaml b/stable/yourls/5.6.1/Chart.yaml deleted file mode 100644 index 82d2bfc0b0e..00000000000 --- a/stable/yourls/5.6.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: 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.1.5 - 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.6.1 diff --git a/stable/yourls/5.6.1/app-changelog.md b/stable/yourls/5.6.1/app-changelog.md deleted file mode 100644 index 11f073e8a94..00000000000 --- a/stable/yourls/5.6.1/app-changelog.md +++ /dev/null @@ -1,9 +0,0 @@ - - -## [yourls-5.6.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.6.1) (2024-03-16) - -### Chore - - - -- 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.6.1/charts/common-20.1.5.tgz b/stable/yourls/5.6.1/charts/common-20.1.5.tgz deleted file mode 100644 index 4c98dba7735..00000000000 Binary files a/stable/yourls/5.6.1/charts/common-20.1.5.tgz and /dev/null differ diff --git a/stable/yourls/5.6.1/ix_values.yaml b/stable/yourls/5.6.1/ix_values.yaml deleted file mode 100644 index 81d46ce61c6..00000000000 --- a/stable/yourls/5.6.1/ix_values.yaml +++ /dev/null @@ -1,34 +0,0 @@ -image: - pullPolicy: IfNotPresent - repository: yourls - tag: latest@sha256:ab635e52ba03ffd0526b5c44efe8f31abd0885a00921333e4647bd8531dabbfb -persistence: {} -portal: - open: - enabled: true -securityContext: - container: - readOnlyRootFilesystem: false - runAsGroup: 0 - runAsUser: 0 -service: - main: - ports: - main: - port: 80 - protocol: tcp - targetPort: 80 -workload: - main: - podSpec: - containers: - main: - env: - YOURLS_DB_HOST: "" - YOURLS_DB_NAME: "" - YOURLS_DB_PASS: "" - YOURLS_HOURS_OFFSET: "" - YOURLS_PASS: "" - YOURLS_PRIVATE: "" - YOURLS_SITE: "" - YOURLS_USER: "" diff --git a/system/kubeapps/2.7.3/.helmignore b/stable/yourls/5.7.2/.helmignore similarity index 100% rename from system/kubeapps/2.7.3/.helmignore rename to stable/yourls/5.7.2/.helmignore diff --git a/stable/yourls/5.7.2/CHANGELOG.md b/stable/yourls/5.7.2/CHANGELOG.md new file mode 100644 index 00000000000..4e4cfdec4ae --- /dev/null +++ b/stable/yourls/5.7.2/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [yourls-5.7.2](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.1) (2024-03-17) + +### Chore + + + +- 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.1](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.1) (2024-03-17) + +### Chore + + + +- 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.2/Chart.yaml b/stable/yourls/5.7.2/Chart.yaml new file mode 100644 index 00000000000..fc0053baa28 --- /dev/null +++ b/stable/yourls/5.7.2/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.2 + 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.2 diff --git a/stable/yourls/5.6.1/README.md b/stable/yourls/5.7.2/README.md similarity index 100% rename from stable/yourls/5.6.1/README.md rename to stable/yourls/5.7.2/README.md diff --git a/stable/yourls/5.7.2/app-changelog.md b/stable/yourls/5.7.2/app-changelog.md new file mode 100644 index 00000000000..fba716bc8c9 --- /dev/null +++ b/stable/yourls/5.7.2/app-changelog.md @@ -0,0 +1,17 @@ + + +## [yourls-5.7.2](https://github.com/truecharts/charts/compare/yourls-5.6.0...yourls-5.7.2) (2024-03-17) + +### Chore + + + +- update container 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.6.1/app-readme.md b/stable/yourls/5.7.2/app-readme.md similarity index 100% rename from stable/yourls/5.6.1/app-readme.md rename to stable/yourls/5.7.2/app-readme.md diff --git a/stable/yourls/5.7.2/charts/common-20.2.2.tgz b/stable/yourls/5.7.2/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/yourls/5.7.2/charts/common-20.2.2.tgz differ diff --git a/stable/yourls/5.7.2/ix_values.yaml b/stable/yourls/5.7.2/ix_values.yaml new file mode 100644 index 00000000000..910f19bf073 --- /dev/null +++ b/stable/yourls/5.7.2/ix_values.yaml @@ -0,0 +1,34 @@ +image: + pullPolicy: IfNotPresent + repository: yourls + tag: latest@sha256:fb07ccad4927f970bbc12af4b0023f867a5ead98605eba11ddd51061aa449bf1 +persistence: {} +portal: + open: + enabled: true +securityContext: + container: + readOnlyRootFilesystem: false + runAsGroup: 0 + runAsUser: 0 +service: + main: + ports: + main: + port: 80 + protocol: tcp + targetPort: 80 +workload: + main: + podSpec: + containers: + main: + env: + YOURLS_DB_HOST: "" + YOURLS_DB_NAME: "" + YOURLS_DB_PASS: "" + YOURLS_HOURS_OFFSET: "" + YOURLS_PASS: "" + YOURLS_PRIVATE: "" + YOURLS_SITE: "" + YOURLS_USER: "" diff --git a/stable/yourls/5.6.1/questions.yaml b/stable/yourls/5.7.2/questions.yaml similarity index 100% rename from stable/yourls/5.6.1/questions.yaml rename to stable/yourls/5.7.2/questions.yaml diff --git a/stable/yourls/5.6.1/templates/common.yaml b/stable/yourls/5.7.2/templates/common.yaml similarity index 100% rename from stable/yourls/5.6.1/templates/common.yaml rename to stable/yourls/5.7.2/templates/common.yaml diff --git a/system/kubeapps/2.7.3/values.yaml b/stable/yourls/5.7.2/values.yaml similarity index 100% rename from system/kubeapps/2.7.3/values.yaml rename to stable/yourls/5.7.2/values.yaml diff --git a/stable/youtransfer/7.5.1/CHANGELOG.md b/stable/youtransfer/7.5.1/CHANGELOG.md deleted file mode 100644 index 9dd25fc0465..00000000000 --- a/stable/youtransfer/7.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [youtransfer-7.5.1](https://github.com/truecharts/charts/compare/youtransfer-7.5.0...youtransfer-7.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [youtransfer-7.5.0](https://github.com/truecharts/charts/compare/youtransfer-7.4.1...youtransfer-7.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [youtransfer-7.4.1](https://github.com/truecharts/charts/compare/youtransfer-7.4.0...youtransfer-7.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [youtransfer-7.4.0](https://github.com/truecharts/charts/compare/youtransfer-7.3.0...youtransfer-7.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [youtransfer-7.3.0](https://github.com/truecharts/charts/compare/youtransfer-7.2.3...youtransfer-7.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [youtransfer-7.2.3](https://github.com/truecharts/charts/compare/youtransfer-7.2.2...youtransfer-7.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [youtransfer-7.2.2](https://github.com/truecharts/charts/compare/youtransfer-7.2.0...youtransfer-7.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [youtransfer-6.1.11](https://github.com/truecharts/charts/compare/youtransfer-6.1.10...youtransfer-6.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [youtransfer-6.1.10](https://github.com/truecharts/charts/compare/youtransfer-6.1.9...youtransfer-6.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/youtransfer/7.5.1/Chart.yaml b/stable/youtransfer/7.5.1/Chart.yaml deleted file mode 100644 index 095fa3ef030..00000000000 --- a/stable/youtransfer/7.5.1/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.0.8 - 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.5.1 diff --git a/stable/youtransfer/7.5.1/charts/common-20.0.8.tgz b/stable/youtransfer/7.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/youtransfer/7.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/youtransfer/7.7.1/.helmignore b/stable/youtransfer/7.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtransfer/7.7.1/.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/stable/youtransfer/7.7.1/CHANGELOG.md b/stable/youtransfer/7.7.1/CHANGELOG.md new file mode 100644 index 00000000000..4972b2047b8 --- /dev/null +++ b/stable/youtransfer/7.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtransfer-7.7.1](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/youtransfer/7.7.1/Chart.yaml new file mode 100644 index 00000000000..ef9189e2853 --- /dev/null +++ b/stable/youtransfer/7.7.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: 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.2 + 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.1 diff --git a/stable/youtransfer/7.5.1/README.md b/stable/youtransfer/7.7.1/README.md similarity index 100% rename from stable/youtransfer/7.5.1/README.md rename to stable/youtransfer/7.7.1/README.md diff --git a/stable/youtransfer/7.7.1/app-changelog.md b/stable/youtransfer/7.7.1/app-changelog.md new file mode 100644 index 00000000000..d040dd69a1c --- /dev/null +++ b/stable/youtransfer/7.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [youtransfer-7.7.1](https://github.com/truecharts/charts/compare/youtransfer-7.6.0...youtransfer-7.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/youtransfer/7.7.1/app-readme.md similarity index 100% rename from stable/youtransfer/7.5.1/app-readme.md rename to stable/youtransfer/7.7.1/app-readme.md diff --git a/stable/youtransfer/7.7.1/charts/common-20.2.2.tgz b/stable/youtransfer/7.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/youtransfer/7.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/youtransfer/7.5.1/ix_values.yaml b/stable/youtransfer/7.7.1/ix_values.yaml similarity index 100% rename from stable/youtransfer/7.5.1/ix_values.yaml rename to stable/youtransfer/7.7.1/ix_values.yaml diff --git a/stable/youtransfer/7.5.1/questions.yaml b/stable/youtransfer/7.7.1/questions.yaml similarity index 100% rename from stable/youtransfer/7.5.1/questions.yaml rename to stable/youtransfer/7.7.1/questions.yaml diff --git a/stable/youtransfer/7.7.1/templates/NOTES.txt b/stable/youtransfer/7.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtransfer/7.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/youtransfer/7.5.1/templates/common.yaml b/stable/youtransfer/7.7.1/templates/common.yaml similarity index 100% rename from stable/youtransfer/7.5.1/templates/common.yaml rename to stable/youtransfer/7.7.1/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.6.1/SKIPINSTALL b/stable/youtransfer/7.7.1/values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.6.1/SKIPINSTALL rename to stable/youtransfer/7.7.1/values.yaml diff --git a/stable/youtubedl-material/10.6.3/CHANGELOG.md b/stable/youtubedl-material/10.6.3/CHANGELOG.md deleted file mode 100644 index b9c396baaa5..00000000000 --- a/stable/youtubedl-material/10.6.3/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [youtubedl-material-10.6.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.6.2...youtubedl-material-10.6.3) (2024-03-13) - -### Chore - - - -- update container image mongodb to v12.5.2[@ce0371b](https://github.com/ce0371b) by renovate ([#19184](https://github.com/truecharts/charts/issues/19184)) - - -## [youtubedl-material-10.6.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.6.1...youtubedl-material-10.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [youtubedl-material-10.6.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.6.0...youtubedl-material-10.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [youtubedl-material-10.6.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.5.0...youtubedl-material-10.6.0) (2024-03-12) - -### Chore - - - -- update container image mongodb to v12.5.0[@1acb095](https://github.com/1acb095) by renovate ([#18519](https://github.com/truecharts/charts/issues/18519)) - - -## [youtubedl-material-10.5.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.4.1...youtubedl-material-10.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [youtubedl-material-10.4.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.4.0...youtubedl-material-10.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [youtubedl-material-10.4.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.3.0...youtubedl-material-10.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [youtubedl-material-10.3.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.3...youtubedl-material-10.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [youtubedl-material-10.2.3](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.2...youtubedl-material-10.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [youtubedl-material-10.2.2](https://github.com/truecharts/charts/compare/youtubedl-material-10.2.0...youtubedl-material-10.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) \ No newline at end of file diff --git a/stable/youtubedl-material/10.6.3/Chart.yaml b/stable/youtubedl-material/10.6.3/Chart.yaml deleted file mode 100644 index 258e9933a0e..00000000000 --- a/stable/youtubedl-material/10.6.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.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mongodb - version: 12.5.2 - 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.6.3 diff --git a/stable/youtubedl-material/10.6.3/charts/common-20.0.9.tgz b/stable/youtubedl-material/10.6.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/youtubedl-material/10.6.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.6.3/charts/mongodb-12.5.2.tgz b/stable/youtubedl-material/10.6.3/charts/mongodb-12.5.2.tgz deleted file mode 100644 index e8b45a00583..00000000000 Binary files a/stable/youtubedl-material/10.6.3/charts/mongodb-12.5.2.tgz and /dev/null differ diff --git a/stable/youtubedl-material/10.8.1/.helmignore b/stable/youtubedl-material/10.8.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/youtubedl-material/10.8.1/.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/stable/youtubedl-material/10.8.1/CHANGELOG.md b/stable/youtubedl-material/10.8.1/CHANGELOG.md new file mode 100644 index 00000000000..784fc811a0a --- /dev/null +++ b/stable/youtubedl-material/10.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [youtubedl-material-10.8.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.0) (2024-03-16) + +### Chore + + + +- update container 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)) + diff --git a/stable/youtubedl-material/10.8.1/Chart.yaml b/stable/youtubedl-material/10.8.1/Chart.yaml new file mode 100644 index 00000000000..f5ab88944ca --- /dev/null +++ b/stable/youtubedl-material/10.8.1/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.2 + 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.1 diff --git a/stable/youtubedl-material/10.6.3/README.md b/stable/youtubedl-material/10.8.1/README.md similarity index 100% rename from stable/youtubedl-material/10.6.3/README.md rename to stable/youtubedl-material/10.8.1/README.md diff --git a/stable/youtubedl-material/10.8.1/app-changelog.md b/stable/youtubedl-material/10.8.1/app-changelog.md new file mode 100644 index 00000000000..b5420c53ffa --- /dev/null +++ b/stable/youtubedl-material/10.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [youtubedl-material-10.8.1](https://github.com/truecharts/charts/compare/youtubedl-material-10.7.0...youtubedl-material-10.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.6.3/app-readme.md b/stable/youtubedl-material/10.8.1/app-readme.md similarity index 100% rename from stable/youtubedl-material/10.6.3/app-readme.md rename to stable/youtubedl-material/10.8.1/app-readme.md diff --git a/stable/youtubedl-material/10.8.1/charts/common-20.2.2.tgz b/stable/youtubedl-material/10.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/youtubedl-material/10.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/youtubedl-material/10.8.1/charts/mongodb-12.5.4.tgz b/stable/youtubedl-material/10.8.1/charts/mongodb-12.5.4.tgz new file mode 100644 index 00000000000..aa6da6a94f6 Binary files /dev/null and b/stable/youtubedl-material/10.8.1/charts/mongodb-12.5.4.tgz differ diff --git a/stable/youtubedl-material/10.6.3/ix_values.yaml b/stable/youtubedl-material/10.8.1/ix_values.yaml similarity index 100% rename from stable/youtubedl-material/10.6.3/ix_values.yaml rename to stable/youtubedl-material/10.8.1/ix_values.yaml diff --git a/stable/youtubedl-material/10.6.3/questions.yaml b/stable/youtubedl-material/10.8.1/questions.yaml similarity index 100% rename from stable/youtubedl-material/10.6.3/questions.yaml rename to stable/youtubedl-material/10.8.1/questions.yaml diff --git a/stable/youtubedl-material/10.8.1/templates/NOTES.txt b/stable/youtubedl-material/10.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/youtubedl-material/10.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.5.1/templates/common.yaml b/stable/youtubedl-material/10.8.1/templates/common.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/templates/common.yaml rename to stable/youtubedl-material/10.8.1/templates/common.yaml diff --git a/stable/youtubedl-material/10.8.1/values.yaml b/stable/youtubedl-material/10.8.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/z80pack/5.5.1/CHANGELOG.md b/stable/z80pack/5.5.1/CHANGELOG.md deleted file mode 100644 index 4657f2210f8..00000000000 --- a/stable/z80pack/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [z80pack-5.5.1](https://github.com/truecharts/charts/compare/z80pack-5.5.0...z80pack-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [z80pack-5.5.0](https://github.com/truecharts/charts/compare/z80pack-5.4.1...z80pack-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [z80pack-5.4.1](https://github.com/truecharts/charts/compare/z80pack-5.4.0...z80pack-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [z80pack-5.4.0](https://github.com/truecharts/charts/compare/z80pack-5.3.0...z80pack-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [z80pack-5.3.0](https://github.com/truecharts/charts/compare/z80pack-5.2.3...z80pack-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [z80pack-5.2.3](https://github.com/truecharts/charts/compare/z80pack-5.2.2...z80pack-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [z80pack-5.2.2](https://github.com/truecharts/charts/compare/z80pack-5.2.0...z80pack-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [z80pack-4.1.11](https://github.com/truecharts/charts/compare/z80pack-4.1.10...z80pack-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [z80pack-4.1.10](https://github.com/truecharts/charts/compare/z80pack-4.1.9...z80pack-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/z80pack/5.5.1/Chart.yaml b/stable/z80pack/5.5.1/Chart.yaml deleted file mode 100644 index 2add53e4b99..00000000000 --- a/stable/z80pack/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/z80pack/5.5.1/charts/common-20.0.8.tgz b/stable/z80pack/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/z80pack/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/z80pack/5.7.1/.helmignore b/stable/z80pack/5.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/z80pack/5.7.1/.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/stable/z80pack/5.7.1/CHANGELOG.md b/stable/z80pack/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..9d8bbd63a9d --- /dev/null +++ b/stable/z80pack/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [z80pack-5.7.1](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/z80pack/5.7.1/Chart.yaml new file mode 100644 index 00000000000..575cf9c7423 --- /dev/null +++ b/stable/z80pack/5.7.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: 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.2 + 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.1 diff --git a/stable/z80pack/5.5.1/README.md b/stable/z80pack/5.7.1/README.md similarity index 100% rename from stable/z80pack/5.5.1/README.md rename to stable/z80pack/5.7.1/README.md diff --git a/stable/z80pack/5.7.1/app-changelog.md b/stable/z80pack/5.7.1/app-changelog.md new file mode 100644 index 00000000000..b28c8de70b2 --- /dev/null +++ b/stable/z80pack/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [z80pack-5.7.1](https://github.com/truecharts/charts/compare/z80pack-5.6.0...z80pack-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/z80pack/5.7.1/app-readme.md similarity index 100% rename from stable/z80pack/5.5.1/app-readme.md rename to stable/z80pack/5.7.1/app-readme.md diff --git a/stable/z80pack/5.7.1/charts/common-20.2.2.tgz b/stable/z80pack/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/z80pack/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/z80pack/5.5.1/ix_values.yaml b/stable/z80pack/5.7.1/ix_values.yaml similarity index 100% rename from stable/z80pack/5.5.1/ix_values.yaml rename to stable/z80pack/5.7.1/ix_values.yaml diff --git a/stable/z80pack/5.5.1/questions.yaml b/stable/z80pack/5.7.1/questions.yaml similarity index 100% rename from stable/z80pack/5.5.1/questions.yaml rename to stable/z80pack/5.7.1/questions.yaml diff --git a/stable/z80pack/5.5.1/templates/common.yaml b/stable/z80pack/5.7.1/templates/common.yaml similarity index 100% rename from stable/z80pack/5.5.1/templates/common.yaml rename to stable/z80pack/5.7.1/templates/common.yaml diff --git a/stable/z80pack/5.7.1/values.yaml b/stable/z80pack/5.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zerotier/9.5.1/CHANGELOG.md b/stable/zerotier/9.5.1/CHANGELOG.md deleted file mode 100644 index 192cb92e267..00000000000 --- a/stable/zerotier/9.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zerotier-9.5.1](https://github.com/truecharts/charts/compare/zerotier-9.5.0...zerotier-9.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [zerotier-9.5.0](https://github.com/truecharts/charts/compare/zerotier-9.4.1...zerotier-9.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [zerotier-9.4.1](https://github.com/truecharts/charts/compare/zerotier-9.4.0...zerotier-9.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [zerotier-9.4.0](https://github.com/truecharts/charts/compare/zerotier-9.3.0...zerotier-9.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [zerotier-9.3.0](https://github.com/truecharts/charts/compare/zerotier-9.2.3...zerotier-9.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [zerotier-9.2.3](https://github.com/truecharts/charts/compare/zerotier-9.2.2...zerotier-9.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [zerotier-9.2.2](https://github.com/truecharts/charts/compare/zerotier-9.2.0...zerotier-9.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [zerotier-8.1.11](https://github.com/truecharts/charts/compare/zerotier-8.1.10...zerotier-8.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zerotier-8.1.10](https://github.com/truecharts/charts/compare/zerotier-8.1.9...zerotier-8.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/zerotier/9.5.1/Chart.yaml b/stable/zerotier/9.5.1/Chart.yaml deleted file mode 100644 index ce96f8b0da0..00000000000 --- a/stable/zerotier/9.5.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: 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.0.8 - 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.5.1 diff --git a/stable/zerotier/9.5.1/charts/common-20.0.8.tgz b/stable/zerotier/9.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/zerotier/9.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zerotier/9.7.1/.helmignore b/stable/zerotier/9.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zerotier/9.7.1/.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/stable/zerotier/9.7.1/CHANGELOG.md b/stable/zerotier/9.7.1/CHANGELOG.md new file mode 100644 index 00000000000..142ddca23a5 --- /dev/null +++ b/stable/zerotier/9.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zerotier-9.7.1](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/zerotier/9.7.1/Chart.yaml new file mode 100644 index 00000000000..028562ebf52 --- /dev/null +++ b/stable/zerotier/9.7.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: 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.2 + 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.1 diff --git a/stable/zerotier/9.5.1/README.md b/stable/zerotier/9.7.1/README.md similarity index 100% rename from stable/zerotier/9.5.1/README.md rename to stable/zerotier/9.7.1/README.md diff --git a/stable/zerotier/9.7.1/app-changelog.md b/stable/zerotier/9.7.1/app-changelog.md new file mode 100644 index 00000000000..5ead49fd7cc --- /dev/null +++ b/stable/zerotier/9.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [zerotier-9.7.1](https://github.com/truecharts/charts/compare/zerotier-9.6.0...zerotier-9.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/zerotier/9.7.1/app-readme.md similarity index 100% rename from stable/zerotier/9.5.1/app-readme.md rename to stable/zerotier/9.7.1/app-readme.md diff --git a/stable/zerotier/9.7.1/charts/common-20.2.2.tgz b/stable/zerotier/9.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/zerotier/9.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/zerotier/9.5.1/ix_values.yaml b/stable/zerotier/9.7.1/ix_values.yaml similarity index 100% rename from stable/zerotier/9.5.1/ix_values.yaml rename to stable/zerotier/9.7.1/ix_values.yaml diff --git a/stable/zerotier/9.5.1/questions.yaml b/stable/zerotier/9.7.1/questions.yaml similarity index 100% rename from stable/zerotier/9.5.1/questions.yaml rename to stable/zerotier/9.7.1/questions.yaml diff --git a/stable/zerotier/9.7.1/templates/NOTES.txt b/stable/zerotier/9.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zerotier/9.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zerotier/9.7.1/templates/common.yaml b/stable/zerotier/9.7.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zerotier/9.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zerotier/9.7.1/values.yaml b/stable/zerotier/9.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.6.1/CHANGELOG.md b/stable/zigbee2mqtt/11.6.1/CHANGELOG.md deleted file mode 100644 index 602bdb35ad1..00000000000 --- a/stable/zigbee2mqtt/11.6.1/CHANGELOG.md +++ /dev/null @@ -1,100 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zigbee2mqtt-11.6.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.6.0...zigbee2mqtt-11.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [zigbee2mqtt-11.6.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.5.1...zigbee2mqtt-11.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [zigbee2mqtt-11.5.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.5.0...zigbee2mqtt-11.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [zigbee2mqtt-11.5.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.4.0...zigbee2mqtt-11.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [zigbee2mqtt-11.4.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.3...zigbee2mqtt-11.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [zigbee2mqtt-11.3.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.2...zigbee2mqtt-11.3.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [zigbee2mqtt-11.3.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.3.0...zigbee2mqtt-11.3.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - -## [zigbee2mqtt-10.4.3](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.2...zigbee2mqtt-10.4.3) (2024-02-12) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.3[@f80dbca](https://github.com/f80dbca) by renovate ([#18142](https://github.com/truecharts/charts/issues/18142)) - - -## [zigbee2mqtt-10.4.2](https://github.com/truecharts/charts/compare/zigbee2mqtt-10.4.1...zigbee2mqtt-10.4.2) (2024-02-05) - -### Chore - - - -- update container image koenkk/zigbee2mqtt to v1.35.2[@131560a](https://github.com/131560a) by renovate ([#17923](https://github.com/truecharts/charts/issues/17923)) \ No newline at end of file diff --git a/stable/zigbee2mqtt/11.6.1/Chart.yaml b/stable/zigbee2mqtt/11.6.1/Chart.yaml deleted file mode 100644 index 3759687e20f..00000000000 --- a/stable/zigbee2mqtt/11.6.1/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.0.8 - 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.6.1 diff --git a/stable/zigbee2mqtt/11.6.1/charts/common-20.0.8.tgz b/stable/zigbee2mqtt/11.6.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/zigbee2mqtt/11.6.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zigbee2mqtt/11.8.1/.helmignore b/stable/zigbee2mqtt/11.8.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zigbee2mqtt/11.8.1/.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/stable/zigbee2mqtt/11.8.1/CHANGELOG.md b/stable/zigbee2mqtt/11.8.1/CHANGELOG.md new file mode 100644 index 00000000000..ef18e3ce09a --- /dev/null +++ b/stable/zigbee2mqtt/11.8.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zigbee2mqtt-11.8.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/zigbee2mqtt/11.8.1/Chart.yaml new file mode 100644 index 00000000000..f8d3b8de2ac --- /dev/null +++ b/stable/zigbee2mqtt/11.8.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: 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.2 + 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.1 diff --git a/stable/zigbee2mqtt/11.6.1/README.md b/stable/zigbee2mqtt/11.8.1/README.md similarity index 100% rename from stable/zigbee2mqtt/11.6.1/README.md rename to stable/zigbee2mqtt/11.8.1/README.md diff --git a/stable/zigbee2mqtt/11.8.1/SKIPINSTALL b/stable/zigbee2mqtt/11.8.1/SKIPINSTALL new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zigbee2mqtt/11.8.1/app-changelog.md b/stable/zigbee2mqtt/11.8.1/app-changelog.md new file mode 100644 index 00000000000..97b4fc99e47 --- /dev/null +++ b/stable/zigbee2mqtt/11.8.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [zigbee2mqtt-11.8.1](https://github.com/truecharts/charts/compare/zigbee2mqtt-11.7.0...zigbee2mqtt-11.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.6.1/app-readme.md b/stable/zigbee2mqtt/11.8.1/app-readme.md similarity index 100% rename from stable/zigbee2mqtt/11.6.1/app-readme.md rename to stable/zigbee2mqtt/11.8.1/app-readme.md diff --git a/stable/zigbee2mqtt/11.8.1/charts/common-20.2.2.tgz b/stable/zigbee2mqtt/11.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/zigbee2mqtt/11.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/zigbee2mqtt/11.6.1/ix_values.yaml b/stable/zigbee2mqtt/11.8.1/ix_values.yaml similarity index 100% rename from stable/zigbee2mqtt/11.6.1/ix_values.yaml rename to stable/zigbee2mqtt/11.8.1/ix_values.yaml diff --git a/stable/zigbee2mqtt/11.6.1/questions.yaml b/stable/zigbee2mqtt/11.8.1/questions.yaml similarity index 100% rename from stable/zigbee2mqtt/11.6.1/questions.yaml rename to stable/zigbee2mqtt/11.8.1/questions.yaml diff --git a/stable/zigbee2mqtt/11.8.1/templates/NOTES.txt b/stable/zigbee2mqtt/11.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zigbee2mqtt/11.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zigbee2mqtt/11.6.1/templates/common.yaml b/stable/zigbee2mqtt/11.8.1/templates/common.yaml similarity index 100% rename from stable/zigbee2mqtt/11.6.1/templates/common.yaml rename to stable/zigbee2mqtt/11.8.1/templates/common.yaml diff --git a/stable/zigbee2mqtt/11.8.1/values.yaml b/stable/zigbee2mqtt/11.8.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/znc/9.6.2/CHANGELOG.md b/stable/znc/9.6.2/CHANGELOG.md deleted file mode 100644 index dfa52c4bed0..00000000000 --- a/stable/znc/9.6.2/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [znc-9.6.2](https://github.com/truecharts/charts/compare/znc-9.6.1...znc-9.6.2) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.9[@caa8bac](https://github.com/caa8bac) by renovate ([#19179](https://github.com/truecharts/charts/issues/19179)) - - -## [znc-9.6.1](https://github.com/truecharts/charts/compare/znc-9.6.0...znc-9.6.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [znc-9.6.0](https://github.com/truecharts/charts/compare/znc-9.5.1...znc-9.6.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [znc-9.5.1](https://github.com/truecharts/charts/compare/znc-9.5.0...znc-9.5.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [znc-9.5.0](https://github.com/truecharts/charts/compare/znc-9.4.0...znc-9.5.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [znc-9.4.0](https://github.com/truecharts/charts/compare/znc-9.3.4...znc-9.4.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [znc-9.3.4](https://github.com/truecharts/charts/compare/znc-9.3.3...znc-9.3.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [znc-9.3.3](https://github.com/truecharts/charts/compare/znc-9.3.1...znc-9.3.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [znc-8.1.17](https://github.com/truecharts/charts/compare/znc-8.1.16...znc-8.1.17) (2024-02-12) - -### Chore - - diff --git a/stable/znc/9.6.2/Chart.yaml b/stable/znc/9.6.2/Chart.yaml deleted file mode 100644 index d41c9ec5ee4..00000000000 --- a/stable/znc/9.6.2/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.0.9 - 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.6.2 diff --git a/stable/znc/9.6.2/charts/common-20.0.9.tgz b/stable/znc/9.6.2/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/stable/znc/9.6.2/charts/common-20.0.9.tgz and /dev/null differ diff --git a/stable/znc/9.6.2/ix_values.yaml b/stable/znc/9.6.2/ix_values.yaml deleted file mode 100644 index a9a3475e905..00000000000 --- a/stable/znc/9.6.2/ix_values.yaml +++ /dev/null @@ -1,25 +0,0 @@ -image: - repository: ghcr.io/linuxserver/znc - pullPolicy: IfNotPresent - tag: 1.9.0@sha256:eddf9f5e355680f00b52a125cd2f1e3b1c1e1c158e799cabc14c8d20f350cfc7 -service: - main: - ports: - main: - targetPort: 6501 - port: 6501 -persistence: - varrun: - enabled: true - config: - enabled: true - mountPath: "/config" -portal: - open: - enabled: true -securityContext: - container: - runAsNonRoot: false - readOnlyRootFilesystem: false - runAsUser: 0 - runAsGroup: 0 diff --git a/stable/znc/9.8.1/.helmignore b/stable/znc/9.8.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/znc/9.8.1/.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/stable/znc/9.8.1/CHANGELOG.md b/stable/znc/9.8.1/CHANGELOG.md new file mode 100644 index 00000000000..94c8d544ace --- /dev/null +++ b/stable/znc/9.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [znc-9.8.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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.0](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.0) (2024-03-17) + +### Chore + + + +- update container image common 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)) + diff --git a/stable/znc/9.8.1/Chart.yaml b/stable/znc/9.8.1/Chart.yaml new file mode 100644 index 00000000000..7278e925bfc --- /dev/null +++ b/stable/znc/9.8.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: 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.2 + 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.1 diff --git a/stable/znc/9.6.2/README.md b/stable/znc/9.8.1/README.md similarity index 100% rename from stable/znc/9.6.2/README.md rename to stable/znc/9.8.1/README.md diff --git a/stable/znc/9.8.1/app-changelog.md b/stable/znc/9.8.1/app-changelog.md new file mode 100644 index 00000000000..987bf353a6b --- /dev/null +++ b/stable/znc/9.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [znc-9.8.1](https://github.com/truecharts/charts/compare/znc-9.7.0...znc-9.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common 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.6.2/app-readme.md b/stable/znc/9.8.1/app-readme.md similarity index 100% rename from stable/znc/9.6.2/app-readme.md rename to stable/znc/9.8.1/app-readme.md diff --git a/stable/znc/9.8.1/charts/common-20.2.2.tgz b/stable/znc/9.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/znc/9.8.1/charts/common-20.2.2.tgz differ diff --git a/stable/znc/9.8.1/ix_values.yaml b/stable/znc/9.8.1/ix_values.yaml new file mode 100644 index 00000000000..6fc015b8f16 --- /dev/null +++ b/stable/znc/9.8.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: ghcr.io/linuxserver/znc + pullPolicy: IfNotPresent + tag: 1.9.0@sha256:bdd83451d5c6c094b6f2635c691c074e6c87e565b08082bed5ae33114952ef4b +service: + main: + ports: + main: + targetPort: 6501 + port: 6501 +persistence: + varrun: + enabled: true + config: + enabled: true + mountPath: "/config" +portal: + open: + enabled: true +securityContext: + container: + runAsNonRoot: false + readOnlyRootFilesystem: false + runAsUser: 0 + runAsGroup: 0 diff --git a/stable/znc/9.6.2/questions.yaml b/stable/znc/9.8.1/questions.yaml similarity index 100% rename from stable/znc/9.6.2/questions.yaml rename to stable/znc/9.8.1/questions.yaml diff --git a/stable/znc/9.8.1/templates/NOTES.txt b/stable/znc/9.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/znc/9.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/znc/9.8.1/templates/common.yaml b/stable/znc/9.8.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/znc/9.8.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/znc/9.8.1/values.yaml b/stable/znc/9.8.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zoneminder/5.5.1/CHANGELOG.md b/stable/zoneminder/5.5.1/CHANGELOG.md deleted file mode 100644 index 9f35ba66c77..00000000000 --- a/stable/zoneminder/5.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zoneminder-5.5.1](https://github.com/truecharts/charts/compare/zoneminder-5.5.0...zoneminder-5.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [zoneminder-5.5.0](https://github.com/truecharts/charts/compare/zoneminder-5.4.1...zoneminder-5.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [zoneminder-5.4.1](https://github.com/truecharts/charts/compare/zoneminder-5.4.0...zoneminder-5.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [zoneminder-5.4.0](https://github.com/truecharts/charts/compare/zoneminder-5.3.0...zoneminder-5.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [zoneminder-5.3.0](https://github.com/truecharts/charts/compare/zoneminder-5.2.3...zoneminder-5.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [zoneminder-5.2.3](https://github.com/truecharts/charts/compare/zoneminder-5.2.2...zoneminder-5.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [zoneminder-5.2.2](https://github.com/truecharts/charts/compare/zoneminder-5.2.0...zoneminder-5.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [zoneminder-4.1.11](https://github.com/truecharts/charts/compare/zoneminder-4.1.10...zoneminder-4.1.11) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [zoneminder-4.1.10](https://github.com/truecharts/charts/compare/zoneminder-4.1.9...zoneminder-4.1.10) (2024-01-26) - -### Chore - - - -- update container image common to v17.2.29[@d7c41a3](https://github.com/d7c41a3) by renovate ([#17545](https://github.com/truecharts/charts/issues/17545)) diff --git a/stable/zoneminder/5.5.1/Chart.yaml b/stable/zoneminder/5.5.1/Chart.yaml deleted file mode 100644 index e8cb1841c06..00000000000 --- a/stable/zoneminder/5.5.1/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.0.8 - 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.5.1 diff --git a/stable/zoneminder/5.5.1/charts/common-20.0.8.tgz b/stable/zoneminder/5.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/zoneminder/5.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zoneminder/5.7.1/.helmignore b/stable/zoneminder/5.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zoneminder/5.7.1/.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/stable/zoneminder/5.7.1/CHANGELOG.md b/stable/zoneminder/5.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7729aa1faef --- /dev/null +++ b/stable/zoneminder/5.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zoneminder-5.7.1](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/zoneminder/5.7.1/Chart.yaml new file mode 100644 index 00000000000..a0d40a0dac0 --- /dev/null +++ b/stable/zoneminder/5.7.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: 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.2 + 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.1 diff --git a/stable/zoneminder/5.5.1/README.md b/stable/zoneminder/5.7.1/README.md similarity index 100% rename from stable/zoneminder/5.5.1/README.md rename to stable/zoneminder/5.7.1/README.md diff --git a/stable/zoneminder/5.7.1/app-changelog.md b/stable/zoneminder/5.7.1/app-changelog.md new file mode 100644 index 00000000000..2b46a65ddfd --- /dev/null +++ b/stable/zoneminder/5.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [zoneminder-5.7.1](https://github.com/truecharts/charts/compare/zoneminder-5.6.0...zoneminder-5.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/zoneminder/5.7.1/app-readme.md similarity index 100% rename from stable/zoneminder/5.5.1/app-readme.md rename to stable/zoneminder/5.7.1/app-readme.md diff --git a/stable/zoneminder/5.7.1/charts/common-20.2.2.tgz b/stable/zoneminder/5.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/zoneminder/5.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/zoneminder/5.5.1/ix_values.yaml b/stable/zoneminder/5.7.1/ix_values.yaml similarity index 100% rename from stable/zoneminder/5.5.1/ix_values.yaml rename to stable/zoneminder/5.7.1/ix_values.yaml diff --git a/stable/zoneminder/5.5.1/questions.yaml b/stable/zoneminder/5.7.1/questions.yaml similarity index 100% rename from stable/zoneminder/5.5.1/questions.yaml rename to stable/zoneminder/5.7.1/questions.yaml diff --git a/stable/zoneminder/5.5.1/templates/common.yaml b/stable/zoneminder/5.7.1/templates/common.yaml similarity index 100% rename from stable/zoneminder/5.5.1/templates/common.yaml rename to stable/zoneminder/5.7.1/templates/common.yaml diff --git a/stable/zoneminder/5.7.1/values.yaml b/stable/zoneminder/5.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/ztcuui-aio/8.5.1/CHANGELOG.md b/stable/ztcuui-aio/8.5.1/CHANGELOG.md deleted file mode 100644 index 150892ff2ec..00000000000 --- a/stable/ztcuui-aio/8.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [ztcuui-aio-8.5.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.5.0...ztcuui-aio-8.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [ztcuui-aio-8.5.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.4.1...ztcuui-aio-8.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [ztcuui-aio-8.4.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.4.0...ztcuui-aio-8.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [ztcuui-aio-8.4.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.3.0...ztcuui-aio-8.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [ztcuui-aio-8.3.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.3...ztcuui-aio-8.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [ztcuui-aio-8.2.3](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.2...ztcuui-aio-8.2.3) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [ztcuui-aio-8.2.2](https://github.com/truecharts/charts/compare/ztcuui-aio-8.2.0...ztcuui-aio-8.2.2) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - -## [ztcuui-aio-7.0.1](https://github.com/truecharts/charts/compare/ztcuui-aio-7.0.0...ztcuui-aio-7.0.1) (2024-02-03) - -### Chore - - - -- update container image common to v17.2.30[@19ad5ec](https://github.com/19ad5ec) by renovate ([#17804](https://github.com/truecharts/charts/issues/17804)) - - -## [ztcuui-aio-7.0.0](https://github.com/truecharts/charts/compare/ztcuui-aio-6.1.10...ztcuui-aio-7.0.0) (2024-01-29) - -### Chore - - - -- update container image ghcr.io/kmahyyg/ztncui-aio to v2024.1.28[@7554973](https://github.com/7554973) by renovate ([#17704](https://github.com/truecharts/charts/issues/17704)) diff --git a/stable/ztcuui-aio/8.5.1/Chart.yaml b/stable/ztcuui-aio/8.5.1/Chart.yaml deleted file mode 100644 index 2103eed3b97..00000000000 --- a/stable/ztcuui-aio/8.5.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: 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.0.8 - 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.5.1 diff --git a/stable/ztcuui-aio/8.5.1/charts/common-20.0.8.tgz b/stable/ztcuui-aio/8.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/ztcuui-aio/8.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/ztcuui-aio/8.7.1/.helmignore b/stable/ztcuui-aio/8.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/ztcuui-aio/8.7.1/.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/stable/ztcuui-aio/8.7.1/CHANGELOG.md b/stable/ztcuui-aio/8.7.1/CHANGELOG.md new file mode 100644 index 00000000000..fe353a98baa --- /dev/null +++ b/stable/ztcuui-aio/8.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [ztcuui-aio-8.7.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/ztcuui-aio/8.7.1/Chart.yaml new file mode 100644 index 00000000000..528f6ebdb1f --- /dev/null +++ b/stable/ztcuui-aio/8.7.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: 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.2 + 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.1 diff --git a/stable/ztcuui-aio/8.5.1/README.md b/stable/ztcuui-aio/8.7.1/README.md similarity index 100% rename from stable/ztcuui-aio/8.5.1/README.md rename to stable/ztcuui-aio/8.7.1/README.md diff --git a/stable/ztcuui-aio/8.7.1/app-changelog.md b/stable/ztcuui-aio/8.7.1/app-changelog.md new file mode 100644 index 00000000000..9703dac055f --- /dev/null +++ b/stable/ztcuui-aio/8.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [ztcuui-aio-8.7.1](https://github.com/truecharts/charts/compare/ztcuui-aio-8.6.0...ztcuui-aio-8.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/ztcuui-aio/8.7.1/app-readme.md similarity index 100% rename from stable/ztcuui-aio/8.5.1/app-readme.md rename to stable/ztcuui-aio/8.7.1/app-readme.md diff --git a/stable/ztcuui-aio/8.7.1/charts/common-20.2.2.tgz b/stable/ztcuui-aio/8.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/ztcuui-aio/8.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/ztcuui-aio/8.5.1/ix_values.yaml b/stable/ztcuui-aio/8.7.1/ix_values.yaml similarity index 100% rename from stable/ztcuui-aio/8.5.1/ix_values.yaml rename to stable/ztcuui-aio/8.7.1/ix_values.yaml diff --git a/stable/ztcuui-aio/8.5.1/questions.yaml b/stable/ztcuui-aio/8.7.1/questions.yaml similarity index 100% rename from stable/ztcuui-aio/8.5.1/questions.yaml rename to stable/ztcuui-aio/8.7.1/questions.yaml diff --git a/stable/ztcuui-aio/8.7.1/templates/NOTES.txt b/stable/ztcuui-aio/8.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/ztcuui-aio/8.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/ztcuui-aio/8.7.1/templates/common.yaml b/stable/ztcuui-aio/8.7.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/ztcuui-aio/8.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/ztcuui-aio/8.7.1/values.yaml b/stable/ztcuui-aio/8.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/stable/zwavejs2mqtt/19.5.1/CHANGELOG.md b/stable/zwavejs2mqtt/19.5.1/CHANGELOG.md deleted file mode 100644 index 6cb878a1905..00000000000 --- a/stable/zwavejs2mqtt/19.5.1/CHANGELOG.md +++ /dev/null @@ -1,99 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [zwavejs2mqtt-19.5.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.5.0...zwavejs2mqtt-19.5.1) (2024-03-12) - -### Chore - - - -- update container image common to v20.0.8[@021a874](https://github.com/021a874) by renovate ([#19175](https://github.com/truecharts/charts/issues/19175)) - - -## [zwavejs2mqtt-19.5.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.4.1...zwavejs2mqtt-19.5.0) (2024-03-11) - -### Chore - - - -- update container image common to v20.0.6[@5f6c753](https://github.com/5f6c753) by renovate ([#19131](https://github.com/truecharts/charts/issues/19131)) - - -## [zwavejs2mqtt-19.4.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.4.0...zwavejs2mqtt-19.4.1) (2024-03-07) - -### Chore - - - -- bump everything to trigger re-release - - -## [zwavejs2mqtt-19.4.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.3.0...zwavejs2mqtt-19.4.0) (2024-03-07) - -### Chore - - - -- update container image common to v19.0.0[@eef2062](https://github.com/eef2062) by renovate ([#18956](https://github.com/truecharts/charts/issues/18956)) - - -## [zwavejs2mqtt-19.3.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.4...zwavejs2mqtt-19.3.0) (2024-03-06) - -### Chore - - - -- update container image common to v18.2.0[@9e8b7d4](https://github.com/9e8b7d4) by renovate ([#18943](https://github.com/truecharts/charts/issues/18943)) - - -## [zwavejs2mqtt-19.2.4](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.3...zwavejs2mqtt-19.2.4) (2024-03-05) - -### Chore - - - -- bump everything to force helm release again - - -## [zwavejs2mqtt-19.2.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.2.1...zwavejs2mqtt-19.2.3) (2024-03-05) - -### Chore - - - -- force rereleases - -- update container image common to v18.1.6[@904d84b](https://github.com/904d84b) by renovate ([#18835](https://github.com/truecharts/charts/issues/18835)) - - - - - - - - - - - - -## [zwavejs2mqtt-18.3.3](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.2...zwavejs2mqtt-18.3.3) (2024-02-12) - -### Chore - - - -- update container image zwavejs/zwave-js-ui to v9.8.3[@fdbaa40](https://github.com/fdbaa40) by renovate ([#18172](https://github.com/truecharts/charts/issues/18172)) - - -## [zwavejs2mqtt-18.3.2](https://github.com/truecharts/charts/compare/zwavejs2mqtt-18.3.1...zwavejs2mqtt-18.3.2) (2024-02-03) - -### Chore - - diff --git a/stable/zwavejs2mqtt/19.5.1/Chart.yaml b/stable/zwavejs2mqtt/19.5.1/Chart.yaml deleted file mode 100644 index 45b93b94cea..00000000000 --- a/stable/zwavejs2mqtt/19.5.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: 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.0.8 - 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.5.1 diff --git a/stable/zwavejs2mqtt/19.5.1/charts/common-20.0.8.tgz b/stable/zwavejs2mqtt/19.5.1/charts/common-20.0.8.tgz deleted file mode 100644 index 1b0d74dbc07..00000000000 Binary files a/stable/zwavejs2mqtt/19.5.1/charts/common-20.0.8.tgz and /dev/null differ diff --git a/stable/zwavejs2mqtt/19.7.1/.helmignore b/stable/zwavejs2mqtt/19.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/.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/stable/zwavejs2mqtt/19.7.1/CHANGELOG.md b/stable/zwavejs2mqtt/19.7.1/CHANGELOG.md new file mode 100644 index 00000000000..989dbbce676 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [zwavejs2mqtt-19.7.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.0) (2024-03-16) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](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.1/Chart.yaml b/stable/zwavejs2mqtt/19.7.1/Chart.yaml new file mode 100644 index 00000000000..1f026803e45 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/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.2 + 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.1 diff --git a/stable/zwavejs2mqtt/19.5.1/README.md b/stable/zwavejs2mqtt/19.7.1/README.md similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/README.md rename to stable/zwavejs2mqtt/19.7.1/README.md diff --git a/stable/zwavejs2mqtt/19.7.1/app-changelog.md b/stable/zwavejs2mqtt/19.7.1/app-changelog.md new file mode 100644 index 00000000000..e39fc33a9a1 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [zwavejs2mqtt-19.7.1](https://github.com/truecharts/charts/compare/zwavejs2mqtt-19.6.0...zwavejs2mqtt-19.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](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.5.1/app-readme.md b/stable/zwavejs2mqtt/19.7.1/app-readme.md similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/app-readme.md rename to stable/zwavejs2mqtt/19.7.1/app-readme.md diff --git a/stable/zwavejs2mqtt/19.7.1/charts/common-20.2.2.tgz b/stable/zwavejs2mqtt/19.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/stable/zwavejs2mqtt/19.7.1/charts/common-20.2.2.tgz differ diff --git a/stable/zwavejs2mqtt/19.5.1/ix_values.yaml b/stable/zwavejs2mqtt/19.7.1/ix_values.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/ix_values.yaml rename to stable/zwavejs2mqtt/19.7.1/ix_values.yaml diff --git a/stable/zwavejs2mqtt/19.5.1/questions.yaml b/stable/zwavejs2mqtt/19.7.1/questions.yaml similarity index 100% rename from stable/zwavejs2mqtt/19.5.1/questions.yaml rename to stable/zwavejs2mqtt/19.7.1/questions.yaml diff --git a/stable/zwavejs2mqtt/19.7.1/templates/NOTES.txt b/stable/zwavejs2mqtt/19.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/stable/zwavejs2mqtt/19.7.1/templates/common.yaml b/stable/zwavejs2mqtt/19.7.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/stable/zwavejs2mqtt/19.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/stable/zwavejs2mqtt/19.7.1/values.yaml b/stable/zwavejs2mqtt/19.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/cert-manager/4.5.4/CHANGELOG.md b/system/cert-manager/4.5.4/CHANGELOG.md deleted file mode 100644 index 8fe5fe1a94a..00000000000 --- a/system/cert-manager/4.5.4/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cert-manager-4.5.4](https://github.com/truecharts/charts/compare/cert-manager-4.5.3...cert-manager-4.5.4) (2024-03-16) - -### Chore - - - -- rename `operator`-train to `system`-train \ No newline at end of file diff --git a/system/cert-manager/4.5.4/Chart.yaml b/system/cert-manager/4.5.4/Chart.yaml deleted file mode 100644 index 36668f548b5..00000000000 --- a/system/cert-manager/4.5.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.12" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.0.9 - 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.5.4 diff --git a/system/cert-manager/4.5.4/charts/common-20.0.9.tgz b/system/cert-manager/4.5.4/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/system/cert-manager/4.5.4/charts/common-20.0.9.tgz and /dev/null differ diff --git a/system/cert-manager/4.5.4/ix_values.yaml b/system/cert-manager/4.5.4/ix_values.yaml deleted file mode 100644 index a9f86bea48b..00000000000 --- a/system/cert-manager/4.5.4/ix_values.yaml +++ /dev/null @@ -1,41 +0,0 @@ -image: - repository: tccr.io/tccr/scratch - pullPolicy: IfNotPresent - tag: latest@sha256:782bbb4ff892784202be7b5e4e94f8434f2598779ba0c61a727929cbe5ce405a - -service: - main: - enabled: false - ports: - main: - enabled: false - -workload: - main: - enabled: false - -portal: - open: - enabled: false - -operator: - register: true - -configmap: - dashboard: - enabled: true - labels: - grafana_dashboard: "1" - data: - cert-manager.json: >- - {{ .Files.Get "dashboard.json" | indent 8 }} - -certmanager: - dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" - dns01RecursiveNameserversOnly: false - installCRDs: true - enableCertificateOwnerRef: true - prometheus: - enabled: true - servicemonitor: - enabled: true diff --git a/system/cert-manager/4.7.1/.helmignore b/system/cert-manager/4.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/cert-manager/4.7.1/.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/cert-manager/4.7.1/CHANGELOG.md b/system/cert-manager/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..6b1bd9b4568 --- /dev/null +++ b/system/cert-manager/4.7.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cert-manager-4.7.1](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/system/cert-manager/4.7.1/Chart.yaml b/system/cert-manager/4.7.1/Chart.yaml new file mode 100644 index 00000000000..cf9a17fcc34 --- /dev/null +++ b/system/cert-manager/4.7.1/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.2 + 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.1 diff --git a/system/cert-manager/4.5.4/README.md b/system/cert-manager/4.7.1/README.md similarity index 100% rename from system/cert-manager/4.5.4/README.md rename to system/cert-manager/4.7.1/README.md diff --git a/system/cert-manager/4.7.1/app-changelog.md b/system/cert-manager/4.7.1/app-changelog.md new file mode 100644 index 00000000000..1cb1adf501c --- /dev/null +++ b/system/cert-manager/4.7.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [cert-manager-4.7.1](https://github.com/truecharts/charts/compare/cert-manager-4.6.0...cert-manager-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.5.4/app-readme.md b/system/cert-manager/4.7.1/app-readme.md similarity index 100% rename from system/cert-manager/4.5.4/app-readme.md rename to system/cert-manager/4.7.1/app-readme.md diff --git a/system/cert-manager/4.5.4/charts/cert-manager-v1.14.4.tgz b/system/cert-manager/4.7.1/charts/cert-manager-v1.14.4.tgz similarity index 100% rename from system/cert-manager/4.5.4/charts/cert-manager-v1.14.4.tgz rename to system/cert-manager/4.7.1/charts/cert-manager-v1.14.4.tgz diff --git a/system/cert-manager/4.7.1/charts/common-20.2.2.tgz b/system/cert-manager/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/cert-manager/4.7.1/charts/common-20.2.2.tgz differ diff --git a/system/cert-manager/4.5.4/dashboard.json b/system/cert-manager/4.7.1/dashboard.json similarity index 100% rename from system/cert-manager/4.5.4/dashboard.json rename to system/cert-manager/4.7.1/dashboard.json diff --git a/system/cert-manager/4.7.1/ix_values.yaml b/system/cert-manager/4.7.1/ix_values.yaml new file mode 100644 index 00000000000..0166a624514 --- /dev/null +++ b/system/cert-manager/4.7.1/ix_values.yaml @@ -0,0 +1,41 @@ +image: + repository: tccr.io/tccr/scratch + pullPolicy: IfNotPresent + tag: latest@sha256:22e9d346aa00a632f3ebbd64f3aaf1e3e3f6be100cba81c410fa9a2b86e6ec82 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +configmap: + dashboard: + enabled: true + labels: + grafana_dashboard: "1" + data: + cert-manager.json: >- + {{ .Files.Get "dashboard.json" | indent 8 }} + +certmanager: + dns01RecursiveNameservers: "1.1.1.1:53,1.0.0.1:53" + dns01RecursiveNameserversOnly: false + installCRDs: true + enableCertificateOwnerRef: true + prometheus: + enabled: true + servicemonitor: + enabled: true diff --git a/system/cert-manager/4.5.4/questions.yaml b/system/cert-manager/4.7.1/questions.yaml similarity index 100% rename from system/cert-manager/4.5.4/questions.yaml rename to system/cert-manager/4.7.1/questions.yaml diff --git a/system/cert-manager/4.7.1/templates/NOTES.txt b/system/cert-manager/4.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/cert-manager/4.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/cert-manager/4.5.4/templates/common.yaml b/system/cert-manager/4.7.1/templates/common.yaml similarity index 100% rename from system/cert-manager/4.5.4/templates/common.yaml rename to system/cert-manager/4.7.1/templates/common.yaml diff --git a/system/cert-manager/4.7.1/values.yaml b/system/cert-manager/4.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/cloudnative-pg/6.6.3/CHANGELOG.md b/system/cloudnative-pg/6.6.3/CHANGELOG.md deleted file mode 100644 index fe18195ffbe..00000000000 --- a/system/cloudnative-pg/6.6.3/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [cloudnative-pg-6.6.3](https://github.com/truecharts/charts/compare/cloudnative-pg-6.6.2...cloudnative-pg-6.6.3) (2024-03-16) - -### Chore - - - -- rename `operator`-train to `system`-train \ No newline at end of file diff --git a/system/cloudnative-pg/6.6.3/Chart.yaml b/system/cloudnative-pg/6.6.3/Chart.yaml deleted file mode 100644 index 73f494404eb..00000000000 --- a/system/cloudnative-pg/6.6.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.12" - truecharts.org/train: system -apiVersion: v2 -appVersion: latest -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: cloudnative-pg - version: 0.20.1 - 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.6.3 diff --git a/system/cloudnative-pg/6.6.3/charts/cloudnative-pg-0.20.1.tgz b/system/cloudnative-pg/6.6.3/charts/cloudnative-pg-0.20.1.tgz deleted file mode 100644 index fc7d3a83c7e..00000000000 Binary files a/system/cloudnative-pg/6.6.3/charts/cloudnative-pg-0.20.1.tgz and /dev/null differ diff --git a/system/cloudnative-pg/6.6.3/charts/common-20.0.9.tgz b/system/cloudnative-pg/6.6.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/system/cloudnative-pg/6.6.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/system/cloudnative-pg/6.8.1/.helmignore b/system/cloudnative-pg/6.8.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/cloudnative-pg/6.8.1/.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/cloudnative-pg/6.8.1/CHANGELOG.md b/system/cloudnative-pg/6.8.1/CHANGELOG.md new file mode 100644 index 00000000000..d245730c8e9 --- /dev/null +++ b/system/cloudnative-pg/6.8.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [cloudnative-pg-6.8.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.0) (2024-03-17) + +### Chore + + + +- 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)) + diff --git a/system/cloudnative-pg/6.8.1/Chart.yaml b/system/cloudnative-pg/6.8.1/Chart.yaml new file mode 100644 index 00000000000..6aeed82e8b6 --- /dev/null +++ b/system/cloudnative-pg/6.8.1/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.2 + 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.1 diff --git a/system/cloudnative-pg/6.6.3/README.md b/system/cloudnative-pg/6.8.1/README.md similarity index 100% rename from system/cloudnative-pg/6.6.3/README.md rename to system/cloudnative-pg/6.8.1/README.md diff --git a/system/cloudnative-pg/6.8.1/app-changelog.md b/system/cloudnative-pg/6.8.1/app-changelog.md new file mode 100644 index 00000000000..46bf180e760 --- /dev/null +++ b/system/cloudnative-pg/6.8.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [cloudnative-pg-6.8.1](https://github.com/truecharts/charts/compare/cloudnative-pg-6.7.0...cloudnative-pg-6.8.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- 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.6.3/app-readme.md b/system/cloudnative-pg/6.8.1/app-readme.md similarity index 100% rename from system/cloudnative-pg/6.6.3/app-readme.md rename to system/cloudnative-pg/6.8.1/app-readme.md diff --git a/system/cloudnative-pg/6.8.1/charts/cloudnative-pg-0.20.2.tgz b/system/cloudnative-pg/6.8.1/charts/cloudnative-pg-0.20.2.tgz new file mode 100644 index 00000000000..0a95760ec71 Binary files /dev/null and b/system/cloudnative-pg/6.8.1/charts/cloudnative-pg-0.20.2.tgz differ diff --git a/system/cloudnative-pg/6.8.1/charts/common-20.2.2.tgz b/system/cloudnative-pg/6.8.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/cloudnative-pg/6.8.1/charts/common-20.2.2.tgz differ diff --git a/system/cloudnative-pg/6.6.3/ix_values.yaml b/system/cloudnative-pg/6.8.1/ix_values.yaml similarity index 100% rename from system/cloudnative-pg/6.6.3/ix_values.yaml rename to system/cloudnative-pg/6.8.1/ix_values.yaml diff --git a/system/cloudnative-pg/6.6.3/questions.yaml b/system/cloudnative-pg/6.8.1/questions.yaml similarity index 100% rename from system/cloudnative-pg/6.6.3/questions.yaml rename to system/cloudnative-pg/6.8.1/questions.yaml diff --git a/system/cloudnative-pg/6.8.1/templates/NOTES.txt b/system/cloudnative-pg/6.8.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/cloudnative-pg/6.8.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/cloudnative-pg/6.6.3/templates/common.yaml b/system/cloudnative-pg/6.8.1/templates/common.yaml similarity index 100% rename from system/cloudnative-pg/6.6.3/templates/common.yaml rename to system/cloudnative-pg/6.8.1/templates/common.yaml diff --git a/system/cloudnative-pg/6.8.1/values.yaml b/system/cloudnative-pg/6.8.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/grafana-agent-operator/1.7.1/.helmignore b/system/grafana-agent-operator/1.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/.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/grafana-agent-operator/1.7.1/CHANGELOG.md b/system/grafana-agent-operator/1.7.1/CHANGELOG.md new file mode 100644 index 00000000000..c638a18f03d --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [grafana-agent-operator-1.7.1](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/grafana-agent-operator/1.7.1/Chart.yaml new file mode 100644 index 00000000000..d633e901892 --- /dev/null +++ b/system/grafana-agent-operator/1.7.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: 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.2 + 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.1 diff --git a/system/grafana-agent-operator/1.7.1/README.md b/system/grafana-agent-operator/1.7.1/README.md new file mode 100644 index 00000000000..2bcd6c4bdec --- /dev/null +++ b/system/grafana-agent-operator/1.7.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/system/grafana-agent-operator) + +**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/system/grafana-agent-operator/1.7.1/app-changelog.md b/system/grafana-agent-operator/1.7.1/app-changelog.md new file mode 100644 index 00000000000..5ea00a299b1 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [grafana-agent-operator-1.7.1](https://github.com/truecharts/charts/compare/grafana-agent-operator-1.6.0...grafana-agent-operator-1.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/grafana-agent-operator/1.7.1/app-readme.md new file mode 100644 index 00000000000..19e72a9373c --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/app-readme.md @@ -0,0 +1,8 @@ +Grafana Scraping Agent Operator + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/grafana-agent-operator](https://truecharts.org/charts/system/grafana-agent-operator) + +--- + +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/system/grafana-agent-operator/1.7.1/charts/common-20.2.2.tgz b/system/grafana-agent-operator/1.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/grafana-agent-operator/1.7.1/charts/common-20.2.2.tgz differ diff --git a/system/grafana-agent-operator/1.7.1/ix_values.yaml b/system/grafana-agent-operator/1.7.1/ix_values.yaml new file mode 100644 index 00000000000..64b42681c35 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/ix_values.yaml @@ -0,0 +1,97 @@ +image: + repository: grafana/agent-operator + pullPolicy: IfNotPresent + tag: v0.39.2@sha256:841e8e1365758116d4058aa561d8d0f9deb3f6339d17548eadeeecc46889307f + +podOptions: + automountServiceAccountToken: true + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + podSpec: + containers: + main: + args: + - "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}" + probes: + liveness: + enabled: false + readiness: + enabled: false + startup: + enabled: false + +portal: + open: + enabled: false + +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents + - metricsinstances + - logsinstances + - podlogs + - integrations + verbs: [get, list, watch] + - apiGroups: [monitoring.grafana.com] + resources: + - grafanaagents/finalizers + - metricsinstances/finalizers + - logsinstances/finalizers + - podlogs/finalizers + - integrations/finalizers + verbs: [get, list, watch, update] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors + - probes + - servicemonitors + verbs: [get, list, watch] + - apiGroups: [monitoring.coreos.com] + resources: + - podmonitors/finalizers + - probes/finalizers + - servicemonitors/finalizers + verbs: [get, list, watch, update] + - apiGroups: [""] + resources: + - namespaces + - nodes + verbs: [get, list, watch] + - apiGroups: [""] + resources: + - secrets + - services + - configmaps + - endpoints + verbs: [get, list, watch, create, update, patch, delete] + - apiGroups: ["apps"] + resources: + - statefulsets + - daemonsets + - deployments + verbs: [get, list, watch, create, update, patch, delete] +# -- The service account the pods will use to interact with the Kubernetes API +serviceAccount: + main: + enabled: true + primary: true + +# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets +# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets +kubeletService: + namespace: default + serviceName: kubelet diff --git a/system/grafana-agent-operator/1.7.1/questions.yaml b/system/grafana-agent-operator/1.7.1/questions.yaml new file mode 100755 index 00000000000..975fcc15f15 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/questions.yaml @@ -0,0 +1,75 @@ +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: 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/system/grafana-agent-operator/1.7.1/templates/NOTES.txt b/system/grafana-agent-operator/1.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/grafana-agent-operator/1.7.1/templates/common.yaml b/system/grafana-agent-operator/1.7.1/templates/common.yaml new file mode 100644 index 00000000000..b51394e00a4 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{ include "tc.v1.common.loader.all" . }} diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_podmonitors.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_podmonitors.yaml new file mode 100644 index 00000000000..153677bb175 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_podmonitors.yaml @@ -0,0 +1,424 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: podmonitors.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: PodMonitor + listKind: PodMonitorList + plural: podmonitors + shortNames: + - pmon + singular: podmonitor + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + attachMetadata: + properties: + node: + type: boolean + type: object + jobLabel: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + podMetricsEndpoints: + items: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + enableHttp2: + type: boolean + filterRunning: + type: boolean + followRedirects: + type: boolean + honorLabels: + type: boolean + honorTimestamps: + type: boolean + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + params: + additionalProperties: + items: + type: string + type: array + type: object + path: + type: string + port: + type: string + proxyUrl: + type: string + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + scheme: + enum: + - http + - https + type: string + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetPort: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + insecureSkipVerify: + type: boolean + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + type: array + podTargetLabels: + items: + type: string + type: array + sampleLimit: + format: int64 + type: integer + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetLimit: + format: int64 + type: integer + required: + - podMetricsEndpoints + - selector + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_probes.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_probes.yaml new file mode 100644 index 00000000000..13fc36f9aa3 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_probes.yaml @@ -0,0 +1,458 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: probes.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: Probe + listKind: ProbeList + plural: probes + shortNames: + - prb + singular: probe + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + jobName: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + module: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + prober: + properties: + path: + default: /probe + type: string + proxyUrl: + type: string + scheme: + enum: + - http + - https + type: string + url: + type: string + required: + - url + type: object + sampleLimit: + format: int64 + type: integer + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetLimit: + format: int64 + type: integer + targets: + properties: + ingress: + properties: + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + relabelingConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + type: object + staticConfig: + properties: + labels: + additionalProperties: + type: string + type: object + relabelingConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + static: + items: + type: string + type: array + type: object + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + insecureSkipVerify: + type: boolean + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_servicemonitors.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_servicemonitors.yaml new file mode 100644 index 00000000000..ff62f8f267b --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.coreos.com_servicemonitors.yaml @@ -0,0 +1,436 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: servicemonitors.monitoring.coreos.com +spec: + group: monitoring.coreos.com + names: + categories: + - prometheus-operator + kind: ServiceMonitor + listKind: ServiceMonitorList + plural: servicemonitors + shortNames: + - smon + singular: servicemonitor + scope: Namespaced + versions: + - name: v1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + attachMetadata: + properties: + node: + type: boolean + type: object + endpoints: + items: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerTokenFile: + type: string + bearerTokenSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + enableHttp2: + type: boolean + filterRunning: + type: boolean + followRedirects: + type: boolean + honorLabels: + type: boolean + honorTimestamps: + type: boolean + interval: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + metricRelabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + params: + additionalProperties: + items: + type: string + type: array + type: object + path: + type: string + port: + type: string + proxyUrl: + type: string + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + scheme: + enum: + - http + - https + type: string + scrapeTimeout: + pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$ + type: string + targetPort: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + type: object + type: array + jobLabel: + type: string + labelLimit: + format: int64 + type: integer + labelNameLengthLimit: + format: int64 + type: integer + labelValueLengthLimit: + format: int64 + type: integer + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + podTargetLabels: + items: + type: string + type: array + sampleLimit: + format: int64 + type: integer + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetLabels: + items: + type: string + type: array + targetLimit: + format: int64 + type: integer + required: + - endpoints + - selector + type: object + required: + - spec + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_grafanaagents.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_grafanaagents.yaml new file mode 100644 index 00000000000..4ec31d67a4e --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_grafanaagents.yaml @@ -0,0 +1,3711 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: grafanaagents.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: GrafanaAgent + listKind: GrafanaAgentList + plural: grafanaagents + singular: grafanaagent + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + affinity: + properties: + nodeAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + preference: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + weight: + format: int32 + type: integer + required: + - preference + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + properties: + nodeSelectorTerms: + items: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchFields: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + type: object + x-kubernetes-map-type: atomic + type: array + required: + - nodeSelectorTerms + type: object + x-kubernetes-map-type: atomic + type: object + podAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + podAntiAffinity: + properties: + preferredDuringSchedulingIgnoredDuringExecution: + items: + properties: + podAffinityTerm: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + weight: + format: int32 + type: integer + required: + - podAffinityTerm + - weight + type: object + type: array + requiredDuringSchedulingIgnoredDuringExecution: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + namespaces: + items: + type: string + type: array + topologyKey: + type: string + required: + - topologyKey + type: object + type: array + type: object + type: object + apiServer: + properties: + authorization: + properties: + credentials: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + credentialsFile: + type: string + type: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + host: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + required: + - host + type: object + configMaps: + items: + type: string + type: array + configReloaderImage: + type: string + configReloaderVersion: + type: string + containers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resizePolicy: + items: + properties: + resourceName: + type: string + restartPolicy: + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + restartPolicy: + type: string + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + disableReporting: + default: false + type: boolean + disableSupportBundle: + default: false + type: boolean + enableConfigReadAPI: + default: false + type: boolean + image: + type: string + imagePullSecrets: + items: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + type: array + initContainers: + items: + properties: + args: + items: + type: string + type: array + command: + items: + type: string + type: array + env: + items: + properties: + name: + type: string + value: + type: string + valueFrom: + properties: + configMapKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + secretKeyRef: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + required: + - name + type: object + type: array + envFrom: + items: + properties: + configMapRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + prefix: + type: string + secretRef: + properties: + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + type: object + type: array + image: + type: string + imagePullPolicy: + type: string + lifecycle: + properties: + postStart: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + preStop: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + type: object + type: object + livenessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + name: + type: string + ports: + items: + properties: + containerPort: + format: int32 + type: integer + hostIP: + type: string + hostPort: + format: int32 + type: integer + name: + type: string + protocol: + default: TCP + type: string + required: + - containerPort + type: object + type: array + x-kubernetes-list-map-keys: + - containerPort + - protocol + x-kubernetes-list-type: map + readinessProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + resizePolicy: + items: + properties: + resourceName: + type: string + restartPolicy: + type: string + required: + - resourceName + - restartPolicy + type: object + type: array + x-kubernetes-list-type: atomic + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + restartPolicy: + type: string + securityContext: + properties: + allowPrivilegeEscalation: + type: boolean + capabilities: + properties: + add: + items: + type: string + type: array + drop: + items: + type: string + type: array + type: object + privileged: + type: boolean + procMount: + type: string + readOnlyRootFilesystem: + type: boolean + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + startupProbe: + properties: + exec: + properties: + command: + items: + type: string + type: array + type: object + failureThreshold: + format: int32 + type: integer + grpc: + properties: + port: + format: int32 + type: integer + service: + type: string + required: + - port + type: object + httpGet: + properties: + host: + type: string + httpHeaders: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + path: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + scheme: + type: string + required: + - port + type: object + initialDelaySeconds: + format: int32 + type: integer + periodSeconds: + format: int32 + type: integer + successThreshold: + format: int32 + type: integer + tcpSocket: + properties: + host: + type: string + port: + anyOf: + - type: integer + - type: string + x-kubernetes-int-or-string: true + required: + - port + type: object + terminationGracePeriodSeconds: + format: int64 + type: integer + timeoutSeconds: + format: int32 + type: integer + type: object + stdin: + type: boolean + stdinOnce: + type: boolean + terminationMessagePath: + type: string + terminationMessagePolicy: + type: string + tty: + type: boolean + volumeDevices: + items: + properties: + devicePath: + type: string + name: + type: string + required: + - devicePath + - name + type: object + type: array + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + workingDir: + type: string + required: + - name + type: object + type: array + integrations: + properties: + namespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + type: object + logFormat: + type: string + logLevel: + type: string + logs: + properties: + clients: + items: + properties: + backoffConfig: + properties: + maxPeriod: + type: string + maxRetries: + type: integer + minPeriod: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + batchSize: + type: integer + batchWait: + type: string + bearerToken: + type: string + bearerTokenFile: + type: string + externalLabels: + additionalProperties: + type: string + type: object + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + tenantId: + type: string + timeout: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + required: + - url + type: object + type: array + enforcedNamespaceLabel: + type: string + ignoreNamespaceSelectors: + type: boolean + instanceNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + instanceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + logsExternalLabelName: + type: string + type: object + metrics: + properties: + arbitraryFSAccessThroughSMs: + properties: + deny: + type: boolean + type: object + enforcedNamespaceLabel: + type: string + enforcedSampleLimit: + format: int64 + type: integer + enforcedTargetLimit: + format: int64 + type: integer + externalLabels: + additionalProperties: + type: string + type: object + ignoreNamespaceSelectors: + type: boolean + instanceNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + instanceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + metricsExternalLabelName: + type: string + overrideHonorLabels: + type: boolean + overrideHonorTimestamps: + type: boolean + remoteWrite: + items: + properties: + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + headers: + additionalProperties: + type: string + type: object + metadataConfig: + properties: + send: + type: boolean + sendInterval: + type: string + type: object + name: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + queueConfig: + properties: + batchSendDeadline: + type: string + capacity: + type: integer + maxBackoff: + type: string + maxRetries: + type: integer + maxSamplesPerSend: + type: integer + maxShards: + type: integer + minBackoff: + type: string + minShards: + type: integer + retryOnRateLimit: + type: boolean + type: object + remoteTimeout: + type: string + sigv4: + properties: + accessKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + profile: + type: string + region: + type: string + roleARN: + type: string + secretKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + writeRelabelConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + required: + - url + type: object + type: array + replicaExternalLabelName: + type: string + replicas: + format: int32 + type: integer + scrapeInterval: + type: string + scrapeTimeout: + type: string + shards: + format: int32 + type: integer + type: object + nodeSelector: + additionalProperties: + type: string + type: object + paused: + type: boolean + podMetadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + name: + type: string + type: object + portName: + type: string + priorityClassName: + type: string + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + runtimeClassName: + type: string + secrets: + items: + type: string + type: array + securityContext: + properties: + fsGroup: + format: int64 + type: integer + fsGroupChangePolicy: + type: string + runAsGroup: + format: int64 + type: integer + runAsNonRoot: + type: boolean + runAsUser: + format: int64 + type: integer + seLinuxOptions: + properties: + level: + type: string + role: + type: string + type: + type: string + user: + type: string + type: object + seccompProfile: + properties: + localhostProfile: + type: string + type: + type: string + required: + - type + type: object + supplementalGroups: + items: + format: int64 + type: integer + type: array + sysctls: + items: + properties: + name: + type: string + value: + type: string + required: + - name + - value + type: object + type: array + windowsOptions: + properties: + gmsaCredentialSpec: + type: string + gmsaCredentialSpecName: + type: string + hostProcess: + type: boolean + runAsUserName: + type: string + type: object + type: object + serviceAccountName: + type: string + storage: + properties: + disableMountSubPath: + type: boolean + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + volumeClaimTemplate: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + properties: + annotations: + additionalProperties: + type: string + type: object + labels: + additionalProperties: + type: string + type: object + name: + type: string + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + status: + properties: + accessModes: + items: + type: string + type: array + allocatedResourceStatuses: + additionalProperties: + type: string + type: object + x-kubernetes-map-type: granular + allocatedResources: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + capacity: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + conditions: + items: + properties: + lastProbeTime: + format: date-time + type: string + lastTransitionTime: + format: date-time + type: string + message: + type: string + reason: + type: string + status: + type: string + type: + type: string + required: + - status + - type + type: object + type: array + phase: + type: string + type: object + type: object + type: object + tolerations: + items: + properties: + effect: + type: string + key: + type: string + operator: + type: string + tolerationSeconds: + format: int64 + type: integer + value: + type: string + type: object + type: array + topologySpreadConstraints: + items: + properties: + labelSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + matchLabelKeys: + items: + type: string + type: array + x-kubernetes-list-type: atomic + maxSkew: + format: int32 + type: integer + minDomains: + format: int32 + type: integer + nodeAffinityPolicy: + type: string + nodeTaintsPolicy: + type: string + topologyKey: + type: string + whenUnsatisfiable: + type: string + required: + - maxSkew + - topologyKey + - whenUnsatisfiable + type: object + type: array + version: + type: string + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + type: object + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_integrations.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_integrations.yaml new file mode 100644 index 00000000000..960b2f73ac1 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_integrations.yaml @@ -0,0 +1,810 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: integrations.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: Integration + listKind: IntegrationList + plural: integrations + singular: integration + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + config: + type: object + x-kubernetes-preserve-unknown-fields: true + configMaps: + items: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: array + name: + type: string + secrets: + items: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: array + type: + properties: + allNodes: + type: boolean + unique: + type: boolean + type: object + volumeMounts: + items: + properties: + mountPath: + type: string + mountPropagation: + type: string + name: + type: string + readOnly: + type: boolean + subPath: + type: string + subPathExpr: + type: string + required: + - mountPath + - name + type: object + type: array + volumes: + items: + properties: + awsElasticBlockStore: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + azureDisk: + properties: + cachingMode: + type: string + diskName: + type: string + diskURI: + type: string + fsType: + type: string + kind: + type: string + readOnly: + type: boolean + required: + - diskName + - diskURI + type: object + azureFile: + properties: + readOnly: + type: boolean + secretName: + type: string + shareName: + type: string + required: + - secretName + - shareName + type: object + cephfs: + properties: + monitors: + items: + type: string + type: array + path: + type: string + readOnly: + type: boolean + secretFile: + type: string + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - monitors + type: object + cinder: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeID: + type: string + required: + - volumeID + type: object + configMap: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + csi: + properties: + driver: + type: string + fsType: + type: string + nodePublishSecretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + readOnly: + type: boolean + volumeAttributes: + additionalProperties: + type: string + type: object + required: + - driver + type: object + downwardAPI: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + emptyDir: + properties: + medium: + type: string + sizeLimit: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + ephemeral: + properties: + volumeClaimTemplate: + properties: + metadata: + type: object + spec: + properties: + accessModes: + items: + type: string + type: array + dataSource: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + required: + - kind + - name + type: object + x-kubernetes-map-type: atomic + dataSourceRef: + properties: + apiGroup: + type: string + kind: + type: string + name: + type: string + namespace: + type: string + required: + - kind + - name + type: object + resources: + properties: + claims: + items: + properties: + name: + type: string + required: + - name + type: object + type: array + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + limits: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + requests: + additionalProperties: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + type: object + type: object + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + storageClassName: + type: string + volumeMode: + type: string + volumeName: + type: string + type: object + required: + - spec + type: object + type: object + fc: + properties: + fsType: + type: string + lun: + format: int32 + type: integer + readOnly: + type: boolean + targetWWNs: + items: + type: string + type: array + wwids: + items: + type: string + type: array + type: object + flexVolume: + properties: + driver: + type: string + fsType: + type: string + options: + additionalProperties: + type: string + type: object + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + required: + - driver + type: object + flocker: + properties: + datasetName: + type: string + datasetUUID: + type: string + type: object + gcePersistentDisk: + properties: + fsType: + type: string + partition: + format: int32 + type: integer + pdName: + type: string + readOnly: + type: boolean + required: + - pdName + type: object + gitRepo: + properties: + directory: + type: string + repository: + type: string + revision: + type: string + required: + - repository + type: object + glusterfs: + properties: + endpoints: + type: string + path: + type: string + readOnly: + type: boolean + required: + - endpoints + - path + type: object + hostPath: + properties: + path: + type: string + type: + type: string + required: + - path + type: object + iscsi: + properties: + chapAuthDiscovery: + type: boolean + chapAuthSession: + type: boolean + fsType: + type: string + initiatorName: + type: string + iqn: + type: string + iscsiInterface: + type: string + lun: + format: int32 + type: integer + portals: + items: + type: string + type: array + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + targetPortal: + type: string + required: + - iqn + - lun + - targetPortal + type: object + name: + type: string + nfs: + properties: + path: + type: string + readOnly: + type: boolean + server: + type: string + required: + - path + - server + type: object + persistentVolumeClaim: + properties: + claimName: + type: string + readOnly: + type: boolean + required: + - claimName + type: object + photonPersistentDisk: + properties: + fsType: + type: string + pdID: + type: string + required: + - pdID + type: object + portworxVolume: + properties: + fsType: + type: string + readOnly: + type: boolean + volumeID: + type: string + required: + - volumeID + type: object + projected: + properties: + defaultMode: + format: int32 + type: integer + sources: + items: + properties: + configMap: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + downwardAPI: + properties: + items: + items: + properties: + fieldRef: + properties: + apiVersion: + type: string + fieldPath: + type: string + required: + - fieldPath + type: object + x-kubernetes-map-type: atomic + mode: + format: int32 + type: integer + path: + type: string + resourceFieldRef: + properties: + containerName: + type: string + divisor: + anyOf: + - type: integer + - type: string + pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ + x-kubernetes-int-or-string: true + resource: + type: string + required: + - resource + type: object + x-kubernetes-map-type: atomic + required: + - path + type: object + type: array + type: object + secret: + properties: + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + name: + type: string + optional: + type: boolean + type: object + x-kubernetes-map-type: atomic + serviceAccountToken: + properties: + audience: + type: string + expirationSeconds: + format: int64 + type: integer + path: + type: string + required: + - path + type: object + type: object + type: array + type: object + quobyte: + properties: + group: + type: string + readOnly: + type: boolean + registry: + type: string + tenant: + type: string + user: + type: string + volume: + type: string + required: + - registry + - volume + type: object + rbd: + properties: + fsType: + type: string + image: + type: string + keyring: + type: string + monitors: + items: + type: string + type: array + pool: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + user: + type: string + required: + - image + - monitors + type: object + scaleIO: + properties: + fsType: + type: string + gateway: + type: string + protectionDomain: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + sslEnabled: + type: boolean + storageMode: + type: string + storagePool: + type: string + system: + type: string + volumeName: + type: string + required: + - gateway + - secretRef + - system + type: object + secret: + properties: + defaultMode: + format: int32 + type: integer + items: + items: + properties: + key: + type: string + mode: + format: int32 + type: integer + path: + type: string + required: + - key + - path + type: object + type: array + optional: + type: boolean + secretName: + type: string + type: object + storageos: + properties: + fsType: + type: string + readOnly: + type: boolean + secretRef: + properties: + name: + type: string + type: object + x-kubernetes-map-type: atomic + volumeName: + type: string + volumeNamespace: + type: string + type: object + vsphereVolume: + properties: + fsType: + type: string + storagePolicyID: + type: string + storagePolicyName: + type: string + volumePath: + type: string + required: + - volumePath + type: object + required: + - name + type: object + type: array + required: + - config + - name + - type + type: object + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_logsinstances.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_logsinstances.yaml new file mode 100644 index 00000000000..517bb30c2ef --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_logsinstances.yaml @@ -0,0 +1,299 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: logsinstances.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: LogsInstance + listKind: LogsInstanceList + plural: logsinstances + singular: logsinstance + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + additionalScrapeConfigs: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + clients: + items: + properties: + backoffConfig: + properties: + maxPeriod: + type: string + maxRetries: + type: integer + minPeriod: + type: string + type: object + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + batchSize: + type: integer + batchWait: + type: string + bearerToken: + type: string + bearerTokenFile: + type: string + externalLabels: + additionalProperties: + type: string + type: object + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + tenantId: + type: string + timeout: + type: string + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + required: + - url + type: object + type: array + podLogsNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + podLogsSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + targetConfig: + properties: + syncPeriod: + type: string + type: object + type: object + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_metricsinstances.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_metricsinstances.yaml new file mode 100644 index 00000000000..610193f440f --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_metricsinstances.yaml @@ -0,0 +1,495 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: metricsinstances.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: MetricsInstance + listKind: MetricsInstanceList + plural: metricsinstances + singular: metricsinstance + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + additionalScrapeConfigs: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + maxWALTime: + type: string + minWALTime: + type: string + podMonitorNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + podMonitorSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + probeNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + probeSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + remoteFlushDeadline: + type: string + remoteWrite: + items: + properties: + basicAuth: + properties: + password: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + username: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + bearerToken: + type: string + bearerTokenFile: + type: string + headers: + additionalProperties: + type: string + type: object + metadataConfig: + properties: + send: + type: boolean + sendInterval: + type: string + type: object + name: + type: string + oauth2: + properties: + clientId: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + clientSecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + endpointParams: + additionalProperties: + type: string + type: object + scopes: + items: + type: string + type: array + tokenUrl: + minLength: 1 + type: string + required: + - clientId + - clientSecret + - tokenUrl + type: object + proxyUrl: + type: string + queueConfig: + properties: + batchSendDeadline: + type: string + capacity: + type: integer + maxBackoff: + type: string + maxRetries: + type: integer + maxSamplesPerSend: + type: integer + maxShards: + type: integer + minBackoff: + type: string + minShards: + type: integer + retryOnRateLimit: + type: boolean + type: object + remoteTimeout: + type: string + sigv4: + properties: + accessKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + profile: + type: string + region: + type: string + roleARN: + type: string + secretKey: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + tlsConfig: + properties: + ca: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + caFile: + type: string + cert: + properties: + configMap: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + secret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + type: object + certFile: + type: string + insecureSkipVerify: + type: boolean + keyFile: + type: string + keySecret: + properties: + key: + type: string + name: + type: string + optional: + type: boolean + required: + - key + type: object + x-kubernetes-map-type: atomic + serverName: + type: string + type: object + url: + type: string + writeRelabelConfigs: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + required: + - url + type: object + type: array + serviceMonitorNamespaceSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + serviceMonitorSelector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + walTruncateFrequency: + type: string + writeStaleOnShutdown: + type: boolean + type: object + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_podlogs.yaml b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_podlogs.yaml new file mode 100644 index 00000000000..f22d051b513 --- /dev/null +++ b/system/grafana-agent-operator/1.7.1/templates/monitoring.grafana.com_podlogs.yaml @@ -0,0 +1,308 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null + name: podlogs.monitoring.grafana.com +spec: + group: monitoring.grafana.com + names: + categories: + - agent-operator + kind: PodLogs + listKind: PodLogsList + plural: podlogs + singular: podlogs + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + properties: + apiVersion: + type: string + kind: + type: string + metadata: + type: object + spec: + properties: + jobLabel: + type: string + namespaceSelector: + properties: + any: + type: boolean + matchNames: + items: + type: string + type: array + type: object + pipelineStages: + items: + properties: + cri: + type: object + docker: + type: object + drop: + properties: + dropCounterReason: + type: string + expression: + type: string + longerThan: + type: string + olderThan: + type: string + source: + type: string + value: + type: string + type: object + json: + properties: + expressions: + additionalProperties: + type: string + type: object + source: + type: string + type: object + labelAllow: + items: + type: string + type: array + labelDrop: + items: + type: string + type: array + labels: + additionalProperties: + type: string + type: object + limit: + properties: + burst: + type: integer + drop: + type: boolean + rate: + type: integer + type: object + match: + properties: + action: + type: string + dropCounterReason: + type: string + pipelineName: + type: string + selector: + type: string + stages: + type: string + required: + - selector + type: object + metrics: + additionalProperties: + properties: + action: + type: string + buckets: + items: + type: string + type: array + countEntryBytes: + type: boolean + description: + type: string + matchAll: + type: boolean + maxIdleDuration: + type: string + prefix: + type: string + source: + type: string + type: + type: string + value: + type: string + required: + - action + - type + type: object + type: object + multiline: + properties: + firstLine: + type: string + maxLines: + type: integer + maxWaitTime: + type: string + required: + - firstLine + type: object + output: + properties: + source: + type: string + required: + - source + type: object + pack: + properties: + ingestTimestamp: + type: boolean + labels: + items: + type: string + type: array + required: + - labels + type: object + regex: + properties: + expression: + type: string + source: + type: string + required: + - expression + type: object + replace: + properties: + expression: + type: string + replace: + type: string + source: + type: string + required: + - expression + type: object + template: + properties: + source: + type: string + template: + type: string + required: + - source + - template + type: object + tenant: + properties: + label: + type: string + source: + type: string + value: + type: string + type: object + timestamp: + properties: + actionOnFailure: + type: string + fallbackFormats: + items: + type: string + type: array + format: + type: string + location: + type: string + source: + type: string + required: + - format + - source + type: object + type: object + type: array + podTargetLabels: + items: + type: string + type: array + relabelings: + items: + properties: + action: + default: replace + enum: + - replace + - Replace + - keep + - Keep + - drop + - Drop + - hashmod + - HashMod + - labelmap + - LabelMap + - labeldrop + - LabelDrop + - labelkeep + - LabelKeep + - lowercase + - Lowercase + - uppercase + - Uppercase + - keepequal + - KeepEqual + - dropequal + - DropEqual + type: string + modulus: + format: int64 + type: integer + regex: + type: string + replacement: + type: string + separator: + type: string + sourceLabels: + items: + pattern: ^[a-zA-Z_][a-zA-Z0-9_]*$ + type: string + type: array + targetLabel: + type: string + type: object + type: array + selector: + properties: + matchExpressions: + items: + properties: + key: + type: string + operator: + type: string + values: + items: + type: string + type: array + required: + - key + - operator + type: object + type: array + matchLabels: + additionalProperties: + type: string + type: object + type: object + x-kubernetes-map-type: atomic + required: + - selector + type: object + type: object + served: true + storage: true diff --git a/system/grafana-agent-operator/1.7.1/values.yaml b/system/grafana-agent-operator/1.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/kubeapps/2.7.3/CHANGELOG.md b/system/kubeapps/2.7.3/CHANGELOG.md deleted file mode 100644 index e30e7be0653..00000000000 --- a/system/kubeapps/2.7.3/CHANGELOG.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: Changelog ---- - - -*for the complete changelog, please refer to the website* - -**Important:** - - -## [kubeapps-2.7.3](https://github.com/truecharts/charts/compare/kubeapps-2.7.2...kubeapps-2.7.3) (2024-03-16) - -### Chore - - - -- rename `operator`-train to `system`-train \ No newline at end of file diff --git a/system/kubeapps/2.7.3/Chart.yaml b/system/kubeapps/2.7.3/Chart.yaml deleted file mode 100644 index f5a4870fa33..00000000000 --- a/system/kubeapps/2.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.12" - truecharts.org/train: system -apiVersion: v2 -appVersion: 0.0.3 -dependencies: - - name: common - version: 20.0.9 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: kubeapps - version: 14.7.1 - 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.7.3 diff --git a/system/kubeapps/2.7.3/charts/common-20.0.9.tgz b/system/kubeapps/2.7.3/charts/common-20.0.9.tgz deleted file mode 100644 index 41a62ef2dc2..00000000000 Binary files a/system/kubeapps/2.7.3/charts/common-20.0.9.tgz and /dev/null differ diff --git a/system/kubeapps/2.7.3/charts/kubeapps-14.7.1.tgz b/system/kubeapps/2.7.3/charts/kubeapps-14.7.1.tgz deleted file mode 100644 index 5b9f5b7001b..00000000000 Binary files a/system/kubeapps/2.7.3/charts/kubeapps-14.7.1.tgz and /dev/null differ diff --git a/system/kubeapps/2.9.1/.helmignore b/system/kubeapps/2.9.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/kubeapps/2.9.1/.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/kubeapps/2.9.1/CHANGELOG.md b/system/kubeapps/2.9.1/CHANGELOG.md new file mode 100644 index 00000000000..3a5e090d9ad --- /dev/null +++ b/system/kubeapps/2.9.1/CHANGELOG.md @@ -0,0 +1,99 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubeapps-2.9.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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.0](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.0) (2024-03-17) + +### Chore + + + +- update container 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)) + diff --git a/system/kubeapps/2.9.1/Chart.yaml b/system/kubeapps/2.9.1/Chart.yaml new file mode 100644 index 00000000000..5c0a3f91c74 --- /dev/null +++ b/system/kubeapps/2.9.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: 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.2 + 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.1 diff --git a/system/kubeapps/2.7.3/README.md b/system/kubeapps/2.9.1/README.md similarity index 100% rename from system/kubeapps/2.7.3/README.md rename to system/kubeapps/2.9.1/README.md diff --git a/system/kubeapps/2.9.1/app-changelog.md b/system/kubeapps/2.9.1/app-changelog.md new file mode 100644 index 00000000000..ef9c31ba9d9 --- /dev/null +++ b/system/kubeapps/2.9.1/app-changelog.md @@ -0,0 +1,13 @@ + + +## [kubeapps-2.9.1](https://github.com/truecharts/charts/compare/kubeapps-2.8.0...kubeapps-2.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container 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.7.3/app-readme.md b/system/kubeapps/2.9.1/app-readme.md similarity index 100% rename from system/kubeapps/2.7.3/app-readme.md rename to system/kubeapps/2.9.1/app-readme.md diff --git a/system/kubeapps/2.9.1/charts/common-20.2.2.tgz b/system/kubeapps/2.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/kubeapps/2.9.1/charts/common-20.2.2.tgz differ diff --git a/system/kubeapps/2.9.1/charts/kubeapps-14.7.2.tgz b/system/kubeapps/2.9.1/charts/kubeapps-14.7.2.tgz new file mode 100644 index 00000000000..a18dd40d820 Binary files /dev/null and b/system/kubeapps/2.9.1/charts/kubeapps-14.7.2.tgz differ diff --git a/system/kubeapps/2.7.3/ix_values.yaml b/system/kubeapps/2.9.1/ix_values.yaml similarity index 100% rename from system/kubeapps/2.7.3/ix_values.yaml rename to system/kubeapps/2.9.1/ix_values.yaml diff --git a/system/kubeapps/2.7.3/questions.yaml b/system/kubeapps/2.9.1/questions.yaml similarity index 100% rename from system/kubeapps/2.7.3/questions.yaml rename to system/kubeapps/2.9.1/questions.yaml diff --git a/system/kubeapps/2.7.3/templates/NOTES.txt b/system/kubeapps/2.9.1/templates/NOTES.txt similarity index 100% rename from system/kubeapps/2.7.3/templates/NOTES.txt rename to system/kubeapps/2.9.1/templates/NOTES.txt diff --git a/system/kubeapps/2.7.3/templates/common.yaml b/system/kubeapps/2.9.1/templates/common.yaml similarity index 100% rename from system/kubeapps/2.7.3/templates/common.yaml rename to system/kubeapps/2.9.1/templates/common.yaml diff --git a/system/kubeapps/2.9.1/values.yaml b/system/kubeapps/2.9.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/kubernetes-reflector/4.7.1/.helmignore b/system/kubernetes-reflector/4.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/.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/kubernetes-reflector/4.7.1/CHANGELOG.md b/system/kubernetes-reflector/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..021ad213d39 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [kubernetes-reflector-4.7.1](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/kubernetes-reflector/4.7.1/Chart.yaml new file mode 100644 index 00000000000..d396d76007f --- /dev/null +++ b/system/kubernetes-reflector/4.7.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: 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.2 + 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.1 diff --git a/system/kubernetes-reflector/4.7.1/README.md b/system/kubernetes-reflector/4.7.1/README.md new file mode 100644 index 00000000000..2f45ca24d71 --- /dev/null +++ b/system/kubernetes-reflector/4.7.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/system/kubernetes-reflector) + +**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/system/kubernetes-reflector/4.7.1/app-changelog.md b/system/kubernetes-reflector/4.7.1/app-changelog.md new file mode 100644 index 00000000000..78b004733d2 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [kubernetes-reflector-4.7.1](https://github.com/truecharts/charts/compare/kubernetes-reflector-4.6.0...kubernetes-reflector-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/kubernetes-reflector/4.7.1/app-readme.md new file mode 100644 index 00000000000..51986dd6823 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/app-readme.md @@ -0,0 +1,8 @@ +Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/kubernetes-reflector](https://truecharts.org/charts/system/kubernetes-reflector) + +--- + +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/system/kubernetes-reflector/4.7.1/charts/common-20.2.2.tgz b/system/kubernetes-reflector/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/kubernetes-reflector/4.7.1/charts/common-20.2.2.tgz differ diff --git a/system/kubernetes-reflector/4.7.1/ix_values.yaml b/system/kubernetes-reflector/4.7.1/ix_values.yaml new file mode 100644 index 00000000000..65dd9f7a775 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/ix_values.yaml @@ -0,0 +1,70 @@ +image: + repository: docker.io/emberstack/kubernetes-reflector + pullPolicy: IfNotPresent + tag: build-7.1.217@sha256:982b8fc714349abe480a6864f3c3fce8e8801fd5068fac6add5b22ed32efc033 +operator: + register: true +portal: + open: + enabled: false +rbac: + main: + enabled: true + primary: true + clusterWide: true + rules: + - apiGroups: + - "" + resources: + - "configmaps" + - "secrets" + verbs: + - "get" + - "list" + - "watch" + - "create" + - "update" + - "patch" + - "delete" + - apiGroups: + - "" + resources: + - "namespaces" + verbs: + - "watch" + - "list" +serviceAccount: + main: + enabled: true + primary: true +kubernetesReflector: + logLevel: Information +workload: + main: + podSpec: + automountServiceAccountToken: true + containers: + main: + securityContext: + readOnlyRootFilesystem: true + runAsNonRoot: true + env: + ES_Serilog__MinimumLevel__Default: "{{ .Values.kubernetesReflector.logLevel }}" + ES_Reflector__Watcher__Timeout: "" + ES_Reflector__Kubernetes__SkipTlsVerify: "false" + probes: + liveness: + type: http + path: /healthz + port: 25080 + readiness: + type: http + path: /healthz + port: 25080 + startup: + type: http + path: /healthz + port: 25080 +service: + main: + enabled: false diff --git a/system/kubernetes-reflector/4.7.1/questions.yaml b/system/kubernetes-reflector/4.7.1/questions.yaml new file mode 100755 index 00000000000..134e6281841 --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/questions.yaml @@ -0,0 +1,1244 @@ +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: 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: kubernetesReflector + group: "App Configuration" + label: "Kubernetes-Reflector Configuration" + schema: + additional_attrs: true + type: dict + attrs: + - variable: logLevel + label: "Log Level" + schema: + type: string + default: "Information" + enum: + - value: "Verbose" + description: "Trace" + - value: "Debug" + description: "Debug" + - value: "Information" + description: "Info" + - value: "Warning" + description: "Warnings" + - value: "Error" + description: "Errors" + - value: "Fatal" + description: "Fatal Errors" + - 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/system/kubernetes-reflector/4.7.1/templates/common.yaml b/system/kubernetes-reflector/4.7.1/templates/common.yaml new file mode 100644 index 00000000000..a204deeeb4f --- /dev/null +++ b/system/kubernetes-reflector/4.7.1/templates/common.yaml @@ -0,0 +1 @@ +{{- include "tc.v1.common.loader.all" . }} diff --git a/system/kubernetes-reflector/4.7.1/values.yaml b/system/kubernetes-reflector/4.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/metallb/14.7.1/.helmignore b/system/metallb/14.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/metallb/14.7.1/.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/metallb/14.7.1/CHANGELOG.md b/system/metallb/14.7.1/CHANGELOG.md new file mode 100644 index 00000000000..7536f42901b --- /dev/null +++ b/system/metallb/14.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [metallb-14.7.1](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/metallb/14.7.1/Chart.yaml new file mode 100644 index 00000000000..13fd0932e43 --- /dev/null +++ b/system/metallb/14.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: metallb + version: 0.14.3 + 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.1 diff --git a/system/metallb/14.7.1/README.md b/system/metallb/14.7.1/README.md new file mode 100644 index 00000000000..987cc4e7118 --- /dev/null +++ b/system/metallb/14.7.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/system/metallb) + +**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/system/metallb/14.7.1/app-changelog.md b/system/metallb/14.7.1/app-changelog.md new file mode 100644 index 00000000000..40208b74dd1 --- /dev/null +++ b/system/metallb/14.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [metallb-14.7.1](https://github.com/truecharts/charts/compare/metallb-14.6.0...metallb-14.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/metallb/14.7.1/app-readme.md new file mode 100644 index 00000000000..10b8a56f515 --- /dev/null +++ b/system/metallb/14.7.1/app-readme.md @@ -0,0 +1,8 @@ +A network load-balancer implementation for Kubernetes using standard routing protocols + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/metallb](https://truecharts.org/charts/system/metallb) + +--- + +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/system/metallb/14.7.1/charts/common-20.2.2.tgz b/system/metallb/14.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/metallb/14.7.1/charts/common-20.2.2.tgz differ diff --git a/system/metallb/14.7.1/charts/metallb-0.14.3.tgz b/system/metallb/14.7.1/charts/metallb-0.14.3.tgz new file mode 100644 index 00000000000..3598766e82a Binary files /dev/null and b/system/metallb/14.7.1/charts/metallb-0.14.3.tgz differ diff --git a/system/metallb/14.7.1/ix_values.yaml b/system/metallb/14.7.1/ix_values.yaml new file mode 100644 index 00000000000..8ffafd21a48 --- /dev/null +++ b/system/metallb/14.7.1/ix_values.yaml @@ -0,0 +1,25 @@ +image: + repository: tccr.io/tccr/alpine + pullPolicy: IfNotPresent + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +manifestManager: + enabled: false diff --git a/system/metallb/14.7.1/questions.yaml b/system/metallb/14.7.1/questions.yaml new file mode 100755 index 00000000000..34ba9e0400c --- /dev/null +++ b/system/metallb/14.7.1/questions.yaml @@ -0,0 +1,49 @@ +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 + diff --git a/system/metallb/14.7.1/templates/NOTES.txt b/system/metallb/14.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/metallb/14.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/metallb/14.7.1/templates/common.yaml b/system/metallb/14.7.1/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/system/metallb/14.7.1/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/metallb/14.7.1/values.yaml b/system/metallb/14.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/openebs/3.7.1/.helmignore b/system/openebs/3.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/openebs/3.7.1/.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/openebs/3.7.1/CHANGELOG.md b/system/openebs/3.7.1/CHANGELOG.md new file mode 100644 index 00000000000..75c3a72a8d3 --- /dev/null +++ b/system/openebs/3.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@91ade87](https://github.com/91ade87) by renovate ([#19361](https://github.com/truecharts/charts/issues/19361)) + + +## [openebs-3.7.0](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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/openebs/3.7.1/Chart.yaml b/system/openebs/3.7.1/Chart.yaml new file mode 100644 index 00000000000..d79959cece9 --- /dev/null +++ b/system/openebs/3.7.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: 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.2 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: openebs + version: 3.10.0 + repository: https://openebs.github.io/charts + condition: "" + alias: openebs + tags: [] + import-values: [] +deprecated: false +description: OpenEBS is a umbrella container storage provisioner +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: 3.7.1 diff --git a/system/openebs/3.7.1/README.md b/system/openebs/3.7.1/README.md new file mode 100644 index 00000000000..2352cf1f539 --- /dev/null +++ b/system/openebs/3.7.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/system/openebs) + +**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/system/openebs/3.7.1/app-changelog.md b/system/openebs/3.7.1/app-changelog.md new file mode 100644 index 00000000000..9b2e6459e3a --- /dev/null +++ b/system/openebs/3.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [openebs-3.7.1](https://github.com/truecharts/charts/compare/openebs-3.6.0...openebs-3.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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/openebs/3.7.1/app-readme.md b/system/openebs/3.7.1/app-readme.md new file mode 100644 index 00000000000..0cc8022be98 --- /dev/null +++ b/system/openebs/3.7.1/app-readme.md @@ -0,0 +1,8 @@ +OpenEBS is a umbrella container storage provisioner + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/openebs](https://truecharts.org/charts/system/openebs) + +--- + +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/system/openebs/3.7.1/charts/common-20.2.2.tgz b/system/openebs/3.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/openebs/3.7.1/charts/common-20.2.2.tgz differ diff --git a/system/openebs/3.7.1/charts/openebs-3.10.0.tgz b/system/openebs/3.7.1/charts/openebs-3.10.0.tgz new file mode 100644 index 00000000000..dc80edb1507 Binary files /dev/null and b/system/openebs/3.7.1/charts/openebs-3.10.0.tgz differ diff --git a/system/openebs/3.7.1/ix_values.yaml b/system/openebs/3.7.1/ix_values.yaml new file mode 100644 index 00000000000..9b21caa5a23 --- /dev/null +++ b/system/openebs/3.7.1/ix_values.yaml @@ -0,0 +1,17 @@ +image: + pullPolicy: IfNotPresent + repository: tccr.io/tccr/scratch + tag: latest + +portal: + open: + enabled: false +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + enabled: false diff --git a/system/openebs/3.7.1/questions.yaml b/system/openebs/3.7.1/questions.yaml new file mode 100755 index 00000000000..16bcaf42b30 --- /dev/null +++ b/system/openebs/3.7.1/questions.yaml @@ -0,0 +1,99 @@ +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: openebs + group: "Storage and Persistence" + label: "OpenEBS Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: localprovisioner + label: "Localprovisioner Settings" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enableDeviceClass + label: "enableDeviceClass" + schema: + type: boolean + default: false + hidden: true + - variable: hostpathClass + label: "hostpathClass" + schema: + additional_attrs: true + type: dict + attrs: + - 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: isDefaultClass + label: "Default Class" + schema: + type: boolean + required: true + default: true + - variable: basePath + label: "basePath" + description: "Path to store your application data into" + schema: + type: string + required: true + default: "" diff --git a/system/openebs/3.7.1/templates/NOTES.txt b/system/openebs/3.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/openebs/3.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/openebs/3.7.1/templates/common.yaml b/system/openebs/3.7.1/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/system/openebs/3.7.1/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/openebs/3.7.1/values.yaml b/system/openebs/3.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/prometheus-operator/6.9.1/.helmignore b/system/prometheus-operator/6.9.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/prometheus-operator/6.9.1/.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/prometheus-operator/6.9.1/CHANGELOG.md b/system/prometheus-operator/6.9.1/CHANGELOG.md new file mode 100644 index 00000000000..35d5e78e84b --- /dev/null +++ b/system/prometheus-operator/6.9.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [prometheus-operator-6.9.1](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/prometheus-operator/6.9.1/Chart.yaml new file mode 100644 index 00000000000..2ebee33b050 --- /dev/null +++ b/system/prometheus-operator/6.9.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: 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.2 + 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.1 diff --git a/system/prometheus-operator/6.9.1/README.md b/system/prometheus-operator/6.9.1/README.md new file mode 100644 index 00000000000..e2d61deee2a --- /dev/null +++ b/system/prometheus-operator/6.9.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/system/prometheus-operator) + +**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/system/prometheus-operator/6.9.1/app-changelog.md b/system/prometheus-operator/6.9.1/app-changelog.md new file mode 100644 index 00000000000..54bdff0b1c5 --- /dev/null +++ b/system/prometheus-operator/6.9.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [prometheus-operator-6.9.1](https://github.com/truecharts/charts/compare/prometheus-operator-6.8.0...prometheus-operator-6.9.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/prometheus-operator/6.9.1/app-readme.md new file mode 100644 index 00000000000..d5dc128ba5b --- /dev/null +++ b/system/prometheus-operator/6.9.1/app-readme.md @@ -0,0 +1,8 @@ +Prometheus Operator is an operator for prometheus + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/prometheus-operator](https://truecharts.org/charts/system/prometheus-operator) + +--- + +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/system/prometheus-operator/6.9.1/charts/common-20.2.2.tgz b/system/prometheus-operator/6.9.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/prometheus-operator/6.9.1/charts/common-20.2.2.tgz differ diff --git a/system/prometheus-operator/6.9.1/charts/kube-prometheus-stack-56.21.0.tgz b/system/prometheus-operator/6.9.1/charts/kube-prometheus-stack-56.21.0.tgz new file mode 100644 index 00000000000..ece8d5e6823 Binary files /dev/null and b/system/prometheus-operator/6.9.1/charts/kube-prometheus-stack-56.21.0.tgz differ diff --git a/system/prometheus-operator/6.9.1/ix_values.yaml b/system/prometheus-operator/6.9.1/ix_values.yaml new file mode 100644 index 00000000000..b6bc91989ae --- /dev/null +++ b/system/prometheus-operator/6.9.1/ix_values.yaml @@ -0,0 +1,146 @@ +image: + repository: tccr.io/tccr/alpine + pullPolicy: IfNotPresent + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 + +service: + main: + enabled: false + ports: + main: + enabled: false + +workload: + main: + enabled: false + +portal: + open: + enabled: false + +operator: + register: true + +kps: + ## Install Prometheus Operator CRDs + ## + crds: + enabled: true + + ## Manages Prometheus and Alertmanager components + ## + prometheusOperator: + enabled: true + + #### + ## + ## Everything down here, explicitly disables everything BUT the operator itself + ## + #### + + ## + global: + rbac: + create: true + + ## Create default rules for monitoring the cluster + ## + defaultRules: + create: false + + windowsMonitoring: + ## Deploys the windows-exporter and Windows-specific dashboards and rules (job name must be 'windows-exporter') + enabled: false + + ## Configuration for prometheus-windows-exporter + ## ref: https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-windows-exporter + ## + prometheus-windows-exporter: + ## Enable ServiceMonitor and set Kubernetes label to use as a job label + ## + prometheus: + monitor: + enabled: false + + ## Configuration for alertmanager + ## ref: https://prometheus.io/docs/alerting/alertmanager/ + ## + alertmanager: + ## Deploy alertmanager + ## + enabled: false + + ## Using default values from https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml + ## + grafana: + enabled: false + forceDeployDashboards: false + defaultDashboardsEnabled: false + + ## Flag to disable all the kubernetes component scrapers + ## + kubernetesServiceMonitors: + enabled: false + + ## Component scraping the kube api server + ## + kubeApiServer: + enabled: false + + ## Component scraping the kubelet and kubelet-hosted cAdvisor + ## + kubelet: + enabled: false + + ## Component scraping the kube controller manager + ## + kubeControllerManager: + enabled: false + + ## Component scraping coreDns. Use either this or kubeDns + ## + coreDns: + enabled: false + + ## Component scraping kubeDns. Use either this or coreDns + ## + kubeDns: + enabled: false + + ## Component scraping etcd + ## + kubeEtcd: + enabled: false + + ## Component scraping kube scheduler + ## + kubeScheduler: + enabled: false + + ## Component scraping kube proxy + ## + kubeProxy: + enabled: false + + ## Component scraping kube state metrics + ## + kubeStateMetrics: + enabled: false + + ## dontDeploy node exporter as a daemonset to all nodes + ## + nodeExporter: + enabled: false + + ## dont Deploy a Prometheus instance + ## + prometheus: + enabled: false + + ## Configuration for thanosRuler + ## ref: https://thanos.io/tip/components/rule.md/ + ## + thanosRuler: + ## Dont Deploy thanosRuler + ## + enabled: false diff --git a/system/prometheus-operator/6.9.1/questions.yaml b/system/prometheus-operator/6.9.1/questions.yaml new file mode 100755 index 00000000000..34ba9e0400c --- /dev/null +++ b/system/prometheus-operator/6.9.1/questions.yaml @@ -0,0 +1,49 @@ +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 + diff --git a/system/prometheus-operator/6.9.1/templates/NOTES.txt b/system/prometheus-operator/6.9.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/prometheus-operator/6.9.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/prometheus-operator/6.9.1/templates/common.yaml b/system/prometheus-operator/6.9.1/templates/common.yaml new file mode 100644 index 00000000000..362fca94564 --- /dev/null +++ b/system/prometheus-operator/6.9.1/templates/common.yaml @@ -0,0 +1,4 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/prometheus-operator/6.9.1/values.yaml b/system/prometheus-operator/6.9.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/traefik-crds/0.3.1/.helmignore b/system/traefik-crds/0.3.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/traefik-crds/0.3.1/.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.1/CHANGELOG.md b/system/traefik-crds/0.3.1/CHANGELOG.md new file mode 100644 index 00000000000..c2b04b03441 --- /dev/null +++ b/system/traefik-crds/0.3.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [traefik-crds-0.3.1](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/traefik-crds/0.3.1/Chart.yaml new file mode 100644 index 00000000000..06f8056b764 --- /dev/null +++ b/system/traefik-crds/0.3.1/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.2 + 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.1 diff --git a/system/traefik-crds/0.3.1/README.md b/system/traefik-crds/0.3.1/README.md new file mode 100644 index 00000000000..6938f3e826a --- /dev/null +++ b/system/traefik-crds/0.3.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/system/traefik-crds) + +**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/system/traefik-crds/0.3.1/app-changelog.md b/system/traefik-crds/0.3.1/app-changelog.md new file mode 100644 index 00000000000..f6623e4fb84 --- /dev/null +++ b/system/traefik-crds/0.3.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [traefik-crds-0.3.1](https://github.com/truecharts/charts/compare/traefik-crds-0.2.0...traefik-crds-0.3.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/traefik-crds/0.3.1/app-readme.md new file mode 100644 index 00000000000..fa812a66175 --- /dev/null +++ b/system/traefik-crds/0.3.1/app-readme.md @@ -0,0 +1,8 @@ +Traefik-CRDs contains the CRD's for Traefik + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/traefik-crds](https://truecharts.org/charts/system/traefik-crds) + +--- + +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/system/traefik-crds/0.3.1/charts/common-20.2.2.tgz b/system/traefik-crds/0.3.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/traefik-crds/0.3.1/charts/common-20.2.2.tgz differ diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutes.yaml new file mode 100644 index 00000000000..bd137f410d9 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutes.yaml @@ -0,0 +1,275 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressroutes.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRoute + listKind: IngressRouteList + plural: ingressroutes + singular: ingressroute + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRoute is the CRD implementation of a Traefik HTTP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteSpec defines the desired state of IngressRoute. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: Route holds the HTTP route configuration. + properties: + kind: + description: Kind defines the kind of the route. Rule is the + only supported kind. + enum: + - Rule + type: string + match: + description: 'Match defines the router''s rule. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#rule' + type: string + middlewares: + description: 'Middlewares defines the list of references to + Middleware resources. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-middleware' + items: + description: MiddlewareRef is a reference to a Middleware + resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + priority: + description: 'Priority defines the router''s priority. More + info: https://doc.traefik.io/traefik/v2.10/routing/routers/#priority' + type: integer + services: + description: Services defines the list of Service. It can contain + any combination of TraefikService and/or reference to a Kubernetes + Service. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client + Host header is forwarded to the upstream Kubernetes + Service. By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to + the client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, + in milliseconds, in between flushes to the client + while copying the response body. A negative value + means to flush immediately after each write to the + client. This configuration is ignored when ReverseProxy + recognizes a response as a streaming response; for + such responses, writes are flushed to the client + immediately. Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the + request to the upstream Kubernetes Service. It defaults + to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as + JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie + can only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only + be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round + Robin). + type: integer + required: + - name + type: object + type: array + required: + - kind + - match + type: object + type: array + tls: + description: 'TLS defines the TLS configuration. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#tls' + properties: + certResolver: + description: 'CertResolver defines the name of the certificate + resolver to use. Cert resolvers have to be configured in the + static configuration. More info: https://doc.traefik.io/traefik/v2.10/https/acme/#certificate-resolvers' + type: string + domains: + description: 'Domains defines the list of domains that will be + used to issue certificates. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#domains' + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: 'Options defines the reference to a TLSOption, that + specifies the parameters of the TLS connection. If not defined, + the `default` TLSOption is used. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + name: + description: 'Name defines the name of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsoption' + type: string + namespace: + description: 'Namespace defines the namespace of the referenced + TLSOption. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsoption' + type: string + required: + - name + type: object + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store defines the reference to the TLSStore, that + will be used to store certificates. Please note that only `default` + TLSStore can be used. + properties: + name: + description: 'Name defines the name of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsstore' + type: string + namespace: + description: 'Namespace defines the namespace of the referenced + TLSStore. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsstore' + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutetcps.yaml new file mode 100644 index 00000000000..589fe31c18c --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressroutetcps.yaml @@ -0,0 +1,218 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressroutetcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteTCP + listKind: IngressRouteTCPList + plural: ingressroutetcps + singular: ingressroutetcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteTCP is the CRD implementation of a Traefik TCP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteTCPSpec defines the desired state of IngressRouteTCP. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteTCP holds the TCP route configuration. + properties: + match: + description: 'Match defines the router''s rule. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#rule_1' + type: string + middlewares: + description: Middlewares defines the list of references to MiddlewareTCP + resources. + items: + description: ObjectReference is a generic reference to a Traefik + resource. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: array + priority: + description: 'Priority defines the router''s priority. More + info: https://doc.traefik.io/traefik/v2.10/routing/routers/#priority_1' + type: integer + services: + description: Services defines the list of TCP services. + items: + description: ServiceTCP defines an upstream TCP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + proxyProtocol: + description: 'ProxyProtocol defines the PROXY protocol + configuration. More info: https://doc.traefik.io/traefik/v2.10/routing/services/#proxy-protocol' + properties: + version: + description: Version defines the PROXY Protocol version + to use. + type: integer + type: object + terminationDelay: + description: TerminationDelay defines the deadline that + the proxy sets, after one of its connected peers indicates + it has closed the writing capability of its connection, + to close the reading capability as well, hence fully + terminating the connection. It is a duration in milliseconds, + defaulting to 100. A negative value means an infinite + deadline (i.e. the reading capability is never closed). + type: integer + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + required: + - match + type: object + type: array + tls: + description: 'TLS defines the TLS configuration on a layer 4 / TCP + Route. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#tls_1' + properties: + certResolver: + description: 'CertResolver defines the name of the certificate + resolver to use. Cert resolvers have to be configured in the + static configuration. More info: https://doc.traefik.io/traefik/v2.10/https/acme/#certificate-resolvers' + type: string + domains: + description: 'Domains defines the list of domains that will be + used to issue certificates. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#domains' + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: 'Options defines the reference to a TLSOption, that + specifies the parameters of the TLS connection. If not defined, + the `default` TLSOption is used. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + passthrough: + description: Passthrough defines whether a TLS router will terminate + the TLS connection. + type: boolean + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store defines the reference to the TLSStore, that + will be used to store certificates. Please note that only `default` + TLSStore can be used. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressrouteudps.yaml new file mode 100644 index 00000000000..c35ee4dc20d --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_ingressrouteudps.yaml @@ -0,0 +1,105 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressrouteudps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteUDP + listKind: IngressRouteUDPList + plural: ingressrouteudps + singular: ingressrouteudp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteUDP is a CRD implementation of a Traefik UDP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteUDPSpec defines the desired state of a IngressRouteUDP. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteUDP holds the UDP route configuration. + properties: + services: + description: Services defines the list of UDP services. + items: + description: ServiceUDP defines an upstream UDP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + type: object + type: array + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewares.yaml new file mode 100644 index 00000000000..5e14f93fa55 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewares.yaml @@ -0,0 +1,924 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: middlewares.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: Middleware + listKind: MiddlewareList + plural: middlewares + singular: middleware + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'Middleware is the CRD implementation of a Traefik Middleware. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/overview/' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareSpec defines the desired state of a Middleware. + properties: + addPrefix: + description: 'AddPrefix holds the add prefix middleware configuration. + This middleware updates the path of a request before forwarding + it. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/addprefix/' + properties: + prefix: + description: Prefix is the string to add before the current path + in the requested URL. It should include a leading slash (/). + type: string + type: object + basicAuth: + description: 'BasicAuth holds the basic auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/' + properties: + headerField: + description: 'HeaderField defines a header field to store the + authenticated user. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/#headerfield' + type: string + realm: + description: 'Realm allows the protected resources on a server + to be partitioned into a set of protection spaces, each with + its own authentication scheme. Default: traefik.' + type: string + removeHeader: + description: 'RemoveHeader sets the removeHeader option to true + to remove the authorization header before forwarding the request + to your service. Default: false.' + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + buffering: + description: 'Buffering holds the buffering middleware configuration. + This middleware retries or limits the size of requests that can + be forwarded to backends. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/buffering/#maxrequestbodybytes' + properties: + maxRequestBodyBytes: + description: 'MaxRequestBodyBytes defines the maximum allowed + body size for the request (in bytes). If the request exceeds + the allowed size, it is not forwarded to the service, and the + client gets a 413 (Request Entity Too Large) response. Default: + 0 (no maximum).' + format: int64 + type: integer + maxResponseBodyBytes: + description: 'MaxResponseBodyBytes defines the maximum allowed + response size from the service (in bytes). If the response exceeds + the allowed size, it is not forwarded to the client. The client + gets a 500 (Internal Server Error) response instead. Default: + 0 (no maximum).' + format: int64 + type: integer + memRequestBodyBytes: + description: 'MemRequestBodyBytes defines the threshold (in bytes) + from which the request will be buffered on disk instead of in + memory. Default: 1048576 (1Mi).' + format: int64 + type: integer + memResponseBodyBytes: + description: 'MemResponseBodyBytes defines the threshold (in bytes) + from which the response will be buffered on disk instead of + in memory. Default: 1048576 (1Mi).' + format: int64 + type: integer + retryExpression: + description: 'RetryExpression defines the retry conditions. It + is a logical combination of functions with operators AND (&&) + and OR (||). More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/buffering/#retryexpression' + type: string + type: object + chain: + description: 'Chain holds the configuration of the chain middleware. + This middleware enables to define reusable combinations of other + pieces of middleware. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/chain/' + properties: + middlewares: + description: Middlewares is the list of MiddlewareRef which composes + the chain. + items: + description: MiddlewareRef is a reference to a Middleware resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + type: object + circuitBreaker: + description: CircuitBreaker holds the circuit breaker configuration. + properties: + checkPeriod: + anyOf: + - type: integer + - type: string + description: CheckPeriod is the interval between successive checks + of the circuit breaker condition (when in standby state). + x-kubernetes-int-or-string: true + expression: + description: Expression is the condition that triggers the tripped + state. + type: string + fallbackDuration: + anyOf: + - type: integer + - type: string + description: FallbackDuration is the duration for which the circuit + breaker will wait before trying to recover (from a tripped state). + x-kubernetes-int-or-string: true + recoveryDuration: + anyOf: + - type: integer + - type: string + description: RecoveryDuration is the duration for which the circuit + breaker will try to recover (as soon as it is in recovering + state). + x-kubernetes-int-or-string: true + type: object + compress: + description: 'Compress holds the compress middleware configuration. + This middleware compresses responses before sending them to the + client, using gzip compression. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/compress/' + properties: + excludedContentTypes: + description: ExcludedContentTypes defines the list of content + types to compare the Content-Type header of the incoming requests + and responses before compressing. + items: + type: string + type: array + minResponseBodyBytes: + description: 'MinResponseBodyBytes defines the minimum amount + of bytes a response body must have to be compressed. Default: + 1024.' + type: integer + type: object + contentType: + description: ContentType holds the content-type middleware configuration. + This middleware exists to enable the correct behavior until at least + the default one can be changed in a future version. + properties: + autoDetect: + description: AutoDetect specifies whether to let the `Content-Type` + header, if it has not been set by the backend, be automatically + set to a value derived from the contents of the response. As + a proxy, the default behavior should be to leave the header + alone, regardless of what the backend did with it. However, + the historic default was to always auto-detect and set the header + if it was nil, and it is going to be kept that way in order + to support users currently relying on it. + type: boolean + type: object + digestAuth: + description: 'DigestAuth holds the digest auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/digestauth/' + properties: + headerField: + description: 'HeaderField defines a header field to store the + authenticated user. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/#headerfield' + type: string + realm: + description: 'Realm allows the protected resources on a server + to be partitioned into a set of protection spaces, each with + its own authentication scheme. Default: traefik.' + type: string + removeHeader: + description: RemoveHeader defines whether to remove the authorization + header before forwarding the request to the backend. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + errors: + description: 'ErrorPage holds the custom error middleware configuration. + This middleware returns a custom page in lieu of the default, according + to configured ranges of HTTP Status codes. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/errorpages/' + properties: + query: + description: Query defines the URL for the error page (hosted + by service). The {status} variable can be used in order to insert + the status code in the URL. + type: string + service: + description: 'Service defines the reference to a Kubernetes Service + that will serve the error page. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/errorpages/#service' + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between the + two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if + the only child is the Kubernetes Service clusterIP. The + Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in milliseconds, + in between flushes to the client while copying the response + body. A negative value means to flush immediately after + each write to the client. This configuration is ignored + when ReverseProxy recognizes a response as a streaming + response; for such responses, writes are flushed to + the client immediately. Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport between + Traefik and your servers. Can only be used on a Kubernetes + Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can + be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported value + at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object (and + to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + status: + description: Status defines which status or range of statuses + should result in an error page. It can be either a status code + as a number (500), as multiple comma-separated numbers (500,502), + as ranges by separating two codes with a dash (500-599), or + a combination of the two (404,418,500-599). + items: + type: string + type: array + type: object + forwardAuth: + description: 'ForwardAuth holds the forward auth middleware configuration. + This middleware delegates the request authentication to a Service. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/forwardauth/' + properties: + address: + description: Address defines the authentication server address. + type: string + authRequestHeaders: + description: AuthRequestHeaders defines the list of the headers + to copy from the request to the authentication server. If not + set or empty then all request headers are passed. + items: + type: string + type: array + authResponseHeaders: + description: AuthResponseHeaders defines the list of headers to + copy from the authentication server response and set on forwarded + request, replacing any existing conflicting headers. + items: + type: string + type: array + authResponseHeadersRegex: + description: 'AuthResponseHeadersRegex defines the regex to match + headers to copy from the authentication server response and + set on forwarded request, after stripping all headers that match + the regex. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/forwardauth/#authresponseheadersregex' + type: string + tls: + description: TLS defines the configuration used to secure the + connection to the authentication server. + properties: + caOptional: + type: boolean + caSecret: + description: CASecret is the name of the referenced Kubernetes + Secret containing the CA to validate the server certificate. + The CA certificate is extracted from key `tls.ca` or `ca.crt`. + type: string + certSecret: + description: CertSecret is the name of the referenced Kubernetes + Secret containing the client certificate. The client certificate + is extracted from the keys `tls.crt` and `tls.key`. + type: string + insecureSkipVerify: + description: InsecureSkipVerify defines whether the server + certificates should be validated. + type: boolean + type: object + trustForwardHeader: + description: 'TrustForwardHeader defines whether to trust (ie: + forward) all X-Forwarded-* headers.' + type: boolean + type: object + headers: + description: 'Headers holds the headers middleware configuration. + This middleware manages the requests and responses headers. More + info: https://doc.traefik.io/traefik/v2.10/middlewares/http/headers/#customrequestheaders' + properties: + accessControlAllowCredentials: + description: AccessControlAllowCredentials defines whether the + request can include user credentials. + type: boolean + accessControlAllowHeaders: + description: AccessControlAllowHeaders defines the Access-Control-Request-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlAllowMethods: + description: AccessControlAllowMethods defines the Access-Control-Request-Method + values sent in preflight response. + items: + type: string + type: array + accessControlAllowOriginList: + description: AccessControlAllowOriginList is a list of allowable + origins. Can also be a wildcard origin "*". + items: + type: string + type: array + accessControlAllowOriginListRegex: + description: AccessControlAllowOriginListRegex is a list of allowable + origins written following the Regular Expression syntax (https://golang.org/pkg/regexp/). + items: + type: string + type: array + accessControlExposeHeaders: + description: AccessControlExposeHeaders defines the Access-Control-Expose-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlMaxAge: + description: AccessControlMaxAge defines the time that a preflight + request may be cached. + format: int64 + type: integer + addVaryHeader: + description: AddVaryHeader defines whether the Vary header is + automatically added/updated when the AccessControlAllowOriginList + is set. + type: boolean + allowedHosts: + description: AllowedHosts defines the fully qualified list of + allowed domain names. + items: + type: string + type: array + browserXssFilter: + description: BrowserXSSFilter defines whether to add the X-XSS-Protection + header with the value 1; mode=block. + type: boolean + contentSecurityPolicy: + description: ContentSecurityPolicy defines the Content-Security-Policy + header value. + type: string + contentTypeNosniff: + description: ContentTypeNosniff defines whether to add the X-Content-Type-Options + header with the nosniff value. + type: boolean + customBrowserXSSValue: + description: CustomBrowserXSSValue defines the X-XSS-Protection + header value. This overrides the BrowserXssFilter option. + type: string + customFrameOptionsValue: + description: CustomFrameOptionsValue defines the X-Frame-Options + header value. This overrides the FrameDeny option. + type: string + customRequestHeaders: + additionalProperties: + type: string + description: CustomRequestHeaders defines the header names and + values to apply to the request. + type: object + customResponseHeaders: + additionalProperties: + type: string + description: CustomResponseHeaders defines the header names and + values to apply to the response. + type: object + featurePolicy: + description: 'Deprecated: use PermissionsPolicy instead.' + type: string + forceSTSHeader: + description: ForceSTSHeader defines whether to add the STS header + even when the connection is HTTP. + type: boolean + frameDeny: + description: FrameDeny defines whether to add the X-Frame-Options + header with the DENY value. + type: boolean + hostsProxyHeaders: + description: HostsProxyHeaders defines the header keys that may + hold a proxied hostname value for the request. + items: + type: string + type: array + isDevelopment: + description: IsDevelopment defines whether to mitigate the unwanted + effects of the AllowedHosts, SSL, and STS options when developing. + Usually testing takes place using HTTP, not HTTPS, and on localhost, + not your production domain. If you would like your development + environment to mimic production with complete Host blocking, + SSL redirects, and STS headers, leave this as false. + type: boolean + permissionsPolicy: + description: PermissionsPolicy defines the Permissions-Policy + header value. This allows sites to control browser features. + type: string + publicKey: + description: PublicKey is the public key that implements HPKP + to prevent MITM attacks with forged certificates. + type: string + referrerPolicy: + description: ReferrerPolicy defines the Referrer-Policy header + value. This allows sites to control whether browsers forward + the Referer header to other sites. + type: string + sslForceHost: + description: 'Deprecated: use RedirectRegex instead.' + type: boolean + sslHost: + description: 'Deprecated: use RedirectRegex instead.' + type: string + sslProxyHeaders: + additionalProperties: + type: string + description: 'SSLProxyHeaders defines the header keys with associated + values that would indicate a valid HTTPS request. It can be + useful when using other proxies (example: "X-Forwarded-Proto": + "https").' + type: object + sslRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + sslTemporaryRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + stsIncludeSubdomains: + description: STSIncludeSubdomains defines whether the includeSubDomains + directive is appended to the Strict-Transport-Security header. + type: boolean + stsPreload: + description: STSPreload defines whether the preload flag is appended + to the Strict-Transport-Security header. + type: boolean + stsSeconds: + description: STSSeconds defines the max-age of the Strict-Transport-Security + header. If set to 0, the header is not set. + format: int64 + type: integer + type: object + inFlightReq: + description: 'InFlightReq holds the in-flight request middleware configuration. + This middleware limits the number of requests being processed and + served concurrently. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/inflightreq/' + properties: + amount: + description: Amount defines the maximum amount of allowed simultaneous + in-flight request. The middleware responds with HTTP 429 Too + Many Requests if there are already amount requests in progress + (based on the same sourceCriterion strategy). + format: int64 + type: integer + sourceCriterion: + description: 'SourceCriterion defines what criterion is used to + group requests as originating from a common source. If several + strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the requestHost. More + info: https://doc.traefik.io/traefik/v2.10/middlewares/http/inflightreq/#sourcecriterion' + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration + used by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + ipWhiteList: + description: 'IPWhiteList holds the IP whitelist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/' + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration used + by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + passTLSClientCert: + description: 'PassTLSClientCert holds the pass TLS client cert middleware + configuration. This middleware adds the selected data from the passed + client TLS certificate to a header. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/passtlsclientcert/' + properties: + info: + description: Info selects the specific client certificate details + you want to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + issuer: + description: Issuer defines the client certificate issuer + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the issuer. + type: boolean + country: + description: Country defines whether to add the country + information into the issuer. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the issuer. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the issuer. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the issuer. + type: boolean + province: + description: Province defines whether to add the province + information into the issuer. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the issuer. + type: boolean + type: object + notAfter: + description: NotAfter defines whether to add the Not After + information from the Validity part. + type: boolean + notBefore: + description: NotBefore defines whether to add the Not Before + information from the Validity part. + type: boolean + sans: + description: Sans defines whether to add the Subject Alternative + Name information from the Subject Alternative Name part. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the client + serialNumber information. + type: boolean + subject: + description: Subject defines the client certificate subject + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the subject. + type: boolean + country: + description: Country defines whether to add the country + information into the subject. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the subject. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the subject. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the subject. + type: boolean + organizationalUnit: + description: OrganizationalUnit defines whether to add + the organizationalUnit information into the subject. + type: boolean + province: + description: Province defines whether to add the province + information into the subject. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the subject. + type: boolean + type: object + type: object + pem: + description: PEM sets the X-Forwarded-Tls-Client-Cert header with + the certificate. + type: boolean + type: object + plugin: + additionalProperties: + x-kubernetes-preserve-unknown-fields: true + description: 'Plugin defines the middleware plugin configuration. + More info: https://doc.traefik.io/traefik/plugins/' + type: object + rateLimit: + description: 'RateLimit holds the rate limit configuration. This middleware + ensures that services will receive a fair amount of requests, and + allows one to define what fair is. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ratelimit/' + properties: + average: + description: Average is the maximum rate, by default in requests/s, + allowed for the given source. It defaults to 0, which means + no rate limiting. The rate is actually defined by dividing Average + by Period. So for a rate below 1req/s, one needs to define a + Period larger than a second. + format: int64 + type: integer + burst: + description: Burst is the maximum number of requests allowed to + arrive in the same arbitrarily small period of time. It defaults + to 1. + format: int64 + type: integer + period: + anyOf: + - type: integer + - type: string + description: 'Period, in combination with Average, defines the + actual maximum rate, such as: r = Average / Period. It defaults + to a second.' + x-kubernetes-int-or-string: true + sourceCriterion: + description: SourceCriterion defines what criterion is used to + group requests as originating from a common source. If several + strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the request's remote + address field (as an ipStrategy). + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration + used by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + redirectRegex: + description: 'RedirectRegex holds the redirect regex middleware configuration. + This middleware redirects a request using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/redirectregex/#regex' + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + regex: + description: Regex defines the regex used to match and capture + elements from the request URL. + type: string + replacement: + description: Replacement defines how to modify the URL to have + the new target URL. + type: string + type: object + redirectScheme: + description: 'RedirectScheme holds the redirect scheme middleware + configuration. This middleware redirects requests from a scheme/port + to another. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/redirectscheme/' + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + port: + description: Port defines the port of the new URL. + type: string + scheme: + description: Scheme defines the scheme of the new URL. + type: string + type: object + replacePath: + description: 'ReplacePath holds the replace path middleware configuration. + This middleware replaces the path of the request URL and store the + original path in an X-Replaced-Path header. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/replacepath/' + properties: + path: + description: Path defines the path to use as replacement in the + request URL. + type: string + type: object + replacePathRegex: + description: 'ReplacePathRegex holds the replace path regex middleware + configuration. This middleware replaces the path of a URL using + regex matching and replacement. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/replacepathregex/' + properties: + regex: + description: Regex defines the regular expression used to match + and capture the path from the request URL. + type: string + replacement: + description: Replacement defines the replacement path format, + which can include captured variables. + type: string + type: object + retry: + description: 'Retry holds the retry middleware configuration. This + middleware reissues requests a given number of times to a backend + server if that server does not reply. As soon as the server answers, + the middleware stops retrying, regardless of the response status. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/retry/' + properties: + attempts: + description: Attempts defines how many times the request should + be retried. + type: integer + initialInterval: + anyOf: + - type: integer + - type: string + description: InitialInterval defines the first wait time in the + exponential backoff series. The maximum interval is calculated + as twice the initialInterval. If unspecified, requests will + be retried immediately. The value of initialInterval should + be provided in seconds or as a valid duration format, see https://pkg.go.dev/time#ParseDuration. + x-kubernetes-int-or-string: true + type: object + stripPrefix: + description: 'StripPrefix holds the strip prefix middleware configuration. + This middleware removes the specified prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/stripprefix/' + properties: + forceSlash: + description: 'ForceSlash ensures that the resulting stripped path + is not the empty string, by replacing it with / when necessary. + Default: true.' + type: boolean + prefixes: + description: Prefixes defines the prefixes to strip from the request + URL. + items: + type: string + type: array + type: object + stripPrefixRegex: + description: 'StripPrefixRegex holds the strip prefix regex middleware + configuration. This middleware removes the matching prefixes from + the URL path. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/stripprefixregex/' + properties: + regex: + description: Regex defines the regular expression to match the + path prefix from the request URL. + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewaretcps.yaml new file mode 100644 index 00000000000..85302fa823d --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_middlewaretcps.yaml @@ -0,0 +1,72 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: middlewaretcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: MiddlewareTCP + listKind: MiddlewareTCPList + plural: middlewaretcps + singular: middlewaretcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'MiddlewareTCP is the CRD implementation of a Traefik TCP middleware. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/overview/' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareTCPSpec defines the desired state of a MiddlewareTCP. + properties: + inFlightConn: + description: InFlightConn defines the InFlightConn middleware configuration. + properties: + amount: + description: Amount defines the maximum amount of allowed simultaneous + connections. The middleware closes the connection if there are + already amount connections opened. + format: int64 + type: integer + type: object + ipWhiteList: + description: IPWhiteList defines the IPWhiteList middleware configuration. + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_serverstransports.yaml new file mode 100644 index 00000000000..d6fc3a92dba --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_serverstransports.yaml @@ -0,0 +1,128 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: serverstransports.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: ServersTransport + listKind: ServersTransportList + plural: serverstransports + singular: serverstransport + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'ServersTransport is the CRD implementation of a ServersTransport. + If no serversTransport is specified, the default@internal will be used. + The default@internal serversTransport is created from the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#serverstransport_1' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: ServersTransportSpec defines the desired state of a ServersTransport. + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + disableHTTP2: + description: DisableHTTP2 disables HTTP/2 for connections with backend + servers. + type: boolean + forwardingTimeouts: + description: ForwardingTimeouts defines the timeouts for requests + forwarded to the backend servers. + properties: + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a + connection to a backend server can be established. + x-kubernetes-int-or-string: true + idleConnTimeout: + anyOf: + - type: integer + - type: string + description: IdleConnTimeout is the maximum period for which an + idle HTTP keep-alive connection will remain open before closing + itself. + x-kubernetes-int-or-string: true + pingTimeout: + anyOf: + - type: integer + - type: string + description: PingTimeout is the timeout after which the HTTP/2 + connection will be closed if a response to ping is not received. + x-kubernetes-int-or-string: true + readIdleTimeout: + anyOf: + - type: integer + - type: string + description: ReadIdleTimeout is the timeout after which a health + check using ping frame will be carried out if no frame is received + on the HTTP/2 connection. + x-kubernetes-int-or-string: true + responseHeaderTimeout: + anyOf: + - type: integer + - type: string + description: ResponseHeaderTimeout is the amount of time to wait + for a server's response headers after fully writing the request + (including its body, if any). + x-kubernetes-int-or-string: true + type: object + insecureSkipVerify: + description: InsecureSkipVerify disables SSL certificate verification. + type: boolean + maxIdleConnsPerHost: + description: MaxIdleConnsPerHost controls the maximum idle (keep-alive) + to keep per-host. + type: integer + peerCertURI: + description: PeerCertURI defines the peer cert URI used to match against + SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to validate + self-signed certificate. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact the + server. + type: string + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsoptions.yaml new file mode 100644 index 00000000000..73667667a3a --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsoptions.yaml @@ -0,0 +1,113 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: tlsoptions.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSOption + listKind: TLSOptionList + plural: tlsoptions + singular: tlsoption + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TLSOption is the CRD implementation of a Traefik TLS Option, + allowing to configure some parameters of the TLS connection. More info: + https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSOptionSpec defines the desired state of a TLSOption. + properties: + alpnProtocols: + description: 'ALPNProtocols defines the list of supported application + level protocols for the TLS handshake, in order of preference. More + info: https://doc.traefik.io/traefik/v2.10/https/tls/#alpn-protocols' + items: + type: string + type: array + cipherSuites: + description: 'CipherSuites defines the list of supported cipher suites + for TLS versions up to TLS 1.2. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#cipher-suites' + items: + type: string + type: array + clientAuth: + description: ClientAuth defines the server's policy for TLS Client + Authentication. + properties: + clientAuthType: + description: ClientAuthType defines the client authentication + type to apply. + enum: + - NoClientCert + - RequestClientCert + - RequireAnyClientCert + - VerifyClientCertIfGiven + - RequireAndVerifyClientCert + type: string + secretNames: + description: SecretNames defines the names of the referenced Kubernetes + Secret storing certificate details. + items: + type: string + type: array + type: object + curvePreferences: + description: 'CurvePreferences defines the preferred elliptic curves + in a specific order. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#curve-preferences' + items: + type: string + type: array + maxVersion: + description: 'MaxVersion defines the maximum TLS version that Traefik + will accept. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, + VersionTLS13. Default: None.' + type: string + minVersion: + description: 'MinVersion defines the minimum TLS version that Traefik + will accept. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, + VersionTLS13. Default: VersionTLS10.' + type: string + preferServerCipherSuites: + description: 'PreferServerCipherSuites defines whether the server + chooses a cipher suite among his own instead of among the client''s. + It is enabled automatically when minVersion or maxVersion is set. + Deprecated: https://github.com/golang/go/issues/45430' + type: boolean + sniStrict: + description: SniStrict defines whether Traefik allows connections + from clients connections that do not specify a server_name extension. + type: boolean + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsstores.yaml new file mode 100644 index 00000000000..12f0ad37d86 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_tlsstores.yaml @@ -0,0 +1,99 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: tlsstores.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSStore + listKind: TLSStoreList + plural: tlsstores + singular: tlsstore + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TLSStore is the CRD implementation of a Traefik TLS Store. For + the time being, only the TLSStore named default is supported. This means + that you cannot have two stores that are named default in different Kubernetes + namespaces. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#certificates-stores' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSStoreSpec defines the desired state of a TLSStore. + properties: + certificates: + description: Certificates is a list of secret names, each secret holding + a key/certificate pair to add to the store. + items: + description: Certificate holds a secret name for the TLSStore resource. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + type: array + defaultCertificate: + description: DefaultCertificate defines the default certificate configuration. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + defaultGeneratedCert: + description: DefaultGeneratedCert defines the default generated certificate + configuration. + properties: + domain: + description: Domain is the domain definition for the DefaultCertificate. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain names. + items: + type: string + type: array + type: object + resolver: + description: Resolver is the name of the resolver that will be + used to issue the DefaultCertificate. + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.1/crds/traefik.containo.us_traefikservices.yaml new file mode 100644 index 00000000000..0dcf470034f --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.containo.us_traefikservices.yaml @@ -0,0 +1,402 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: traefikservices.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TraefikService + listKind: TraefikServiceList + plural: traefikservices + singular: traefikservice + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TraefikService is the CRD implementation of a Traefik Service. + TraefikService object allows to: - Apply weight to Services on load-balancing + - Mirror traffic on services More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-traefikservice' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TraefikServiceSpec defines the desired state of a TraefikService. + properties: + mirroring: + description: Mirroring defines the Mirroring service configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + maxBodySize: + description: MaxBodySize defines the maximum size allowed for + the body of the request. If the body is larger, the request + is not mirrored. Default value is -1, which means unlimited + size. + format: int64 + type: integer + mirrors: + description: Mirrors defines the list of mirrors where Traefik + will duplicate the traffic. + items: + description: MirrorService holds the mirror configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or + if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + percent: + description: 'Percent defines the part of the traffic to + mirror. Supported values: 0 to 100.' + type: integer + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in + milliseconds, in between flushes to the client while + copying the response body. A negative value means + to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes + a response as a streaming response; for such responses, + writes are flushed to the client immediately. Default: + 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between the two + is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the + only child is the Kubernetes Service clusterIP. The Kubernetes + Service itself does load-balance to the pods. By default, NativeLB + is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host header + is forwarded to the upstream Kubernetes Service. By default, + passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. This + can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards the + response from the upstream Kubernetes Service to the client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in milliseconds, + in between flushes to the client while copying the response + body. A negative value means to flush immediately after + each write to the client. This configuration is ignored + when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https when + Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport between + Traefik and your servers. Can only be used on a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. More + info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy between + the servers. RoundRobin is the only supported value at the moment. + type: string + weight: + description: Weight defines the weight and should only be specified + when Name references a TraefikService object (and to be precise, + one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + weighted: + description: Weighted defines the Weighted Round Robin configuration. + properties: + services: + description: Services defines the list of Kubernetes Service and/or + TraefikService to load-balance, with weight. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or + if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in + milliseconds, in between flushes to the client while + copying the response body. A negative value means + to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes + a response as a streaming response; for such responses, + writes are flushed to the client immediately. Default: + 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + sticky: + description: 'Sticky defines whether sticky sessions are enabled. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#stickiness-and-load-balancing' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. More + info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutes.yaml new file mode 100644 index 00000000000..89aaee75952 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutes.yaml @@ -0,0 +1,275 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressroutes.traefik.io +spec: + group: traefik.io + names: + kind: IngressRoute + listKind: IngressRouteList + plural: ingressroutes + singular: ingressroute + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRoute is the CRD implementation of a Traefik HTTP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteSpec defines the desired state of IngressRoute. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: Route holds the HTTP route configuration. + properties: + kind: + description: Kind defines the kind of the route. Rule is the + only supported kind. + enum: + - Rule + type: string + match: + description: 'Match defines the router''s rule. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#rule' + type: string + middlewares: + description: 'Middlewares defines the list of references to + Middleware resources. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-middleware' + items: + description: MiddlewareRef is a reference to a Middleware + resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + priority: + description: 'Priority defines the router''s priority. More + info: https://doc.traefik.io/traefik/v2.10/routing/routers/#priority' + type: integer + services: + description: Services defines the list of Service. It can contain + any combination of TraefikService and/or reference to a Kubernetes + Service. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client + Host header is forwarded to the upstream Kubernetes + Service. By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to + the client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, + in milliseconds, in between flushes to the client + while copying the response body. A negative value + means to flush immediately after each write to the + client. This configuration is ignored when ReverseProxy + recognizes a response as a streaming response; for + such responses, writes are flushed to the client + immediately. Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the + request to the upstream Kubernetes Service. It defaults + to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as + JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie + can only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only + be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round + Robin). + type: integer + required: + - name + type: object + type: array + required: + - kind + - match + type: object + type: array + tls: + description: 'TLS defines the TLS configuration. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#tls' + properties: + certResolver: + description: 'CertResolver defines the name of the certificate + resolver to use. Cert resolvers have to be configured in the + static configuration. More info: https://doc.traefik.io/traefik/v2.10/https/acme/#certificate-resolvers' + type: string + domains: + description: 'Domains defines the list of domains that will be + used to issue certificates. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#domains' + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: 'Options defines the reference to a TLSOption, that + specifies the parameters of the TLS connection. If not defined, + the `default` TLSOption is used. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + name: + description: 'Name defines the name of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsoption' + type: string + namespace: + description: 'Namespace defines the namespace of the referenced + TLSOption. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsoption' + type: string + required: + - name + type: object + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store defines the reference to the TLSStore, that + will be used to store certificates. Please note that only `default` + TLSStore can be used. + properties: + name: + description: 'Name defines the name of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsstore' + type: string + namespace: + description: 'Namespace defines the namespace of the referenced + TLSStore. More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-tlsstore' + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutetcps.yaml new file mode 100644 index 00000000000..82f61ac24f1 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_ingressroutetcps.yaml @@ -0,0 +1,218 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressroutetcps.traefik.io +spec: + group: traefik.io + names: + kind: IngressRouteTCP + listKind: IngressRouteTCPList + plural: ingressroutetcps + singular: ingressroutetcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteTCP is the CRD implementation of a Traefik TCP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteTCPSpec defines the desired state of IngressRouteTCP. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteTCP holds the TCP route configuration. + properties: + match: + description: 'Match defines the router''s rule. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#rule_1' + type: string + middlewares: + description: Middlewares defines the list of references to MiddlewareTCP + resources. + items: + description: ObjectReference is a generic reference to a Traefik + resource. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: array + priority: + description: 'Priority defines the router''s priority. More + info: https://doc.traefik.io/traefik/v2.10/routing/routers/#priority_1' + type: integer + services: + description: Services defines the list of TCP services. + items: + description: ServiceTCP defines an upstream TCP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + proxyProtocol: + description: 'ProxyProtocol defines the PROXY protocol + configuration. More info: https://doc.traefik.io/traefik/v2.10/routing/services/#proxy-protocol' + properties: + version: + description: Version defines the PROXY Protocol version + to use. + type: integer + type: object + terminationDelay: + description: TerminationDelay defines the deadline that + the proxy sets, after one of its connected peers indicates + it has closed the writing capability of its connection, + to close the reading capability as well, hence fully + terminating the connection. It is a duration in milliseconds, + defaulting to 100. A negative value means an infinite + deadline (i.e. the reading capability is never closed). + type: integer + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + required: + - match + type: object + type: array + tls: + description: 'TLS defines the TLS configuration on a layer 4 / TCP + Route. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#tls_1' + properties: + certResolver: + description: 'CertResolver defines the name of the certificate + resolver to use. Cert resolvers have to be configured in the + static configuration. More info: https://doc.traefik.io/traefik/v2.10/https/acme/#certificate-resolvers' + type: string + domains: + description: 'Domains defines the list of domains that will be + used to issue certificates. More info: https://doc.traefik.io/traefik/v2.10/routing/routers/#domains' + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: 'Options defines the reference to a TLSOption, that + specifies the parameters of the TLS connection. If not defined, + the `default` TLSOption is used. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + passthrough: + description: Passthrough defines whether a TLS router will terminate + the TLS connection. + type: boolean + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: Store defines the reference to the TLSStore, that + will be used to store certificates. Please note that only `default` + TLSStore can be used. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_ingressrouteudps.yaml new file mode 100644 index 00000000000..27c50185d08 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_ingressrouteudps.yaml @@ -0,0 +1,105 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: ingressrouteudps.traefik.io +spec: + group: traefik.io + names: + kind: IngressRouteUDP + listKind: IngressRouteUDPList + plural: ingressrouteudps + singular: ingressrouteudp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteUDP is a CRD implementation of a Traefik UDP Router. + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: IngressRouteUDPSpec defines the desired state of a IngressRouteUDP. + properties: + entryPoints: + description: 'EntryPoints defines the list of entry point names to + bind to. Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/entrypoints/ + Default: all.' + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteUDP holds the UDP route configuration. + properties: + services: + description: Services defines the list of UDP services. + items: + description: ServiceUDP defines an upstream UDP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs + or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + type: object + type: array + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_middlewares.yaml new file mode 100644 index 00000000000..5a4dc3640fa --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_middlewares.yaml @@ -0,0 +1,924 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: middlewares.traefik.io +spec: + group: traefik.io + names: + kind: Middleware + listKind: MiddlewareList + plural: middlewares + singular: middleware + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'Middleware is the CRD implementation of a Traefik Middleware. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/overview/' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareSpec defines the desired state of a Middleware. + properties: + addPrefix: + description: 'AddPrefix holds the add prefix middleware configuration. + This middleware updates the path of a request before forwarding + it. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/addprefix/' + properties: + prefix: + description: Prefix is the string to add before the current path + in the requested URL. It should include a leading slash (/). + type: string + type: object + basicAuth: + description: 'BasicAuth holds the basic auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/' + properties: + headerField: + description: 'HeaderField defines a header field to store the + authenticated user. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/#headerfield' + type: string + realm: + description: 'Realm allows the protected resources on a server + to be partitioned into a set of protection spaces, each with + its own authentication scheme. Default: traefik.' + type: string + removeHeader: + description: 'RemoveHeader sets the removeHeader option to true + to remove the authorization header before forwarding the request + to your service. Default: false.' + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + buffering: + description: 'Buffering holds the buffering middleware configuration. + This middleware retries or limits the size of requests that can + be forwarded to backends. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/buffering/#maxrequestbodybytes' + properties: + maxRequestBodyBytes: + description: 'MaxRequestBodyBytes defines the maximum allowed + body size for the request (in bytes). If the request exceeds + the allowed size, it is not forwarded to the service, and the + client gets a 413 (Request Entity Too Large) response. Default: + 0 (no maximum).' + format: int64 + type: integer + maxResponseBodyBytes: + description: 'MaxResponseBodyBytes defines the maximum allowed + response size from the service (in bytes). If the response exceeds + the allowed size, it is not forwarded to the client. The client + gets a 500 (Internal Server Error) response instead. Default: + 0 (no maximum).' + format: int64 + type: integer + memRequestBodyBytes: + description: 'MemRequestBodyBytes defines the threshold (in bytes) + from which the request will be buffered on disk instead of in + memory. Default: 1048576 (1Mi).' + format: int64 + type: integer + memResponseBodyBytes: + description: 'MemResponseBodyBytes defines the threshold (in bytes) + from which the response will be buffered on disk instead of + in memory. Default: 1048576 (1Mi).' + format: int64 + type: integer + retryExpression: + description: 'RetryExpression defines the retry conditions. It + is a logical combination of functions with operators AND (&&) + and OR (||). More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/buffering/#retryexpression' + type: string + type: object + chain: + description: 'Chain holds the configuration of the chain middleware. + This middleware enables to define reusable combinations of other + pieces of middleware. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/chain/' + properties: + middlewares: + description: Middlewares is the list of MiddlewareRef which composes + the chain. + items: + description: MiddlewareRef is a reference to a Middleware resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + type: object + circuitBreaker: + description: CircuitBreaker holds the circuit breaker configuration. + properties: + checkPeriod: + anyOf: + - type: integer + - type: string + description: CheckPeriod is the interval between successive checks + of the circuit breaker condition (when in standby state). + x-kubernetes-int-or-string: true + expression: + description: Expression is the condition that triggers the tripped + state. + type: string + fallbackDuration: + anyOf: + - type: integer + - type: string + description: FallbackDuration is the duration for which the circuit + breaker will wait before trying to recover (from a tripped state). + x-kubernetes-int-or-string: true + recoveryDuration: + anyOf: + - type: integer + - type: string + description: RecoveryDuration is the duration for which the circuit + breaker will try to recover (as soon as it is in recovering + state). + x-kubernetes-int-or-string: true + type: object + compress: + description: 'Compress holds the compress middleware configuration. + This middleware compresses responses before sending them to the + client, using gzip compression. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/compress/' + properties: + excludedContentTypes: + description: ExcludedContentTypes defines the list of content + types to compare the Content-Type header of the incoming requests + and responses before compressing. + items: + type: string + type: array + minResponseBodyBytes: + description: 'MinResponseBodyBytes defines the minimum amount + of bytes a response body must have to be compressed. Default: + 1024.' + type: integer + type: object + contentType: + description: ContentType holds the content-type middleware configuration. + This middleware exists to enable the correct behavior until at least + the default one can be changed in a future version. + properties: + autoDetect: + description: AutoDetect specifies whether to let the `Content-Type` + header, if it has not been set by the backend, be automatically + set to a value derived from the contents of the response. As + a proxy, the default behavior should be to leave the header + alone, regardless of what the backend did with it. However, + the historic default was to always auto-detect and set the header + if it was nil, and it is going to be kept that way in order + to support users currently relying on it. + type: boolean + type: object + digestAuth: + description: 'DigestAuth holds the digest auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/digestauth/' + properties: + headerField: + description: 'HeaderField defines a header field to store the + authenticated user. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/basicauth/#headerfield' + type: string + realm: + description: 'Realm allows the protected resources on a server + to be partitioned into a set of protection spaces, each with + its own authentication scheme. Default: traefik.' + type: string + removeHeader: + description: RemoveHeader defines whether to remove the authorization + header before forwarding the request to the backend. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + errors: + description: 'ErrorPage holds the custom error middleware configuration. + This middleware returns a custom page in lieu of the default, according + to configured ranges of HTTP Status codes. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/errorpages/' + properties: + query: + description: Query defines the URL for the error page (hosted + by service). The {status} variable can be used in order to insert + the status code in the URL. + type: string + service: + description: 'Service defines the reference to a Kubernetes Service + that will serve the error page. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/errorpages/#service' + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between the + two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if + the only child is the Kubernetes Service clusterIP. The + Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in milliseconds, + in between flushes to the client while copying the response + body. A negative value means to flush immediately after + each write to the client. This configuration is ignored + when ReverseProxy recognizes a response as a streaming + response; for such responses, writes are flushed to + the client immediately. Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport between + Traefik and your servers. Can only be used on a Kubernetes + Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can + be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported value + at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object (and + to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + status: + description: Status defines which status or range of statuses + should result in an error page. It can be either a status code + as a number (500), as multiple comma-separated numbers (500,502), + as ranges by separating two codes with a dash (500-599), or + a combination of the two (404,418,500-599). + items: + type: string + type: array + type: object + forwardAuth: + description: 'ForwardAuth holds the forward auth middleware configuration. + This middleware delegates the request authentication to a Service. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/forwardauth/' + properties: + address: + description: Address defines the authentication server address. + type: string + authRequestHeaders: + description: AuthRequestHeaders defines the list of the headers + to copy from the request to the authentication server. If not + set or empty then all request headers are passed. + items: + type: string + type: array + authResponseHeaders: + description: AuthResponseHeaders defines the list of headers to + copy from the authentication server response and set on forwarded + request, replacing any existing conflicting headers. + items: + type: string + type: array + authResponseHeadersRegex: + description: 'AuthResponseHeadersRegex defines the regex to match + headers to copy from the authentication server response and + set on forwarded request, after stripping all headers that match + the regex. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/forwardauth/#authresponseheadersregex' + type: string + tls: + description: TLS defines the configuration used to secure the + connection to the authentication server. + properties: + caOptional: + type: boolean + caSecret: + description: CASecret is the name of the referenced Kubernetes + Secret containing the CA to validate the server certificate. + The CA certificate is extracted from key `tls.ca` or `ca.crt`. + type: string + certSecret: + description: CertSecret is the name of the referenced Kubernetes + Secret containing the client certificate. The client certificate + is extracted from the keys `tls.crt` and `tls.key`. + type: string + insecureSkipVerify: + description: InsecureSkipVerify defines whether the server + certificates should be validated. + type: boolean + type: object + trustForwardHeader: + description: 'TrustForwardHeader defines whether to trust (ie: + forward) all X-Forwarded-* headers.' + type: boolean + type: object + headers: + description: 'Headers holds the headers middleware configuration. + This middleware manages the requests and responses headers. More + info: https://doc.traefik.io/traefik/v2.10/middlewares/http/headers/#customrequestheaders' + properties: + accessControlAllowCredentials: + description: AccessControlAllowCredentials defines whether the + request can include user credentials. + type: boolean + accessControlAllowHeaders: + description: AccessControlAllowHeaders defines the Access-Control-Request-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlAllowMethods: + description: AccessControlAllowMethods defines the Access-Control-Request-Method + values sent in preflight response. + items: + type: string + type: array + accessControlAllowOriginList: + description: AccessControlAllowOriginList is a list of allowable + origins. Can also be a wildcard origin "*". + items: + type: string + type: array + accessControlAllowOriginListRegex: + description: AccessControlAllowOriginListRegex is a list of allowable + origins written following the Regular Expression syntax (https://golang.org/pkg/regexp/). + items: + type: string + type: array + accessControlExposeHeaders: + description: AccessControlExposeHeaders defines the Access-Control-Expose-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlMaxAge: + description: AccessControlMaxAge defines the time that a preflight + request may be cached. + format: int64 + type: integer + addVaryHeader: + description: AddVaryHeader defines whether the Vary header is + automatically added/updated when the AccessControlAllowOriginList + is set. + type: boolean + allowedHosts: + description: AllowedHosts defines the fully qualified list of + allowed domain names. + items: + type: string + type: array + browserXssFilter: + description: BrowserXSSFilter defines whether to add the X-XSS-Protection + header with the value 1; mode=block. + type: boolean + contentSecurityPolicy: + description: ContentSecurityPolicy defines the Content-Security-Policy + header value. + type: string + contentTypeNosniff: + description: ContentTypeNosniff defines whether to add the X-Content-Type-Options + header with the nosniff value. + type: boolean + customBrowserXSSValue: + description: CustomBrowserXSSValue defines the X-XSS-Protection + header value. This overrides the BrowserXssFilter option. + type: string + customFrameOptionsValue: + description: CustomFrameOptionsValue defines the X-Frame-Options + header value. This overrides the FrameDeny option. + type: string + customRequestHeaders: + additionalProperties: + type: string + description: CustomRequestHeaders defines the header names and + values to apply to the request. + type: object + customResponseHeaders: + additionalProperties: + type: string + description: CustomResponseHeaders defines the header names and + values to apply to the response. + type: object + featurePolicy: + description: 'Deprecated: use PermissionsPolicy instead.' + type: string + forceSTSHeader: + description: ForceSTSHeader defines whether to add the STS header + even when the connection is HTTP. + type: boolean + frameDeny: + description: FrameDeny defines whether to add the X-Frame-Options + header with the DENY value. + type: boolean + hostsProxyHeaders: + description: HostsProxyHeaders defines the header keys that may + hold a proxied hostname value for the request. + items: + type: string + type: array + isDevelopment: + description: IsDevelopment defines whether to mitigate the unwanted + effects of the AllowedHosts, SSL, and STS options when developing. + Usually testing takes place using HTTP, not HTTPS, and on localhost, + not your production domain. If you would like your development + environment to mimic production with complete Host blocking, + SSL redirects, and STS headers, leave this as false. + type: boolean + permissionsPolicy: + description: PermissionsPolicy defines the Permissions-Policy + header value. This allows sites to control browser features. + type: string + publicKey: + description: PublicKey is the public key that implements HPKP + to prevent MITM attacks with forged certificates. + type: string + referrerPolicy: + description: ReferrerPolicy defines the Referrer-Policy header + value. This allows sites to control whether browsers forward + the Referer header to other sites. + type: string + sslForceHost: + description: 'Deprecated: use RedirectRegex instead.' + type: boolean + sslHost: + description: 'Deprecated: use RedirectRegex instead.' + type: string + sslProxyHeaders: + additionalProperties: + type: string + description: 'SSLProxyHeaders defines the header keys with associated + values that would indicate a valid HTTPS request. It can be + useful when using other proxies (example: "X-Forwarded-Proto": + "https").' + type: object + sslRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + sslTemporaryRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + stsIncludeSubdomains: + description: STSIncludeSubdomains defines whether the includeSubDomains + directive is appended to the Strict-Transport-Security header. + type: boolean + stsPreload: + description: STSPreload defines whether the preload flag is appended + to the Strict-Transport-Security header. + type: boolean + stsSeconds: + description: STSSeconds defines the max-age of the Strict-Transport-Security + header. If set to 0, the header is not set. + format: int64 + type: integer + type: object + inFlightReq: + description: 'InFlightReq holds the in-flight request middleware configuration. + This middleware limits the number of requests being processed and + served concurrently. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/inflightreq/' + properties: + amount: + description: Amount defines the maximum amount of allowed simultaneous + in-flight request. The middleware responds with HTTP 429 Too + Many Requests if there are already amount requests in progress + (based on the same sourceCriterion strategy). + format: int64 + type: integer + sourceCriterion: + description: 'SourceCriterion defines what criterion is used to + group requests as originating from a common source. If several + strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the requestHost. More + info: https://doc.traefik.io/traefik/v2.10/middlewares/http/inflightreq/#sourcecriterion' + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration + used by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + ipWhiteList: + description: 'IPWhiteList holds the IP whitelist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/' + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration used + by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + passTLSClientCert: + description: 'PassTLSClientCert holds the pass TLS client cert middleware + configuration. This middleware adds the selected data from the passed + client TLS certificate to a header. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/passtlsclientcert/' + properties: + info: + description: Info selects the specific client certificate details + you want to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + issuer: + description: Issuer defines the client certificate issuer + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the issuer. + type: boolean + country: + description: Country defines whether to add the country + information into the issuer. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the issuer. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the issuer. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the issuer. + type: boolean + province: + description: Province defines whether to add the province + information into the issuer. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the issuer. + type: boolean + type: object + notAfter: + description: NotAfter defines whether to add the Not After + information from the Validity part. + type: boolean + notBefore: + description: NotBefore defines whether to add the Not Before + information from the Validity part. + type: boolean + sans: + description: Sans defines whether to add the Subject Alternative + Name information from the Subject Alternative Name part. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the client + serialNumber information. + type: boolean + subject: + description: Subject defines the client certificate subject + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the subject. + type: boolean + country: + description: Country defines whether to add the country + information into the subject. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the subject. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the subject. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the subject. + type: boolean + organizationalUnit: + description: OrganizationalUnit defines whether to add + the organizationalUnit information into the subject. + type: boolean + province: + description: Province defines whether to add the province + information into the subject. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the subject. + type: boolean + type: object + type: object + pem: + description: PEM sets the X-Forwarded-Tls-Client-Cert header with + the certificate. + type: boolean + type: object + plugin: + additionalProperties: + x-kubernetes-preserve-unknown-fields: true + description: 'Plugin defines the middleware plugin configuration. + More info: https://doc.traefik.io/traefik/plugins/' + type: object + rateLimit: + description: 'RateLimit holds the rate limit configuration. This middleware + ensures that services will receive a fair amount of requests, and + allows one to define what fair is. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ratelimit/' + properties: + average: + description: Average is the maximum rate, by default in requests/s, + allowed for the given source. It defaults to 0, which means + no rate limiting. The rate is actually defined by dividing Average + by Period. So for a rate below 1req/s, one needs to define a + Period larger than a second. + format: int64 + type: integer + burst: + description: Burst is the maximum number of requests allowed to + arrive in the same arbitrarily small period of time. It defaults + to 1. + format: int64 + type: integer + period: + anyOf: + - type: integer + - type: string + description: 'Period, in combination with Average, defines the + actual maximum rate, such as: r = Average / Period. It defaults + to a second.' + x-kubernetes-int-or-string: true + sourceCriterion: + description: SourceCriterion defines what criterion is used to + group requests as originating from a common source. If several + strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the request's remote + address field (as an ipStrategy). + properties: + ipStrategy: + description: 'IPStrategy holds the IP strategy configuration + used by Traefik to determine the client IP. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/ipwhitelist/#ipstrategy' + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + redirectRegex: + description: 'RedirectRegex holds the redirect regex middleware configuration. + This middleware redirects a request using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/redirectregex/#regex' + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + regex: + description: Regex defines the regex used to match and capture + elements from the request URL. + type: string + replacement: + description: Replacement defines how to modify the URL to have + the new target URL. + type: string + type: object + redirectScheme: + description: 'RedirectScheme holds the redirect scheme middleware + configuration. This middleware redirects requests from a scheme/port + to another. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/redirectscheme/' + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + port: + description: Port defines the port of the new URL. + type: string + scheme: + description: Scheme defines the scheme of the new URL. + type: string + type: object + replacePath: + description: 'ReplacePath holds the replace path middleware configuration. + This middleware replaces the path of the request URL and store the + original path in an X-Replaced-Path header. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/replacepath/' + properties: + path: + description: Path defines the path to use as replacement in the + request URL. + type: string + type: object + replacePathRegex: + description: 'ReplacePathRegex holds the replace path regex middleware + configuration. This middleware replaces the path of a URL using + regex matching and replacement. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/replacepathregex/' + properties: + regex: + description: Regex defines the regular expression used to match + and capture the path from the request URL. + type: string + replacement: + description: Replacement defines the replacement path format, + which can include captured variables. + type: string + type: object + retry: + description: 'Retry holds the retry middleware configuration. This + middleware reissues requests a given number of times to a backend + server if that server does not reply. As soon as the server answers, + the middleware stops retrying, regardless of the response status. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/retry/' + properties: + attempts: + description: Attempts defines how many times the request should + be retried. + type: integer + initialInterval: + anyOf: + - type: integer + - type: string + description: InitialInterval defines the first wait time in the + exponential backoff series. The maximum interval is calculated + as twice the initialInterval. If unspecified, requests will + be retried immediately. The value of initialInterval should + be provided in seconds or as a valid duration format, see https://pkg.go.dev/time#ParseDuration. + x-kubernetes-int-or-string: true + type: object + stripPrefix: + description: 'StripPrefix holds the strip prefix middleware configuration. + This middleware removes the specified prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/stripprefix/' + properties: + forceSlash: + description: 'ForceSlash ensures that the resulting stripped path + is not the empty string, by replacing it with / when necessary. + Default: true.' + type: boolean + prefixes: + description: Prefixes defines the prefixes to strip from the request + URL. + items: + type: string + type: array + type: object + stripPrefixRegex: + description: 'StripPrefixRegex holds the strip prefix regex middleware + configuration. This middleware removes the matching prefixes from + the URL path. More info: https://doc.traefik.io/traefik/v2.10/middlewares/http/stripprefixregex/' + properties: + regex: + description: Regex defines the regular expression to match the + path prefix from the request URL. + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_middlewaretcps.yaml new file mode 100644 index 00000000000..8623568f5b3 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_middlewaretcps.yaml @@ -0,0 +1,72 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: middlewaretcps.traefik.io +spec: + group: traefik.io + names: + kind: MiddlewareTCP + listKind: MiddlewareTCPList + plural: middlewaretcps + singular: middlewaretcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'MiddlewareTCP is the CRD implementation of a Traefik TCP middleware. + More info: https://doc.traefik.io/traefik/v2.10/middlewares/overview/' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: MiddlewareTCPSpec defines the desired state of a MiddlewareTCP. + properties: + inFlightConn: + description: InFlightConn defines the InFlightConn middleware configuration. + properties: + amount: + description: Amount defines the maximum amount of allowed simultaneous + connections. The middleware closes the connection if there are + already amount connections opened. + format: int64 + type: integer + type: object + ipWhiteList: + description: IPWhiteList defines the IPWhiteList middleware configuration. + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_serverstransports.yaml new file mode 100644 index 00000000000..803b56395a4 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_serverstransports.yaml @@ -0,0 +1,128 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: serverstransports.traefik.io +spec: + group: traefik.io + names: + kind: ServersTransport + listKind: ServersTransportList + plural: serverstransports + singular: serverstransport + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'ServersTransport is the CRD implementation of a ServersTransport. + If no serversTransport is specified, the default@internal will be used. + The default@internal serversTransport is created from the static configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#serverstransport_1' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: ServersTransportSpec defines the desired state of a ServersTransport. + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + disableHTTP2: + description: DisableHTTP2 disables HTTP/2 for connections with backend + servers. + type: boolean + forwardingTimeouts: + description: ForwardingTimeouts defines the timeouts for requests + forwarded to the backend servers. + properties: + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a + connection to a backend server can be established. + x-kubernetes-int-or-string: true + idleConnTimeout: + anyOf: + - type: integer + - type: string + description: IdleConnTimeout is the maximum period for which an + idle HTTP keep-alive connection will remain open before closing + itself. + x-kubernetes-int-or-string: true + pingTimeout: + anyOf: + - type: integer + - type: string + description: PingTimeout is the timeout after which the HTTP/2 + connection will be closed if a response to ping is not received. + x-kubernetes-int-or-string: true + readIdleTimeout: + anyOf: + - type: integer + - type: string + description: ReadIdleTimeout is the timeout after which a health + check using ping frame will be carried out if no frame is received + on the HTTP/2 connection. + x-kubernetes-int-or-string: true + responseHeaderTimeout: + anyOf: + - type: integer + - type: string + description: ResponseHeaderTimeout is the amount of time to wait + for a server's response headers after fully writing the request + (including its body, if any). + x-kubernetes-int-or-string: true + type: object + insecureSkipVerify: + description: InsecureSkipVerify disables SSL certificate verification. + type: boolean + maxIdleConnsPerHost: + description: MaxIdleConnsPerHost controls the maximum idle (keep-alive) + to keep per-host. + type: integer + peerCertURI: + description: PeerCertURI defines the peer cert URI used to match against + SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to validate + self-signed certificate. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact the + server. + type: string + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_serverstransporttcps.yaml new file mode 100644 index 00000000000..10e0a3f0e79 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_serverstransporttcps.yaml @@ -0,0 +1,122 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: serverstransporttcps.traefik.io +spec: + group: traefik.io + names: + kind: ServersTransportTCP + listKind: ServersTransportTCPList + plural: serverstransporttcps + singular: serverstransporttcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'ServersTransportTCP is the CRD implementation of a TCPServersTransport. + If no tcpServersTransport is specified, a default one named default@internal + will be used. The default@internal tcpServersTransport can be configured + in the static configuration. More info: https://doc.traefik.io/traefik/v3.0/routing/services/#serverstransport_3' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: ServersTransportTCPSpec defines the desired state of a ServersTransportTCP. + properties: + dialKeepAlive: + anyOf: + - type: integer + - type: string + description: DialKeepAlive is the interval between keep-alive probes + for an active network connection. If zero, keep-alive probes are + sent with a default value (currently 15 seconds), if supported by + the protocol and operating system. Network protocols or operating + systems that do not support keep-alives ignore this field. If negative, + keep-alive probes are disabled. + x-kubernetes-int-or-string: true + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a connection + to a backend server can be established. + x-kubernetes-int-or-string: true + terminationDelay: + anyOf: + - type: integer + - type: string + description: TerminationDelay defines the delay to wait before fully + terminating the connection, after one connected peer has closed + its writing capability. + x-kubernetes-int-or-string: true + tls: + description: TLS defines the TLS configuration + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + insecureSkipVerify: + description: InsecureSkipVerify disables TLS certificate verification. + type: boolean + peerCertURI: + description: MaxIdleConnsPerHost controls the maximum idle (keep-alive) + to keep per-host. PeerCertURI defines the peer cert URI used + to match against SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to + validate self-signed certificates. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact + the server. + type: string + spiffe: + description: Spiffe defines the SPIFFE configuration. + properties: + ids: + description: IDs defines the allowed SPIFFE IDs (takes precedence + over the SPIFFE TrustDomain). + items: + type: string + type: array + trustDomain: + description: TrustDomain defines the allowed SPIFFE trust + domain. + type: string + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_tlsoptions.yaml new file mode 100644 index 00000000000..b86fefe0e95 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_tlsoptions.yaml @@ -0,0 +1,113 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: tlsoptions.traefik.io +spec: + group: traefik.io + names: + kind: TLSOption + listKind: TLSOptionList + plural: tlsoptions + singular: tlsoption + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TLSOption is the CRD implementation of a Traefik TLS Option, + allowing to configure some parameters of the TLS connection. More info: + https://doc.traefik.io/traefik/v2.10/https/tls/#tls-options' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSOptionSpec defines the desired state of a TLSOption. + properties: + alpnProtocols: + description: 'ALPNProtocols defines the list of supported application + level protocols for the TLS handshake, in order of preference. More + info: https://doc.traefik.io/traefik/v2.10/https/tls/#alpn-protocols' + items: + type: string + type: array + cipherSuites: + description: 'CipherSuites defines the list of supported cipher suites + for TLS versions up to TLS 1.2. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#cipher-suites' + items: + type: string + type: array + clientAuth: + description: ClientAuth defines the server's policy for TLS Client + Authentication. + properties: + clientAuthType: + description: ClientAuthType defines the client authentication + type to apply. + enum: + - NoClientCert + - RequestClientCert + - RequireAnyClientCert + - VerifyClientCertIfGiven + - RequireAndVerifyClientCert + type: string + secretNames: + description: SecretNames defines the names of the referenced Kubernetes + Secret storing certificate details. + items: + type: string + type: array + type: object + curvePreferences: + description: 'CurvePreferences defines the preferred elliptic curves + in a specific order. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#curve-preferences' + items: + type: string + type: array + maxVersion: + description: 'MaxVersion defines the maximum TLS version that Traefik + will accept. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, + VersionTLS13. Default: None.' + type: string + minVersion: + description: 'MinVersion defines the minimum TLS version that Traefik + will accept. Possible values: VersionTLS10, VersionTLS11, VersionTLS12, + VersionTLS13. Default: VersionTLS10.' + type: string + preferServerCipherSuites: + description: 'PreferServerCipherSuites defines whether the server + chooses a cipher suite among his own instead of among the client''s. + It is enabled automatically when minVersion or maxVersion is set. + Deprecated: https://github.com/golang/go/issues/45430' + type: boolean + sniStrict: + description: SniStrict defines whether Traefik allows connections + from clients connections that do not specify a server_name extension. + type: boolean + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_tlsstores.yaml new file mode 100644 index 00000000000..47b46854c8b --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_tlsstores.yaml @@ -0,0 +1,99 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: tlsstores.traefik.io +spec: + group: traefik.io + names: + kind: TLSStore + listKind: TLSStoreList + plural: tlsstores + singular: tlsstore + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TLSStore is the CRD implementation of a Traefik TLS Store. For + the time being, only the TLSStore named default is supported. This means + that you cannot have two stores that are named default in different Kubernetes + namespaces. More info: https://doc.traefik.io/traefik/v2.10/https/tls/#certificates-stores' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TLSStoreSpec defines the desired state of a TLSStore. + properties: + certificates: + description: Certificates is a list of secret names, each secret holding + a key/certificate pair to add to the store. + items: + description: Certificate holds a secret name for the TLSStore resource. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + type: array + defaultCertificate: + description: DefaultCertificate defines the default certificate configuration. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + defaultGeneratedCert: + description: DefaultGeneratedCert defines the default generated certificate + configuration. + properties: + domain: + description: Domain is the domain definition for the DefaultCertificate. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain names. + items: + type: string + type: array + type: object + resolver: + description: Resolver is the name of the resolver that will be + used to issue the DefaultCertificate. + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.1/crds/traefik.io_traefikservices.yaml new file mode 100644 index 00000000000..0f3475bda46 --- /dev/null +++ b/system/traefik-crds/0.3.1/crds/traefik.io_traefikservices.yaml @@ -0,0 +1,402 @@ + +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.6.2 + creationTimestamp: null + name: traefikservices.traefik.io +spec: + group: traefik.io + names: + kind: TraefikService + listKind: TraefikServiceList + plural: traefikservices + singular: traefikservice + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: 'TraefikService is the CRD implementation of a Traefik Service. + TraefikService object allows to: - Apply weight to Services on load-balancing + - Mirror traffic on services More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#kind-traefikservice' + properties: + apiVersion: + description: 'APIVersion defines the versioned schema of this representation + of an object. Servers should convert recognized schemas to the latest + internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' + type: string + kind: + description: 'Kind is a string value representing the REST resource this + object represents. Servers may infer this from the endpoint the client + submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' + type: string + metadata: + type: object + spec: + description: TraefikServiceSpec defines the desired state of a TraefikService. + properties: + mirroring: + description: Mirroring defines the Mirroring service configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + maxBodySize: + description: MaxBodySize defines the maximum size allowed for + the body of the request. If the body is larger, the request + is not mirrored. Default value is -1, which means unlimited + size. + format: int64 + type: integer + mirrors: + description: Mirrors defines the list of mirrors where Traefik + will duplicate the traffic. + items: + description: MirrorService holds the mirror configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or + if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + percent: + description: 'Percent defines the part of the traffic to + mirror. Supported values: 0 to 100.' + type: integer + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in + milliseconds, in between flushes to the client while + copying the response body. A negative value means + to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes + a response as a streaming response; for such responses, + writes are flushed to the client immediately. Default: + 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between the two + is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the + only child is the Kubernetes Service clusterIP. The Kubernetes + Service itself does load-balance to the pods. By default, NativeLB + is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host header + is forwarded to the upstream Kubernetes Service. By default, + passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. This + can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards the + response from the upstream Kubernetes Service to the client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in milliseconds, + in between flushes to the client while copying the response + body. A negative value means to flush immediately after + each write to the client. This configuration is ignored + when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https when + Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport between + Traefik and your servers. Can only be used on a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. More + info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy between + the servers. RoundRobin is the only supported value at the moment. + type: string + weight: + description: Weight defines the weight and should only be specified + when Name references a TraefikService object (and to be precise, + one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + weighted: + description: Weighted defines the Weighted Round Robin configuration. + properties: + services: + description: Services defines the list of Kubernetes Service and/or + TraefikService to load-balance, with weight. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: Name defines the name of the referenced Kubernetes + Service or TraefikService. The differentiation between + the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or + if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the + pods. By default, NativeLB is false. + type: boolean + passHostHeader: + description: PassHostHeader defines whether the client Host + header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: 'FlushInterval defines the interval, in + milliseconds, in between flushes to the client while + copying the response body. A negative value means + to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes + a response as a streaming response; for such responses, + writes are flushed to the client immediately. Default: + 100ms' + type: string + type: object + scheme: + description: Scheme defines the scheme to use for the request + to the upstream Kubernetes Service. It defaults to https + when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: ServersTransport defines the name of ServersTransport + resource to use. It allows to configure the transport + between Traefik and your servers. Can only be used on + a Kubernetes Service. + type: string + sticky: + description: 'Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.10/routing/services/#sticky-sessions' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: Strategy defines the load balancing strategy + between the servers. RoundRobin is the only supported + value at the moment. + type: string + weight: + description: Weight defines the weight and should only be + specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + sticky: + description: 'Sticky defines whether sticky sessions are enabled. + More info: https://doc.traefik.io/traefik/v2.10/routing/providers/kubernetes-crd/#stickiness-and-load-balancing' + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: 'SameSite defines the same site policy. More + info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite' + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true +status: + acceptedNames: + kind: "" + plural: "" + conditions: [] + storedVersions: [] diff --git a/system/traefik-crds/0.3.1/dashboard.json b/system/traefik-crds/0.3.1/dashboard.json new file mode 100644 index 00000000000..dccba9bde75 --- /dev/null +++ b/system/traefik-crds/0.3.1/dashboard.json @@ -0,0 +1,1568 @@ +{ + "__inputs": [ + { + "name": "DS_PROMETHEUS", + "label": "Prometheus", + "description": "", + "type": "datasource", + "pluginId": "prometheus", + "pluginName": "Prometheus" + } + ], + "__elements": {}, + "__requires": [ + { + "type": "grafana", + "id": "grafana", + "name": "Grafana", + "version": "9.3.1" + }, + { + "type": "panel", + "id": "piechart", + "name": "Pie chart", + "version": "" + }, + { + "type": "datasource", + "id": "prometheus", + "name": "Prometheus", + "version": "1.0.0" + }, + { + "type": "panel", + "id": "stat", + "name": "Stat", + "version": "" + }, + { + "type": "panel", + "id": "timeseries", + "name": "Time series", + "version": "" + } + ], + "annotations": { + "list": [ + { + "builtIn": 1, + "datasource": { + "type": "grafana", + "uid": "-- Grafana --" + }, + "enable": true, + "hide": true, + "iconColor": "rgba(0, 211, 255, 1)", + "name": "Annotations & Alerts", + "target": { + "limit": 100, + "matchAny": false, + "tags": [], + "type": "dashboard" + }, + "type": "dashboard" + } + ] + }, + "description": "Official dashboard for Traefik on Kubernetes", + "editable": false, + "fiscalYearStartMonth": 0, + "gnetId": 17347, + "graphTooltip": 0, + "id": null, + "links": [], + "liveNow": false, + "panels": [ + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 0 + }, + "id": 9, + "panels": [], + "title": "General", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "thresholds" + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 2, + "w": 5, + "x": 0, + "y": 1 + }, + "id": 13, + "options": { + "colorMode": "value", + "graphMode": "area", + "justifyMode": "auto", + "orientation": "auto", + "reduceOptions": { + "calcs": ["lastNotNull"], + "fields": "", + "values": false + }, + "textMode": "auto" + }, + "pluginVersion": "9.3.1", + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "count(traefik_config_reloads_total)", + "legendFormat": "__auto", + "range": true, + "refId": "A" + } + ], + "title": "Traefik Instances", + "type": "stat" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 7, + "x": 5, + "y": 1 + }, + "id": 7, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(rate(traefik_entrypoint_requests_total{entrypoint=~\"$entrypoint\"}[1m])) by (entrypoint)", + "legendFormat": "{{entrypoint}}", + "range": true, + "refId": "A" + } + ], + "title": "Requests per Entrypoint", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "https://medium.com/@tristan_96324/prometheus-apdex-alerting-d17a065e39d0", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 1 + }, + "id": 6, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "(sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"0.3\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method) + \n sum(rate(traefik_entrypoint_request_duration_seconds_bucket{le=\"1.2\",code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)) / 2 / \n sum(rate(traefik_entrypoint_request_duration_seconds_count{code=\"200\",entrypoint=~\"$entrypoint\"}[5m])) by (method)\n", + "legendFormat": "{{method}}", + "range": true, + "refId": "A" + } + ], + "title": "Apdex score", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "Mean Distribution", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + } + }, + "mappings": [], + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 6, + "w": 5, + "x": 0, + "y": 3 + }, + "id": 14, + "options": { + "legend": { + "displayMode": "list", + "placement": "right", + "showLegend": true, + "values": ["percent"] + }, + "pieType": "pie", + "reduceOptions": { + "calcs": ["mean"], + "fields": "", + "values": false + }, + "tooltip": { + "mode": "multi", + "sort": "asc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(rate(traefik_service_requests_total{service=~\"$service.*\",protocol=\"http\"}[1m])) by (method, code)", + "legendFormat": "{{method}}[{{code}}]", + "range": true, + "refId": "A" + } + ], + "title": "Http Code ", + "type": "piechart" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "s" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 9 + }, + "id": 23, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n traefik_service_request_duration_seconds_sum{service=~\"$service.*\",protocol=\"http\"} / \n traefik_service_request_duration_seconds_count{service=~\"$service.*\",protocol=\"http\"},\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)\n\n", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Top slow services", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 9 + }, + "id": 5, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Most requested services", + "type": "timeseries" + }, + { + "collapsed": true, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 17 + }, + "id": 11, + "panels": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 18 + }, + "id": 3, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n 1 - (sum by (service)\n (rate(traefik_service_request_duration_seconds_bucket{le=\"1.2\",service=~\"$service.*\"}[5m])) / sum by (service) \n (rate(traefik_service_request_duration_seconds_count{service=~\"$service.*\"}[5m]))\n ) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\"\n)", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Services failing SLO of 1200ms", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 18 + }, + "id": 4, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n 1 - (sum by (service)\n (rate(traefik_service_request_duration_seconds_bucket{le=\"0.3\",service=~\"$service.*\"}[5m])) / sum by (service) \n (rate(traefik_service_request_duration_seconds_count{service=~\"$service.*\"}[5m]))\n ) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\"\n)", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Services failing SLO of 300ms", + "type": "timeseries" + } + ], + "title": "SLO", + "type": "row" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 18 + }, + "id": 16, + "panels": [], + "title": "HTTP Details", + "type": "row" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 0, + "y": 19 + }, + "id": 17, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code=~\"2..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "2xx over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 8, + "y": 19 + }, + "id": 18, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code=~\"5..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "5xx over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "reqps" + }, + "overrides": [] + }, + "gridPos": { + "h": 12, + "w": 8, + "x": 16, + "y": 19 + }, + "id": 19, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "bottom", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method,code) \n (rate(traefik_service_requests_total{service=~\"$service.*\",code!~\"2..|5..\",protocol=\"http\"}[5m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}}[{{code}}] on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Other codes over 5 min", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 31 + }, + "id": 20, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method) \n (rate(traefik_service_requests_bytes_total{service=~\"$service.*\",protocol=\"http\"}[1m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}} on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Requests Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisGridShow": true, + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "binBps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 31 + }, + "id": 24, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Mean", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "topk(15,\n label_replace(\n sum by (service,method) \n (rate(traefik_service_responses_bytes_total{service=~\"$service.*\",protocol=\"http\"}[1m])) > 0,\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")\n)", + "legendFormat": "{{method}} on {{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Responses Size", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 39 + }, + "id": 2, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "label_replace(\n sum(traefik_service_open_connections{service=~\"$service.*\"}) by (service),\n \"service\", \"$1\", \"service\", \"([^-]+-[^-]+).*\")", + "legendFormat": "{{service}}", + "range": true, + "refId": "A" + } + ], + "title": "Connections per Service", + "type": "timeseries" + }, + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "description": "", + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 39 + }, + "id": 21, + "options": { + "legend": { + "calcs": ["mean", "max"], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Max", + "sortDesc": true + }, + "tooltip": { + "mode": "multi", + "sort": "desc" + } + }, + "targets": [ + { + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "editorMode": "code", + "expr": "sum(traefik_entrypoint_open_connections{entrypoint=~\"$entrypoint\"}) by (entrypoint)\n", + "legendFormat": "{{entrypoint}}", + "range": true, + "refId": "A" + } + ], + "title": "Connections per Entrypoint", + "type": "timeseries" + } + ], + "refresh": false, + "schemaVersion": 37, + "style": "dark", + "tags": [], + "templating": { + "list": [ + { + "current": { + "selected": false, + "text": "Prometheus", + "value": "Prometheus" + }, + "hide": 0, + "includeAll": false, + "multi": false, + "name": "DS_PROMETHEUS", + "label": "datasource", + "options": [], + "query": "prometheus", + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "type": "datasource" + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "definition": "label_values(traefik_entrypoint_open_connections, entrypoint)", + "hide": 0, + "includeAll": true, + "multi": false, + "name": "entrypoint", + "options": [], + "query": { + "query": "label_values(traefik_entrypoint_open_connections, entrypoint)", + "refId": "StandardVariableQuery" + }, + "refresh": 1, + "regex": "", + "skipUrlSync": false, + "sort": 0, + "type": "query" + }, + { + "current": {}, + "datasource": { + "type": "prometheus", + "uid": "${DS_PROMETHEUS}" + }, + "definition": "label_values(traefik_service_open_connections, service)", + "hide": 0, + "includeAll": true, + "multi": false, + "name": "service", + "options": [], + "query": { + "query": "label_values(traefik_service_open_connections, service)", + "refId": "StandardVariableQuery" + }, + "refresh": 2, + "regex": "/([^-]+-[^-]+).*/", + "skipUrlSync": false, + "sort": 1, + "type": "query" + } + ] + }, + "time": { + "from": "now-6h", + "to": "now" + }, + "timepicker": {}, + "timezone": "", + "title": "Traefik Official Kubernetes Dashboard", + "uid": "n5bu_kv4k", + "version": 6, + "weekStart": "" +} diff --git a/system/traefik-crds/0.3.1/ix_values.yaml b/system/traefik-crds/0.3.1/ix_values.yaml new file mode 100644 index 00000000000..9b21caa5a23 --- /dev/null +++ b/system/traefik-crds/0.3.1/ix_values.yaml @@ -0,0 +1,17 @@ +image: + pullPolicy: IfNotPresent + repository: tccr.io/tccr/scratch + tag: latest + +portal: + open: + enabled: false +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + enabled: false diff --git a/system/traefik-crds/0.3.1/questions.yaml b/system/traefik-crds/0.3.1/questions.yaml new file mode 100755 index 00000000000..2e6bafcb9ee --- /dev/null +++ b/system/traefik-crds/0.3.1/questions.yaml @@ -0,0 +1,75 @@ +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" + + path: "$kubernetes-resource_configmap_tcportal-open_path" +questions: + - 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/system/traefik-crds/0.3.1/templates/NOTES.txt b/system/traefik-crds/0.3.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/traefik-crds/0.3.1/templates/common.yaml b/system/traefik-crds/0.3.1/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutes.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutes.yaml new file mode 100644 index 00000000000..31f9791db08 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutes.yaml @@ -0,0 +1,287 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressroutes.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRoute + listKind: IngressRouteList + plural: ingressroutes + singular: ingressroute + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRoute is the CRD implementation of a Traefik HTTP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteSpec defines the desired state of IngressRoute. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: Route holds the HTTP route configuration. + properties: + kind: + description: |- + Kind defines the kind of the route. + Rule is the only supported kind. + enum: + - Rule + type: string + match: + description: |- + Match defines the router's rule. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#rule + type: string + middlewares: + description: |- + Middlewares defines the list of references to Middleware resources. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-middleware + items: + description: MiddlewareRef is a reference to a Middleware + resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + priority: + description: |- + Priority defines the router's priority. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#priority + type: integer + services: + description: |- + Services defines the list of Service. + It can contain any combination of TraefikService and/or reference to a Kubernetes Service. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to + the client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as + JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie + can only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + required: + - kind + - match + type: object + type: array + tls: + description: |- + TLS defines the TLS configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#tls + properties: + certResolver: + description: |- + CertResolver defines the name of the certificate resolver to use. + Cert resolvers have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/https/acme/#certificate-resolvers + type: string + domains: + description: |- + Domains defines the list of domains that will be used to issue certificates. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#domains + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: |- + Options defines the reference to a TLSOption, that specifies the parameters of the TLS connection. + If not defined, the `default` TLSOption is used. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + name: + description: |- + Name defines the name of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsoption + type: string + namespace: + description: |- + Namespace defines the namespace of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsoption + type: string + required: + - name + type: object + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: |- + Store defines the reference to the TLSStore, that will be used to store certificates. + Please note that only `default` TLSStore can be used. + properties: + name: + description: |- + Name defines the name of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsstore + type: string + namespace: + description: |- + Namespace defines the namespace of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsstore + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutetcps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutetcps.yaml new file mode 100644 index 00000000000..e8356112f6a --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressroutetcps.yaml @@ -0,0 +1,224 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressroutetcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteTCP + listKind: IngressRouteTCPList + plural: ingressroutetcps + singular: ingressroutetcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteTCP is the CRD implementation of a Traefik TCP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteTCPSpec defines the desired state of IngressRouteTCP. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteTCP holds the TCP route configuration. + properties: + match: + description: |- + Match defines the router's rule. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#rule_1 + type: string + middlewares: + description: Middlewares defines the list of references to MiddlewareTCP + resources. + items: + description: ObjectReference is a generic reference to a Traefik + resource. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: array + priority: + description: |- + Priority defines the router's priority. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#priority_1 + type: integer + services: + description: Services defines the list of TCP services. + items: + description: ServiceTCP defines an upstream TCP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + proxyProtocol: + description: |- + ProxyProtocol defines the PROXY protocol configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#proxy-protocol + properties: + version: + description: Version defines the PROXY Protocol version + to use. + type: integer + type: object + terminationDelay: + description: |- + TerminationDelay defines the deadline that the proxy sets, after one of its connected peers indicates + it has closed the writing capability of its connection, to close the reading capability as well, + hence fully terminating the connection. + It is a duration in milliseconds, defaulting to 100. + A negative value means an infinite deadline (i.e. the reading capability is never closed). + type: integer + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + required: + - match + type: object + type: array + tls: + description: |- + TLS defines the TLS configuration on a layer 4 / TCP Route. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#tls_1 + properties: + certResolver: + description: |- + CertResolver defines the name of the certificate resolver to use. + Cert resolvers have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/https/acme/#certificate-resolvers + type: string + domains: + description: |- + Domains defines the list of domains that will be used to issue certificates. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#domains + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: |- + Options defines the reference to a TLSOption, that specifies the parameters of the TLS connection. + If not defined, the `default` TLSOption is used. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + passthrough: + description: Passthrough defines whether a TLS router will terminate + the TLS connection. + type: boolean + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: |- + Store defines the reference to the TLSStore, that will be used to store certificates. + Please note that only `default` TLSStore can be used. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressrouteudps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressrouteudps.yaml new file mode 100644 index 00000000000..ac3f3b17ee6 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_ingressrouteudps.yaml @@ -0,0 +1,104 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressrouteudps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: IngressRouteUDP + listKind: IngressRouteUDPList + plural: ingressrouteudps + singular: ingressrouteudp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteUDP is a CRD implementation of a Traefik UDP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteUDPSpec defines the desired state of a IngressRouteUDP. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteUDP holds the UDP route configuration. + properties: + services: + description: Services defines the list of UDP services. + items: + description: ServiceUDP defines an upstream UDP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + type: object + type: array + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewares.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewares.yaml new file mode 100644 index 00000000000..be0af55c550 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewares.yaml @@ -0,0 +1,980 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: middlewares.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: Middleware + listKind: MiddlewareList + plural: middlewares + singular: middleware + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + Middleware is the CRD implementation of a Traefik Middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/overview/ + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: MiddlewareSpec defines the desired state of a Middleware. + properties: + addPrefix: + description: |- + AddPrefix holds the add prefix middleware configuration. + This middleware updates the path of a request before forwarding it. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/addprefix/ + properties: + prefix: + description: |- + Prefix is the string to add before the current path in the requested URL. + It should include a leading slash (/). + type: string + type: object + basicAuth: + description: |- + BasicAuth holds the basic auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/ + properties: + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/#headerfield + type: string + realm: + description: |- + Realm allows the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme. + Default: traefik. + type: string + removeHeader: + description: |- + RemoveHeader sets the removeHeader option to true to remove the authorization header before forwarding the request to your service. + Default: false. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + buffering: + description: |- + Buffering holds the buffering middleware configuration. + This middleware retries or limits the size of requests that can be forwarded to backends. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/buffering/#maxrequestbodybytes + properties: + maxRequestBodyBytes: + description: |- + MaxRequestBodyBytes defines the maximum allowed body size for the request (in bytes). + If the request exceeds the allowed size, it is not forwarded to the service, and the client gets a 413 (Request Entity Too Large) response. + Default: 0 (no maximum). + format: int64 + type: integer + maxResponseBodyBytes: + description: |- + MaxResponseBodyBytes defines the maximum allowed response size from the service (in bytes). + If the response exceeds the allowed size, it is not forwarded to the client. The client gets a 500 (Internal Server Error) response instead. + Default: 0 (no maximum). + format: int64 + type: integer + memRequestBodyBytes: + description: |- + MemRequestBodyBytes defines the threshold (in bytes) from which the request will be buffered on disk instead of in memory. + Default: 1048576 (1Mi). + format: int64 + type: integer + memResponseBodyBytes: + description: |- + MemResponseBodyBytes defines the threshold (in bytes) from which the response will be buffered on disk instead of in memory. + Default: 1048576 (1Mi). + format: int64 + type: integer + retryExpression: + description: |- + RetryExpression defines the retry conditions. + It is a logical combination of functions with operators AND (&&) and OR (||). + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/buffering/#retryexpression + type: string + type: object + chain: + description: |- + Chain holds the configuration of the chain middleware. + This middleware enables to define reusable combinations of other pieces of middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/chain/ + properties: + middlewares: + description: Middlewares is the list of MiddlewareRef which composes + the chain. + items: + description: MiddlewareRef is a reference to a Middleware resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + type: object + circuitBreaker: + description: CircuitBreaker holds the circuit breaker configuration. + properties: + checkPeriod: + anyOf: + - type: integer + - type: string + description: CheckPeriod is the interval between successive checks + of the circuit breaker condition (when in standby state). + x-kubernetes-int-or-string: true + expression: + description: Expression is the condition that triggers the tripped + state. + type: string + fallbackDuration: + anyOf: + - type: integer + - type: string + description: FallbackDuration is the duration for which the circuit + breaker will wait before trying to recover (from a tripped state). + x-kubernetes-int-or-string: true + recoveryDuration: + anyOf: + - type: integer + - type: string + description: RecoveryDuration is the duration for which the circuit + breaker will try to recover (as soon as it is in recovering + state). + x-kubernetes-int-or-string: true + type: object + compress: + description: |- + Compress holds the compress middleware configuration. + This middleware compresses responses before sending them to the client, using gzip compression. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/compress/ + properties: + excludedContentTypes: + description: ExcludedContentTypes defines the list of content + types to compare the Content-Type header of the incoming requests + and responses before compressing. + items: + type: string + type: array + minResponseBodyBytes: + description: |- + MinResponseBodyBytes defines the minimum amount of bytes a response body must have to be compressed. + Default: 1024. + type: integer + type: object + contentType: + description: |- + ContentType holds the content-type middleware configuration. + This middleware exists to enable the correct behavior until at least the default one can be changed in a future version. + properties: + autoDetect: + description: |- + AutoDetect specifies whether to let the `Content-Type` header, if it has not been set by the backend, + be automatically set to a value derived from the contents of the response. + As a proxy, the default behavior should be to leave the header alone, regardless of what the backend did with it. + However, the historic default was to always auto-detect and set the header if it was nil, + and it is going to be kept that way in order to support users currently relying on it. + type: boolean + type: object + digestAuth: + description: |- + DigestAuth holds the digest auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/digestauth/ + properties: + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/#headerfield + type: string + realm: + description: |- + Realm allows the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme. + Default: traefik. + type: string + removeHeader: + description: RemoveHeader defines whether to remove the authorization + header before forwarding the request to the backend. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + errors: + description: |- + ErrorPage holds the custom error middleware configuration. + This middleware returns a custom page in lieu of the default, according to configured ranges of HTTP Status codes. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/errorpages/ + properties: + query: + description: |- + Query defines the URL for the error page (hosted by service). + The {status} variable can be used in order to insert the status code in the URL. + type: string + service: + description: |- + Service defines the reference to a Kubernetes Service that will serve the error page. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/errorpages/#service + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can + be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + status: + description: |- + Status defines which status or range of statuses should result in an error page. + It can be either a status code as a number (500), + as multiple comma-separated numbers (500,502), + as ranges by separating two codes with a dash (500-599), + or a combination of the two (404,418,500-599). + items: + type: string + type: array + type: object + forwardAuth: + description: |- + ForwardAuth holds the forward auth middleware configuration. + This middleware delegates the request authentication to a Service. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/forwardauth/ + properties: + address: + description: Address defines the authentication server address. + type: string + authRequestHeaders: + description: |- + AuthRequestHeaders defines the list of the headers to copy from the request to the authentication server. + If not set or empty then all request headers are passed. + items: + type: string + type: array + authResponseHeaders: + description: AuthResponseHeaders defines the list of headers to + copy from the authentication server response and set on forwarded + request, replacing any existing conflicting headers. + items: + type: string + type: array + authResponseHeadersRegex: + description: |- + AuthResponseHeadersRegex defines the regex to match headers to copy from the authentication server response and set on forwarded request, after stripping all headers that match the regex. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/forwardauth/#authresponseheadersregex + type: string + tls: + description: TLS defines the configuration used to secure the + connection to the authentication server. + properties: + caOptional: + type: boolean + caSecret: + description: |- + CASecret is the name of the referenced Kubernetes Secret containing the CA to validate the server certificate. + The CA certificate is extracted from key `tls.ca` or `ca.crt`. + type: string + certSecret: + description: |- + CertSecret is the name of the referenced Kubernetes Secret containing the client certificate. + The client certificate is extracted from the keys `tls.crt` and `tls.key`. + type: string + insecureSkipVerify: + description: InsecureSkipVerify defines whether the server + certificates should be validated. + type: boolean + type: object + trustForwardHeader: + description: 'TrustForwardHeader defines whether to trust (ie: + forward) all X-Forwarded-* headers.' + type: boolean + type: object + headers: + description: |- + Headers holds the headers middleware configuration. + This middleware manages the requests and responses headers. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/headers/#customrequestheaders + properties: + accessControlAllowCredentials: + description: AccessControlAllowCredentials defines whether the + request can include user credentials. + type: boolean + accessControlAllowHeaders: + description: AccessControlAllowHeaders defines the Access-Control-Request-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlAllowMethods: + description: AccessControlAllowMethods defines the Access-Control-Request-Method + values sent in preflight response. + items: + type: string + type: array + accessControlAllowOriginList: + description: AccessControlAllowOriginList is a list of allowable + origins. Can also be a wildcard origin "*". + items: + type: string + type: array + accessControlAllowOriginListRegex: + description: AccessControlAllowOriginListRegex is a list of allowable + origins written following the Regular Expression syntax (https://golang.org/pkg/regexp/). + items: + type: string + type: array + accessControlExposeHeaders: + description: AccessControlExposeHeaders defines the Access-Control-Expose-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlMaxAge: + description: AccessControlMaxAge defines the time that a preflight + request may be cached. + format: int64 + type: integer + addVaryHeader: + description: AddVaryHeader defines whether the Vary header is + automatically added/updated when the AccessControlAllowOriginList + is set. + type: boolean + allowedHosts: + description: AllowedHosts defines the fully qualified list of + allowed domain names. + items: + type: string + type: array + browserXssFilter: + description: BrowserXSSFilter defines whether to add the X-XSS-Protection + header with the value 1; mode=block. + type: boolean + contentSecurityPolicy: + description: ContentSecurityPolicy defines the Content-Security-Policy + header value. + type: string + contentTypeNosniff: + description: ContentTypeNosniff defines whether to add the X-Content-Type-Options + header with the nosniff value. + type: boolean + customBrowserXSSValue: + description: |- + CustomBrowserXSSValue defines the X-XSS-Protection header value. + This overrides the BrowserXssFilter option. + type: string + customFrameOptionsValue: + description: |- + CustomFrameOptionsValue defines the X-Frame-Options header value. + This overrides the FrameDeny option. + type: string + customRequestHeaders: + additionalProperties: + type: string + description: CustomRequestHeaders defines the header names and + values to apply to the request. + type: object + customResponseHeaders: + additionalProperties: + type: string + description: CustomResponseHeaders defines the header names and + values to apply to the response. + type: object + featurePolicy: + description: 'Deprecated: use PermissionsPolicy instead.' + type: string + forceSTSHeader: + description: ForceSTSHeader defines whether to add the STS header + even when the connection is HTTP. + type: boolean + frameDeny: + description: FrameDeny defines whether to add the X-Frame-Options + header with the DENY value. + type: boolean + hostsProxyHeaders: + description: HostsProxyHeaders defines the header keys that may + hold a proxied hostname value for the request. + items: + type: string + type: array + isDevelopment: + description: |- + IsDevelopment defines whether to mitigate the unwanted effects of the AllowedHosts, SSL, and STS options when developing. + Usually testing takes place using HTTP, not HTTPS, and on localhost, not your production domain. + If you would like your development environment to mimic production with complete Host blocking, SSL redirects, + and STS headers, leave this as false. + type: boolean + permissionsPolicy: + description: |- + PermissionsPolicy defines the Permissions-Policy header value. + This allows sites to control browser features. + type: string + publicKey: + description: PublicKey is the public key that implements HPKP + to prevent MITM attacks with forged certificates. + type: string + referrerPolicy: + description: |- + ReferrerPolicy defines the Referrer-Policy header value. + This allows sites to control whether browsers forward the Referer header to other sites. + type: string + sslForceHost: + description: 'Deprecated: use RedirectRegex instead.' + type: boolean + sslHost: + description: 'Deprecated: use RedirectRegex instead.' + type: string + sslProxyHeaders: + additionalProperties: + type: string + description: |- + SSLProxyHeaders defines the header keys with associated values that would indicate a valid HTTPS request. + It can be useful when using other proxies (example: "X-Forwarded-Proto": "https"). + type: object + sslRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + sslTemporaryRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + stsIncludeSubdomains: + description: STSIncludeSubdomains defines whether the includeSubDomains + directive is appended to the Strict-Transport-Security header. + type: boolean + stsPreload: + description: STSPreload defines whether the preload flag is appended + to the Strict-Transport-Security header. + type: boolean + stsSeconds: + description: |- + STSSeconds defines the max-age of the Strict-Transport-Security header. + If set to 0, the header is not set. + format: int64 + type: integer + type: object + inFlightReq: + description: |- + InFlightReq holds the in-flight request middleware configuration. + This middleware limits the number of requests being processed and served concurrently. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/inflightreq/ + properties: + amount: + description: |- + Amount defines the maximum amount of allowed simultaneous in-flight request. + The middleware responds with HTTP 429 Too Many Requests if there are already amount requests in progress (based on the same sourceCriterion strategy). + format: int64 + type: integer + sourceCriterion: + description: |- + SourceCriterion defines what criterion is used to group requests as originating from a common source. + If several strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the requestHost. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/inflightreq/#sourcecriterion + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + ipAllowList: + description: |- + IPAllowList holds the IP allowlist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/ + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + ipWhiteList: + description: |- + IPWhiteList holds the IP whitelist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipwhitelist/ + Deprecated: please use IPAllowList instead. + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + passTLSClientCert: + description: |- + PassTLSClientCert holds the pass TLS client cert middleware configuration. + This middleware adds the selected data from the passed client TLS certificate to a header. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/passtlsclientcert/ + properties: + info: + description: Info selects the specific client certificate details + you want to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + issuer: + description: Issuer defines the client certificate issuer + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the issuer. + type: boolean + country: + description: Country defines whether to add the country + information into the issuer. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the issuer. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the issuer. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the issuer. + type: boolean + province: + description: Province defines whether to add the province + information into the issuer. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the issuer. + type: boolean + type: object + notAfter: + description: NotAfter defines whether to add the Not After + information from the Validity part. + type: boolean + notBefore: + description: NotBefore defines whether to add the Not Before + information from the Validity part. + type: boolean + sans: + description: Sans defines whether to add the Subject Alternative + Name information from the Subject Alternative Name part. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the client + serialNumber information. + type: boolean + subject: + description: Subject defines the client certificate subject + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the subject. + type: boolean + country: + description: Country defines whether to add the country + information into the subject. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the subject. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the subject. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the subject. + type: boolean + organizationalUnit: + description: OrganizationalUnit defines whether to add + the organizationalUnit information into the subject. + type: boolean + province: + description: Province defines whether to add the province + information into the subject. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the subject. + type: boolean + type: object + type: object + pem: + description: PEM sets the X-Forwarded-Tls-Client-Cert header with + the certificate. + type: boolean + type: object + plugin: + additionalProperties: + x-kubernetes-preserve-unknown-fields: true + description: |- + Plugin defines the middleware plugin configuration. + More info: https://doc.traefik.io/traefik/plugins/ + type: object + rateLimit: + description: |- + RateLimit holds the rate limit configuration. + This middleware ensures that services will receive a fair amount of requests, and allows one to define what fair is. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ratelimit/ + properties: + average: + description: |- + Average is the maximum rate, by default in requests/s, allowed for the given source. + It defaults to 0, which means no rate limiting. + The rate is actually defined by dividing Average by Period. So for a rate below 1req/s, + one needs to define a Period larger than a second. + format: int64 + type: integer + burst: + description: |- + Burst is the maximum number of requests allowed to arrive in the same arbitrarily small period of time. + It defaults to 1. + format: int64 + type: integer + period: + anyOf: + - type: integer + - type: string + description: |- + Period, in combination with Average, defines the actual maximum rate, such as: + r = Average / Period. It defaults to a second. + x-kubernetes-int-or-string: true + sourceCriterion: + description: |- + SourceCriterion defines what criterion is used to group requests as originating from a common source. + If several strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the request's remote address field (as an ipStrategy). + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + redirectRegex: + description: |- + RedirectRegex holds the redirect regex middleware configuration. + This middleware redirects a request using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/redirectregex/#regex + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + regex: + description: Regex defines the regex used to match and capture + elements from the request URL. + type: string + replacement: + description: Replacement defines how to modify the URL to have + the new target URL. + type: string + type: object + redirectScheme: + description: |- + RedirectScheme holds the redirect scheme middleware configuration. + This middleware redirects requests from a scheme/port to another. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/redirectscheme/ + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + port: + description: Port defines the port of the new URL. + type: string + scheme: + description: Scheme defines the scheme of the new URL. + type: string + type: object + replacePath: + description: |- + ReplacePath holds the replace path middleware configuration. + This middleware replaces the path of the request URL and store the original path in an X-Replaced-Path header. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/replacepath/ + properties: + path: + description: Path defines the path to use as replacement in the + request URL. + type: string + type: object + replacePathRegex: + description: |- + ReplacePathRegex holds the replace path regex middleware configuration. + This middleware replaces the path of a URL using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/replacepathregex/ + properties: + regex: + description: Regex defines the regular expression used to match + and capture the path from the request URL. + type: string + replacement: + description: Replacement defines the replacement path format, + which can include captured variables. + type: string + type: object + retry: + description: |- + Retry holds the retry middleware configuration. + This middleware reissues requests a given number of times to a backend server if that server does not reply. + As soon as the server answers, the middleware stops retrying, regardless of the response status. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/retry/ + properties: + attempts: + description: Attempts defines how many times the request should + be retried. + type: integer + initialInterval: + anyOf: + - type: integer + - type: string + description: |- + InitialInterval defines the first wait time in the exponential backoff series. + The maximum interval is calculated as twice the initialInterval. + If unspecified, requests will be retried immediately. + The value of initialInterval should be provided in seconds or as a valid duration format, + see https://pkg.go.dev/time#ParseDuration. + x-kubernetes-int-or-string: true + type: object + stripPrefix: + description: |- + StripPrefix holds the strip prefix middleware configuration. + This middleware removes the specified prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/stripprefix/ + properties: + forceSlash: + description: |- + ForceSlash ensures that the resulting stripped path is not the empty string, by replacing it with / when necessary. + Default: true. + type: boolean + prefixes: + description: Prefixes defines the prefixes to strip from the request + URL. + items: + type: string + type: array + type: object + stripPrefixRegex: + description: |- + StripPrefixRegex holds the strip prefix regex middleware configuration. + This middleware removes the matching prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/stripprefixregex/ + properties: + regex: + description: Regex defines the regular expression to match the + path prefix from the request URL. + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewaretcps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewaretcps.yaml new file mode 100644 index 00000000000..6535b365f1e --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_middlewaretcps.yaml @@ -0,0 +1,87 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: middlewaretcps.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: MiddlewareTCP + listKind: MiddlewareTCPList + plural: middlewaretcps + singular: middlewaretcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + MiddlewareTCP is the CRD implementation of a Traefik TCP middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/overview/ + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: MiddlewareTCPSpec defines the desired state of a MiddlewareTCP. + properties: + inFlightConn: + description: InFlightConn defines the InFlightConn middleware configuration. + properties: + amount: + description: |- + Amount defines the maximum amount of allowed simultaneous connections. + The middleware closes the connection if there are already amount connections opened. + format: int64 + type: integer + type: object + ipAllowList: + description: |- + IPAllowList defines the IPAllowList middleware configuration. + This middleware accepts/refuses connections based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/tcp/ipallowlist/ + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + ipWhiteList: + description: |- + IPWhiteList defines the IPWhiteList middleware configuration. + This middleware accepts/refuses connections based on the client IP. + Deprecated: please use IPAllowList instead. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/tcp/ipwhitelist/ + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_serverstransports.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_serverstransports.yaml new file mode 100644 index 00000000000..454e35a2a8d --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_serverstransports.yaml @@ -0,0 +1,126 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: serverstransports.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: ServersTransport + listKind: ServersTransportList + plural: serverstransports + singular: serverstransport + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + ServersTransport is the CRD implementation of a ServersTransport. + If no serversTransport is specified, the default@internal will be used. + The default@internal serversTransport is created from the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#serverstransport_1 + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: ServersTransportSpec defines the desired state of a ServersTransport. + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + disableHTTP2: + description: DisableHTTP2 disables HTTP/2 for connections with backend + servers. + type: boolean + forwardingTimeouts: + description: ForwardingTimeouts defines the timeouts for requests + forwarded to the backend servers. + properties: + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a + connection to a backend server can be established. + x-kubernetes-int-or-string: true + idleConnTimeout: + anyOf: + - type: integer + - type: string + description: IdleConnTimeout is the maximum period for which an + idle HTTP keep-alive connection will remain open before closing + itself. + x-kubernetes-int-or-string: true + pingTimeout: + anyOf: + - type: integer + - type: string + description: PingTimeout is the timeout after which the HTTP/2 + connection will be closed if a response to ping is not received. + x-kubernetes-int-or-string: true + readIdleTimeout: + anyOf: + - type: integer + - type: string + description: ReadIdleTimeout is the timeout after which a health + check using ping frame will be carried out if no frame is received + on the HTTP/2 connection. + x-kubernetes-int-or-string: true + responseHeaderTimeout: + anyOf: + - type: integer + - type: string + description: ResponseHeaderTimeout is the amount of time to wait + for a server's response headers after fully writing the request + (including its body, if any). + x-kubernetes-int-or-string: true + type: object + insecureSkipVerify: + description: InsecureSkipVerify disables SSL certificate verification. + type: boolean + maxIdleConnsPerHost: + description: MaxIdleConnsPerHost controls the maximum idle (keep-alive) + to keep per-host. + type: integer + peerCertURI: + description: PeerCertURI defines the peer cert URI used to match against + SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to validate + self-signed certificate. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact the + server. + type: string + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsoptions.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsoptions.yaml new file mode 100644 index 00000000000..bef834eab21 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsoptions.yaml @@ -0,0 +1,114 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: tlsoptions.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSOption + listKind: TLSOptionList + plural: tlsoptions + singular: tlsoption + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TLSOption is the CRD implementation of a Traefik TLS Option, allowing to configure some parameters of the TLS connection. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TLSOptionSpec defines the desired state of a TLSOption. + properties: + alpnProtocols: + description: |- + ALPNProtocols defines the list of supported application level protocols for the TLS handshake, in order of preference. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#alpn-protocols + items: + type: string + type: array + cipherSuites: + description: |- + CipherSuites defines the list of supported cipher suites for TLS versions up to TLS 1.2. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#cipher-suites + items: + type: string + type: array + clientAuth: + description: ClientAuth defines the server's policy for TLS Client + Authentication. + properties: + clientAuthType: + description: ClientAuthType defines the client authentication + type to apply. + enum: + - NoClientCert + - RequestClientCert + - RequireAnyClientCert + - VerifyClientCertIfGiven + - RequireAndVerifyClientCert + type: string + secretNames: + description: SecretNames defines the names of the referenced Kubernetes + Secret storing certificate details. + items: + type: string + type: array + type: object + curvePreferences: + description: |- + CurvePreferences defines the preferred elliptic curves in a specific order. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#curve-preferences + items: + type: string + type: array + maxVersion: + description: |- + MaxVersion defines the maximum TLS version that Traefik will accept. + Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13. + Default: None. + type: string + minVersion: + description: |- + MinVersion defines the minimum TLS version that Traefik will accept. + Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13. + Default: VersionTLS10. + type: string + preferServerCipherSuites: + description: |- + PreferServerCipherSuites defines whether the server chooses a cipher suite among his own instead of among the client's. + It is enabled automatically when minVersion or maxVersion is set. + Deprecated: https://github.com/golang/go/issues/45430 + type: boolean + sniStrict: + description: SniStrict defines whether Traefik allows connections + from clients connections that do not specify a server_name extension. + type: boolean + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsstores.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsstores.yaml new file mode 100644 index 00000000000..57c8e1bf765 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_tlsstores.yaml @@ -0,0 +1,97 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: tlsstores.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TLSStore + listKind: TLSStoreList + plural: tlsstores + singular: tlsstore + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TLSStore is the CRD implementation of a Traefik TLS Store. + For the time being, only the TLSStore named default is supported. + This means that you cannot have two stores that are named default in different Kubernetes namespaces. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#certificates-stores + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TLSStoreSpec defines the desired state of a TLSStore. + properties: + certificates: + description: Certificates is a list of secret names, each secret holding + a key/certificate pair to add to the store. + items: + description: Certificate holds a secret name for the TLSStore resource. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + type: array + defaultCertificate: + description: DefaultCertificate defines the default certificate configuration. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + defaultGeneratedCert: + description: DefaultGeneratedCert defines the default generated certificate + configuration. + properties: + domain: + description: Domain is the domain definition for the DefaultCertificate. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain names. + items: + type: string + type: array + type: object + resolver: + description: Resolver is the name of the resolver that will be + used to issue the DefaultCertificate. + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_traefikservices.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_traefikservices.yaml new file mode 100644 index 00000000000..5ceb028aa87 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.containo.us_traefikservices.yaml @@ -0,0 +1,411 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: traefikservices.traefik.containo.us +spec: + group: traefik.containo.us + names: + kind: TraefikService + listKind: TraefikServiceList + plural: traefikservices + singular: traefikservice + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TraefikService is the CRD implementation of a Traefik Service. + TraefikService object allows to: + - Apply weight to Services on load-balancing + - Mirror traffic on services + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-traefikservice + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TraefikServiceSpec defines the desired state of a TraefikService. + properties: + mirroring: + description: Mirroring defines the Mirroring service configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + maxBodySize: + description: |- + MaxBodySize defines the maximum size allowed for the body of the request. + If the body is larger, the request is not mirrored. + Default value is -1, which means unlimited size. + format: int64 + type: integer + mirrors: + description: Mirrors defines the list of mirrors where Traefik + will duplicate the traffic. + items: + description: MirrorService holds the mirror configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + percent: + description: |- + Percent defines the part of the traffic to mirror. + Supported values: 0 to 100. + type: integer + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards the + response from the upstream Kubernetes Service to the client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + weighted: + description: Weighted defines the Weighted Round Robin configuration. + properties: + services: + description: Services defines the list of Kubernetes Service and/or + TraefikService to load-balance, with weight. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + sticky: + description: |- + Sticky defines whether sticky sessions are enabled. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#stickiness-and-load-balancing + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutes.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutes.yaml new file mode 100644 index 00000000000..587207d7c81 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutes.yaml @@ -0,0 +1,287 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressroutes.traefik.io +spec: + group: traefik.io + names: + kind: IngressRoute + listKind: IngressRouteList + plural: ingressroutes + singular: ingressroute + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRoute is the CRD implementation of a Traefik HTTP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteSpec defines the desired state of IngressRoute. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: Route holds the HTTP route configuration. + properties: + kind: + description: |- + Kind defines the kind of the route. + Rule is the only supported kind. + enum: + - Rule + type: string + match: + description: |- + Match defines the router's rule. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#rule + type: string + middlewares: + description: |- + Middlewares defines the list of references to Middleware resources. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-middleware + items: + description: MiddlewareRef is a reference to a Middleware + resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + priority: + description: |- + Priority defines the router's priority. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#priority + type: integer + services: + description: |- + Services defines the list of Service. + It can contain any combination of TraefikService and/or reference to a Kubernetes Service. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to + the client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as + JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie + can only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + required: + - kind + - match + type: object + type: array + tls: + description: |- + TLS defines the TLS configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#tls + properties: + certResolver: + description: |- + CertResolver defines the name of the certificate resolver to use. + Cert resolvers have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/https/acme/#certificate-resolvers + type: string + domains: + description: |- + Domains defines the list of domains that will be used to issue certificates. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#domains + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: |- + Options defines the reference to a TLSOption, that specifies the parameters of the TLS connection. + If not defined, the `default` TLSOption is used. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + name: + description: |- + Name defines the name of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsoption + type: string + namespace: + description: |- + Namespace defines the namespace of the referenced TLSOption. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsoption + type: string + required: + - name + type: object + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: |- + Store defines the reference to the TLSStore, that will be used to store certificates. + Please note that only `default` TLSStore can be used. + properties: + name: + description: |- + Name defines the name of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsstore + type: string + namespace: + description: |- + Namespace defines the namespace of the referenced TLSStore. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-tlsstore + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutetcps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutetcps.yaml new file mode 100644 index 00000000000..ef6f9b8c189 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressroutetcps.yaml @@ -0,0 +1,224 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressroutetcps.traefik.io +spec: + group: traefik.io + names: + kind: IngressRouteTCP + listKind: IngressRouteTCPList + plural: ingressroutetcps + singular: ingressroutetcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteTCP is the CRD implementation of a Traefik TCP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteTCPSpec defines the desired state of IngressRouteTCP. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteTCP holds the TCP route configuration. + properties: + match: + description: |- + Match defines the router's rule. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#rule_1 + type: string + middlewares: + description: Middlewares defines the list of references to MiddlewareTCP + resources. + items: + description: ObjectReference is a generic reference to a Traefik + resource. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: array + priority: + description: |- + Priority defines the router's priority. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#priority_1 + type: integer + services: + description: Services defines the list of TCP services. + items: + description: ServiceTCP defines an upstream TCP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + proxyProtocol: + description: |- + ProxyProtocol defines the PROXY protocol configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#proxy-protocol + properties: + version: + description: Version defines the PROXY Protocol version + to use. + type: integer + type: object + terminationDelay: + description: |- + TerminationDelay defines the deadline that the proxy sets, after one of its connected peers indicates + it has closed the writing capability of its connection, to close the reading capability as well, + hence fully terminating the connection. + It is a duration in milliseconds, defaulting to 100. + A negative value means an infinite deadline (i.e. the reading capability is never closed). + type: integer + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + required: + - match + type: object + type: array + tls: + description: |- + TLS defines the TLS configuration on a layer 4 / TCP Route. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#tls_1 + properties: + certResolver: + description: |- + CertResolver defines the name of the certificate resolver to use. + Cert resolvers have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/https/acme/#certificate-resolvers + type: string + domains: + description: |- + Domains defines the list of domains that will be used to issue certificates. + More info: https://doc.traefik.io/traefik/v2.11/routing/routers/#domains + items: + description: Domain holds a domain name with SANs. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain + names. + items: + type: string + type: array + type: object + type: array + options: + description: |- + Options defines the reference to a TLSOption, that specifies the parameters of the TLS connection. + If not defined, the `default` TLSOption is used. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + passthrough: + description: Passthrough defines whether a TLS router will terminate + the TLS connection. + type: boolean + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + store: + description: |- + Store defines the reference to the TLSStore, that will be used to store certificates. + Please note that only `default` TLSStore can be used. + properties: + name: + description: Name defines the name of the referenced Traefik + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Traefik resource. + type: string + required: + - name + type: object + type: object + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressrouteudps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressrouteudps.yaml new file mode 100644 index 00000000000..60cc29d5483 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_ingressrouteudps.yaml @@ -0,0 +1,104 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: ingressrouteudps.traefik.io +spec: + group: traefik.io + names: + kind: IngressRouteUDP + listKind: IngressRouteUDPList + plural: ingressrouteudps + singular: ingressrouteudp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: IngressRouteUDP is a CRD implementation of a Traefik UDP Router. + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: IngressRouteUDPSpec defines the desired state of a IngressRouteUDP. + properties: + entryPoints: + description: |- + EntryPoints defines the list of entry point names to bind to. + Entry points have to be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/entrypoints/ + Default: all. + items: + type: string + type: array + routes: + description: Routes defines the list of routes. + items: + description: RouteUDP holds the UDP route configuration. + properties: + services: + description: Services defines the list of UDP services. + items: + description: ServiceUDP defines an upstream UDP service to + proxy traffic to. + properties: + name: + description: Name defines the name of the referenced Kubernetes + Service. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + weight: + description: Weight defines the weight used when balancing + requests between multiple Kubernetes Service. + type: integer + required: + - name + - port + type: object + type: array + type: object + type: array + required: + - routes + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewares.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewares.yaml new file mode 100644 index 00000000000..66913e6530d --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewares.yaml @@ -0,0 +1,980 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: middlewares.traefik.io +spec: + group: traefik.io + names: + kind: Middleware + listKind: MiddlewareList + plural: middlewares + singular: middleware + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + Middleware is the CRD implementation of a Traefik Middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/overview/ + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: MiddlewareSpec defines the desired state of a Middleware. + properties: + addPrefix: + description: |- + AddPrefix holds the add prefix middleware configuration. + This middleware updates the path of a request before forwarding it. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/addprefix/ + properties: + prefix: + description: |- + Prefix is the string to add before the current path in the requested URL. + It should include a leading slash (/). + type: string + type: object + basicAuth: + description: |- + BasicAuth holds the basic auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/ + properties: + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/#headerfield + type: string + realm: + description: |- + Realm allows the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme. + Default: traefik. + type: string + removeHeader: + description: |- + RemoveHeader sets the removeHeader option to true to remove the authorization header before forwarding the request to your service. + Default: false. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + buffering: + description: |- + Buffering holds the buffering middleware configuration. + This middleware retries or limits the size of requests that can be forwarded to backends. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/buffering/#maxrequestbodybytes + properties: + maxRequestBodyBytes: + description: |- + MaxRequestBodyBytes defines the maximum allowed body size for the request (in bytes). + If the request exceeds the allowed size, it is not forwarded to the service, and the client gets a 413 (Request Entity Too Large) response. + Default: 0 (no maximum). + format: int64 + type: integer + maxResponseBodyBytes: + description: |- + MaxResponseBodyBytes defines the maximum allowed response size from the service (in bytes). + If the response exceeds the allowed size, it is not forwarded to the client. The client gets a 500 (Internal Server Error) response instead. + Default: 0 (no maximum). + format: int64 + type: integer + memRequestBodyBytes: + description: |- + MemRequestBodyBytes defines the threshold (in bytes) from which the request will be buffered on disk instead of in memory. + Default: 1048576 (1Mi). + format: int64 + type: integer + memResponseBodyBytes: + description: |- + MemResponseBodyBytes defines the threshold (in bytes) from which the response will be buffered on disk instead of in memory. + Default: 1048576 (1Mi). + format: int64 + type: integer + retryExpression: + description: |- + RetryExpression defines the retry conditions. + It is a logical combination of functions with operators AND (&&) and OR (||). + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/buffering/#retryexpression + type: string + type: object + chain: + description: |- + Chain holds the configuration of the chain middleware. + This middleware enables to define reusable combinations of other pieces of middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/chain/ + properties: + middlewares: + description: Middlewares is the list of MiddlewareRef which composes + the chain. + items: + description: MiddlewareRef is a reference to a Middleware resource. + properties: + name: + description: Name defines the name of the referenced Middleware + resource. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Middleware resource. + type: string + required: + - name + type: object + type: array + type: object + circuitBreaker: + description: CircuitBreaker holds the circuit breaker configuration. + properties: + checkPeriod: + anyOf: + - type: integer + - type: string + description: CheckPeriod is the interval between successive checks + of the circuit breaker condition (when in standby state). + x-kubernetes-int-or-string: true + expression: + description: Expression is the condition that triggers the tripped + state. + type: string + fallbackDuration: + anyOf: + - type: integer + - type: string + description: FallbackDuration is the duration for which the circuit + breaker will wait before trying to recover (from a tripped state). + x-kubernetes-int-or-string: true + recoveryDuration: + anyOf: + - type: integer + - type: string + description: RecoveryDuration is the duration for which the circuit + breaker will try to recover (as soon as it is in recovering + state). + x-kubernetes-int-or-string: true + type: object + compress: + description: |- + Compress holds the compress middleware configuration. + This middleware compresses responses before sending them to the client, using gzip compression. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/compress/ + properties: + excludedContentTypes: + description: ExcludedContentTypes defines the list of content + types to compare the Content-Type header of the incoming requests + and responses before compressing. + items: + type: string + type: array + minResponseBodyBytes: + description: |- + MinResponseBodyBytes defines the minimum amount of bytes a response body must have to be compressed. + Default: 1024. + type: integer + type: object + contentType: + description: |- + ContentType holds the content-type middleware configuration. + This middleware exists to enable the correct behavior until at least the default one can be changed in a future version. + properties: + autoDetect: + description: |- + AutoDetect specifies whether to let the `Content-Type` header, if it has not been set by the backend, + be automatically set to a value derived from the contents of the response. + As a proxy, the default behavior should be to leave the header alone, regardless of what the backend did with it. + However, the historic default was to always auto-detect and set the header if it was nil, + and it is going to be kept that way in order to support users currently relying on it. + type: boolean + type: object + digestAuth: + description: |- + DigestAuth holds the digest auth middleware configuration. + This middleware restricts access to your services to known users. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/digestauth/ + properties: + headerField: + description: |- + HeaderField defines a header field to store the authenticated user. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/basicauth/#headerfield + type: string + realm: + description: |- + Realm allows the protected resources on a server to be partitioned into a set of protection spaces, each with its own authentication scheme. + Default: traefik. + type: string + removeHeader: + description: RemoveHeader defines whether to remove the authorization + header before forwarding the request to the backend. + type: boolean + secret: + description: Secret is the name of the referenced Kubernetes Secret + containing user credentials. + type: string + type: object + errors: + description: |- + ErrorPage holds the custom error middleware configuration. + This middleware returns a custom page in lieu of the default, according to configured ranges of HTTP Status codes. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/errorpages/ + properties: + query: + description: |- + Query defines the URL for the error page (hosted by service). + The {status} variable can be used in order to insert the status code in the URL. + type: string + service: + description: |- + Service defines the reference to a Kubernetes Service that will serve the error page. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/errorpages/#service + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can + be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + status: + description: |- + Status defines which status or range of statuses should result in an error page. + It can be either a status code as a number (500), + as multiple comma-separated numbers (500,502), + as ranges by separating two codes with a dash (500-599), + or a combination of the two (404,418,500-599). + items: + type: string + type: array + type: object + forwardAuth: + description: |- + ForwardAuth holds the forward auth middleware configuration. + This middleware delegates the request authentication to a Service. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/forwardauth/ + properties: + address: + description: Address defines the authentication server address. + type: string + authRequestHeaders: + description: |- + AuthRequestHeaders defines the list of the headers to copy from the request to the authentication server. + If not set or empty then all request headers are passed. + items: + type: string + type: array + authResponseHeaders: + description: AuthResponseHeaders defines the list of headers to + copy from the authentication server response and set on forwarded + request, replacing any existing conflicting headers. + items: + type: string + type: array + authResponseHeadersRegex: + description: |- + AuthResponseHeadersRegex defines the regex to match headers to copy from the authentication server response and set on forwarded request, after stripping all headers that match the regex. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/forwardauth/#authresponseheadersregex + type: string + tls: + description: TLS defines the configuration used to secure the + connection to the authentication server. + properties: + caOptional: + type: boolean + caSecret: + description: |- + CASecret is the name of the referenced Kubernetes Secret containing the CA to validate the server certificate. + The CA certificate is extracted from key `tls.ca` or `ca.crt`. + type: string + certSecret: + description: |- + CertSecret is the name of the referenced Kubernetes Secret containing the client certificate. + The client certificate is extracted from the keys `tls.crt` and `tls.key`. + type: string + insecureSkipVerify: + description: InsecureSkipVerify defines whether the server + certificates should be validated. + type: boolean + type: object + trustForwardHeader: + description: 'TrustForwardHeader defines whether to trust (ie: + forward) all X-Forwarded-* headers.' + type: boolean + type: object + headers: + description: |- + Headers holds the headers middleware configuration. + This middleware manages the requests and responses headers. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/headers/#customrequestheaders + properties: + accessControlAllowCredentials: + description: AccessControlAllowCredentials defines whether the + request can include user credentials. + type: boolean + accessControlAllowHeaders: + description: AccessControlAllowHeaders defines the Access-Control-Request-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlAllowMethods: + description: AccessControlAllowMethods defines the Access-Control-Request-Method + values sent in preflight response. + items: + type: string + type: array + accessControlAllowOriginList: + description: AccessControlAllowOriginList is a list of allowable + origins. Can also be a wildcard origin "*". + items: + type: string + type: array + accessControlAllowOriginListRegex: + description: AccessControlAllowOriginListRegex is a list of allowable + origins written following the Regular Expression syntax (https://golang.org/pkg/regexp/). + items: + type: string + type: array + accessControlExposeHeaders: + description: AccessControlExposeHeaders defines the Access-Control-Expose-Headers + values sent in preflight response. + items: + type: string + type: array + accessControlMaxAge: + description: AccessControlMaxAge defines the time that a preflight + request may be cached. + format: int64 + type: integer + addVaryHeader: + description: AddVaryHeader defines whether the Vary header is + automatically added/updated when the AccessControlAllowOriginList + is set. + type: boolean + allowedHosts: + description: AllowedHosts defines the fully qualified list of + allowed domain names. + items: + type: string + type: array + browserXssFilter: + description: BrowserXSSFilter defines whether to add the X-XSS-Protection + header with the value 1; mode=block. + type: boolean + contentSecurityPolicy: + description: ContentSecurityPolicy defines the Content-Security-Policy + header value. + type: string + contentTypeNosniff: + description: ContentTypeNosniff defines whether to add the X-Content-Type-Options + header with the nosniff value. + type: boolean + customBrowserXSSValue: + description: |- + CustomBrowserXSSValue defines the X-XSS-Protection header value. + This overrides the BrowserXssFilter option. + type: string + customFrameOptionsValue: + description: |- + CustomFrameOptionsValue defines the X-Frame-Options header value. + This overrides the FrameDeny option. + type: string + customRequestHeaders: + additionalProperties: + type: string + description: CustomRequestHeaders defines the header names and + values to apply to the request. + type: object + customResponseHeaders: + additionalProperties: + type: string + description: CustomResponseHeaders defines the header names and + values to apply to the response. + type: object + featurePolicy: + description: 'Deprecated: use PermissionsPolicy instead.' + type: string + forceSTSHeader: + description: ForceSTSHeader defines whether to add the STS header + even when the connection is HTTP. + type: boolean + frameDeny: + description: FrameDeny defines whether to add the X-Frame-Options + header with the DENY value. + type: boolean + hostsProxyHeaders: + description: HostsProxyHeaders defines the header keys that may + hold a proxied hostname value for the request. + items: + type: string + type: array + isDevelopment: + description: |- + IsDevelopment defines whether to mitigate the unwanted effects of the AllowedHosts, SSL, and STS options when developing. + Usually testing takes place using HTTP, not HTTPS, and on localhost, not your production domain. + If you would like your development environment to mimic production with complete Host blocking, SSL redirects, + and STS headers, leave this as false. + type: boolean + permissionsPolicy: + description: |- + PermissionsPolicy defines the Permissions-Policy header value. + This allows sites to control browser features. + type: string + publicKey: + description: PublicKey is the public key that implements HPKP + to prevent MITM attacks with forged certificates. + type: string + referrerPolicy: + description: |- + ReferrerPolicy defines the Referrer-Policy header value. + This allows sites to control whether browsers forward the Referer header to other sites. + type: string + sslForceHost: + description: 'Deprecated: use RedirectRegex instead.' + type: boolean + sslHost: + description: 'Deprecated: use RedirectRegex instead.' + type: string + sslProxyHeaders: + additionalProperties: + type: string + description: |- + SSLProxyHeaders defines the header keys with associated values that would indicate a valid HTTPS request. + It can be useful when using other proxies (example: "X-Forwarded-Proto": "https"). + type: object + sslRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + sslTemporaryRedirect: + description: 'Deprecated: use EntryPoint redirection or RedirectScheme + instead.' + type: boolean + stsIncludeSubdomains: + description: STSIncludeSubdomains defines whether the includeSubDomains + directive is appended to the Strict-Transport-Security header. + type: boolean + stsPreload: + description: STSPreload defines whether the preload flag is appended + to the Strict-Transport-Security header. + type: boolean + stsSeconds: + description: |- + STSSeconds defines the max-age of the Strict-Transport-Security header. + If set to 0, the header is not set. + format: int64 + type: integer + type: object + inFlightReq: + description: |- + InFlightReq holds the in-flight request middleware configuration. + This middleware limits the number of requests being processed and served concurrently. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/inflightreq/ + properties: + amount: + description: |- + Amount defines the maximum amount of allowed simultaneous in-flight request. + The middleware responds with HTTP 429 Too Many Requests if there are already amount requests in progress (based on the same sourceCriterion strategy). + format: int64 + type: integer + sourceCriterion: + description: |- + SourceCriterion defines what criterion is used to group requests as originating from a common source. + If several strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the requestHost. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/inflightreq/#sourcecriterion + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + ipAllowList: + description: |- + IPAllowList holds the IP allowlist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/ + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + ipWhiteList: + description: |- + IPWhiteList holds the IP whitelist middleware configuration. + This middleware accepts / refuses requests based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipwhitelist/ + Deprecated: please use IPAllowList instead. + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position (starting + from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the X-Forwarded-For + header and select the first IP not in the list. + items: + type: string + type: array + type: object + sourceRange: + description: SourceRange defines the set of allowed IPs (or ranges + of allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + passTLSClientCert: + description: |- + PassTLSClientCert holds the pass TLS client cert middleware configuration. + This middleware adds the selected data from the passed client TLS certificate to a header. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/passtlsclientcert/ + properties: + info: + description: Info selects the specific client certificate details + you want to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + issuer: + description: Issuer defines the client certificate issuer + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the issuer. + type: boolean + country: + description: Country defines whether to add the country + information into the issuer. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the issuer. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the issuer. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the issuer. + type: boolean + province: + description: Province defines whether to add the province + information into the issuer. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the issuer. + type: boolean + type: object + notAfter: + description: NotAfter defines whether to add the Not After + information from the Validity part. + type: boolean + notBefore: + description: NotBefore defines whether to add the Not Before + information from the Validity part. + type: boolean + sans: + description: Sans defines whether to add the Subject Alternative + Name information from the Subject Alternative Name part. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the client + serialNumber information. + type: boolean + subject: + description: Subject defines the client certificate subject + details to add to the X-Forwarded-Tls-Client-Cert-Info header. + properties: + commonName: + description: CommonName defines whether to add the organizationalUnit + information into the subject. + type: boolean + country: + description: Country defines whether to add the country + information into the subject. + type: boolean + domainComponent: + description: DomainComponent defines whether to add the + domainComponent information into the subject. + type: boolean + locality: + description: Locality defines whether to add the locality + information into the subject. + type: boolean + organization: + description: Organization defines whether to add the organization + information into the subject. + type: boolean + organizationalUnit: + description: OrganizationalUnit defines whether to add + the organizationalUnit information into the subject. + type: boolean + province: + description: Province defines whether to add the province + information into the subject. + type: boolean + serialNumber: + description: SerialNumber defines whether to add the serialNumber + information into the subject. + type: boolean + type: object + type: object + pem: + description: PEM sets the X-Forwarded-Tls-Client-Cert header with + the certificate. + type: boolean + type: object + plugin: + additionalProperties: + x-kubernetes-preserve-unknown-fields: true + description: |- + Plugin defines the middleware plugin configuration. + More info: https://doc.traefik.io/traefik/plugins/ + type: object + rateLimit: + description: |- + RateLimit holds the rate limit configuration. + This middleware ensures that services will receive a fair amount of requests, and allows one to define what fair is. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ratelimit/ + properties: + average: + description: |- + Average is the maximum rate, by default in requests/s, allowed for the given source. + It defaults to 0, which means no rate limiting. + The rate is actually defined by dividing Average by Period. So for a rate below 1req/s, + one needs to define a Period larger than a second. + format: int64 + type: integer + burst: + description: |- + Burst is the maximum number of requests allowed to arrive in the same arbitrarily small period of time. + It defaults to 1. + format: int64 + type: integer + period: + anyOf: + - type: integer + - type: string + description: |- + Period, in combination with Average, defines the actual maximum rate, such as: + r = Average / Period. It defaults to a second. + x-kubernetes-int-or-string: true + sourceCriterion: + description: |- + SourceCriterion defines what criterion is used to group requests as originating from a common source. + If several strategies are defined at the same time, an error will be raised. + If none are set, the default is to use the request's remote address field (as an ipStrategy). + properties: + ipStrategy: + description: |- + IPStrategy holds the IP strategy configuration used by Traefik to determine the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/ipallowlist/#ipstrategy + properties: + depth: + description: Depth tells Traefik to use the X-Forwarded-For + header and take the IP located at the depth position + (starting from the right). + type: integer + excludedIPs: + description: ExcludedIPs configures Traefik to scan the + X-Forwarded-For header and select the first IP not in + the list. + items: + type: string + type: array + type: object + requestHeaderName: + description: RequestHeaderName defines the name of the header + used to group incoming requests. + type: string + requestHost: + description: RequestHost defines whether to consider the request + Host as the source. + type: boolean + type: object + type: object + redirectRegex: + description: |- + RedirectRegex holds the redirect regex middleware configuration. + This middleware redirects a request using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/redirectregex/#regex + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + regex: + description: Regex defines the regex used to match and capture + elements from the request URL. + type: string + replacement: + description: Replacement defines how to modify the URL to have + the new target URL. + type: string + type: object + redirectScheme: + description: |- + RedirectScheme holds the redirect scheme middleware configuration. + This middleware redirects requests from a scheme/port to another. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/redirectscheme/ + properties: + permanent: + description: Permanent defines whether the redirection is permanent + (301). + type: boolean + port: + description: Port defines the port of the new URL. + type: string + scheme: + description: Scheme defines the scheme of the new URL. + type: string + type: object + replacePath: + description: |- + ReplacePath holds the replace path middleware configuration. + This middleware replaces the path of the request URL and store the original path in an X-Replaced-Path header. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/replacepath/ + properties: + path: + description: Path defines the path to use as replacement in the + request URL. + type: string + type: object + replacePathRegex: + description: |- + ReplacePathRegex holds the replace path regex middleware configuration. + This middleware replaces the path of a URL using regex matching and replacement. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/replacepathregex/ + properties: + regex: + description: Regex defines the regular expression used to match + and capture the path from the request URL. + type: string + replacement: + description: Replacement defines the replacement path format, + which can include captured variables. + type: string + type: object + retry: + description: |- + Retry holds the retry middleware configuration. + This middleware reissues requests a given number of times to a backend server if that server does not reply. + As soon as the server answers, the middleware stops retrying, regardless of the response status. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/retry/ + properties: + attempts: + description: Attempts defines how many times the request should + be retried. + type: integer + initialInterval: + anyOf: + - type: integer + - type: string + description: |- + InitialInterval defines the first wait time in the exponential backoff series. + The maximum interval is calculated as twice the initialInterval. + If unspecified, requests will be retried immediately. + The value of initialInterval should be provided in seconds or as a valid duration format, + see https://pkg.go.dev/time#ParseDuration. + x-kubernetes-int-or-string: true + type: object + stripPrefix: + description: |- + StripPrefix holds the strip prefix middleware configuration. + This middleware removes the specified prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/stripprefix/ + properties: + forceSlash: + description: |- + ForceSlash ensures that the resulting stripped path is not the empty string, by replacing it with / when necessary. + Default: true. + type: boolean + prefixes: + description: Prefixes defines the prefixes to strip from the request + URL. + items: + type: string + type: array + type: object + stripPrefixRegex: + description: |- + StripPrefixRegex holds the strip prefix regex middleware configuration. + This middleware removes the matching prefixes from the URL path. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/http/stripprefixregex/ + properties: + regex: + description: Regex defines the regular expression to match the + path prefix from the request URL. + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewaretcps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewaretcps.yaml new file mode 100644 index 00000000000..982caa692e6 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_middlewaretcps.yaml @@ -0,0 +1,87 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: middlewaretcps.traefik.io +spec: + group: traefik.io + names: + kind: MiddlewareTCP + listKind: MiddlewareTCPList + plural: middlewaretcps + singular: middlewaretcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + MiddlewareTCP is the CRD implementation of a Traefik TCP middleware. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/overview/ + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: MiddlewareTCPSpec defines the desired state of a MiddlewareTCP. + properties: + inFlightConn: + description: InFlightConn defines the InFlightConn middleware configuration. + properties: + amount: + description: |- + Amount defines the maximum amount of allowed simultaneous connections. + The middleware closes the connection if there are already amount connections opened. + format: int64 + type: integer + type: object + ipAllowList: + description: |- + IPAllowList defines the IPAllowList middleware configuration. + This middleware accepts/refuses connections based on the client IP. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/tcp/ipallowlist/ + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + ipWhiteList: + description: |- + IPWhiteList defines the IPWhiteList middleware configuration. + This middleware accepts/refuses connections based on the client IP. + Deprecated: please use IPAllowList instead. + More info: https://doc.traefik.io/traefik/v2.11/middlewares/tcp/ipwhitelist/ + properties: + sourceRange: + description: SourceRange defines the allowed IPs (or ranges of + allowed IPs by using CIDR notation). + items: + type: string + type: array + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransports.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransports.yaml new file mode 100644 index 00000000000..aad13e089a5 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransports.yaml @@ -0,0 +1,126 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: serverstransports.traefik.io +spec: + group: traefik.io + names: + kind: ServersTransport + listKind: ServersTransportList + plural: serverstransports + singular: serverstransport + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + ServersTransport is the CRD implementation of a ServersTransport. + If no serversTransport is specified, the default@internal will be used. + The default@internal serversTransport is created from the static configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#serverstransport_1 + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: ServersTransportSpec defines the desired state of a ServersTransport. + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + disableHTTP2: + description: DisableHTTP2 disables HTTP/2 for connections with backend + servers. + type: boolean + forwardingTimeouts: + description: ForwardingTimeouts defines the timeouts for requests + forwarded to the backend servers. + properties: + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a + connection to a backend server can be established. + x-kubernetes-int-or-string: true + idleConnTimeout: + anyOf: + - type: integer + - type: string + description: IdleConnTimeout is the maximum period for which an + idle HTTP keep-alive connection will remain open before closing + itself. + x-kubernetes-int-or-string: true + pingTimeout: + anyOf: + - type: integer + - type: string + description: PingTimeout is the timeout after which the HTTP/2 + connection will be closed if a response to ping is not received. + x-kubernetes-int-or-string: true + readIdleTimeout: + anyOf: + - type: integer + - type: string + description: ReadIdleTimeout is the timeout after which a health + check using ping frame will be carried out if no frame is received + on the HTTP/2 connection. + x-kubernetes-int-or-string: true + responseHeaderTimeout: + anyOf: + - type: integer + - type: string + description: ResponseHeaderTimeout is the amount of time to wait + for a server's response headers after fully writing the request + (including its body, if any). + x-kubernetes-int-or-string: true + type: object + insecureSkipVerify: + description: InsecureSkipVerify disables SSL certificate verification. + type: boolean + maxIdleConnsPerHost: + description: MaxIdleConnsPerHost controls the maximum idle (keep-alive) + to keep per-host. + type: integer + peerCertURI: + description: PeerCertURI defines the peer cert URI used to match against + SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to validate + self-signed certificate. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact the + server. + type: string + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransporttcps.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransporttcps.yaml new file mode 100644 index 00000000000..b255d3296ca --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_serverstransporttcps.yaml @@ -0,0 +1,120 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: serverstransporttcps.traefik.io +spec: + group: traefik.io + names: + kind: ServersTransportTCP + listKind: ServersTransportTCPList + plural: serverstransporttcps + singular: serverstransporttcp + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + ServersTransportTCP is the CRD implementation of a TCPServersTransport. + If no tcpServersTransport is specified, a default one named default@internal will be used. + The default@internal tcpServersTransport can be configured in the static configuration. + More info: https://doc.traefik.io/traefik/v3.0/routing/services/#serverstransport_3 + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: ServersTransportTCPSpec defines the desired state of a ServersTransportTCP. + properties: + dialKeepAlive: + anyOf: + - type: integer + - type: string + description: DialKeepAlive is the interval between keep-alive probes + for an active network connection. If zero, keep-alive probes are + sent with a default value (currently 15 seconds), if supported by + the protocol and operating system. Network protocols or operating + systems that do not support keep-alives ignore this field. If negative, + keep-alive probes are disabled. + x-kubernetes-int-or-string: true + dialTimeout: + anyOf: + - type: integer + - type: string + description: DialTimeout is the amount of time to wait until a connection + to a backend server can be established. + x-kubernetes-int-or-string: true + terminationDelay: + anyOf: + - type: integer + - type: string + description: TerminationDelay defines the delay to wait before fully + terminating the connection, after one connected peer has closed + its writing capability. + x-kubernetes-int-or-string: true + tls: + description: TLS defines the TLS configuration + properties: + certificatesSecrets: + description: CertificatesSecrets defines a list of secret storing + client certificates for mTLS. + items: + type: string + type: array + insecureSkipVerify: + description: InsecureSkipVerify disables TLS certificate verification. + type: boolean + peerCertURI: + description: |- + MaxIdleConnsPerHost controls the maximum idle (keep-alive) to keep per-host. + PeerCertURI defines the peer cert URI used to match against SAN URI during the peer certificate verification. + type: string + rootCAsSecrets: + description: RootCAsSecrets defines a list of CA secret used to + validate self-signed certificates. + items: + type: string + type: array + serverName: + description: ServerName defines the server name used to contact + the server. + type: string + spiffe: + description: Spiffe defines the SPIFFE configuration. + properties: + ids: + description: IDs defines the allowed SPIFFE IDs (takes precedence + over the SPIFFE TrustDomain). + items: + type: string + type: array + trustDomain: + description: TrustDomain defines the allowed SPIFFE trust + domain. + type: string + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsoptions.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsoptions.yaml new file mode 100644 index 00000000000..19ae64ec2f9 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsoptions.yaml @@ -0,0 +1,114 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: tlsoptions.traefik.io +spec: + group: traefik.io + names: + kind: TLSOption + listKind: TLSOptionList + plural: tlsoptions + singular: tlsoption + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TLSOption is the CRD implementation of a Traefik TLS Option, allowing to configure some parameters of the TLS connection. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#tls-options + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TLSOptionSpec defines the desired state of a TLSOption. + properties: + alpnProtocols: + description: |- + ALPNProtocols defines the list of supported application level protocols for the TLS handshake, in order of preference. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#alpn-protocols + items: + type: string + type: array + cipherSuites: + description: |- + CipherSuites defines the list of supported cipher suites for TLS versions up to TLS 1.2. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#cipher-suites + items: + type: string + type: array + clientAuth: + description: ClientAuth defines the server's policy for TLS Client + Authentication. + properties: + clientAuthType: + description: ClientAuthType defines the client authentication + type to apply. + enum: + - NoClientCert + - RequestClientCert + - RequireAnyClientCert + - VerifyClientCertIfGiven + - RequireAndVerifyClientCert + type: string + secretNames: + description: SecretNames defines the names of the referenced Kubernetes + Secret storing certificate details. + items: + type: string + type: array + type: object + curvePreferences: + description: |- + CurvePreferences defines the preferred elliptic curves in a specific order. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#curve-preferences + items: + type: string + type: array + maxVersion: + description: |- + MaxVersion defines the maximum TLS version that Traefik will accept. + Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13. + Default: None. + type: string + minVersion: + description: |- + MinVersion defines the minimum TLS version that Traefik will accept. + Possible values: VersionTLS10, VersionTLS11, VersionTLS12, VersionTLS13. + Default: VersionTLS10. + type: string + preferServerCipherSuites: + description: |- + PreferServerCipherSuites defines whether the server chooses a cipher suite among his own instead of among the client's. + It is enabled automatically when minVersion or maxVersion is set. + Deprecated: https://github.com/golang/go/issues/45430 + type: boolean + sniStrict: + description: SniStrict defines whether Traefik allows connections + from clients connections that do not specify a server_name extension. + type: boolean + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsstores.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsstores.yaml new file mode 100644 index 00000000000..18d4218231c --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_tlsstores.yaml @@ -0,0 +1,97 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: tlsstores.traefik.io +spec: + group: traefik.io + names: + kind: TLSStore + listKind: TLSStoreList + plural: tlsstores + singular: tlsstore + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TLSStore is the CRD implementation of a Traefik TLS Store. + For the time being, only the TLSStore named default is supported. + This means that you cannot have two stores that are named default in different Kubernetes namespaces. + More info: https://doc.traefik.io/traefik/v2.11/https/tls/#certificates-stores + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TLSStoreSpec defines the desired state of a TLSStore. + properties: + certificates: + description: Certificates is a list of secret names, each secret holding + a key/certificate pair to add to the store. + items: + description: Certificate holds a secret name for the TLSStore resource. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + type: array + defaultCertificate: + description: DefaultCertificate defines the default certificate configuration. + properties: + secretName: + description: SecretName is the name of the referenced Kubernetes + Secret to specify the certificate details. + type: string + required: + - secretName + type: object + defaultGeneratedCert: + description: DefaultGeneratedCert defines the default generated certificate + configuration. + properties: + domain: + description: Domain is the domain definition for the DefaultCertificate. + properties: + main: + description: Main defines the main domain name. + type: string + sans: + description: SANs defines the subject alternative domain names. + items: + type: string + type: array + type: object + resolver: + description: Resolver is the name of the resolver that will be + used to issue the DefaultCertificate. + type: string + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/templates/crds/traefik.io_traefikservices.yaml b/system/traefik-crds/0.3.1/templates/crds/traefik.io_traefikservices.yaml new file mode 100644 index 00000000000..f6a460a44b6 --- /dev/null +++ b/system/traefik-crds/0.3.1/templates/crds/traefik.io_traefikservices.yaml @@ -0,0 +1,411 @@ +--- +apiVersion: apiextensions.k8s.io/v1 +kind: CustomResourceDefinition +metadata: + annotations: + controller-gen.kubebuilder.io/version: v0.14.0 + name: traefikservices.traefik.io +spec: + group: traefik.io + names: + kind: TraefikService + listKind: TraefikServiceList + plural: traefikservices + singular: traefikservice + scope: Namespaced + versions: + - name: v1alpha1 + schema: + openAPIV3Schema: + description: |- + TraefikService is the CRD implementation of a Traefik Service. + TraefikService object allows to: + - Apply weight to Services on load-balancing + - Mirror traffic on services + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#kind-traefikservice + properties: + apiVersion: + description: |- + APIVersion defines the versioned schema of this representation of an object. + Servers should convert recognized schemas to the latest internal value, and + may reject unrecognized values. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources + type: string + kind: + description: |- + Kind is a string value representing the REST resource this object represents. + Servers may infer this from the endpoint the client submits requests to. + Cannot be updated. + In CamelCase. + More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + type: string + metadata: + type: object + spec: + description: TraefikServiceSpec defines the desired state of a TraefikService. + properties: + mirroring: + description: Mirroring defines the Mirroring service configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + maxBodySize: + description: |- + MaxBodySize defines the maximum size allowed for the body of the request. + If the body is larger, the request is not mirrored. + Default value is -1, which means unlimited size. + format: int64 + type: integer + mirrors: + description: Mirrors defines the list of mirrors where Traefik + will duplicate the traffic. + items: + description: MirrorService holds the mirror configuration. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + percent: + description: |- + Percent defines the part of the traffic to mirror. + Supported values: 0 to 100. + type: integer + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards the + response from the upstream Kubernetes Service to the client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + weighted: + description: Weighted defines the Weighted Round Robin configuration. + properties: + services: + description: Services defines the list of Kubernetes Service and/or + TraefikService to load-balance, with weight. + items: + description: Service defines an upstream HTTP service to proxy + traffic to. + properties: + kind: + description: Kind defines the kind of the Service. + enum: + - Service + - TraefikService + type: string + name: + description: |- + Name defines the name of the referenced Kubernetes Service or TraefikService. + The differentiation between the two is specified in the Kind field. + type: string + namespace: + description: Namespace defines the namespace of the referenced + Kubernetes Service or TraefikService. + type: string + nativeLB: + description: |- + NativeLB controls, when creating the load-balancer, + whether the LB's children are directly the pods IPs or if the only child is the Kubernetes Service clusterIP. + The Kubernetes Service itself does load-balance to the pods. + By default, NativeLB is false. + type: boolean + passHostHeader: + description: |- + PassHostHeader defines whether the client Host header is forwarded to the upstream Kubernetes Service. + By default, passHostHeader is true. + type: boolean + port: + anyOf: + - type: integer + - type: string + description: |- + Port defines the port of a Kubernetes Service. + This can be a reference to a named port. + x-kubernetes-int-or-string: true + responseForwarding: + description: ResponseForwarding defines how Traefik forwards + the response from the upstream Kubernetes Service to the + client. + properties: + flushInterval: + description: |- + FlushInterval defines the interval, in milliseconds, in between flushes to the client while copying the response body. + A negative value means to flush immediately after each write to the client. + This configuration is ignored when ReverseProxy recognizes a response as a streaming response; + for such responses, writes are flushed to the client immediately. + Default: 100ms + type: string + type: object + scheme: + description: |- + Scheme defines the scheme to use for the request to the upstream Kubernetes Service. + It defaults to https when Kubernetes Service port is 443, http otherwise. + type: string + serversTransport: + description: |- + ServersTransport defines the name of ServersTransport resource to use. + It allows to configure the transport between Traefik and your servers. + Can only be used on a Kubernetes Service. + type: string + sticky: + description: |- + Sticky defines the sticky sessions configuration. + More info: https://doc.traefik.io/traefik/v2.11/routing/services/#sticky-sessions + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie + can be accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can + only be transmitted over an encrypted connection + (i.e. HTTPS). + type: boolean + type: object + type: object + strategy: + description: |- + Strategy defines the load balancing strategy between the servers. + RoundRobin is the only supported value at the moment. + type: string + weight: + description: |- + Weight defines the weight and should only be specified when Name references a TraefikService object + (and to be precise, one that embeds a Weighted Round Robin). + type: integer + required: + - name + type: object + type: array + sticky: + description: |- + Sticky defines whether sticky sessions are enabled. + More info: https://doc.traefik.io/traefik/v2.11/routing/providers/kubernetes-crd/#stickiness-and-load-balancing + properties: + cookie: + description: Cookie defines the sticky cookie configuration. + properties: + httpOnly: + description: HTTPOnly defines whether the cookie can be + accessed by client-side APIs, such as JavaScript. + type: boolean + name: + description: Name defines the Cookie name. + type: string + sameSite: + description: |- + SameSite defines the same site policy. + More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie/SameSite + type: string + secure: + description: Secure defines whether the cookie can only + be transmitted over an encrypted connection (i.e. HTTPS). + type: boolean + type: object + type: object + type: object + type: object + required: + - metadata + - spec + type: object + served: true + storage: true diff --git a/system/traefik-crds/0.3.1/values.yaml b/system/traefik-crds/0.3.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d diff --git a/system/velero/4.7.1/.helmignore b/system/velero/4.7.1/.helmignore new file mode 100644 index 00000000000..77ca5567b26 --- /dev/null +++ b/system/velero/4.7.1/.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.1/CHANGELOG.md b/system/velero/4.7.1/CHANGELOG.md new file mode 100644 index 00000000000..97c7d9b6312 --- /dev/null +++ b/system/velero/4.7.1/CHANGELOG.md @@ -0,0 +1,100 @@ +--- +title: Changelog +--- + + +*for the complete changelog, please refer to the website* + +**Important:** + + +## [velero-4.7.1](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- 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.0](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.0) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.0[@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.1/Chart.yaml b/system/velero/4.7.1/Chart.yaml new file mode 100644 index 00000000000..e8afa07ffe4 --- /dev/null +++ b/system/velero/4.7.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: 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.2 + 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.1 diff --git a/system/velero/4.7.1/README.md b/system/velero/4.7.1/README.md new file mode 100644 index 00000000000..34e924883ff --- /dev/null +++ b/system/velero/4.7.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/system/velero) + +**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** + +## Support + +- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro). +- See the [Website](https://truecharts.org) +- Check our [Discord](https://discord.gg/tVsPTHWTtr) +- Open a [issue](https://github.com/truecharts/charts/issues/new/choose) + +--- + +## Sponsor TrueCharts + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! + +_All Rights Reserved - The TrueCharts Project_ diff --git a/system/velero/4.7.1/app-changelog.md b/system/velero/4.7.1/app-changelog.md new file mode 100644 index 00000000000..54890e820db --- /dev/null +++ b/system/velero/4.7.1/app-changelog.md @@ -0,0 +1,11 @@ + + +## [velero-4.7.1](https://github.com/truecharts/charts/compare/velero-4.6.0...velero-4.7.1) (2024-03-17) + +### Chore + + + +- update container image common to v20.2.2[@f7d0b92](https://github.com/f7d0b92) by renovate ([#19432](https://github.com/truecharts/charts/issues/19432)) + +- update container image common to v20.2.0[@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.1/app-readme.md b/system/velero/4.7.1/app-readme.md new file mode 100644 index 00000000000..3b9e5a4018a --- /dev/null +++ b/system/velero/4.7.1/app-readme.md @@ -0,0 +1,8 @@ +Velero is a kubernetes-native backup solution + +This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/system/velero](https://truecharts.org/charts/system/velero) + +--- + +TrueCharts can only exist due to the incredible effort of our staff. +Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can! diff --git a/system/velero/4.7.1/charts/common-20.2.2.tgz b/system/velero/4.7.1/charts/common-20.2.2.tgz new file mode 100644 index 00000000000..a63a25eb322 Binary files /dev/null and b/system/velero/4.7.1/charts/common-20.2.2.tgz differ diff --git a/system/velero/4.7.1/charts/velero-5.4.1.tgz b/system/velero/4.7.1/charts/velero-5.4.1.tgz new file mode 100644 index 00000000000..1166248fc96 Binary files /dev/null and b/system/velero/4.7.1/charts/velero-5.4.1.tgz differ diff --git a/system/velero/4.7.1/ix_values.yaml b/system/velero/4.7.1/ix_values.yaml new file mode 100644 index 00000000000..d2d6255a8f4 --- /dev/null +++ b/system/velero/4.7.1/ix_values.yaml @@ -0,0 +1,62 @@ +image: + pullPolicy: IfNotPresent + repository: tccr.io/tccr/alpine + tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558 +manifestManager: + enabled: false +operator: + register: true +portal: + open: + enabled: false +service: + main: + enabled: false + ports: + main: + enabled: false +workload: + main: + enabled: false + +velero: + configuration: + backupStorageLocation: [] + volumeSnapshotLocation: [] + deployNodeAgent: true + initContainers: + - image: openebs/velero-plugin:3.6.0@sha256:9ea3331d891e436a7239e37e68ca4c8888500cb122be7cdc9d8400f345555c76 + imagePullPolicy: IfNotPresent + name: openebs-velero-plugin + volumeMounts: + - mountPath: /target + name: plugins + - image: velero/velero-plugin-for-csi:v0.7.0@sha256:3ba643989cd2128963cfd5914de28acaa061e8216999e44330fd64a647c503ff + imagePullPolicy: IfNotPresent + name: velero-plugin-for-csi + volumeMounts: + - mountPath: /target + name: plugins + - image: velero/velero-plugin-for-aws:v1.9.0@sha256:198955f28c21fbf8d5e3a343a7660684f12bdd62d6f27c74ed3ca6cf31c87cec + imagePullPolicy: IfNotPresent + name: velero-plugin-for-aws + volumeMounts: + - mountPath: /target + name: plugins + nodeAgent: + podVolumePath: /var/lib/kubelet/pods + privileged: true + resources: + limits: + cpu: 2000m + memory: 2048Mi + resources: + limits: + cpu: 4000m + memory: 4Gi + schedules: {} +schedules: + default: + templates: + includedNamespaces: + - ix-* diff --git a/system/velero/4.7.1/questions.yaml b/system/velero/4.7.1/questions.yaml new file mode 100755 index 00000000000..9347cbaf4fa --- /dev/null +++ b/system/velero/4.7.1/questions.yaml @@ -0,0 +1,327 @@ +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: backupStorageLocationList + group: "App Configuration" + label: "Backup Storage Locations" + schema: + type: list + default: [] + items: + - variable: bslEntry + label: "Backup Storage Location" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + hidden: true + default: true + - variable: name + label: "Name" + schema: + type: string + required: true + default: "default" + - variable: accessMode + label: "accessMode" + schema: + type: string + required: true + default: "ReadWrite" + - variable: objectStorage + label: objectStorage + schema: + additional_attrs: true + type: dict + attrs: + - variable: bucket + label: "bucket" + schema: + type: string + required: true + default: "" + - variable: prefix + label: "prefix" + schema: + type: string + default: "" + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "s3" + enum: + - value: s3 + description: S3 + - value: aws + description: aws + - variable: credential + label: 'Storage Location Credential' + schema: + additional_attrs: true + type: dict + attrs: + - variable: aws + label: aws + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: s3 + label: s3 + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: config + label: 'Storage Location Config' + schema: + additional_attrs: true + type: dict + attrs: + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: s3ForcePathStyle + label: "s3ForcePathStyle" + schema: + type: string + default: "" + - variable: s3Url + label: "s3Url" + schema: + type: string + default: "" + - variable: kmsKeyId + label: "kmsKeyId" + schema: + type: string + default: "" + - variable: resourceGroup + label: "resourceGroup" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: publicUrl + label: "publicUrl" + schema: + type: string + default: "" + - variable: insecureSkipTLSVerify + label: "insecureSkipTLSVerify" + schema: + type: string + default: "" + - variable: volumeSnapshotLocationList + group: "App Configuration" + label: "volume Snapshot Locations" + schema: + type: list + default: [] + items: + - variable: vslEntry + label: "volume Snapshot Location" + schema: + type: dict + additional_attrs: true + attrs: + - variable: enabled + label: "Enabled" + schema: + type: boolean + hidden: true + default: true + - variable: name + label: "Name" + schema: + type: string + required: true + default: "default" + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "openebs.io/zfspv-blockstore" + enum: + - value: openebs.io/zfspv-blockstore + description: openebs.io/zfspv-blockstore + - variable: credential + label: 'Storage Location Credential' + schema: + additional_attrs: true + type: dict + attrs: + - variable: aws + label: aws + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: s3 + label: s3 + schema: + additional_attrs: true + type: dict + attrs: + - variable: id + label: "id" + schema: + type: string + default: "" + - variable: key + label: "key" + schema: + type: string + default: "" + - variable: config + label: 'Storage Location Config' + schema: + additional_attrs: true + type: dict + attrs: + - variable: provider + label: "Provider" + schema: + type: string + required: true + default: "s3" + enum: + - value: s3 + description: S3 + - value: aws + description: aws + - variable: bucket + label: "bucket" + schema: + type: string + default: "" + required: true + - variable: region + label: "region" + schema: + type: string + default: "" + - variable: s3ForcePathStyle + label: "s3ForcePathStyle" + schema: + type: string + default: "" + - variable: s3Url + label: "s3Url" + schema: + type: string + default: "" + - variable: kmsKeyId + label: "kmsKeyId" + schema: + type: string + default: "" + - variable: resourceGroup + label: "resourceGroup" + schema: + type: string + default: "" + - variable: storageAccount + label: "storageAccount" + schema: + type: string + default: "" + - variable: publicUrl + label: "publicUrl" + schema: + type: string + default: "" + - variable: insecureSkipTLSVerify + label: "insecureSkipTLSVerify" + schema: + type: string + default: "" diff --git a/system/velero/4.7.1/templates/NOTES.txt b/system/velero/4.7.1/templates/NOTES.txt new file mode 100644 index 00000000000..efcb74cb772 --- /dev/null +++ b/system/velero/4.7.1/templates/NOTES.txt @@ -0,0 +1 @@ +{{- include "tc.v1.common.lib.chart.notes" $ -}} diff --git a/system/velero/4.7.1/templates/common.yaml b/system/velero/4.7.1/templates/common.yaml new file mode 100644 index 00000000000..995efb03eb0 --- /dev/null +++ b/system/velero/4.7.1/templates/common.yaml @@ -0,0 +1,5 @@ +{{/* Make sure all variables are set properly */}} +{{- include "tc.v1.common.loader.init" . }} + +{{/* Render the templates */}} +{{ include "tc.v1.common.loader.apply" . }} diff --git a/system/velero/4.7.1/values.yaml b/system/velero/4.7.1/values.yaml new file mode 100644 index 00000000000..e69de29bb2d